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 #2248385
No distance on the left side
Closed

Comments

  • Dlambova started the conversation

    Hi,

    I am trying to set up the theme in a test environment so I am not able to provide a link. The issue is that the top menu starts right at the edge of the page, there is no distance between the menu and the page. I looked everywhere but didn't find a way to change that. It looks fine in the demo which is Soledad food.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Strange, we never see this issue before.

    Please try deactivate all plugins and try it again.

    After it work, let's enable each plugin to check what's plugin caused this issue.


    Best Regards,

    PenciDesign

  • Dlambova replied

    Hi, This is not resolving the issue. None of the plugins after deactivation showed any change: the menu keeps being at the edge of the page. Same applies for the breadcrumbs (activated through Yoast).

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Strange.. Can you please make your site live and show me URL to I can take it a look? I can't see what's the issues with a screenshot, I need to check on your live site to see what's problems.


    Best Regards,

    PenciDesign

  •   Dlambova replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I can't login to your site by use the information you sent. Please check it carefully again.


    Best Regards,

    PenciDesign

  •   Dlambova replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1/ About issues with the header container, it caused by you've selected the container width for the header is 1400px, please go to Customize > Logo and Header Options > and change it to 1170px.

    2/ About the breadcrumbs, I checked and I see it doesn't come from our theme. So, I think it come from a plugin from you - let's deactivate all plugins and check it.


    Best Regards,

    PenciDesign

  • Dlambova replied

    Hi,

    The menu is fixed now, thanks for that! The breadcrumbs remain the same, however. I repeated again the same process with plugins deactivation and none of the plugins seems to be the reason for this.

    Is it possible that I made another adjustment which made this. I installed the breadcrumbs when I was setting up the theme. 

    Thanks

  • Dlambova replied

    Hi,

    I found a workaround and resolved somehow the issue by inserting multiple times a code in the breadcrumbs prefix field. 

    Now I have another issue: I can't find how to change the colours of the text inside the posts, including H2-H5.

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    If you want to change the color of text inside posts & heading from h2-h5, you can add more this code to Customize > Custom CSS:

    .post-entry { color: #0008ff; }
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{ color: #ff0000; }

    Change color code 0008ff and ff0000 to any color code as you want.

    You can get a color code here

    Best Regards,

    PenciDesign

  • Dlambova replied

    Thank you, that worked perfectly!

  • Dlambova replied

    Hi,

    I have some more questions while I was setting up the theme:

    - How to change the colour of the page title?

    - How to translate the "All" in the megamenu where the tumbnails appear? (my translation plugin uses a shortcode [:en] text english[:bg]text bulgarian [:] )

    - How to change the hover colour of the submit button when the shortcode of the Mailchimp4WP plugin is pasted in a post or a page? It is fine in the widget and I changed it in the footer but I also have few forms within pages.

    The theme is now live at daniscookings.com, in case you need to check.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try add more this code to Customize > Custom CSS to change it:

    .penci-page-header h1{ color: #333572; }
    

    2/ Please go to Customize > Quick Text Translation > on   Text: "All"   > and fill the shortcode:

    [pencilang en_US='All' bg_BG='всичко' /]
    

    We've said about this in the documentation here ( because you're using multiple languages on your site )

    3/ Please try add more this code to Customize > Custom CSS to change it:

    .post-entry .mc4wp-form input[type="submit"]:hover{ color: #991e99; }


    Best Regards,

    PenciDesign

  • Dlambova replied

    Hi,

    Thank you for this and sorry for missing out the quick translation (I assumed it wasn’t compatible with my plugin). 
    Only the last code didn’t work correctly. What I wanted to accomplish was to change the green colour of the button but the code changed the hover colour of the text. You can check it here, at the bottom: https://daniscookings.com/blog-resources/

    Thank you

  • Dlambova replied

    Hi,

    In addition there is one issue that I detected with my new theme: when the site is loading in a browser with cleared cookies, at first it appears as a list and then it loads. It is for a short time but is bothering me very much and it only started since I installed Soledad. I am not sure I explained myself correctly but you can test it as well. I am sending you a screenshot. 

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ Yeah, sorry, please try replace the code I sent to this code:

    .post-entry .mc4wp-form input[type="submit"]:hover{ background: #991e99; }

    2/ It's not issues related with our theme. As I see you're using WP Rocket - a setting from WP Rocket caused this issuesmile.pngI don't remember what's that setting, but the setting has name like "aggregate CSS in the HTML" or delay load the CSS.


    Best Regards,

    PenciDesign

  • Dlambova replied

    Thank you, that worked!

  • Dlambova replied

    Hi,

    Is there a way to highlight a particular item on the menu, like to make it bold or with a different colour then the rest of the items? I found the instructions how to add font awesome icons to the menu but just an icon doesn't work for my project. 

    If highlighting is not possible, is there a way to insert the icon + text together (e.g. the home icon next to text HOME).

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    You can add the code for display the icon together with the text as you want.

    Example:

    <i class="fa fa-home"></i> Home

    Best Regards,

    PenciDesign

  • Dlambova replied

    Thank you!

  • Dlambova replied

    Hi Again,

    I have two small issues at the moment:

    1. I added some ads through the customiser. For the ads inside the post I chose the option "Repeat after X paragraphs" but they don't repeat. I tried with different paragraph values: 3, 4, 5 but they don't repeat. Not sure what is the issue.

    2. I am not able to update to the latest theme version. First it gave me an error and then it was just a blank page. I created a child theme which I am currently using. Last time I updated without any issues while staying with the child theme, but this time something is wrong. 

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ Can you make it live to I can take it a look?

    2/ We're using auto-update flatform from WP-Updates: http://wp-updates.com/ and it seems the updates flatform from them has issues, 

    I've contacted them and they said will fix it as soon as possible. Currently, please manually to update this theme - by do following this guide:
    https://pencidesign.ticksy.com/article/15633/
    We're sorry about this inconvenience.

    Best Regards,
    PenciDesign

  • Dlambova replied

    Hi,

    It is live at daniscookings.com - you can check inside the posts. Currently I have selected the ad to appear after every 4 paragraphs and to repeat. But it doesn't repeat. I suppose that each photo is considered as one paragraph. 

    Thanks for clarifying about the theme update issue, I will update it manually.

  •  2,699
    PenciDesign replied

    Hi,

    I've checked it, it seems your code is missing or you've load the .js from your code over http:// - it will be block because your site load over https://

    Please check it again:

    1/ I see you have issues with this js - It loads over http - let's change it to https://

    http://athlonmediagroup.s3.amazonaws.com/parade/contributor/badge/contributor_badge.js
    

    2/ Your current code is:

    <center>
    <div id="skm-ad-medrec-1"></div>
    <script type="text/javascript">blogherads.adq.push(['medrec', 'skm-ad-medrec-1']);</script>
    </center>
    

    It doesn't enough because it's missing a script embed, let's check the guide for how to embed that ads for your site again.


    Best Regards,

    PenciDesign

  • Dlambova replied

    Hi,

    Regarding #2:

    In the guide I don't have any information about embedding the ads. I only have the codes which I can copy and paste. I added the <center> tag as the ad wasn't centred initially. 

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    I'm sure your code is missing a script for javascript because that code can't be works with the code like sosmile.pngIf you don't believe me, you can try it on a default theme from WordPress - and you will see it doesn't work also.


    Best Regards,

    PenciDesign

  • Dlambova replied

    Hi,

    I finally updated the theme manually and now the search on mobile is impossible to use - please see a screenshot.

    It is so small that it is not possible to be pressed, every time I press the social media buttons instead. I don't remember how it was before but I was using search all the time and now I can't.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    It's not related with the theme updates.

    This issue caused by you have this Custom CSS code:

    #top-search {
        position: absolute;
        top: 22px;
        right: 40px;
    }
    

    Please remove this and it will display fine.


    Best Regards,

    PenciDesign

  • Dlambova replied

    Hi,

    I haven't placed such code and I can't find it in the custom CSS code. I only have this (please see screenshot). 

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    I don't know where you puted it. But It's not the CSS come from the theme.

    Or you can add more this code to Customize > Custom CSS to override that custom css code:

    #top-search{ position: static; }
    

    Best Regards,

    PenciDesign