Forgive me if this feature is already available.
I am looking for a Widgit that I can drop into my right hand panel that will display the latest “Downloads” that I have made available on the website in a simple list.
Is this currently possible?
Thank you.
]]>Just upgraded from the jQuery plugin to this plugin but I cannot find the option to generate the shortcodes nor is there anything on the Gutenberg or Classic Editor to see where to generate this.
Am I blind or is the option missing?
Regards,
]]>I wanted to add a wait time/ map to my site like the big guys do such as Great Clips https://www.greatclips.com/online-check-in
Does anyone know of any plugins that can do this?
I found this, but their website no longer exists https://www.ads-software.com/plugins/wait-list-app/
]]>I wanted to add a wait time/ map to my site like the big guys do such as Great Clips https://www.greatclips.com/online-check-in
Does anyone know of any plugins that can do this?
I found this, but their website no longer exists https://www.ads-software.com/plugins/wait-list-app/
]]>I’m working on a multi-site installation and I’d like to be able to selectively use menus from another site in a widget similar to the Custom Menu widget.
Does this plugin exist?
I am aware of this https://www.ads-software.com/plugins/multisite-shared-menu/ but it’s super limited, it only allows for you to share the main nav menu (which isn’t my issue).
I have some menus that exist in the footer area of my site that’ll be shared across all multisites and I would rather be able to edit those menus in the main sites menu editor rather than have them hardcoded as HTML sitting in the theme folder or something and included in some manner.
I expect the menus to change often enough that editing them by hand would become annoying quickly.
What I’m envisioning is a version of the Custom Menu widgit that allows me to select a different site on the network and then select a menu from that site.
]]>Please can you help me I am having trouble with the Moesia FP: Employees widget. Every include it in the page builder it does not appear on the page. All other widgets seem to work.
Thanks
Andy
I’ve omitted some of the code to simplify what I mean:
<?php
##trying to use variable here!
echo $instance['variableiwant'];
class my_class extends WP_Widget {
## get variable from the backend form settings of widget
function form($instance) {
$title = ! empty( $instance['variableiwant'] ) ? $instance['title'] : __( 'variableiwant' );
}
##update save of widget
function update($new_instance, $old_instance) {
$instance = $old_instance;
$instance['variableiwant'] = strip_tags($new_instance[ 'variableiwant']);
return $instance;
}
function widget($args, $instance) {
}
I can use the variable perfectly fine inside the class and its functions but is there special API I need to use to pull the variable outside the class as the code:
echo $instance['variableiwant'];
Just returns 0 or zero
]]>http:leadthemhome.org
QUESTION: How do I adjust height of sidebar widgits? (Permanently, not in the Editor which will lose the edit when next Evolve update issued. Thx.
]]>If you go to my page, https://www.ravenoak.net, you can see the bar in the right hand side widgit. Basically, I want the Progress! title and then under that, multiple progress bars.
Is that possible?
https://www.ads-software.com/plugins/progress-bar/
]]>I was wondering if I could get some help adding a search bar to the top of a drop down menu. When you hover over it I would like the search bar to be at the top with regular menu links below to various categories. I would really appreciate any help!
My website is https://indietrendsetters.com/
Thanks all!
– Justin