Manesh Timilsina
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zino] Front page linksHi @mikkelg
I am sorry, I couldn’t understand your problem. Can you please explain it more? It will be easier to understand if you can include a screenshot of the issue and the URL of your site.
Forum: Themes and Templates
In reply to: [Zino] Header Nav Menu Format InconsistenciesHi @jeffring66
It looks like you are using too many classes inconsistently. Please check screenshot here. I recommend you to remove all classes and use default font-size. Or remove navigation completely and add a new/fresh nav. You can change font-size consistently after that.
I hope this helps you. Thank you.
Forum: Themes and Templates
In reply to: [Zino] Create frame around websiteIt looks like you have done this. So I am marking this ticket as resolved.
Forum: Themes and Templates
In reply to: [Zino] Change color of active link to navigation menuHi @nefelh55
You can use the following CSS to change the color of the active menu:
.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label {
color: #365ABA !important;
}I hope this works for you.
Thank you.
Forum: Themes and Templates
In reply to: [Zino] Create frame around websiteHi @nefelh55
To add a frame/image around your website, you can follow these steps:
- Go to Appearance >> Editor.
- Click Styles and you will find Background option at the right side.
- Click on it and upload the background image you want.
Note that you need to modify/customize template and other template part as some of them are taking 100% width.
Forum: Themes and Templates
In reply to: [Zino] Mobile menu doesn’t openHi @tesik1
This is because the sub-menu’s background and text color are white. You can either change background or text color of the sub-menu to make it visible. You can see the same issue for the sub-menu of Naše služby in desktop too.
Forum: Themes and Templates
In reply to: [Zino] Mobile menu doesn’t openHi @tesik1
There is a JavaScript error in the site you have provided. It might be the reason for mobile menu not working as expected. You can deactivate the plugins you have installed one by one and check if that fix the issue you are having.
I hope this helps.
Forum: Themes and Templates
In reply to: [Zino] Navigation bar changing height between pagesHi @mjaw10
I have fixed this issue and updated the theme. Please use latest version (1.1.2) of the theme.
Thank you.
Forum: Themes and Templates
In reply to: [Zino] Navigation bar changing height between pagesHi @mjaw10
You have added custom css to add padding to ul which is affecting main navigation on that page. You have added following code:
ol.has-background,
ul.has-background {
padding: 1.25em 2.375em;
}It will be better if you prefix above code with some class that is used for content only. For example, you can rewrite above code as:
.entry-content ol.has-background,
.entry-content ul.has-background {
padding: 1.25em 2.375em;
}I hope this will solve your issue. Thank you.
Forum: Themes and Templates
In reply to: [Zino] Sub-menus disappearing behind blockHi @farehamsec
You can increase the height of cover image and check if that fixes your issue.
Forum: Themes and Templates
In reply to: [Zino] Sub-menus disappearing behind blockHi @farehamsec
I did not find any issue on sub-nav of the site you have provided. Did I miss anything? Can you please explain it more?
Forum: Themes and Templates
In reply to: [Qoe] Variation Images Not ChangingHi @canerik
It looks like WooCommerce issue or some plugins are conflicting. As this is not Qoe theme related issue, I am closing this ticket.
Thank you.
Forum: Themes and Templates
In reply to: [Qoe] Variation Images Not ChangingHi @canerik,
Have you assigned different images for variations on the product page of dashboard? If yes, and it is still not working, can you please switch theme to the default Twenty Twenty-Four and check if it works or not?
Switching theme to another theme will help us to figure out if this issue is caused by the theme or other settings or plugins.Thank you.
Forum: Themes and Templates
In reply to: [Qoe] How do i show CategoriesForum: Themes and Templates
In reply to: [Qoe] How do i show CategoriesHi @mezarinc
Do you mean you want to show sidebar in the shop page?