Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233906
    piexec
    Participant

    Home

    I have a modal set for the homepage, and the background image doesn’t show. Please help!

    Thanks in advance.

    #1233912
    piexec
    Participant
    This reply has been marked as private.
    #1234310
    Friech
    Moderator

    Hi 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!

    #1235035
    piexec
    Participant

    I 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.

    #1235560
    Rad
    Moderator

    Hi 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!

    #1236140
    piexec
    Participant
    This reply has been marked as private.
    #1236388
    Christopher
    Moderator

    Hi there,

    Please remove script from raw content element, please see the attachment.

    Hope it helps.

    #1236991
    piexec
    Participant

    I deleted that entire section and it still doesnt work.

    #1237288
    Rad
    Moderator

    Hi 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!

    #1238444
    piexec
    Participant

    Thanks, 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.

    #1238786
    Paul R
    Moderator

    Hi,

    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.

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