Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello JennBrown777,
    if you want to disable the hover effect, turn off the “Show Pin It Button On Image Hover” setting, then it will not show hover effect even when the “Show Pin It Button In Page/Post” setting is turned on/pff.
    Thanks.

    Thread Starter JennBrown777

    (@jennbrown777)

    Hi, I want the pin button to show up on my images. I just do not wish it to override the theme style on posts and pages. Yet even when I deactivate this option in the control panel, it still overrides. Can you help?

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello JennBrown777,
    Follow the instructions-
    1- Open the file “template.php” in the plugin folder.
    2- add the following code below style tag on line no. 1.

    .PIN_1458886089298_button_pin {
    display:initial !important;
    }
    If it do not work, please let us know.
    Thanks

    Thread Starter JennBrown777

    (@jennbrown777)

    Hi there, I just wanted to let you know that the code snippet did not work when added to the template.php file. I placed it just below the <style> line, see below for an idea of what the first few lines look like:

    <style>
    .PIN_1458886089298_button_pin {
    display:initial !important;
    }
    #post-social-1{
    background-image: url(‘<?php echo WEBLIZAR_PINIT_PLUGIN_URL.’img/image-8.jpg’; ?>’);
    }
    #post-social-2{
    background-image: url(‘<?php echo WEBLIZAR_PINIT_PLUGIN_URL.’img/image-1.jpg’; ?>’);
    }
    #post-social-3{
    background-image: url(‘<?php echo WEBLIZAR_PINIT_PLUGIN_URL.’img/image-2.jpg’; ?>’);

    Please let me know if there is an error where I added this.

    You can see the lack of change at this URL: https://jetsetterjenn.com/atm-philippines/

    Thanks

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello JennBrown777,

    the plugin uses an API for its features.. so it is not possible.
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin Overriding Theme Style’ is closed to new replies.