Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1018655
    re.fresch
    Participant

    Hi there!

    So, I’ve built a test slider and have tried to call it into a page by dragging and dropping the Revolution Slider icon/box from the Elements pane onto my page. see attached and try to help me figure this out. You will notice that the name of the file that it thinks it’s needing to retrieve, id]s the only option on the left hand side. The only way that I can get it onto the page is to avoid Cornerstone altogether, and open the page in WP and cut and paste the alias code there in “Text” mode. In this way, it appears on the page but I can’t control or change its position.

    Thanks!

    #1018702
    Joao
    Moderator

    Hi There,

    Please try relesecting the slider once you are inside Cornerstone. I could also suggest you do rename it to a shorter name and than reselect in case that does not work, even if that shouldn´t actually be an issue.

    If after trying that you are still facing this problem, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

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

    Thanks,

    Joao

    #1019461
    re.fresch
    Participant

    Thank you! That worked. However, the slider is being strained in a column width that doesn’t match my global content size, nor the slider banner. Both are set to 1200 but the banner is only approx 640px wide. How to I allow the column to go full width? I’ve tried to find the setting for that but can’t locate it. See attached.

    #1019497
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1019671
    re.fresch
    Participant
    This reply has been marked as private.
    #1019718
    Paul R
    Moderator

    Hi,

    Thank you for providing your login credentials.

    I was able to fix it by adding the code below in custom css

    
    .home .entry-wrap {
      padding:0;
    }
    

    and turning off column container in your row element.

    http://screencast.com/t/e2gZ3aPcg

    #1020113
    re.fresch
    Participant

    Thanks! So, I’m having the same issues with adding Images to the page? Would I use the same code in the custom CSS on the individual page? for example, go to http://re.kunsty.ee/evidence/testimonies/

    This image should be full width but is being constrained too!?? Sorry, not a programmer, what can I do?

    #1020259
    Rupok
    Member

    Hi there,

    Thanks for updating. You can use the same code. Let us know if you face any issue.

    Cheers!

    #1020303
    re.fresch
    Participant
    This reply has been marked as private.
    #1020570
    Rupok
    Member

    Hi there,

    Thanks for updating. If you ad this under Customizer > Custom > CSS then it will be applied globally and work on every pages.

    .entry-wrap {
      padding:0;
    }

    However if the issue is not everywhere and you need to add on specific pages then you can use preceding class (page ID) or place it under Cornerstone custom CSS.

    For testimonial page, it would be :

    .page-id-40 .entry-wrap {
      padding:0;
    }

    Or if you add custom class testimonies to the body then it would be :

    .testimonies .entry-wrap {
      padding:0;
    }

    Hope this makes sense.

    #1021552
    re.fresch
    Participant
    This reply has been marked as private.
    #1021875
    Paul R
    Moderator

    Hi,

    You need to turn off column container for your row element.

    See Video – http://screencast.com/t/qIMstTu0

    Then replace your css code from

    
    .entry-wrap {
        background-color: transparent;
        box-shadow: none;
    .testimonies .entry-wrap {
      padding:0;
    }
    

    to this

    
    .entry-wrap {
        background-color: transparent;
        box-shadow: none;
        padding:0;
    }
    

    Hope that helps.

    #1021950
    re.fresch
    Participant

    Magnificent! You guys rock.

    #1022195
    Joao
    Moderator

    I am glad we managed to help you 🙂

    And thanks for the compliments.

    Let us know if you need help with anything else.

    Joao

    #1023698
    re.fresch
    Participant

    1. How can I turn off “comments” globally on all posts? We do not want to run this kind of blog. Thanks!
    2. I have already had my CSS Type Classes changed by a coder to our own (non-system fonts) However the blog tile display page
    see: http://re.kunsty.ee/insights/ are not picking up any of our Header/Para values, i.e. h1, etc. How can I get this page to pick up our customised CSS?

    ps. I’m NOT a coder 😉

    Thanks!

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