Jussdoowit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with 3.5.1 – want to downgradeHey I fixed the issue. Just had to add another line of code in the wp-config.php file. found it on the codex.wordpress page you gave me.
Open wp-config.php and add the following line before “That’s all, stop editing! Happy blogging”.
define(‘SCRIPT_DEBUG’, true);
Everything works now!
Your a lifesaver!
ThanksForum: Plugins
In reply to: Upgrade NextGen Gallery – what should I do?I am unsure whether I should upgrade the tables.
Forum: Fixing WordPress
In reply to: Why can't I login to my site's admin page???Hey Thanks… resetting my password worked!
Forum: Plugins
In reply to: [WP-Polls] WP-Polls: Display only current (active) poll with shortcodeThanks that worked perfectly!
Okay that kinda worked…
What it did was put a link above the image… it didn’t make the thumbnail into a link.
Here is a screen shot of what it looks like:
https://creation-cards.com/wp-content/uploads/2012/07/screenshot.jpg
The “view card” link in yellow above the first image from the left is the correct link but I need the first image from the left to be the link itself…Forum: Plugins
In reply to: How to put ScrollGallery underneath eshop product descriptionsOk I got it to work. Another question I had, though, was this:
First- I have the SG configured so that only the thumbnails above the slider will show (using the shortcode: [sG_thumbsSolo id=x], id being the NG gallery id of the gallery used for the slider).
I need, though, to make the thumbnails into links to other pages on my site… is there any way to do that??? The SG captions option won’t do this for me, because the caption only shows up underneath the actual image slider, which I have disabled.
Thanks.
Forum: Fixing WordPress
In reply to: Superfish arrows problemHey I figured out what the problem was. There was an eShop subpages setting that hid the subpages until the parent page was clicked. So I guess it wasn’t a problem with either WP or eShop, haha ??
Thanks for your help!
Forum: Fixing WordPress
In reply to: Superfish arrows problemOk thanks for your help. I’ll do that.
Forum: Fixing WordPress
In reply to: Superfish arrows problemOkay I found the problem… it’s the eShop plugin. Outside of deactivating and/or deleting it… what can I do?
Forum: Plugins
In reply to: How to put ScrollGallery underneath eshop product descriptionsOk… thanks for the quick reply. Unfortunately, I am not adequately equipped to rewrite CSS code (meaning I don’t know how to do it ?? Do you think there are any other options?
Thanks
Hello,
I am trying to add this slider to my home page…
Problem is, since I am just about anything but a php code whiz, I don’t know where exactly to put the code to make it work.Could you give me some advice?
ThanksForum: Networking WordPress
In reply to: Network dashboard functions.php errorHey I had the same problem (receiving the same error message on the product’s page).
I noticed, however, that in the WP admin where I created the product on a new page, after I had input all the product info, it gave me the message “Price incorrect, please only enter a numeric value.” So I looked and where I had input the price, i put $6.00. So I changed it so that it only said 6.00 and updated the page, price error message gone, refreshed the product page on the site, product error message GONE!!
I don’t know if that helps anybody but it worked for me.
Might be something to at least check.