ropaul2
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Can not edit the recipes anymoreI now realize you can edit recipe by clicking on placeholder inside post
But still wondering why Recipe-Maker > Manage recipe does not work
Thanks
Forum: Plugins
In reply to: [Plugin: Portfolio Slideshow Pro] Duplicate images in lightboxI have the same exact problem. Duplicate images when in lightbox.
Please help.
THANKS
I am using wordpress 3.5.1 and thumbnail slider V1.3
Here is link to the site.
https://www.mudville9.com/the slider is on the homepage, about halfway down
Thanks
Forum: Plugins
In reply to: [Store Locator Plus?] SLP Enhanced Results Addon error activatingrealized I need to upgrade SLP to 3.8.x
so now it activates and map settings are fine.
Forum: Plugins
In reply to: [Store Locator Plus?] Get Page Not Found when view Store pages via permalinkHello,
I am running 3.7.8 of the Google Maps Via SLP 3.1.3 was the version of the two addons.
Turns out the problem was with the permalinks. After doing some research I installed and activated Custom Post type Permalinks
https://www.torounit.com/and chose Postname in the permalink settings and all works fine now.
Thanks,
RobinI finally got this to work. As per developer, I needed to load newer version of JQuery.
so I added this to functions.php
<?php
//added by RLP 9/22/12
//to fix Portfolio Slidehow Pro issue
function my_scripts_method() {
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js’);
wp_enqueue_script( ‘jquery’ );
}add_action(‘wp_enqueue_scripts’, ‘my_scripts_method’);
?>https://www.raysonthebay.com/slideshow-test/
here is link using the standalone slideshow
same problem ;(Hi Santosh,
no it is not for my home page. can your code be modified to display on another page?
Thanks,
Robin