Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #630970

    Hello

    I make several questions all together to not create multiple post . I hope it’s correct.

    -How To change the background color of the site while the page is loading? This background color also appear at the bottom of the page when the information is too short. The color is #111111

    – Each product shows an option > next and previous . I would like to know how to change the box content option (background color , background size, thumbnail size , background miniature size )

    – If I want to add a banner on a new page (not a slider ) which is the maximum width defaults ?

    – Where must replace default text in breadcrumb ( breadcrumb -title text) -> “You are here: Home / I need to change the text.

    – After the purchase (the site works with WooCommerce ) the ” Checkout ” page has included this code: [ woocommerce_checkout ]
    How do I remove the option to see 2 different address? Now i see: ” Billing Details ” + “to send to a different address “. I need a single option.

    Thanks a lot and best regards

    #631539

    Hey marilusnm,

    1&2 – Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    html { background: white !important; }
    
    #top .avia-post-nav:hover {
        background: rgba(255,0,0,0.8);
    }
    #top .avia-post-nav {
        background: rgba(0,255,0,0.1);
        padding: 10px;
    }
    .avia-post-nav .entry-image {
        height: 65px;
        width: 65px;
    }
    

    255,0,0 is RGB value of the color and 0.8 is opacity level
    3- Recommended width is 1500px.
    4- Please go to enfold/framework/php/class-breadcrumb.php file and find “You are here:” and change it as needed
    5- Please go to WooCommerce > Settings > Shipping and choose “Only ship to the customer’s billing address”

    Best regards,
    Yigit

    #632204

    Hello, Yigit

    Thanks for your replay!

    I could not solve the point 4 but I presume that is a translation “issue”. The translation It’s in Spanish from Spain and in Argentina we not use “tu – > tu estas aqui ” (Tu estas aqui = You are here). I assume that is indeed translation problem.

    Is there any way to solve it?

    Thanks a lot and best regardas

    #633122

    Hi,

    In that case please install this free software – https://poedit.net/ and edit language files in enfold/lang folder. If you are using a child theme, please see – http://kriesi.at/documentation/enfold/child-theme-translations/

    Best regards,
    Yigit

    #634094

    Hello Yigit and thank you.

    The problem is I can´t find the original text in the ” .po ” file. Are you sure that this text is not generated by code ?

    Thanks a lot and best regards!

    #634096

    Off course. Thanks a lot!

    • This reply was modified 8 years, 5 months ago by marilusnm.
    #634313

    Hi,

    Please update the file so missing strings can be added to file. But i am guessing you have figured this one out already? :)

    Best regards,
    Yigit

    #634657

    Hello Yigit,

    Sorry , the update was for another ticket. :-D

    Thank you!

    #634684

    Hey!

    Haha no worries at all!
    So what do we do with this thread? :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.