Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,167,108 members, 7,867,188 topics. Date: Friday, 21 June 2024 at 12:00 PM

Etoluw's Posts

Nairaland Forum / Etoluw's Profile / Etoluw's Posts

(1) (2) (3) (4) (5) (6) (7) (8) ... (14) (15) (16) (17) (18) (19) (of 19 pages)

Webmasters / Re: I'm Having Problems Changing My Wordpress Footer Text To Mine by etoluw: 1:04pm On Nov 06, 2018
if that does't work try checking the wp_footer hook

the wp_footer() (line 19) hook is responsible for hidding things in the footer.

You have to go through all hooks and you will find the function responsible for that.
Programming / Re: I Need Help With This Line Of Code (wordpress Theme Php 7 Issue) by etoluw: 9:11am On Nov 05, 2018
whatsapp - 08129615641

d actual file u should send is located here -
/wp-content/themes/jakobi-oud/core/functions-core.php

line: 432 is where d problem originates from
Programming / Re: I Need Help With This Line Of Code (wordpress Theme Php 7 Issue) by etoluw: 8:24am On Nov 05, 2018
grossintel:

Thanks, I did make an adjustment but it lead to another error
This is what my code looks like:
if ( ! function_exists( 'yit_button_style' ) ) { /** * Add button style to shortcode button. * * @param $button * * @return array * * @since 1.0.0 */
function yit_button_style( $button = array() ) { if(!is_array($button)) { $button = (array)$button; } $button['flat'] = __('Black','yit'); $button['alternative'] = __('Alternative', 'yit'); $button['white'] = __('White','yit'); return $button; } }
I'm not sure if I did that correctly. Thanks for helping.
thats correct.
what is d new error it is displaying?
Programming / Re: I Need Help With This Line Of Code (wordpress Theme Php 7 Issue) by etoluw: 7:37am On Nov 05, 2018
This happens when a function is expecting an array as its parameter but is receiving a string.
you should convert d string to array.

(*NOTE in PHP 7.1 and below this did not result in fatal errors )

ADD THIS TO THE BEGINNING OF THE FUNCTION

if(!is_array($button))
{ $button = (array)$button; }
Programming / Re: Let Learn Java Together by etoluw: 7:00am On Nov 05, 2018
.
Webmasters / Re: Please How Much On Average Will It Cost Me To Set Up A Wordpress Blog? by etoluw: 10:01pm On Oct 30, 2018
McCoy662:

thanks man... pls is this annual or monthly plan?

it is annually
u can check their sites to confirm

after u've paid i can teach you how to install wordpress yourself (it is very easy).
Webmasters / Re: Please How Much On Average Will It Cost Me To Set Up A Wordpress Blog? by etoluw: 7:13pm On Oct 30, 2018
McCoy662:
hello folks I just want to start up a blog but I don't really know how much it will cost me. I searched on Google and saw many web hosting platform, some said it will cost me $2.9 for domain name and some amount for hosting.
please any idea how much it's gonna cost me before I venture in it?
thanks

the cheapest {domain name (.com.ng) + hosting}
₦4000 - whogohost
₦4500 - qserver
₦3900 - globalhosting247
Programming / Re: Needs A Registration Page With A Form Print Out by etoluw: 3:33pm On Oct 13, 2018
barapistis:
So basically

A registration page

A confirmation page

An admin page to see all students

A print out via browser


Email confirmation sent to student upon confirmation

Email sent to admin email upon registration and confirmation

Just need this module for my site


Two way for the deal

You do it after agreeing to the price and I pay you

Online

We get to meet one on one and I pay


Budget is 5000


Ibadan developer is preferable

Online too if you agree to the first option

May be escrow or something

you have to specify the programming language ( PHP, ASP etc)
Programming / Re: Who Can Fix This Error In My Blog by etoluw: 6:41pm On Oct 01, 2018
careertalks:
The PHP. header in my blog got deleted and it changed the layout of my blog... The URL is www . techgadge . com
... If you can fix that...

i can help you fix it
Webmasters / Re: Can I Host Ads On My Blog Like These? by etoluw: 7:18am On Sep 26, 2018
messi042:
but is there any thing wrong with forcing people to click the ads? do you think that advertisers with want it that way

the main goal of advertising is achieved when users click and BUY what is being sold.
So when you force people to click and they don't buy then adverting there is worthless.
Webmasters / Re: How Can I Fix This Problem (betahost247) Can't Fix/assist? by etoluw: 8:14am On Sep 21, 2018
wwwmaster:

Just add your correct FTP details there and let Wordpress set the correct folder permission.
Thanks.

this happens when WordPress doesn't have permission to write to that location

you should setup your ftp details in the wp-config.php to avoid subsequent issues like this.

I can send you a PDF that explains this further.

1 Like

Web Market / Re: When You Hire Nigerians To Develop Sites For You (PICS) by etoluw: 5:51pm On Sep 19, 2018
Eze2000:


Newspaper 9 suits my needs perfectly. I'll rather mange nulled version for 3 months till i can buy the original

i can help you build a custom WordPress theme that suits your particular needs
Webmasters / Re: Is It Possible To Build A Wordpress Template That Can Allow Users To Post. by etoluw: 5:40pm On Sep 19, 2018
SageTravels:
Pls, I want to know if there is any WordPress template/blog that can allow users to post. Just like Mediumi and finally, the admin will move it to front page.

I am thinking of allowing travellers to share their travel experience on my blog with ease. Of the experience is nice, I will move it to home page.

Is the project good and Viable.

Let's talk pls.

you can build a WordPress plugin which will be able to do that
Webmasters / Re: In Need Of A Webmaster Who Can Implement This by etoluw: 5:55pm On Sep 10, 2018
Emyo:
Please In need of a webmaster who can create something like this for me. When a particular text is sent to my line trigger a webhook to access the internet with the message data received.

yes it can be done
what you need is an SMS app
Webmasters / Re: In Need Of Someone Who Can Change My Css - URGENTLY!! by etoluw: 7:52am On Sep 09, 2018
corenewsonline:
Indicate by dropping your number let's transact..

you can whatsapp me 0812 961 5641
we can also help build WordPress theme
Webmasters / Re: Possible To Code And Maintain A Blog With Just Html And Css? by etoluw: 2:42pm On Sep 05, 2018
locust:
As the title suggests, is it possible to
code and maintain a blog with just
html and css?

it is very possible but will cost you a lot (I.e time and energy)

just go for WordPress
and learn how to build themes and plugins so you customize your blog.

that is the most economical solution
Programming / Re: I Need A Programmer To Work On A Project With Me. by etoluw: 9:29am On Sep 05, 2018
jshwilton:
I've a web project and I need the services of a programmer for its execution. Anybody interested can reach me on 08035599216 or 08055373617 for discussion and possibly arrange a meeting in Lagos.

you have to specify the programming language(s) you will use
Webmasters / Re: I Need Someone Who Can Code PHP by etoluw: 11:46pm On Aug 22, 2018
xaliujokes:
Here is what I want, someone who can Code a search form similar or exactly to that of the one in the below pix. To be integrated to my WordPress theme

Note: I am a pragrammer, and the owner of the WordPress site just need some1 I can pay for just that search form.

If u are interested for the little work pay kindly send your interest by sending an email to @gmail.com
Tunderex411@gmail.com
Stating your number for flexible conversion on whatsapp.

whatsapp me on
Programming / Re: Web Development - Assistance by etoluw: 6:36pm On Aug 19, 2018
digitite:
My fellow programmers. I need your assistance on this.

There is a nav-menu on the homepage. When I click on another page , for example the About Us; the nav-menu goes blank.

I want the nav-menu to still be showing : How can I effect this change ?

Thank you in advance.

is it a wordpress site ?
Crime / Re: Tolulope Kolawole Commits Suicide! Osun Permanent Secretary’s Son Hangs Self by etoluw: 2:36pm On Jul 23, 2018
thedondada:
Some one see him before he hanged himself and went to call for help.

That nigga let him kill himself.


He's responsible too

please don't blame d nigga
Programming / Re: Wordpress Auto Registration Code by etoluw: 4:42pm On Jun 23, 2018
Iamnet:
please who knows of any form plugin or plugin that can send registration code to a registerer after registration (WordPress). something like what Lagos social media week used on their site

i can help you (or teach you) how to write a simple plugin that will do that for you easily
Webmasters / Re: Closed case by etoluw: 6:41am On Sep 17, 2017
Mr Nairaswitch pls return his money. even if it was stolen money it is none of ur business since u no be EFCC
Webmasters / Re: Closed case by etoluw: 6:41am On Sep 17, 2017
Mr Nairaswitch pls return his money. even if it was stolen money it is none of ur business since u no be EFCC
Webmasters / Re: How Can A Site On PHP Changed To Word Press by etoluw: 9:12am On Sep 13, 2017
raf2angel:
Hello House,

My news website is hosted using PHP instead of WordPress. How can this be reversed? Pls somebody help

what cms are you currently using?
Tell us web address so we can help u clarify this issue
Webmasters / Re: Please I Need List Of Static Websites. by etoluw: 9:11am On Sep 13, 2017
IBNgemini:
I'm a newbie in website designing,after learning HTML/CSS for a month without any tutor or enrolling to an institution,just YouTube videos and some PDF files . I want to build a static website to see how far I have learned in terms of front end web development.
My problem is that most websites on net are dynamic websites and I'm finding very difficult to see a static website which I can use as a format.

I would appreciate it if anyone can come up with a list of static websites ,which beginners like me can use as a format when it comes to front end web development..
Thanks..

the solution is go to any website u like and save the page . then open the html file in your text editor . u can learn what u want from it.

MY ADVICE: since u say u are a beginner u may not understand majority of the codes u see there so it is better u stick with ur youtube videos and ebooks or find someone to tutor u.
Programming / Re: Wordpress by etoluw: 12:20pm On Sep 11, 2017
ayxclusive:
Please I need help with wordpress programming tutorials, if I can get from anyone I will be grateful
Whatsapp contact:09096476508

send a whatsapp message to 0 8 1 1 2 8 1 8 2 9 8

i will send u some ebooks on wordpress theme development
Webmasters / Re: After Designing A Static Website From Scratch, How Do I Add CMS? by etoluw: 6:30am On Sep 06, 2017
LOSKYXANDER:
I just started learning PHP
if i av ur whatsapp no i can send some u some good ebooks on PHP
Webmasters / Re: After Designing A Static Website From Scratch, How Do I Add CMS? by etoluw: 6:30am On Sep 06, 2017
LOSKYXANDER:
I just started learning PHP
if i av ur whatsapp no i can send some u some good ebooks on PHP
Webmasters / Re: After Designing A Static Website From Scratch, How Do I Add CMS? by etoluw: 9:22pm On Sep 05, 2017
LOSKYXANDER:
I only know html, css and a bit of JavaScript. Like I said, I'm learning on my own. Perhaps if I was taught by someone I would have known better about CMS. You guys should please help me out!!

if u are ready i will teach you how to convert your site into a wordpress theme.
but u will have to learn the basic PHP
Programming / Re: Is Wordpress The Right Option For You? by etoluw: 3:03pm On Sep 03, 2017
all what u said is true

but the alternative option is to pay a good developer to develop all the custom features u need from scratch and that will definitely cost a lot more.
Webmasters / Re: I Need Web Designer by etoluw: 11:59am On Sep 03, 2017
BarristerNG:
Hi Web Geniuses, I need an expert in Web design to work on my blog. www.barristerng.com

I Stay at FHA Nyanya Abuja and will prefer to physically meet the person.

Call me on 08060798767

is your site self hosted or on ?

(1) (2) (3) (4) (5) (6) (7) (8) ... (14) (15) (16) (17) (18) (19) (of 19 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 51
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.