Home › Forums › WoodMart support forum › Wood Mart theme demo import minor issues
Wood Mart theme demo import minor issues
- This topic has 29 replies, 2 voices, and was last updated 5 years, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 21, 2019 at 1:34 am #151258
VeronaParticipantHi, i just purchase your theme and imported demo data, but got a few minor issues:
1) Menu issues
In my case – https://prnt.sc/plag1d
And how it should be – https://prnt.sc/plagfe2) Grid font size:
In my case – https://prnt.sc/plafl9
And how it should be – https://prnt.sc/plafqs3) No categories
https://prnt.sc/pm0ayv
https://prnt.sc/pm0b29How to fix it ?
ThanksOctober 21, 2019 at 1:43 am #151259
VeronaParticipantAnd a few more things
4) Pay Pal checkout
https://prnt.sc/pm0d7p
https://prnt.sc/pm0dd4October 21, 2019 at 12:21 pm #151385
Aizaz Imtiaz AwanKeymasterHello,
First of all thanks for choosing our Theme, we are glad to be you in WoodMart WordPress family
:-)
.1) In your menu it seems you used custom code for top margin and for left and right margin. Just undo your custom code and changes. This will fix the issue.
2) You can increase or decrease the title and price font size of product grid from “ADVANCED TYPOGRAPHY” option under Theme Settings >> TYPOGRAPHY as in the screenshot: https://jmp.sh/KpCCzeD
3) You can display category in products grid by enabling the ” Show product category next to title “ from Theme Settings >> Shop >> PRODUCTS STYLES.
4) As the paypal button image not shown in the cart. You are using “WooCommerce PayPal Checkout Gateway” plugin. So this is not the theme issue you need to contact the plugin author.
Best Regards.
October 21, 2019 at 9:42 pm #151521
VeronaParticipantHi, thanks for the reply
1) I do not use any custom code at all. I just imported demo data and instantly got this menu issue.
For the test, i made again a fresh and clean install on a new domain and even a new hosting (link in private content)Thanks
October 22, 2019 at 6:02 am #151542
Aizaz Imtiaz AwanKeymasterMost Welcome,
I have test your site. Actually the header displaying margin around the borders because you are using the “Header Sweets Bakery Overlap” as your default header. And this header is designed in this way.
So if you do not want to show empty space around the header borders you can select any other header as your default.
You can follow the below documentation to set a header as your default header:
https://xtemos.com/docs/woodmart/header-builder/set-default-header-website/Best Regards.
October 28, 2019 at 11:39 pm #153041
VeronaParticipantThanks for your reply. Got a new question.
I cant set blog post excerpt.
Here is how its set
https://prnt.sc/ppdxw8And here is what i got
(Pls check private content)In other words – I want to set automatic excerpt for all of my posts inside the blog.
How to do that?Thanks
October 29, 2019 at 12:27 am #153043
VeronaParticipantAnd one more. How to remove the “hover” from the “home” button.
By default, it should be black.Thanks
October 29, 2019 at 7:34 am #153087
Aizaz Imtiaz AwanKeymasterMost Welcome,
If you want to set automatic excerpt for all of your posts inside the blog. Then simply remain the “Posts excerpt” enabled and set the “Excerpt length” from the below option.
Screenshot: https://jmp.sh/7vk7a7T
If you do not want to display hover effect from the specific menu item “Home Sweets Bakery” you can define you custom CSS class in that menu item from Appearance>> Menus and set hover of the same color as black.
Screenshot for clarification: https://jmp.sh/a27n0Na
Then go to Theme Settings >> Custom CSS >> Global Custom CSS and used the below code:
.noHover .nav-link-text:hover{ color:black; }
Best Regards.
October 29, 2019 at 11:06 pm #153335
VeronaParticipantThanks for the reply.
1) Posts excerpt
Here are my settings
https://prnt.sc/ppvkjnAnd here is what I got
https://prnt.sc/ppvknoAs u can see for some reason – posts excerpt are different across all of the posts
2) Hover effect
I did what you advised
https://prnt.sc/ppvi4v
https://prnt.sc/ppvidb, but the default state of the Home Sweets Bakery button is the same
https://prnt.sc/ppvi97All i want is just to set it to default, like here at your web site
https://prnt.sc/ppvj2yThanks
October 30, 2019 at 2:39 am #153337
VeronaParticipantdel
October 30, 2019 at 6:20 am #153350
Aizaz Imtiaz AwanKeymasterMost Welcome,
1) I have seen your attachments as in your case the excerpt length for blogs are not correctly shown accordingly.
Could you please deactivate your third party plugins and then clear your site as well as browser cache and switched to the parent theme. This will surely fix the issue.
2) If you want the actual color or default state in black then use the below CSS code in your Global Custom CSS are under theme settings:
.noHover .nav-link-text{ color:black; }
Best Regards.
October 31, 2019 at 2:51 am #153627
VeronaParticipantWell, i will try to explain it easier.
Here is the link to your website
https://woodmart.xtemos.com/demo-sweets-bakery/demo/sweets-bakery/Once you open it – the home button has a black color – exactly as it must be
Once your hover it – it changes color to the pinkThat’s exactly what I want to get.
According to the CSS files you recently sent:
.noHover .nav-link-text:hover{
color:black;
}It doesn’t fix it.
.noHover .nav-link-text{
color:black;
}
Remove the hover at all.Pls take a look at the link
October 31, 2019 at 7:41 am #153687
Aizaz Imtiaz AwanKeymasterHello,
I got your point that you want to display the menu item “HOME-SWEET-BAKERY” in black which is already shown in black and on hover you want to display its color as pink.
Your problem is resolved now. I used the below CSS code in your Global Custom CSS area under theme settings:
.noHover .nav-link-text{ color:black; } .noHover .nav-link-text:hover{ color:pink; }
Screenshot without hover: https://jmp.sh/DyHWtJE
Screenshot with hover: https://jmp.sh/LQEjrKhBest Regards.
November 6, 2019 at 7:35 am #155063
VeronaParticipantThank u very much. It helped.
A few more questions1) How to rename “basket” to the “cart” ?
https://prnt.sc/pt38a92) The Map doesn’t load correctly. I’ve already set own API key
https://prnt.sc/pt38rt3) How to set the “default” drop-down (list menu).
Like this for example – https://prnt.sc/pt39pi
instead of https://prnt.sc/pt396tThanks
November 6, 2019 at 10:12 am #155119
Aizaz Imtiaz AwanKeymasterMost Welcome,
1) Could you please point out the word in your screenshot, which you want to change. Because I did not see any “Basket” word in your cart sidebar.
2) We see that API is not activated yet and you got the following error ApiNotActivatedMapError. You can read more in Google official documentation here: https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error
3) To set the “default” drop-down menu for blog and shop menu.
You have to use the “Menu Shop” html block for shop and “Menu Blog” html block for the Blog option.Screenshot for clarification: https://jmp.sh/8YiWZM3
Best Regards.
November 6, 2019 at 2:11 pm #155186
VeronaParticipantHi, sure
1)
https://prnt.sc/pt9hky
https://prnt.sc/pt9hxb2) Thanks, will check it
3) Wow, honestly surprised, cuz was sure its a really just default drop-down menu.
Well, okay I got how to edit it, but the next question arises: how to center the drop-down menu.
For the clarification:
What I have: https://prnt.sc/pt9lk1
What I want: https://prnt.sc/pt9lt0Many thanks
November 7, 2019 at 6:06 am #155313
Aizaz Imtiaz AwanKeymasterHello,
1) You need to use Loco translate plugin to translate the “basket total” word to “Cart Totals”.
This word will be translated from Loco Translate >> Plugins >> WooCommerce >> Search for your word and translate it.
Screenshot: https://jmp.sh/FiI3QNY
You can also follow the below video tutorial for Loco Translate: https://youtu.be/D3NsDdMzsls
2) To center the drop down menu. You can use the standard WordPress menu because if you used html block with Wp-bakery it will be in the form of row and in your screenshot you just want a single column dropdown menu.
You can check the example in the below screenshot: https://jmp.sh/OiLiMN4
Best Regards.
November 8, 2019 at 9:05 am #155655
VeronaParticipantYou can check the example in the below screenshot: https://jmp.sh/OiLiMN4
Okay, but here is what i got in this case:
https://prnt.sc/pu4d7o
https://prnt.sc/pu4dbmNovember 8, 2019 at 11:01 am #155688
Aizaz Imtiaz AwanKeymasterHello,
Please go to Appearance >> Menu >> Edit the parent menu >> Select the Default Design for the menu then it will show find:
http://prnt.sc/pu66hmResult:
http://prnt.sc/pu676kBest Regards.
November 11, 2019 at 5:27 pm #156374
VeronaParticipantHi, i would like to add and edit product tabs
https://prnt.sc/pvibs2Is it possible? If yes – how to do that ?
Thanks
November 12, 2019 at 6:55 am #156450
Aizaz Imtiaz AwanKeymasterHello,
Under Theme Settings > Product page > Tab – there is an option to add an additional tab.
Screenshot for clarification: https://jmp.sh/cegg4Ul
In case if you want to add more tabs you will have to find a plugin for this purpose as our theme suggests one global tab in the Theme Settings and one local on the Product page.
You can edit the product tabs by following the below article.
https://docs.woocommerce.com/document/editing-product-data-tabs/Best Regards.
November 13, 2019 at 8:49 pm #156803
VeronaParticipantOK, got it. Thanks
This time I have a question probably about cookies or some kind of issues:Just added a new page and here is what I got
https://prnt.sc/pwl03vIcons on all other web site pages look as it must be
https://prnt.sc/pwl0m4What could be the reason?
Thanks
November 13, 2019 at 10:33 pm #156820
VeronaParticipantAnd one more, general question, if u dont mind.
1) What is the difference between child and “main” themes?
2) Which theme should be activated?
3) In case i have already activated the main theme and made all edits inside this theme – may i update it or I will lose all my edits?November 14, 2019 at 8:05 am #156877
Aizaz Imtiaz AwanKeymasterMost Welcome,
I have seen your screenshot as the icons missing on that specific page. You need to make sure that you are using https not just only http in that page permalink.
Also the WordPress Address (URL) and Site Address (URL) must be the same from Settings >> General.
1) Child theme is mostly used for customization purpose. So you can customize your theme and the changes will not lost after update.
2) Child theme should be activated if you want to customize the theme.
3) Yes, all the changes will be lost after update if you are using parent theme. But if you use child theme those changes will not lost after update.
You don’t need to create child theme from scratch because we already made it for you (you have found in theme package downloaded from themeforest). Here is the link that demonstrate how it works: https://developer.wordpress.org/themes/advanced-topics/child-themes/
Best Regards.
December 5, 2019 at 11:56 pm #161422
VeronaParticipantHi, we almost finished the website design and I need your advice if u don’t mind. Can u pls let me know what is your hosting data plan ? Cuz recently we already tried 2 hosting providers and got a bad experience.
Thanks in advance
December 6, 2019 at 7:34 am #161454
Aizaz Imtiaz AwanKeymasterHello,
I suggest you to try “Bluehost”. They provide good services and their hosting plans are quite reasonable.
Best Regards.
December 9, 2019 at 7:47 am #162037
VeronaParticipantThanks for the reply.
I just checked your demo webiste via https://gtmetrix.com/ and then imported demo data with no changes to the new domain and made the same test to compare results.Here is what i got:
https://prnt.sc/q85rh9
https://prnt.sc/q85rpzWhy the difference is so big?
Thanks
December 9, 2019 at 9:31 am #162063
Aizaz Imtiaz AwanKeymasterMost Welcome,
I have seen your both the screenshots which displaying the results of gtmetrix.
In general, our theme is already optimized and don’t have too many resources to make your website slow. Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images or other resources. So we suggest you to remove unnecessary plugins, install some kind of JS & CSS optimizing plugins like Better WordPress Minify and caching plugin like WP Super Cache or use WP Rocket for both tasks.
Also might be due to your hosting server the page speed suffers.
Best Regards.
December 9, 2019 at 3:34 pm #162167
VeronaParticipantOk, I will try.
Pls, let me know where/how to change this icon (check attachment) ?
P.s. favicon I have already changed and it works well.
Cookies and cache have already cleaned, but on safari mac, I still see this iconAttachments:
You must be logged in to view attached files.December 10, 2019 at 5:53 am #162269
Aizaz Imtiaz AwanKeymasterHello,
This icon can be changed from Appearance >> Customize >> Site Identity >> Site Icon.
Also you can upload your favicon from Theme Settings >> General >> Favicon image and Favicon retina image.
Screenshot for clarification: https://jmp.sh/NG87QHl
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register