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 #1513068
Http liks to https links
Closed

Comments

  • i_alabama started the conversation

    Good day, I need you to check and modify all the http links to https. this is a new standard. In the code of the theme soledad-food and in the site code, there are http. so my site is working poorly. Replace please all links! Thank you

    Sincerely, Ivan

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me what's the http links on your site? We have a lot of customers using this theme with https without any issue.

    Best Regards,

    PenciDesign

  • i_alabama replied

    Thank you for the answer.

    here are the links. I can not find them anywhere to fix

    body.penci-body-boxed { background-image: url(http://soledad.pencidesign.com/ ........

        <a class="penci-promo-link" href="    http://soledad.pencidesign.com/soledad-food

    017 - PenciDesign. All Right Reserved. Designed and Developed by

  •  2,699
    PenciDesign replied

    Hi,

    1/ For body.penci-body-boxed { background-image: url(http://soledad.pencidesign.com/ ........ please go to Customize > General Options > Background image for body boxed > select another images from your media library > and remove it if you don't want to set background image for your body boxed.

    2/ For  <a class="penci-promo-link" href="    http://soledad.pencidesign.com/soledad-foo...... please go to Appearance > Widgets > on Main Sidebar > remove widget "Soledad List Banners" or change the links inside this widget.

    3/ You can change it via Customize > Footer Options > Footer Copyright Text > and fill this code:

    @2018 - PenciDesign. All Right Reserved. Designed and Developed by <a href="https://themeforest.net/item/soledad-multiconcept-blogmagazine-wp-theme/12945398?ref=PenciDesign" target="_blank">PenciDesign</a>
    

    Best Regards,

    PenciDesign

  • i_alabama replied

    Thank you for your reply! help with this link. Thank you!

    function maybePrefixUrlField() {
    if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) {
    this.value = "http://" + this.value;