Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter sagarsarkar

    (@sagarsarkar)

    Thanks for the reply.
    Any particular solution/guideline on it?

    Thread Starter sagarsarkar

    (@sagarsarkar)

    Okay, it looks like to be satisfying! But we have multiple product types, category, lots of product attributes etc.
    So, I have to test mor with our data.
    Is there any possibility to get some of these in free version of the plugin?
    And I think, you also checked, the Price I activated in our site hasn’t been displaying the filter option!
    It got display none and even for all other options I activated.

    Thread Starter sagarsarkar

    (@sagarsarkar)

    Hi,
    Yes, I am doing, in fact, I am searching the suitable one. I have removed all except Near Me, as that’s not a filter and our custom made.

    Thanks,
    Sagar

    Thread Starter sagarsarkar

    (@sagarsarkar)

    Sure, demo/tan@123!

    Thread Starter sagarsarkar

    (@sagarsarkar)

    Pantheon is one of the leading hosting company providing numerous supports on WordPress and Drupal projects.
    It’s running under Nginx and also among 3 instances Dev, Test and Live, no one is allowed to change any file permission at Test and Live instances.
    And, any edit at nginx.conf file wont reflect.
    So, how this plugin would work properly?

    Thread Starter sagarsarkar

    (@sagarsarkar)

    But just need to confirmed, does it compatible to Pantheon?

    Hi,
    I have installed the plugin and I had selected ‘use wordpress session’ to generate captcha image.
    N.B: My thing has been hosted at Pantheon, so you can understand I can’t change any file/folder permission at test and live instances.
    Though, I had chosen ‘use wordpress session’ to get the usual result properly at dev.
    But, every time I try to validate the captcha, it says Invalid Captcha error!
    I have been digging the code and found the session variable $_SESSION[‘wpdiscuzc’][$key] doesn’t get evaluated at utils/captcha/captcha.php.
    $sCaptcha = isset($_SESSION[‘wpdiscuzc’][$cnonce]) ? $_SESSION[‘wpdiscuzc’][$cnonce] : false; at forms/wpdFormAttr/Field/DefaultField/Captcha.php should carry the value of $_SESSION[‘wpdiscuzc’][$key].
    So while validating manual entry (i.e the captcha string we put at the comment form) with the session value, it return false i.e satisfying
    if (!$sCaptcha || md5(strtolower($captcha)) !== $sCaptcha) {
    $messageArray[‘code’] = ‘wc_invalid_captcha’;
    wp_die(json_encode($messageArray));
    }
    end error appears.
    So, is there any solution at your end?
    N.B: I can debug print_r($_SESSION); at forms/wpdFormAttr/Field/DefaultField/Captcha.php but do receive nothing at utils/captcha/captcha.php!

    Hi Till,
    I have checked the installation process and activated Redis for one of my wordpress site hosted at pantheon. Under Connection Parameters, You have mentioned some constants to be placed at wp-config.php.
    I am not pretty sure, what exactly I set as values for those constants. Like WP_REDIS_HOST, the default is 127.0.0.1. I understood that setting new values for these constants at wp-config.php will overwrite the defaults have been given at object-cache.php file.
    So, here my question is, what shall I put for dev/test/live instances probably for all constants?
    Mainly I am done with 3 initial steps..
    1. Activated Redis at pantheon (dev).
    2. Installed Redis Object Cache cache.
    3. Created same copy of wp-content/plugins/redis-cache/includes/object-cache.php at wp-content/.
    Now I am not sure what would be the host, port, DB, password etc at least for Pantheon dev.
    So, if you have any idea to share with me, please?

    Forum: Plugins
    In reply to: [Plugin: Lightbox Gallery]

    Hi Hiroaki,
    Thanks for the reply.
    It would be really good to send you the link of the page..Here it is..
    https://www.enfuseyouth.com/gallery/
    You can see, now the worpress is using ‘Media Library Gallery’. It’s okay, but the requirement is to change next-previous property of the light box and it matches with your creation.
    I have already used [gallery] shortcode, but getting no images!
    So, please give me some solution.

    Thanks
    Sagar

    Forum: Plugins
    In reply to: [Plugin: Lightbox Gallery]

    Hi Hiroaki,
    Could you help me to understand the functionality of this Plugin.
    I am getting confused..whether this1 collects the images from media and manage a gallery or only responsible for displaying the images in light box!
    I have tried all possibilities provided in web, but didn’t get solution.
    How the tag ‘[gallery]‘ works?
    There is another plugin ‘Media Library Gallery’..which describes the process of use so nicely that any1 could put right thing in place, but there is no such perfect guideline for ‘Lightbox Gallery’.
    The information is all confusing..where to change?how to change?…
    I need this light box effect to display the gallery images, as well as the requirement to manage the gallery images in proportional thumb format.
    Before I left let me explain my intention…
    I have created a page ‘Gallery’ from wp-admin, which contains the images posted under media of the wordpress. Now, in this page the I want to display those images in thumb and light box both.

    So, please help me with some physical examples or screen shots.
    Thanks
    Sagar

Viewing 10 replies - 1 through 10 (of 10 total)