Kevin Marsden on "Installing from SQL (newbie)"
Do you have access to phpMyAdmin from the cPanel? This will give you access to the database where all the posts and all the other data is stored. A new WP installation probably created a new database,...
View ArticleAndrew Nevins on "Background Colour gone wrong"
You can put the CSS in there if you want, but I'm not sure how your theme works as it's custom-built. Your styles may be overridden if you use that stylesheet.
View Articlemaddysayz on "No Templates and missing yop-poll-admin.js"
Hello Yop, Is there a way that i can put yop poll code in my template file. I know i can change the templates from the admin area but what is the code to put it in a template file. Please suggest. I...
View ArticleYourOwnProgrammer on "No Templates and missing yop-poll-admin.js"
Hey maddysayz If you want to put the poll code in your template file, please use the code below: <?php return_yop_poll( $poll_id ); ?> You need to replace $poll_id with the id of the poll you...
View Articlemaddysayz on "No Templates and missing yop-poll-admin.js"
Thank a million guys. That did it. Regards, Maddy
View ArticleYourOwnProgrammer on "No Templates and missing yop-poll-admin.js"
Glad to hear this Maddy. Best Regards YOP Team
View Articlechris3d on "No Templates and missing yop-poll-admin.js"
Regarding my original post, we finally ended up installing on a fresh install, and it worked perfectly (all templates displayed in admin). We believe this has something to do with the Bulletproof WP...
View Articleesmi on "How to make a website live??"
As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem - despite any similarity in...
View Articleellis93 on "My slider randomly stopped working"
Hello my name is Ellis. I was hoping if someone could assist me with a problem I'm having on my wordpress based website. I'm currently using the WordPress City Desk theme which supports 2 auto rotating...
View Articlesongdogtech on "My slider randomly stopped working"
Sorry, but you're using a premium/paid theme. It's best to go to the support site where you bought the theme http://forums.gabfirethemes.com/forum.php for help with issues. These forums are for themes...
View Articleellis93 on "My slider randomly stopped working"
Ok thanks a lot. It actually turns out that it's a major problem that's occurring to others as well. They have a whole thread open for it. This is what support says: The most recent jQuery update...
View Articlerobotsloth on "I messed up!"
I made an extension to my site site name so that I could create my wordpress site without having my portfolio all under construction and funny looking. So instead of it being paigedanielson.com it was...
View Articleebenezer357 on "how to create a catalog"
Hi, Im building a catalog for a company that has two wordpress sites. I need to make a catalog that has as many fields as i want to add including author, book isbn, etc. I need to have the catalog...
View Articlebcworkz on "jQuery conflicts help"
wp_enqueue_script() is the proper way to include your script file. Passing the dependency argument as array('jquery') should be all that's needed to get jquery included with your script. If you still...
View Articlelieutenantdan on "jQuery conflicts help"
$(document).ready(function() { can be turned into jQuery(document).ready(function($) { for conflict free
View Articlemacymood on "[Theme: Celestial - Lite] help"
just downloaded this theme and it looks great just wondering how i can change the header image ? many thanks Moe
View Articletastypixels on "[Plugin: Nivo Slider for WordPress] Nivo Slider won't get...
I had this problem because I used the div "#slider" in my css to create a holder for the slider when I was customising it. By changing the name of the div I overcame this problem. Clearly there was a...
View Articlevtxyzzy on "I messed up!"
This Codex article might help: http://codex.wordpress.org/Changing_The_Site_URL
View ArticleAndre on "[Theme: Celestial - Lite] help"
Hi Moe....sorry for late reply, I didn't realize WP does not send notifications. Anyway, I am assuming you are referring to the default blue banner with the computer screens? If so, you will want to do...
View Article