aauro
Forum Replies Created
-
ya same here, second @compking
Forum: Plugins
In reply to: [Gravity Forms Sticky List] edit/view option stopped workingBluruck, I wish I saw your post earlier! You rock.
Forum: Plugins
In reply to: [Slideshow] Clickable images?nre answer worked for me. The only problem was that I had to manually add the url of each image in the slideshow settings.
So going back to the file /frontend_attachment.php’
– did Nre change online 43
– cut and pasted lines 43-45 (the $anchorTagAttributes variable) after the line 96
– made other changes; finally it looks like this
// Anchor tag is used twice
$anchorTagAttributes = ‘ rel=”lightbox” href=”‘.htmlspecialchars($imageSrc) . ‘” ‘ . (!empty($urlTarget) ? ‘ target=”‘ . $urlTarget . ‘” ‘ : ”) . $noFollow;but it has to be moved down otherwise the $imageSrc is not declared where it was on line 43.
Forum: Plugins
In reply to: [Social Sidebar] [Plugin: Social Sidebar] Social SIdebar not workingHere is what you have to do to solve the problem.
You basically need to download the necesary files and upload them on your hosting, and then go into the plugin editor and change the url to point to your hosting directorygo to
https://github.com/thomasdavis/jQuery-Social-Sidebar
– download the 2 javascript files
– find the images for the social icons
http://www.scacr.com/wp-content/plugins/social-sidebar/ (actually here you can find all the necessary files.)Hope that helps