Home › Forums › WoodMart support forum › Moved: Reply To: h3 title
Moved: Reply To: h3 title
- This topic has 45 replies, 3 voices, and was last updated 4 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
July 13, 2020 at 12:50 pm #210440
rmad1902ParticipantHello, there are 2 more questions:
1) On the main page, there are a lot of headings H3 (names of all products). How to make plain text instead of H3?
2) How to remove the information that the goods are sold out from the image of the goods?
Attachments:
You must be logged in to view attached files.July 13, 2020 at 4:49 pm #210513
Elise NoromitMemberHello,
Please find the function in this file:
woodmart\inc\template-tags.php
Copy it in the functions.php of the child theme and change as per your needs.
Best Regards
July 14, 2020 at 12:10 pm #210785
rmad1902ParticipantCan I give you more details on what needs to be changed?
Also, please answer the second question.
And there are still questions:
3) When the page loads, a strange element pops up. How to remove it?4) Where to insert codes from Google analytics counters and Yandex metrics?
Thank.
Attachments:
You must be logged in to view attached files.July 14, 2020 at 2:00 pm #210845
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-label.out-of-stock { display:none; }
If you mean promo popup you can disable it in the Theme Settings > Shop page > Promo popup.
To get rid of the cross sign you need to update your theme: https://xtemos.com/docs/woodmart/update-theme-2/
You can use this free plugin: https://wordpress.org/plugins/insert-headers-and-footers/ check the instruction where it should be inserted we do not have the same.
Best Regards
July 14, 2020 at 2:04 pm #210849
rmad1902ParticipantI entered the license key, shouldn’t the theme be updated automatically? How can I update the theme then?
July 14, 2020 at 2:06 pm #210851
rmad1902ParticipantТема автоматически не обновляется
Attachments:
You must be logged in to view attached files.July 14, 2020 at 6:41 pm #210910
Elise NoromitMemberHello,
Please follow this instruction: https://xtemos.com/docs/woodmart/update-theme-2/
If you still have a problem, make the full backup of your site and provide site admin access.
Best Regards
July 23, 2020 at 11:10 am #213456
rmad1902ParticipantHello, I installed a chatbot on the site, but it overrides the “top” button. How do I make the button sit a little higher?
Attachments:
You must be logged in to view attached files.July 23, 2020 at 12:07 pm #213488
Elise NoromitMemberHello,
I can provide custom CSS for the to the top button or for the chat icon. Please provide your site URL and advise what to move?
Best Regards
July 23, 2020 at 1:23 pm #213533
rmad1902ParticipantCan you submit both options? Thank!
ekokot.com
July 23, 2020 at 2:55 pm #213566
Elise NoromitMemberHello,
Please provide your site URL and explain how you want them to be placed?
Best Regards
July 27, 2020 at 10:39 am #214515
rmad1902Participanthttps://ekokot.com
It is necessary that the button up to be in the lower right corner (where it is now), and above it there was a chat signJuly 27, 2020 at 1:14 pm #214587
Elise NoromitMemberHello,
I have checked and see that is not possible to do with CSS. When I move the icon higher the chat dialog icon goes high as well and becomes cut. Please check the plugin settings and try to place it on the left. https://prnt.sc/tpapyw
Best Regards
July 30, 2020 at 11:06 am #215371
rmad1902ParticipantOkay, can you raise the up button? To be higher than the chat icon?
July 30, 2020 at 12:00 pm #215393
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .scrollToTop { bottom: 90px; }
Best Regards
August 2, 2020 at 10:00 am #215991
rmad1902ParticipantThank!
Are there any other questions:
1) How do I make sure that in categories a part of the text (1-2 paragraphs) is before the list of products, and the rest of the text is after the products? I now have all the text located after the goods. https://ekokot.com/product-category/dlja-zhenshhin/
2) In the footer of the site, the widget titles are automatically h5. How do I make it just text? The screen is attached.
Attachments:
You must be logged in to view attached files.August 2, 2020 at 5:49 pm #216059
Elise NoromitMemberHello,
Unfortunately, there is no option to divide the product category description.
Please find the function in this file:
woodmart\inc\template-tags.php
Copy it in the functions.php of the child theme and change as per your needs to change the H tag.
Best Regards
August 3, 2020 at 12:04 pm #216207
rmad1902ParticipantCan you elaborate on the h5 heading? I didn’t understand anything what to do, there is too much information in this file.
August 4, 2020 at 12:07 pm #216449
Elise NoromitMemberHello,
Please find the function in this file:
woodmart/inc/theme-setup.php
here is the place where you can changeh5
for thep
tag.Best Regards
August 5, 2020 at 1:36 pm #216684
rmad1902Participantthanks, it worked. How to make all product names on the main page not h3, but p? Also in this file woodmart / inc / theme-setup.php needs to be changed?
August 5, 2020 at 3:29 pm #216695
Elise NoromitMemberHello,
You can find the code in this file:
woodmart/woocommerce/loop/title.php
copy and paste it in the functions.php of the child theme and edit.Best Regards
August 6, 2020 at 10:18 am #216818
rmad1902Participant1) Need to completely copy the entire contents of this file and paste it into the functions.php of the child theme? The screen is attached.
2) Can I make the basket turn red when adding an item to the cart? Or there was some other basket selection.
3) How do I get the ad popup to open when the user leaves the site?
Attachments:
You must be logged in to view attached files.August 6, 2020 at 10:23 am #216821
rmad1902ParticipantOne more question:
4) How to make the countdown counter automatically start over when it expires?
August 6, 2020 at 12:33 pm #216867
Elise NoromitMemberHello,
You need to take the function which relates to this title and copy into the function.php of the child theme, no need to copy all the file.
2. It is not possible with CSS and such customization is not covered by our support.
3. You will need to find a plugin.
4. There is no option you will have to restart the counter manually.
Best Regards
August 6, 2020 at 12:57 pm #216881
rmad1902ParticipantThank.
1) I am changing this: <h3 class = “product-title”> “> <? Php the_title (); ?> </h3>
to this <p class = “product-title”> “> <? php the_title (); ?> </p>. Nothing works.What am I doing wrong?
2) Another question:
How to make a block under the top menu so that it is visible on all pages of the site?
August 7, 2020 at 7:37 am #217048
Elise NoromitMemberHello,
Please provide FTP access to the private area.
Best Regards
August 9, 2020 at 9:37 am #217419
rmad1902Participantok
August 9, 2020 at 12:51 pm #217440
Elise NoromitMemberHello,
Please check your credentials. I cannot log in.
Best Regards
August 9, 2020 at 1:06 pm #217442
rmad1902ParticipantDo you need to log into the admin panel of your site or hosting?
August 10, 2020 at 6:56 am #217522
Elise NoromitMemberHello,
Please provide both: admin access to the site and FTP access to the private area.
Best Regards
-
AuthorPosts
Tagged: banner
The topic ‘Moved: Reply To: h3 title’ is closed to new replies.
- You must be logged in to create new topics. Login / Register