Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1232210

    andrewneilson
    Participant

    On the site, there are about 7 pages that were functioning normally earlier today. I made an adjustment in Cornerstone, to an icon list item, that had a phone number as a link. In the field labeled url, I changed “tel:503-425-9361” to “tel:503-572-6109”. After saving this adjustment, all the “sections” on the page are no longer full-width. I adjusted “Container width” in the customizer under “Cornerstone” to 100%, and it has no effect on the width of an image in a section, or a color fill in a different section. I made one of the other pages (that looks right and is full-width) a template in Cornerstone, and created a fresh page, then added from the correct template. The new page has restricted sections. I duplicated a correct page in WordPress, but when I open it in Cornerstone the items aren’t full-width. I cannot seem to make these sections full-width regardless of method. All of the ‘solutions’ I’ve found in this forum mention switches inside Cornerstone that as far as I can tell, don’t exist-

    Thanks in advance-

    #1232216

    andrewneilson
    Participant

    Cornerstone 1.3.0
    Wordpress 4.6.1 running x-child theme

    #1232586

    Friech
    Moderator

    Hi There,

    Thank you for writing in! Would you mind providing us your site URL 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
    – FTP credentials

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

    Cheers!

    #1233177

    andrewneilson
    Participant
    This reply has been marked as private.
    #1233374

    Lely
    Moderator

    Hi There,

    Do you want to be fullwidth from edge to edge of the browser?
    By default your content is restricted by Site Width and Site Max Width from the customizer settings.
    To make it fullwidth we need to choose No Container Page templates. See attached screenshot. But then I notice that this is missing on your pages option. Did you in any way edited the theme or make customizations? Something was causing this issue. Please try to clear cache and then check again.

    #1233660

    andrewneilson
    Participant

    If you look at neilsonconstruction.com/fireplace, you’ll see where the top image under the logo is full-width, as well as the red section under “Contact”.

    Now navigate to neilsonconstruction.com/exterior or commercial or bathroom or Home, and you’ll see how those same items aren’t full-width.

    Yes, I see that this option is missing from the page attributes section for each page.

    I cleared the cache using WP Super Cache and the option still isn’t there.

    This is a child theme if that makes a difference-

    #1234103

    Friech
    Moderator

    Hi There,

    You’re using a Blank – No Container | Header, Footer template on this page: http://www.neilsonconstruction.com/fireplace/ that is why it can go fullwidth when you turn off the section’s container.


    screenshot

    Please use that page template for your other pages as well.

    Yes, always clear your caching before previewing your site/page.

    Hope it helps, Cheers!

    #1234251

    andrewneilson
    Participant

    I’m not sure how you achieved this option. The attached file shows my options when on the “fireplace” page.

    #1234255

    andrewneilson
    Participant

    Previous file exceeded allowed file size.

    #1234404

    Rue Nel
    Moderator

    Hello There,

    You are not seeing the page templates because your child theme was having some issues. I did some investigation and it turns out that you have accidentally modified the child theme’s style.css. I already have fixed it and have this code:

    /*
    
    Theme Name: X – Child Theme
    Theme URI: http://theme.co/x/
    Author: Themeco
    Author URI: http://theme.co/
    Description: Make all of your modifications to X in this child theme.
    Version: 1.0.0
    Template: x
    
    */
    
    /* Add your all your custom styles below */
    #top .x-social-global .x-icon-behance-square:before {
        content: "\f27c";
    }

    So now, when you edit the Exterior page, you should be able to choose the page templates as pointed out in our previous replies.

    If you need anything else we can help you with, please let us know.

    #1238273

    andrewneilson
    Participant

    Thank you so much for addressing this.

    Everything looks great now!

    #1238278

    Joao
    Moderator

    Glad to hear it,

    Joao