gowinda
Forum Replies Created
-
We haven’t heard from you for a while.
If you still have any issue please let us know.
I will close the topic for now.Thank you.
We haven’t heard from you for a while.
If you still have any issue please let us know.
I will close the topic for now.Thank you.
We haven’t heard from you for a while.
If you still have any issue please let us know.
I will close the topic for now.Thank you.
We haven’t heard from you for a while.
If you still have any issue please let us know.
I will close the topic for now.Thank you.
We haven’t heard from you for a while.
If you still have any issue please let us know.
I will close the topic for now.Thank you.
We haven’t heard from you for a while.
If you still have any issue please let us know.
I will close the topic for now.Thank you.
- you can do that by changing the item spacing at ‘item menu style’ (https://ibb.co/cLmTFdV). In there unselect the chain icon to have different values for top, left, bottom, and right. In this case, you might only want to change the ‘top’ value. experiment by changing the value and see if it suits your site.
- you can do that by changing the submenu spacing at ‘submenu item style’ (https://ibb.co/Y7mNWHR). In there unselect the chain icon to have different values for top, left, bottom, and right. In this case, you might only want to change the ‘left’ value. experiment by changing the value and see if it suits your site.
- if you look at the background color menu in the submenu panel style, there is no device icon on the left side. so, any value you put will have effect for every device.
- can you give me the content of where the header is not correct? thank you.
Hi,
Now your submenu looks like this (https://ibb.co/MpjDhTH) because your ‘submenu item style’ has a background color of white (look at the panel on the right) just reset the background. and then in the ‘submenu panel style’ set the background to anything you want (https://ibb.co/5sGbtqn). now there should be a device icon on the left of the background image. select tablet and mobile then just delete the image so it is only set on desktop. (https://ibb.co/FgxxH8x).
Hi,
I am not sure either but perhaps it something to do with cookiebanner plugin( https://ibb.co/NFGKyqd ) that resulting access block ( https://ibb.co/ccsg4vv ) when trying to get data font.
Hi,
thank you for providing the content. it works just fine on my end, I can use the menu and the heading texts are visible. so the problem you encounter is not from gutenverse.
Hi,
Please do not panic. Trackback what you did and try to undo it—things like installing new plugins or editing global variables. I cannot say what causing your website to have that issue, but try slowly to remember what the last thing you did was. Or if you don’t mind, can you send me your site content so I can check it from my end? you can do it by clicking the 3 dots in the top right of the editor and selecting “code editor” in the menu. your page will become text code, do not panic, you can undo it by selecting “visual editor”. copy the content here so I can check it. I need the header content for the menus and one page that contains heading text.
header edit should applied across the site, I am not sure why it is not the case in your site. you can try edit it in other page as well and see what happen.
Hi again,
I have rechecked and the background image that was the problem is gone, but now, the menu item has a background color instead. Try refreshing the background image from the item menu panel to see if it fixes the problem. click on the nav menu blocks on the editor and open settings. in the style panel find ‘item menu style’ and scroll to get the background type. there you can refresh the background color like this (https://ibb.co/4pNp25j)
or you can add “background-color: unset” in the css
@media only screen and (max-width: 767px) .gutenverse-menu-wrapper .gutenverse-menu > li > a, .gutenverse-menu-wrapper .gutenverse-menu > ul > li > a { background-image: unset; background-color: unset; }
for the number 2, can you tell me if you fixed it from editor or do you use css? thank you.
regarding your menu icon, it seems that instead of the logo image, your logo wrapper is the one that has full width (https://ibb.co/RDbFgqC) try selecting the wrapper (column/section) and set the width of that responsively.
for the mobile menu background, I took a deeper look at it and it seems that you put an Image in every menu item (https://ibb.co/x6k0z40), I tried un-setting the image and background color for every menu item in your CSS and it works (https://ibb.co/mGCtqZJ), the solution is you can take a look at every menu item and manually unset the image in WordPress editor, or set it in CSS like this:
.sub-menu li > a { background-color: unset; background-image: unset; } @media only screen and (max-width: 767px) #guten-bxAjBX .gutenverse-menu-wrapper .gutenverse-menu > li > a, #guten-bxAjBX .gutenverse-menu-wrapper .gutenverse-menu > ul > li > a { background-image: unset; }
Note :
make sure the CSS code made it through and is not overwritten by the old code. like the code I gave you before, it got overwritten (https://ibb.co/0r7ks4X)
Forum: Plugins
In reply to: [Gutenverse – Ultimate Block Addons and Page Builder for Site Editor] popupHi @clientifica
I’m sorry for the confusion from my last reply. it is not yet available, the feature is still in development.