WPDevHQ
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Block Content Warning MessageSeems to be a bug!
Create content with Gutenberg, save and then exit. If the page/post is then opened in the standard editor and a change made there when revisiting it in Gutenberg then the warning appears.
The frustrating part is there seems to be no way of unlocking it for further editing.
Forum: Plugins
In reply to: [WP Form Styler For Elementor] Formidable Forms and SendinBlue do not change.Sorry about that – those forms are incomplete and should not have been on by default, they still need quiet a bit of work done on them!
Will be revisiting the plugin in a couple of weeks time as my current project is near completion ??
Forum: Plugins
In reply to: [Tables For Elementor] More Versatile Tables?Hello @vongoh,
As you said, it is very tricky getting tables to behave as they should in Elementor.
I have a number of tables styles on the TODO list which I’m working on getting to function correctly – will release them as soon as they are ready and then we can look at how we handle the data input & display!
Forum: Plugins
In reply to: [Tables For Elementor] Not ResponsiveWill take a look at adding more controls to adjust for mobile view.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Mobile works on some sites, not others.Each menu should be set to a different location on the second select box i.e menu 1 should be set to Primary and menu 2 set to Secondary!
- This reply was modified 7 years, 4 months ago by WPDevHQ.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] How to change Submenu Width. Please help.Try the following code – adjust the width for your needs!
.elementor-navigation ul ul li a { width: 400px; }
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Nav Menu does not displaySet the menu to Secondary in the “Menu Location” select box
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] 2nd Mobile Menu on Same page doesn’t workYou’ll need to set the footer menu as the Secondary menu is the 2nd select box marked as “Menu Location”
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Search BarRemoving the sentence would require some css added to your child theme or the css box in the customizer.
As for the cursor, the reason a cursor is not in place is because the form is initiated via a click after the page has loaded. To have it appear would require a rewrite of the controlling javascript which will in turn take away from the design aspect.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Remove drop down arrowYou’ll need to add some css in order to achieve this.
If you can post the site url I can get you the right code for your needs!
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Nav menu not showingHave you resolved this or still having the issue?
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Middle / Center alignmentSorry for the late response – could you provide a link and an example of what you are looking to achieve please?
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Same size tabsThe size of the menu item container is determined by the length of the menu item. Fixing all items at the same size will break design is some instances.
Maybe a future module may address this feature!
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Can you create a Vertical MenuA vertical menu will be part of a future version as I work to improve the plugin.
For now you may want to look at the WordPress custom menu widget, with a little bit of extra styling you can achive some great results!
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Disable Navbar Toggle?Not possible at the moment as it would require an option to override the javascript.
I’ll be revisiting the plugin in a very near future to see how it can be improved.