Home › Forums › WoodMart support forum › two questions
two questions
- This topic has 37 replies, 3 voices, and was last updated 4 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
May 23, 2020 at 5:46 am #197192May 23, 2020 at 7:32 am #197218
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
1) To Remove the products count from the categories in the shop page title you need to Go to Theme Settings >> Shop >> Sidebar & Page Title.
Screenshot for Clarification: https://ibb.co/rfkvFYX
Disable the option as in the screenshot.
2) The hover dropdown is displayed on the category which has sub categories under them.
The dropdowns are displayed for the categories which have sub categories under them.If you want to disable the dropdown you need to enable the option show current category ancestors from Theme Settings >> Shop >> Sidebar & Page title.
Screenshot for Clarification: https://ibb.co/r3b6pVR
Best Regards.
May 24, 2020 at 12:13 pm #197471
MamuParticipantThanks,
May 25, 2020 at 5:21 am #197580May 25, 2020 at 7:00 am #197607
Artem TemosKeymasterHello,
1. By default it has GMT timezone. You can connect it to your WordPress settings timezone by adding the following code to the
functions.php
file in the child themeadd_filter( 'woodmart_wp_timezone_element', '__return_true' );
2. You need to create a variable product with variations. Here is a video tutorial that will help you create variable products with variations swatches and add AJAX filters for them https://www.youtube.com/watch?v=TITlJ6Zg0so&index=2&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval
Regards
May 26, 2020 at 3:51 am #197864May 26, 2020 at 4:34 am #197870
MamuParticipantI have another question
May 26, 2020 at 4:53 am #197873
MamuParticipantalso when doing the variation
Attachments:
You must be logged in to view attached files.May 26, 2020 at 6:18 am #197901
Artem TemosKeymasterHello,
We are talking about the
functions.php
file in the child theme and you can see it only while editing your theme files using FTP like Filezilla for example. And be sure that you have enabled child theme before. https://xtemos.com/docs/woodmart/child-theme/As for WooCommerce products management, we suggest you to read plugin’s documentation for all the instruction since it is not a part of the theme https://docs.woocommerce.com/document/managing-products/
Regards
May 28, 2020 at 2:50 am #198473
MamuParticipantI am unable to enable child theme. I read the documentation, but cannot follow through. Can you please help me in creating the child theme and to input this code in it.
add_filter( ‘woodmart_wp_timezone_element’, ‘__return_true’ );
so that the time zone gets fixed.
if you need log in info, please tell me which log in you require please let me know. Thanks
arifMay 28, 2020 at 6:13 am #198507
Artem TemosKeymasterWhat problem do you have with the child theme?
If you will put that code to the parent theme it will be overridden by the next update and you will lose all changes.May 28, 2020 at 4:31 pm #198720
MamuParticipantI tried to follow the link you provided below, but was not able to enable or create child theme. I have very little knowledge in coding language, as this link provide details on. Can you please help with enabling the child theme, so that the count down timer time gets fixed.
We are talking about the functions.php file in the child theme and you can see it only while editing your theme files using FTP like Filezilla for example. And be sure that you have enabled child theme before. https://xtemos.com/docs/woodmart/child-theme/
May 29, 2020 at 5:58 am #198819
Artem TemosKeymasterThe child theme installable archive can be found in the full package downloaded from ThemeForest. So you need to download it, install via Appearance -> Themes and then customize.
May 30, 2020 at 4:12 am #199079
MamuParticipantFinally was able to install the child theme. I am attaching the image of it. Do I need to activate it. After that where I need to go to place the code, because all this is all new to me. I will appreciate your detail guidance
thanks
arifAttachments:
You must be logged in to view attached files.May 30, 2020 at 8:35 am #199139
Artem TemosKeymasterYes, you need to activate it first. Then, open some file manager like FileZilla and connect to your server. Find the
functions.php
file in the child theme and put the code inside it after all the existing code there.June 1, 2020 at 8:49 pm #199797
MamuParticipantWhenever I am trying to activate child theme,
the actual woodmart gets deactivated and only shows child theme activated. Can you tell me if I am doing something wrong.
Please help I am trying since one week to add one code
thanks
ArifAttachments:
You must be logged in to view attached files.June 1, 2020 at 9:08 pm #199807
MamuParticipantAlso where can I find this funtion file of child theme. I am attaching image of what I see in my hosting side.
Can you please guide and help in this
thankAttachments:
You must be logged in to view attached files.June 2, 2020 at 6:00 am #199852
Artem TemosKeymasterYes, when you activate the child theme the parent theme became deactivated in Appearance -> Themes.
You need to find the folder with the child theme in
YOURWEBSITE_ROOT/wp-content/themes/woodmart-child/
.
If you don’t know your website root folder, you need to contact your hosting provider.June 3, 2020 at 5:17 pm #200382
MamuParticipantI just added the code in the child theme, I am attaching the screenshot, so you can see if I did this right.
Is it correct?
Now do I need to activate the parent theme again or leave the child theme active, what is the next step?
so that the future updates does not mess up these settings.
ThanksAttachments:
You must be logged in to view attached files.June 4, 2020 at 5:57 am #200488
Artem TemosKeymasterYou need to keep the child theme active to keep this code. Then it will not be overridden by any update.
June 5, 2020 at 6:20 am #200894
MamuParticipantI m sorry just want to make sure, did I did it right on my last reply screenshot. if yes then I will be sure
thanksJune 5, 2020 at 6:35 am #200899
Artem TemosKeymasterYes, it is correct on the screenshot.
June 6, 2020 at 5:34 am #201203
MamuParticipantThanks a lot
arifJune 6, 2020 at 6:07 am #201214
MamuParticipantafter putting the code. The time on the count down timer is still not correct. I am in US Central time zone. For example, I set a product on sale from today till tommorow end date. So right now is 1 am which means 23 hour should remain when the sale should end
but instead it is showing 17 hour 43 min.
So the code I placed in child theme do I need to add something to it???Attachments:
You must be logged in to view attached files.June 6, 2020 at 6:32 am #201233
Artem TemosKeymasterPlease, send us this product link as well as your admin access.
Thank you
June 7, 2020 at 5:24 am #201450
MamuParticipantbelow
June 7, 2020 at 8:29 am #201467
Artem TemosKeymasterSorry, but we can’t access with this password https://gyazo.com/e8db8355d156cf122d3d1c56a8eab4bc
June 8, 2020 at 5:11 am #201590
MamuParticipantPlease try
June 8, 2020 at 5:19 am #201591
MamuParticipantabove
June 8, 2020 at 6:27 am #201619
Artem TemosKeymasterWe still can’t access your admin dashboard.
-
AuthorPosts
The topic ‘two questions’ is closed to new replies.
- You must be logged in to create new topics. Login / Register