Tagged: x
-
AuthorPosts
-
October 16, 2016 at 5:10 am #1217977
MinistroJoshParticipantHi, 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.
October 16, 2016 at 5:30 am #1217992
ChristianModeratorHey 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.
October 16, 2016 at 5:34 am #1217997
MinistroJoshParticipantThis reply has been marked as private.October 16, 2016 at 6:51 am #1218060
ChristopherModeratorHi there,
Please update x and cornerstone , disable W3 super cache and check again.
Hope it helps.
October 16, 2016 at 8:43 am #1218144
MinistroJoshParticipantHi,
theme has been updated and its still not working as expected.
Can you look into it further please?
Regards.
October 16, 2016 at 9:57 am #1218204
ChristianModeratorPlease 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.
October 17, 2016 at 3:35 am #1219086
MinistroJoshParticipantI 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.
October 17, 2016 at 6:47 am #1219239
RadModeratorHi 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!
October 17, 2016 at 7:41 am #1219289
MinistroJoshParticipantI 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.
October 17, 2016 at 7:04 pm #1220027
RadModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1217977 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
