This topic has 11 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #155207
     lifeact
    Participant

    Hi. I wont change h1 title tag on page to h3. I write: http://joxi.ru/wGrqey4ia5jZrz in themes\kleo\functions.php but tag is still h1 – http://joxi.ru/JMAjMp4I5QJ62e tell me please what it change to h3?

    #155343
     Radu
    Moderator
    This reply has been set as private.
    #155344
     lifeact
    Participant

    thise is h1, and i wont make thise to h3…..

    Attachments:
    You must be logged in to view attached files.
    #155348
     Radu
    Moderator

    From here that can be changed,
    replace {heading} with h3

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #155352
     lifeact
    Participant

    super, thanks

    #155511
     Radu
    Moderator

    You’re welcome
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #155601
     lifeact
    Participant

    Hi Radu
    help me please in other bug:

    on page http://www.ukrartmedia.com/support_sites/ is left menu in sidebar, and it is always selected thise menu item http://joxi.ru/BLmG3j1CV8Q4ml

    #155638
     Radu
    Moderator

    Hi,
    I cannot see that

    How can i see that?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #169543
     lifeact
    Participant

    Hi Radu!

    Help me please in some small questions….:

    1) I watch all files, but I cant finde where i can translate sidebar widget cart – http://joxi.ru/82Q7q6T13DYBrd.jpg

    2) how i can move Main Sidebar Widget To Top For Mobile? I need show navigation filter above products…..

    #169892
     Radu
    Moderator

    Hi,

    1. Just go to wp-admin -> appearance -> widgets

    2.That isn’t really possible cuz that implies moving the sidebar before the main column of the theme where we don’t have a quick solution for this, but you can use the header cart feature that allows you have quick view of number of the products from the cart

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #169909
     lifeact
    Participant

    TH for answer.

    Just go to wp-admin -> appearance -> widgets
    —-
    no, i wont translete Content of the widget (product, items), not title widget.

    2) but you can use the header cart feature
    —-
    I can put product filter in header cart place? Show me please detailed….

    Attachments:
    You must be logged in to view attached files.
    #170090
     Radu
    Moderator

    You should use Loco Translate plugin and search for those strings in Woocommerce plugin or in the theme but most sure in the woo-commerce plugin since that it’s their widget.

    Placing filters on the header isn’t really possible without custom development, but as an alternative, you can add the filters shortcode if they have before the main area only on mobile by using the next PHP snippet that will be added to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    
    add_shortcode('kleo_before_main', 'run_shortcode_before_body');
    function run_shortcode_before_body()
    {
        if(is_mobile()){
            $shortcode = do_shortcode('[kleo_button]');
            echo $shortcode;
        }
    }
        
    

    So just replace the [kleo_button] with the shortcode of those filter if exists!

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?