vaakash
Forum Replies Created
-
Hi @cabalero100,
Once you have created a widgt box, you must add “widgets” to it as per your requirement.
To add a widget go to the Appearance -> Widget page and add the widget to the widget box you created.
Video guide – https://www.youtube.com/watch?v=zLzdSMvph4o
Hopw this helps.
Thanks
Forum: Reviews
In reply to: [Shortcoder — Create Shortcodes for Anything] Amazing plugin!Thanks for using Shortcoder and taking time to write a review. Happy that you like the plugin.
Thanks,
Aakash
Forum: Reviews
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] ExcellentHi @34503895-1,
Thanks for using Super RSS Reader plugin. I am happy that you liked the plugin and support ??
Have a great day!
Thanks,
Aakash
Forum: Plugins
In reply to: [WP Socializer - Simple & Easy Social Media Share Icons] Phone is MissingHi @jawhalen
Thanks for using WP Socializer plugin.
The plugin does support phone icon. You can add the icon only for the “Follow bar” since the phone button cannot be used to share links.
Hope this helped.
Thanks
Hi @jannnnnneke,
I just checked the code, seems like there is another bug where when save state is set to “0”, then the value is not effected.
Can you please make this small change in code?
- Plugins -> plugin editor
- Choose ultimate-floating-widgets/includes/display.php
- At line no. 105, change
if( $save_state == 'yes' && $save_state_duration != '' ){
to this
if( $save_state == 'yes' ){
Save the file.
The widget box should save state now.
I have added both these issues to my todo list. I’ll address them in next version. For now I hope these suggestions will solve your requirement.
Thanks,
Aakash
Working image below.
Hi @jannnnnneke,
Couple of things,
- The popup automatically closes after 5 secs when user moves mouse over widget box and leaves it. (There seems to be a bug in auto close on page load) I’ll fix in next version.
- I see that the “Save state” option is not set to yes. Can you please set it and see if the open/close state is retained?
Thansk,
Aakash
Hi Justine,
I tried the vimeo “embed block” and it is working on my end.
Please use the “vimeo embed” block and not just a plain vimeo link. The block code looks like below.
<!-- wp:embed {"url":"https://vimeo.com/channels/bestofstaffpicks/652309700","type":"video","providerNameSlug":"vimeo","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} --> <figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> https://vimeo.com/channels/bestofstaffpicks/652309700 </div></figure> <!-- /wp:embed -->
Thanks
Hi @jannnnnneke,
Could you please share the page URL where the popup is present? Could be page is cached and you were vieweing old settings?
I’ll check and get back to you.
Thanks,
Aakash
Hi @jannnnnneke,
Thanks for using UFW. Right now there is no option to show the widgetbox only once out of the box. But you can try two things.
- Set initial state = “Opened” and Trigger -> “Save state” to “yes”. This will retain the state when the widget box is closed. This will still open the box in all pages when it is not closed explicitly. You can also try setting Close -> “after specific time” to close the box automatically.
- Upgrade to the PRO version and there is an option to hide widget box based on no of visits – https://www.aakashweb.com/docs/ultimate-floating-widgets/pro/visitor-conditions/#14-number-of-times-an-user-has-visited-the-site
I would suggest #1 and sure that will solve your requirement.
Let me know how it goes.
Thanks,
Aakash
Hi @brunoairam,
Can you please paste below code in your theme’s function.php file or via site specific plugin?
https://www.aakashweb.com/articles/create-site-specific-wordpress-plugin-custom-code/
function sc_execute_blocks( $shortcode ){ if( !is_array( $shortcode ) ){ return $shortcode; } $shortcode[ 'content' ] = do_blocks($shortcode[ 'content' ]); return $shortcode; } add_filter( 'sc_mod_shortcode', 'sc_execute_blocks', 10, 1 );
This should execute the blocks in shortcode.
I’ll see if this option can be added to the plugin in the future version of the plugin.
Thanks,
Aakash
Hi @brunoairam,
I understand the issue. Blocks need to be “executed”. Though they are regular HTML, WordPress needs to know that the HTML is for blocks.
Right now it is not expected for Shortcoder to contain block HTML.
I’ll check and get back to you with code to execute the blocks.
Thanks,
Aakash
Hi Rico,
Thanks for your review. I agree this is a basic requirement. I missed to follow up on this issue. I’ll address this in the next version of the plugin.
Thanks,
Aakash
Hi @veptune,
My apologize for the inconvenience.
This is weird and I can’t guess of any reason . The plugin checks if the user is admin and has the permission to work with shortcoder plugin.
Reactivating the plugin will populate the permissions if not added.
Can you please perform the following steps for now?
- Install the plugin – https://www.ads-software.com/plugins/user-role-editor/
- Settings -> user role editor -> enable “Show Administrator role at User Role Editor”
- Users -> user role editor -> select “administrator”, and “shortcoder” on the left panel. Check if all the permissions are selected. Click update.
https://i.imgur.com/wWxlP1q.png
- Check if the popup closes now.
- Uninstall the “user roles editor” plugin.
Hope this helps.
Forum: Reviews
In reply to: [Ultimate Floating Widgets - Make popup sidebars] Amazing and perfectHi @cartuning,
Thanks for your review! Happy that the plugin was able to provide a solution ??