CodeAndMore
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Page Widget] changing the content of the html-widget doesn’t work anymoreHi @migatech,
Thanks for reporting the issue, we will fix and update here once done.
[ Signature deleted ]Forum: Plugins
In reply to: [WP Page Widget] Problems with CustomizeHi @swinggraphics,
We will check and update you later. This appears randomly so maybe hard to reproduce and solve.
[ Signature deleted ]Forum: Plugins
In reply to: [WP Page Widget] Presence on taxonomy pagesHi @swinggraphics,
Thanks for reporting this, we will look at it and update you later.
Best regards,
CodeAndMoreForum: Plugins
In reply to: [WP Page Widget] Settings menu itemThanks for your feedback we will consider that.
OK, thanks for update.
Hi Vincent,
Many thanks for your suggestion but we decide to not include your fix in our plugin as it is not common case.
When UNREGISTERED all WordPress default widgets, including media (audio, image, video) and text widgets => media-widgets, text-widgets js will also be removed. That why you must add some code when you want to customize things.
Best regards,
CodeAndMoreHi @stefanjansen,
Youtube url is transformed to an embedded video as well on our end https://prntscr.com/g8dv94
Can you provide more details to reproduce the problem?Forum: Plugins
In reply to: [WP Page Widget] Page/Post text is white in edit modeUsing some tools like lightshot add on in browser?
Forum: Plugins
In reply to: [WP Page Widget] Page/Post text is white in edit mode@gwctas How can we reproduce this? Can you tell me which versions of WordPress and PageWidget plugin you are using and also provide list of plugins installed in your site?
Thanks for that,
We will review and add code in if correct.Forum: Plugins
In reply to: [WP Page Widget] Changing Visual-Text redactor@giratex666, we checked your plugins list and saw that our plugin conflicted with Simple Social Icons plugin. We have fixed the conflict in version 3.5, please download the latest version and try again to see if it works.
Forum: Plugins
In reply to: [WP Page Widget] Changing Visual-Text redactorEverything is OK on our site when activated Page widgets. Maybe there’s a plugin which conflicts with our plugin. Can you share a list of plugins are being used on your site?
Forum: Plugins
In reply to: [WP Page Widget] Cannot edit Text Widgets in Primary SidebarI would suggest easier solution that you copy your installation and downgrade WordPress and copy from that clone over to production.
Forum: Plugins
In reply to: [WP Page Widget] Shortcodes in text widgets dont work@kahone85,
Sorry for delay on response here. Shortcode widget plugin and Pagewidget plugin are working normally on our siteBE https://image.prntscr.com/image/yQuFswvlTieYdwGIQlKAPA.png
FE https://image.prntscr.com/image/hLaLN5YjRDOafoKTQKOL0w.pngBy default, WordPress does not support shortcodes within Sidebar Widgets. It only expands the shortcodes within the content of a Post, Page, or custom post type. To add shortcode support to sidebar widgets, you can install a plugin, or use the below code:
add_filter( ‘widget_text’, ‘shortcode_unautop’ );
add_filter( ‘widget_text’, ‘do_shortcode’ );It is important that these lines be added in this order. The first line prevents WordPress from turning line breaks into paragraph tags, since this keeps shortcodes from working. The second line is the one that makes the shortcodes work.
Can you check and confirm?
Forum: Plugins
In reply to: [WP Page Widget] Cannot edit Text Widgets in Primary Sidebar@aleksandrklever,
Can you clear cache and check again? Other users also confirmed that our plugin is working and we think the problem is on your end.