Tagged: x
-
AuthorPosts
-
October 27, 2016 at 5:58 pm #1233906
piexecParticipantI have a modal set for the homepage, and the background image doesn’t show. Please help!
Thanks in advance.
October 27, 2016 at 6:00 pm #1233912
piexecParticipantThis reply has been marked as private.October 28, 2016 at 1:00 am #1234310
FriechModeratorHi There,
Thanks for writing in! The JavaScript code you place on Cornerstone > Settings > Custom JS and on the Customizer > Custom > Global JavaScript is causing a conflict.
Please follow this post on how you can place just after the page
<body>tag.And this for your Google analytics code.
function my_custom_footer_output() { ?> /*YOUR GOOGLE ANALYTICS CODE HERE*/ <?php } add_action( 'wp_footer', 'my_custom_footer_output', 30 );Add both of this code on your child theme’s functions.php file.
Hope it helps, Cheers!
October 28, 2016 at 12:55 pm #1235035
piexecParticipantI just deleted the code in the Customizer > Custom > Global JavaScript
But I dont see any custom JS options on http://luckydilldeli.com/wp-admin/admin.php?page=cornerstone-settings
Its still not working. What am I doing wrong.
October 28, 2016 at 10:57 pm #1235560
RadModeratorHi there,
There is no custom javascript in that section, it’s only available at cornerstone builder while editing the page. But regardless, you shouldn’t add your embed code on either customizer custom javascript, or cornerstone custom javascript.
I checked and I can still see javascript errors because you placed your embed code within cornerstone custom javascript. Like the facebook embed code. Please put them all at once within the code suggested above.
You may provide your FTP login credentials as well and I’ll check its implementation.
Thanks!
October 29, 2016 at 3:10 pm #1236140
piexecParticipantThis reply has been marked as private.October 30, 2016 at 1:18 am #1236388
ChristopherModeratorHi there,
Please remove
scriptfrom raw content element, please see the attachment.Hope it helps.
October 30, 2016 at 5:15 pm #1236991
piexecParticipantI deleted that entire section and it still doesnt work.
October 30, 2016 at 10:05 pm #1237288
RadModeratorHi there,
Error related to those scripts are now gone. I see a background image and working okay unless you’re referring to a different one. Would you mind providing a screenshot of what you’re getting?
Thanks!
October 31, 2016 at 6:15 pm #1238444
piexecParticipantThanks, now that I have that working, I’m trying to replace the facebook/twitter feed with the Conrerstone Social wall plugin. I added it to the homepage, but it doesnt seem to want to pull in the feeds. Could this Modal window be blocking it?
Thanks in advance.
November 1, 2016 at 2:06 am #1238786
Paul RModeratorHi,
It sounds like you might be having an issue with a third party plugin or script(Conrerstone Social wall plugin). Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233906 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
