scrambler
Forum Replies Created
-
Changing the threshold for the mobile menu is only possible if you have the Xtreme “Plus” Plugin.
If you do, in the legacy admin, it is at the top of Main options > Menus, you can select to use the Smart menu, and you have a box to set your own threshold.
Or in customize > layout > menu > Layout for all menu.If you don’t have plus, you may want to explain what issue you are trying to solve by doing that as there may be some workarounds, but do it by positing in the support forum with a link to your site.
https://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver Xtreme] Weaver’s Support on PluginsI don’t see why not, but your question will be better answer on the Weaver Forum below, and you may want to qualify what you mean by support.
https://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver Xtreme] “Continue reading” appears twiceYou should post on the weaver forum, as tis one is not monitored.
https://forum.weavertheme.com/
But try deactivating ALL non weaver plugin, to see if the continue reading is coming from one of themForum: Themes and Templates
In reply to: [Weaver Xtreme] Hide Site Title/Tagline GloballyMain options >header > Site title / tagline > Hide site title and hide site tagline options will do it globally.
In the future, ask on the weaver forum, as this one is jot monitored
https://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver Xtreme] fixed widgetsAnswer being worked on the forum
https://forum.weavertheme.com/forums/topic/fixed-widgets/Forum: Themes and Templates
In reply to: [Weaver Xtreme] Last update breaks sitesYou should post in the weaver forum below
https://forum.weavertheme.com/Include a valid link to your site (the one above does not work), and be specific about what update you are speaking of.
The latest Xtreme theme update was 3.1.10 to go with WP 4.9
Forum: Themes and Templates
In reply to: [Weaver Xtreme] blank imagesThis is the WordPress Weaver forum, which is not monitored by the theme developer.
You will get better support on the developer’s own support forum at the link below.
https://forum.weavertheme.com/That said, your issue sounds more like a WordPress installation issue than a theme issue.
Forum: Themes and Templates
In reply to: [Weaver Xtreme] blank imagesYou should post on the Weaver forum, with a link to your site
https://forum.weavertheme.com/- This reply was modified 8 years, 7 months ago by scrambler.
Forum: Themes and Templates
In reply to: [Weaver Xtreme] Menu Arrows not hidden on mobile@yaelal99
There is actually a way to make the sub menu open on hover on mobile if hiding the arrow.
If you really want to do that use the two rules below instead of the single one I gave you to hide the arrows
.menu-arrows .toggle-submenu {display:none;}
.is-mobile-menu li.has-submenu:hover .sub-menu {display:block;}Forum: Themes and Templates
In reply to: [Weaver Xtreme] Menu Arrows not hidden on mobileBut regarding your remark
“as standing on the menu opens the sub-menu and that’s good enough”On mobile is does not.
Try the rule I gave you above to hide them and check
Forum: Themes and Templates
In reply to: [Weaver Xtreme] Menu Arrows not hidden on mobileIf you want to hide the arrows, use the rule below
.menu-arrows .toggle-submenu {display:none;}You will need to remove the initial padding rule we discussed so menu items fall back in line
- This reply was modified 8 years, 8 months ago by scrambler.
Forum: Themes and Templates
In reply to: [Weaver Xtreme] Menu Arrows not hidden on mobileThe arrow is what allows you to open the sub menu, so if you remove that people wont know there is a sub menu, or be able to open it.
To improve the look, and better position the hole colored arrow area, use the rules below
This will make sure the arrow box does not overlap the text and center the arrow.
You can play with the values individually to see how they style the arrow box
.menu-arrows .toggle-submenu {width:2em;right:-1.5em;}
.menu-arrows .toggle-submenu::after {margin-right:0.7em;}- This reply was modified 8 years, 8 months ago by scrambler.
Forum: Themes and Templates
In reply to: [Weaver Xtreme] Menu Arrows not hidden on mobileForum: Themes and Templates
In reply to: [Weaver Xtreme] Menu Arrows not hidden on mobileIs the rule I asked you to put in there now, because I do not see it.
If the rule does not work you need to leave it in so I can check why that is.
Also let me know which one you used, and make sure there is no syntax errors in any of your custom CSS as that can break the CSS file.
If you cannot register on the forum try sending a message to weaver using the contact form below
https://weavertheme.com/support/contact/Forum: Themes and Templates
In reply to: [Weaver Xtreme] Menu Arrows not hidden on mobileYou may have hit a bug on the RTL CSS, Weaver will have to confirm ( I will send him a message).
To correct the alignment error you can add the custom CSS Rules below in Main Options > Fonts & Custom > Custom CSS Rule box
IF you just want to avoid the overlap of the menu item with the arrow, use the rule below (you can change the number to what you like)
.menu-arrows .has-submenu > a {padding-right:1.5em;}If you want all the menu Items to be shifted the same way to be aligned, use the rule below instead.
.is-mobile .wvrx-menu > li > a {padding-right:1.5em;}If you need more help with that, please post on the weaver forum, as this one is not really monitored
https://forum.weavertheme.com/- This reply was modified 8 years, 8 months ago by scrambler.