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 #1451000
Customization
Closed

Comments

  • rpank started the conversation

    Hello!

    I have a few questions regarding some customization. I am using the child theme.

    1. Where (if possible) can I customize the breadcrumbs? Is it possible to disable breadcrumbs on specific pages?

    2. How big (in pixels) is the header-logo supposed to be for maximum resolution and quality? I am using header layout 9.

    3. Where can I change the text for "Leave a comment"?

    4. Is it possible to change the width of the site? Like make the site-content more centered on the screen, including the sidebar.

    5. Where (if possible) can I change the text that appears in the search field (in the header)? 

    6. How (if possible) can I remove the "share-bar" that appears on the bottom of the pages content? 

    7. I tried to add a email-optin form in the footer but it didn't look that good so I removed it temporarily. But now, there is a white box which is approx 120 px in height and covers the screen from left to right just above the social icons in the footer. How can I fix this?

    8. How (if possible) can I remove the number-verification needed to post comments? It looks better without it.

    9. How (if possible) can I add the possibility for visitors to add their name, email, and website when commenting on a post? Now there is just a submit-button.

    10. How (if possible) can I add the possibility for visitors to check two boxes that allows them to get notified of new comments on this post that their are commenting on, and also new posts overall? I've seen this on another page that uses the Soledad-theme.

    Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    1/ This feature just supports for Pages only. On edit a page screen, scroll down and you will see it.

    2/ You can use an image with the height is 160px, the width flexible based on the height.

    3/ Please check option for it via Customize > Quick Text Translation.

    4/ By default, all the container of our theme are centered. And if you want to change the width for container, you can add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    .container { width: 1000px;  }
    }

    Change number 1000 to value you want.

    5/ Check point 3/

    6/ You can remove it for all pages via Customize > Pages Options.

    If you want to remove it for special pages, scroll down on edit a page screen and you will see option for it. ( like I said on point 1/ )

    7/ Please go to Appearance > Widgets > remove all widgets inside sidebar "Footer SignUp Form" and "Footer Instagram"

    8/ Seem it came from a plugin from you - not from our theme. Please deactivate all plugins and check it again. After it work, let's enable each plugin to check what's plugin appears it.

    9/ Because you're logged in, so you didn't see that fields. Please logout and you will see it.

    10/ You can use this plugin to do that:

    https://wordpress.org/plugins/comment-notifier/


    Best Regards,

    PenciDesign

  • rpank replied

    Thanks for the good and quick reply!

    It seems like my footer widget area is active eventhough I haven't any active widgets in that area (neither "Footer Signup" or "Footer Instagram"). What is causing this, and how can I solve it?


  •  2,699
    PenciDesign replied

    Hi,

    Can you show me your site url to I can take a look on your issues?


    Best Regards,

    PenciDesign

  •   rpank replied privately
  • rpank replied

    I have changed my link color in "Colors for Single Post" and this now causes a little problem for me.

    As you can see in the image the share buttons doesn't look that good because of the orange in their respective logo. The orange is my link color, but I don't want it to show on the share buttons - I want the logos to be white.

    I have tried resetting the link color in "Colors for Single Post" but when I do that, the logos become green instead, as that is the default color.

    I believe this problem occurred when I changed the link color in the "Colors for Single Post" but not earlier when I changed the "Accent" colors to the same orange for the website as a whole.

    I am using the plugin Social Warfare to display the share buttons. I have tried changing the colors in the plugin it self, but that doesn't seem to work either.

    I am 100 % sure that the logos have been white at some point after me installing the plugin and theme, but after I did something (probably in "Colors for Single Post") that broke and stopped working properly.

    Do you guys know if there is a way for me to make the respective logo on each share button white? 

  •  2,699
    PenciDesign replied

    Hi,

    1/ I see that space is space from Footer Widgets.

    Please go to Appearance > Widgets > and remove all widgets inside "Footer Columns #1", "Footer Columns #2", "Footer Columns #3", "Footer Columns #4"

    2/ Please try add more this code to Customize > Custom CSS:

    .nc_socialPanel .nc_tweetContainer a.nc_tweet, .nc_socialPanel .totes .swp_count{ color: #fff;  }

    Best Regards,

    PenciDesign

  • rpank replied

    Thank you so much!

    Great support. Love it! :-)

  • rpank replied

    Is it possible to change the color of the dots that appear under "related posts", using additional CSS?

    I want to change the color to #2a4b8

  •  2,699
    PenciDesign replied

    Hi,

    If you want to change color for the dots active on "related posts", please add more this code to Customize > Custom CSS:

    .penci-slider ol.penci-control-nav li a.penci-active, .penci-slider ol.penci-control-nav li a:hover, .penci-related-carousel .owl-dot.active span, .penci-owl-carousel-slider .owl-dot.active span{ border-color: #2a4b8; background-color: #2a4b8; }


    Best Regards,

    PenciDesign

  • rpank replied

    I have copied and pasted that code in to additional CSS, but nothing changes - the small dots are still orange. Why is that you think? EDIT: I SOLVED IT NOW!

    Another question: how can I customize the color of the "Load more posts"-button on the blog page? I want to customize the color of: background, border, text, and also hoover-colors for those three. Is that possible with additional css?

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .penci-pagination.penci-ajax-more a.penci-ajax-more-button{ border-color: #ff0000; background-color: #fff000; color: #ffff00; }
    .penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover{ border-color: #ffff00; background-color: #ff0000; color: #0000ff; }

    Change the colors code above to the color code you want.


    Best Regards,

    PenciDesign

  • rpank replied

    Is it possible to disable the image from showing in "related posts" under a blog post?

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .item-related > a{ display: none;  }

    Best Regards,

    PenciDesign

  • rpank replied

    Hello.

    I have changed so that all my titles are "bold" by default, but this causes a "problem" I want to fix.

    1. I want the post titles that appear under the "related posts"-area to be "normal" and not "bold". How do I fix that?

    2. I want the titles in the sidebar-widget "popular posts" to be "normal" and not "bold". Note: I still want the header of all widgets to be bold, but just not the titles in that specific widget. How do I fix that?

    3. I want the social media-titles in the footer (the links to my social media) to be "normal" and not "bold". How do I fix that?

    My guess is that this is possible with additional CSS, but how?

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS  to do all your requirements:

    .penci-sidebar-content .penci_popular_news_widget .widget-title, .item-related h3, ul.footer-socials li a span{ font-weight: normal; }

    Best Regards,

    PenciDesign

  • rpank replied

    Thanks, but I think you misunderstood me on nr 2.

    I want to have the title of the WIDGET to be BOLD, but the titles of the posts appearing inside the widget to be NORMAL.

  •  2,699
    PenciDesign replied

    Hi,

    If so, please replace the code I sent to this code:

    .side-newsfeed .side-title-post, .item-related h3, ul.footer-socials li a span{ font-weight: normal; }


    Best Regards,

    PenciDesign

  • rpank replied

    Are you sure that code is working as it should?

    Because when I insert it under "custom CSS", it does not change the titles in the sidebar-widget to NORMAL, and the social media-menu resets and becomes BOLD.

    When I use this (the first code) everything besides the titles in the sidebar-widget works.

    .penci-sidebar-content .penci_popular_news_widget .widget-content, .item-related h3, ul.footer-socials li a span{ font-weight: normal; }


  •  2,699
    PenciDesign replied

    Hi,

    Please try again with this code:

    .widget ul.side-newsfeed li .side-item .side-item-text h4 a, .item-related h3, ul.footer-socials li a span{ font-weight: normal; }


    Best Regards,

    PenciDesign