Yojance Rabelo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_insert_term() HelpI turn the code into a function and then added the function to init and it worked. The problem I’m having now is that when I try to delete it through the back-end, it doesn’t let me.
I wonder if it has anything to do with me working on my localhost.
Any suggestions?Forum: Themes and Templates
In reply to: No access to WordPress, except theme editorHahaha, you’re welcome!
I forgot to tell you what was wrong. There were two things that I had to change in order to get it working.
1. Remove the extra space from the end of the functions.php file
2. Close a PHP line correctly, it had the > but was missing the ? symbolGood luck on your site! Glad I could help you.
Forum: Themes and Templates
In reply to: No access to WordPress, except theme editorHi, please take a look at the site, it should work now.
Hopefully all issues are now gone.Let me know if you need additional help.
Forum: Themes and Templates
In reply to: No access to WordPress, except theme editorHi Carla, I would be more than happy to do it for you. Never give your password online, specially in a forum ??
You can e-mail me at yojance at gmail dot com and I will take a look and hopefully fix it for you, if I can’t fix it, then I will install it again for you through the FTP ??
Have a nice day!
Forum: Plugins
In reply to: [Calendar] Run more than one instance of the calendarNobody has experience doing this with the plugin? Could anyone suggest another plugin which can have more than one instance?
Forum: Themes and Templates
In reply to: No access to WordPress, except theme editorHi there,
Ask Godaddy for your FTP information which should include:
IP Address (Could be you domain url too, without the http or www)
username
passwordI can then guide you through the process or even do it for you.
Hopefully this helps.Forum: Themes and Templates
In reply to: No access to WordPress, except theme editorDo you have access to the file using FTP?
If so, download it and open it with notepad and edit it.
Once you are done editing the file, re-upload it and try again.Also, make sure there is no space at the end of the file. Delete everything after the last ?> in the file.
Forum: Themes and Templates
In reply to: No access to WordPress, except theme editorYou are closing the function by ending the PHP script.
function admin_header_style() {
?>Include a closing curly-brace before PHP’s ending Tag, like this:
function admin_header_style() {} ?>
Forum: Plugins
In reply to: [Calendar] [Plugin: Calendar] How do I set the width of the event window.I was editing the plugin instead of the CSS option provided. I fixed it 2 minutes after posting.
Forum: Plugins
In reply to: Help finding a pluginI solved it myself.
Forum: Requests and Feedback
In reply to: Feauture Request:: Page Links on Paged CommentsAre you talking about previous comments link and next comments link
Forum: Plugins
In reply to: WP-Syntax Memeroy Limit ErrorHi songdogtech,
I tried your solution and it didn’t work, it still shows the same message when I view the post.
Thanks for trying to help me, hopefully we can get to the bottom of this and solve the problem.
Forum: Fixing WordPress
In reply to: How to name a sub pageHey there,
I’m not sure if this will help you or not, but it may point you in the right direction and give you an idea of what can be done if it can be done. Have you tried the plugin wp-pagenavi ?
https://www.ads-software.com/extend/plugins/wp-pagenavi/
It let’s you customize lot’s of stuff for page/posts navigation.
Hope this helps you!
Yeah, sometimes those spaces are not visible and are very easy to miss.
I had the same problem as soon as I updated to the latest version and I did what Samboll just told you and it work. I thought I was the only one having that problem.