Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1217977
    MinistroJosh
    Participant

    Hi, URL is http://www.diamondpixelcreative.com

    I have a modal popup enabled which is enabled for the homepage which is working correctly. I have this to be disabled on blog & blog posts page and this is only disabled on the blog page not the posts apge.

    I also have a slide in popup which should only be enabled on the blog & blog posts page and this doesn’t appear at all. This is presumably linked to the above.

    I also have a slide in for social media which works on all pages as expected but doesn’t format correctly on mobile devices (iphone 6S).

    Please could someone take a look for me.

    #1217992
    Christian
    Moderator

    Hey there,

    Would you mind providing us with WordPress Admin username / password so we can take a closer look?

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1217997
    MinistroJosh
    Participant
    This reply has been marked as private.
    #1218060
    Christopher
    Moderator

    Hi there,

    Please update x and cornerstone , disable W3 super cache and check again.

    Hope it helps.

    #1218144
    MinistroJosh
    Participant

    Hi,

    theme has been updated and its still not working as expected.

    Can you look into it further please?

    Regards.

    #1218204
    Christian
    Moderator

    Please exlude the Post type (see attachment) as well.

    For the Social Icons issue, please clear all caches and deactivate all third party plugins and check again. If that doesn’t help, keep all third party plugins disabled while we investigate.

    Thanks.

    #1219086
    MinistroJosh
    Participant

    I have excluded the post type as you have said and now the modal popup does not appear (expected behavior).

    I want the slide in (name: Blog newsletter) to appear on the blog homepage http://www.diamondpixelcreative.com/blog & all post pages, which is still not functioning correctly.

    If we can get this sorted first i can investigate the social media icons after. Thanks for your help.

    #1219239
    Rad
    Moderator

    Hi there,

    A bit confusing, based on your first description you need it to be disabled on blog and posts page only. Then now, you need it to slide in on blog home and post pages. Please confirm what’s the correct requirement.

    Thanks!

    #1219289
    MinistroJosh
    Participant

    I have more than one convertplug module setup.

    I have a full page modal popup which wasn’t working but now is, thanks to your colleague. Note: This should appear ONLY on the homepage.

    I also have slide in module which captures newsletter signups, which should be present only on the BLOG page & all the blog posts which is not working. It does not appear at all on any page.

    I also have a slide in module for social media sharing. this is working across the site as expected however the formatting is off on mobile.

    #1220027
    Rad
    Moderator

    Hi there,

    About the social sharing, please add this code to your child theme’s functions.php

    add_action('wp_footer', 'cp_css_override', 999);
    function cp_css_override() { ?><style>
    .cp-slidein .cp-icon-style-top ul.cp_social_icons_container li {
    width: 50px !important;
    display: block !important;
    }
    </style><?php }

    This is important since CP uses !important too and we have to declare this override on the very last line.

    About the slide in issue, it looks like it can’t have two slide in at the same time. Disable the social slide in and it will work.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1217977 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>