Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1236360
    yhshin1020
    Participant

    Hey,

    I really need help implementing the css / jquery snippet here: https://codepen.io/virgilpana/pen/RNYQwB

    I understand this is a custom code but for some reason the code that works perfectly fine elsewhere doesnt seem to work on X.

    I suspect this is a problem with X theme VC customisation or some other complications with the theme.

    Could you perhaps help me add this code on my site, or at least provide me some direction as to why it may not be working?

    I hope you understand!

    #1236361
    yhshin1020
    Participant
    This reply has been marked as private.
    #1236458
    Rue Nel
    Moderator
    This reply has been marked as private.
    #1236469
    yhshin1020
    Participant
    This reply has been marked as private.
    #1236472
    yhshin1020
    Participant
    This reply has been marked as private.
    #1236474
    Rue Nel
    Moderator

    Hello There,

    The misalignment is because of the css. Please find this block:

    .stats-container{
    	background:#fff;	
    	position:absolute;
    	top:386px;
    	left:0;
    	width:265px;
    	height:300px;
    	padding:27px 35px 35px;	
    	-webkit-transition: all 200ms ease-out; 
           -moz-transition: all 200ms ease-out; 
             -o-transition: all 200ms ease-out; 
                transition: all 200ms ease-out;
    }

    Change the width from 265px to at least 300px. As this is all custom development, regretfully we won’t be able to assist further. Custom development is outside the scope of our support. We’re happy to provide advice and get you started in the right direction, but you would still be responsible for the implementation.

    Thank you for understanding.

    #1236524
    yhshin1020
    Participant
    This reply has been marked as private.
    #1236535
    Christopher
    Moderator

    Hi there,

    #1 Please provide us with screen shot, as I can’t see misalignment.

    #2 I duplicated raw content element and it didn’t work, I tried duplicating product using HTML code inside main div, but still didn’t work. 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.

    #1236547
    yhshin1020
    Participant
    This reply has been marked as private.
    #1236555
    Christopher
    Moderator

    Hi there,

    Please add following code under cornerstone settings tab/ custom CSS :

    div#carousel img {
        LEFT: -9% !important;
        position: relative;
    }

    I think it would be better if you contact plugin’s author as he knows his code better than we do. You can also consult with a developer.

    Hope it helps.

    #1236557
    yhshin1020
    Participant

    Thank you so much!!

    #1236559
    Christopher
    Moderator

    You’re most welcome.

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