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 #1416821
Choosing URL for header logo
Closed

Comments

  • MT started the conversation

    I want to use an image that is loaded from the CDN and not from the origin server. To do that I need to manually choose the URL for the header logos. In the other theme Im using for a different website I have that option but I cant see it in the customizer.

    I am adding that this goes for all images I want to add in the customizer. There is no point serving the images through the server, it will just overload it. I need to know how to get  custom urls for the images.

    How do I get it done?

    Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    The CDN supports to auto change your links to CDN already.

    You don't need to put url in CDN because CDN supports changed it already also.

    On CDN site, will has guide to help you add CDN to wordpress. Let's check it.

    Best Regards,

    PenciDesign

  • MT replied

    Thank you for your reply but I think there is a misundetstanding.

    I already have a CDN on a different website using a different theme. I had the same issue because its hardcoded and the CDN will not be able to override it. I will need to manually insert the URL for any images in the customizer to get it to work. You can test it on your own and see for yourself. In the meantime I need a solution to manually insert a URL for any images in the customizer.

  •  2,699
    PenciDesign replied

    Hi,

    With this theme - It's not hardcoded.

    As you can see on our demo: http://soledad.pencidesign.com/ - We're also use CDN - without add the custom url for the logo.


    Best Regards,

    PenciDesign

  • MT replied

    I see. Thank you for your reply. I will test it with my CDN (I didnt link it yet) and see how it works. On a separate matter and this really a small question, how do I edit the 'soledad' text that is used as a logo by default?

  •  2,699
    PenciDesign replied

    Hi,

    It's logo and It's an image. You can replace it to your logo via Customize > General Options > "Upload Logo" & "Logo for Vertical & Mobile Nav"

    Also, I see you did created a lot of tickets, can I remove all it and you will put all your questions in this ticket? It's better for me to control your questions.


    Best Regards,

    PenciDesign

  • MT replied

    Yes. The reason why I did it is that when people search for it then it will be easier to find but ok. You can close everything else, these are the main questions because I found a solution to some.


    1: 

    for mobile phones and tablets a different resolution (pixels) is required. How do I set these options through the theme? I couldnt find the options in the customizer.

    2:

    How do I manually choose the font sizes for tablets and mobile phones?

    3:

    I am still new to the theme. Its a simple question, how do I style the widgets like the soledad recent posts for example? I want to change the color of the title of the widget and background, only foe the main title, not posts that are listed below.

    4:

    I found the option to hide the featured image inside the post but I do want the featured image to show in AMP, How do I get it done?

    5:

    How do I change the font for social media in the footer?


    Thank you for all the hard work. It looks like a great theme, just not sure how to use it yet.

  •  2,699
    PenciDesign replied

    Hi,

    Great, thanks

    1/ This theme auto processed it, so you don't need to worries about that.

    2/ Currently, this theme doesn't support this feature. But, we did optimize all elements good for mobile already. If you want to change something, we can help you with some custom css code.

    3/ Please check options for it via Customize > Options & Colors for Sidebar

    4/ The AMP has options separate with Customizer. After active Penci Soledad AMP, you can go to Appearance > Customizer AMP ( NOT Customize ) > Posts Options > and you can see option for display/hide posts thumbnails there.

    5/ Please check options for it via Customize > Footer Options.

    And I think you should check documentation for this theme here to know how to config this theme. It's short and easy to understand.

    Best Regards,

    PenciDesign

  • MT replied

    Thank you, I am going to look into all this soon. I still suggest you will give the option to set a custom favicon for mobiles and tablets, i think it will be better this way because it will probably be asked about again.

    About the fonts for mobile devices I will probably need it. Can you paste code css code so I can refer it to when the website is going live? I know its @media just cant remember it. I need the CSS for mobile phones and tablets/iPads.

    Thank you once again.

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, you can use Custom CSS media queries for tablet like this:

    @media only screen and (max-width: 960px) and (min-width: 481px){
    /** Your Custom CSS put here **/
    }

    and for mobile only, use:

    @media only screen and (max-width: 480px) {
    /** Your Custom CSS put here **/
    }

    Best Regards,

    PenciDesign