WPDevHQ
Forum Replies Created
-
Forum: Plugins
In reply to: [Tables For Elementor] columnsExtra columns have noe been added!
Forum: Plugins
In reply to: [WP Form Styler For Elementor] Will WPForms plugin support be added?Hi @afroniquely,
Yes WPForms is on the TODO list with a few others – I’ll do my best to get to it as soon as possible ??
Forum: Reviews
In reply to: [Tables For Elementor] Useful for simple tables / See SuggestionsThank you for the kind words Verdi and for the suggestions
– When disabling all buttons, the space they occupied is still used.
This is one of the pains I’m yet to figure out but have provided a workaround. Under each column’s title you’ll find these words “Use this option to adjust the margins if you have removed the CTA button.”
– There is no way (for a content manager) to add buttons/links in fields.
Ping me on FB with a visual example so I can see what the inteded use case is ??
– Nice to have: A query to auto-fill ‘Features’ with post types like products!
Not a small task my friend – will probably tackle it in a future pro version if I ever get the time to start it ??
– Custom column width options! Really. It needs this.
Flexbox dictates the layout but I’ll tinker with the idea to see what can be done – my concern would be around how it looks on mobile!
As always, suggestions keep the projects alive and improving so keep them coming – always appreciated ??
Forum: Plugins
In reply to: [Page Templater For Elementor] add some php code to an elementor pageUse the following code in your child theme’s functions.php
<?php function custom_hide_popup { if( get_field('hide_popup') ) { ?> <style> div.sticky-popup {display:none!important;} </style> <?php } } add_action( 'wp_head', 'custom_hide_popup', 99 );
Forum: Plugins
In reply to: [Page Templater For Elementor] Display theme’s header and footerThe Fullwidth Standard template should display the header and footer of the theme.
If that’s not the case let me know and I’ll another closer look OceanWP and integrate it better.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Add rtl supportI’ll go through the plugin and work the RTL support in as soon as I can.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] How to add menu in header ?Sorry for the long delay.
Contact me on my site with the copy of your child theme and I’ll add the hooks in for you
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Issue with Sublevel MenuCurrently the Overlay Menu does not support sub-menus – however, I’ll try and add support in the next update.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] How to add menu in header ?I’m sorry but TwentySeventeen does not use action hooks as far as I know.
You’ll need to create a child theme and then copy TwentySeventeen in to the child theme for editing. Let me know if you wish to go this route and I’ll assist you further.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] How to add menu in header ?The addon was primarily designed for Elementor pages yes.
But it can be used with any theme that supports hooks and/or provides a way to access those action hooks.
What theme are you using?
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Nav menu not showingThere seems to be a JS conflict between the one for the theme’s navigation and that of the plugin.
I’ll be testing further with GeneratePress later this week and aim to release an update by Monday.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Not functionnal with Safari/SierraForum: Plugins
In reply to: [NavMenu Addon For Elementor] Nav menu not showingCould you guys post a link to the site(s) where you are implementing this please?
Need to have a look at the source code to see if there’s anything that’s conflicting with the output.
Forum: Plugins
In reply to: [Tables For Elementor] columnsExtra columns will be available in a future update together with various other table types ??
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] Nav menu not showingNo, no issues on my side or that have been reported thus far.
Any chance for a url or at least some screenshots on the settings?