Okay
  Public Ticket #935834
Help regarding features
Closed

Comments

  •  2
    Vaibhav started the conversation

    Sir, How to change written "My Account and Checkout" with "Search and Cart Icon" in header. I am attaching 2 screenshot,I want to implement rightmost thing of brown header one with rightmost part of grey header one.

    Also I am not able to change color of header in mobile view.
    It is always showing up Light Brown.

  • [deleted] replied

    Hi Vaibhav,

    1— To translate or rename theme strings, you can do this via Loco Translate plugin. If you don't have it, please install and activate the plugin in your WordPress site.

    1. Then go to Loco Translate > Manage Translations
    2. Click "New Language" for the current active theme (if you didn't created it yet, otherwise ignore this step). On the new language page, choose these options – Screenshot
    3. After that you will be redirected to the editing screen for theme translations. Before you continue with your translations make sure the current language of your site is selected – Screenshot
    4. Follow these instructions to learn how to translate strings – Screenshot
    5. The changes will be applied immediately – Screenshot

    Note: Translation files will be saved to wp-content/themes/{theme-name}/languages folder or global directory of theme translations: wp-content/languages/themes/ (based on your choice). If you have saved your translations inside theme folder, always save a backup of *languages/* folder (inside the theme) when there is new theme update. After you update the theme (languages folder will be replaced with an empty folder), just move the backup files you previously saved to the same languages directory and your changes will still be applied.

    2— Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Pease share your WP credentials here in case we need them for the second question. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Vaibhav replied privately
  • [deleted] replied

    Hi Vaibhav,

    1— I see that you managed to solve this question.

    2— This is a WooCommerce question and we don't know how to answer this, the best way is to contact WooCommerce support for this and I'm sure they will know this question and help you.

    3— Added this code on Custom CSS 

    header.site-header.header-type-1, header.mobile-menu .mobile-logo {
        background: #F1F1F1 !important;
    }

    and now the mobile menu changes color too.

  •  2
    Vaibhav replied

    Sir last one is fixed and Second one I will contact WooCommerce . 


    But for first one If I change header style which I want then It will start showing up My Account and checkout instead of Cart and search. Please refer to last message screenshot tgere I have told header type. 

  • [deleted] replied

    Hi Vaibhav,

    Ok then, please leave things as in the screenshot and i will check that.

  •  2
    Vaibhav replied

    Done please check the header right hand side

  • [deleted] replied

    Hi Vaibhav,

    I'm sorry but on this kind of menu you can't add the search and the cart icons there.

  •  2
    Vaibhav replied

    Okay last question, I can add banner with custom message at header or bottom of everypage? Banner which will be sticky and always visible. something like we use in eu cookie law notice.

  • [deleted] replied

    Hi Vaibhav,

    I think that you can use any free plugin that can do this job for you

  •  2
    Vaibhav replied

    Okay Thankyou. :)

  • [deleted] replied

    Hi Vaibhav,

    Glad to hear that. Will set this ticket as solved from here.

  •  2
    Vaibhav replied

    I am getting error 

    • The purchase code provided was not properly validated. It could be an invalid purchase code, or the connection to Envato was lost. Double check your purchase code and try again.

    when I am trying to submit new ticket, Also my support is not yet expired so I am writing my query here only.


    Is it possible to display the books same as it is shown in demo automatically. I mean in Demo all the books are in some cardboard with shadow, This can be done without Photoshop as editing cover one by one will take lots of time.
    Please refer ss I am talking about. Tia.

  • [deleted] replied

    Hi Vaibhav,

    Yes you are right, the shadow on our demo is showing because we have used images that have shadows.

    Support doesn't support  customization services but i will give you the CSS code to show shadows on your shop items.

    Please add the code below to your Custom CSS:

    .woocommerce .shop-item .item-image {
        -webkit-box-shadow: 10px 10px 56px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 56px -12px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 56px -12px rgba(0,0,0,0.75);
    }
    

    P.S: Next time if you need support please use one of the methods below: http://drops.laborator.co/cGTx

    It should work for you because it’s working for other users.

    If you still have problems to post your ticket, please record all this procedure and send us the video URL to check this problem with the Ticksy author.