Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2256839
some design issues with theme
Closed

Comments

  • reamsnyc started the conversation

    1. The category pages (main menu) show 2 different styles of posts , how do i remove the second set of posts? (shown in attachment 1)

    2. can i change the width of the header to 1600px, maybe with css?

    3. how can i right align the contents inside the widgetized sidebar?

    4. for penci block 12 in a 1600px container the image is large if i add a sidebar the image becomes smaller, can i change the size of the image to larger?

    5. how do i make the widgetized sidebar sticky?

    6. for penci big grid can i make the headline like in the attached image 2?

    thank you

  •  501
    Penci replied

    Hi,

    1/ It seems that you use load more post of jetpack or third party plugins, please check  and disable load more  post come from third party plugins

    2/ change width of header, please go to Customizer > Addtional CSS then add custom css to do that

    .site-header .header-content__container.penci-container-full {
        max-width: 1600px;
    }

    3/ Please try use custom css to do that

    #main .widget-area .widget {
    text-align: right;
    }

    4/ Please edit block 12 shortcode and you can change image size, image type as screenshot http://prntscr.com/qj4qwe

    5/ Enable sticky sidebar, please  go to Customizer > General Option to uncheck "Disable Sticky Content & Sidebar." option as screenshot http://prntscr.com/qj4rq2

    6/ unfortunately, curently, this theme doesn't support the style same the attached image 2.


    Best Regards,

    PenciDesign

  • reamsnyc replied

    thank you i was able to make some of the changes.  great theme very nice design, 

    1. Block 12 when i try to edit the image size, the size of the image stays the same and does not change. i think the image is dependent on the size of the container

    2. I have disqus installed but it does not show up in my posts any suggestions?

    3.how do i remove the entire header (logo, menu, icons)when in mobile view 

    thank you

  •  501
    Penci replied

    Hi,

    1/ About block 12, do you want change width of image. Please tell me about the issue and send me screenshot for the issue.

    2/ I checked on your site, it appears that you active Auto Load Previous Post on single, if you want use disqus , please go to Customizer > Single Post Options  then scrolldown and uncheck "Auto Load Previous Post?" option https://prnt.sc/qk24rq

    3/ sorry, i'm not clear about the question. Do you want hide header mobile same screenshot ( https://prnt.sc/qk2553 ). If right, please go to Customizer > Addtional CSS then add custom css to do that

    .penci-header-mobile {
        display: none !important;
    }


    Best Regards,

    PenciDesign