interestica
Forum Replies Created
-
Forum: Plugins
In reply to: [SVG Support] SVGs being stripped of detail when using the SVG Support pluginThe settings don’t seem to adhere to the ‘sanitize’ role restrictions and it may still be sanitizing when uploading even for your selected role. you can compare file.
If file is fine, turn off sanitize on upload?
Forum: Plugins
In reply to: [Extended Post Status] Fatal Error with PHP 8.xHad a similar error and the update fixes parts.
Now, I’m left with the following error after clicking to display ONLY a single custom post status:
"() expects parameter 2 to be array, bool given in?/home/customer/www/WEBSITE.com/public_html/wp-content/plugins/extended-post-status/admin/class-extended-post-status-admin.php?on line?121"
Forum: Plugins
In reply to: [Solid Post Likes] Problem with the ShortcodeQuick fix line 138
solid-post-likes/views/SolidPostLikesPublic.phpremove esc_html after echo:
/** Shortcode specific output */ public function oacs_spl_display_like_shortcode() { echo $this->oacs_spl_display_like_button(get_the_ID(), 0); }
Forum: Plugins
In reply to: [Solid Post Likes] Problem with the ShortcodeI have the exact same issue — not using GeneratePress theme.
Attempting to place in template.<?php echo do_shortcode ('[oacsspl]'); ?>
It outputs text with html entities rather than code.
Forum: Plugins
In reply to: [WP-PostRatings] 10 points ratingRatings Options > Max Ratings > 10
Also, you must change the text and values associated (visible after save/refresh).
Forum: Plugins
In reply to: [Flex Posts - Widget and Gutenberg Block] Layout 2I’m having a related issue with Layout2…
I want the plugin to display the uncropped proportional images. It was working fine except for a minor thumbnail issue.
I used ‘regenerate thumbnails’ and now the plugin is *only* showing the cropped 400×250 versions. How can I make it show the uncropped version?(Currently, having to edit the actual plugin’s added media size for it to work and display an uncropped image)
- This reply was modified 4 years ago by interestica.
Forum: Plugins
In reply to: [WP Dashboard Notes] Not working in WP 5.xPlugin works in 5.2.3 – but be aware that the [+Add Note] button may be hidden behind a button from another plugin (Eg, a ‘coming soon’ or maintenance mode plugin).
Same deal. Stopped working today.
The plugin is active because the shortcode text itself isn’t showing up.Forum: Plugins
In reply to: [Insights] Links not inserting into postFirst, the link inserts seem to only work in ‘visual’ edit mode. They won’t get inserted when in text mode.
Also, it looks like you need to ensure that the ‘kitchen sink’ is showing (to expand the editor toolbar).Exact same issue.
Any posts by logged-in disqus account shows up as ‘Anonymous’ on the ‘recent comments’ widget.