-
Author
-
March 9, 2017 at 12:28 #155207lifeactParticipant
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?
March 10, 2017 at 19:33 #155344lifeactParticipantthise is h1, and i wont make thise to h3…..
Attachments:
You must be logged in to view attached files.March 10, 2017 at 19:41 #155348RaduModeratorFrom here that can be changed,
replace {heading} with h3Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionMarch 13, 2017 at 17:11 #155511RaduModeratorYou’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 solutionMarch 14, 2017 at 13:18 #155601lifeactParticipantHi 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
March 14, 2017 at 19:48 #155638RaduModeratorHi,
I cannot see thatHow 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 solutionAugust 4, 2017 at 11:23 #169543lifeactParticipantHi 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…..
August 7, 2017 at 21:33 #169892RaduModeratorHi,
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 solutionAugust 7, 2017 at 22:46 #169909lifeactParticipantTH 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.August 9, 2017 at 19:53 #170090RaduModeratorYou 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 CODEadd_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 -
AuthorPosts
You must be logged in to reply to this topic.