Forum Replies Created
-
AuthorPosts
-
September 6, 2024 at 4:11 pm in reply to: Plugin Detective found this plugin to be breaking my other plugin #15042Aakash ChakravarthyKeymaster
Hi Gairy,
Could you please share details on what is not working?
Thanks,
AakashAakash ChakravarthyKeymasterHi Gairy,
Glad you figured it out. Please do leave a 5 star review if this plugin is helping your requirement. Your review helps others a lot.
https://wordpress.org/support/plugin/ultimate-floating-widgets/reviews/?rate=5#new-post
Thanks,
AakashAakash ChakravarthyKeymasterHi Gairy,
Thanks for using UFW plugin.
Please note that the UFW plugin is unaware of the widget content and it does not alter design/content of the popup.
Looking at the issue, it seems the certain CSS styles or CSS file required to style the shortcode is not loaded on the homepage/whole website.
There could be various reasons for that. Some new plugin update/config change might have stopped that. It is better to check with the plugin/theme author and ask them why the form is not styled.
The same issue will happen even when you directly insert the shortcode on the page without UFW plugin.
Hope this helps.
Thanks,
AakashAugust 29, 2024 at 1:27 am in reply to: [Git it write] Plugin is removing characters from .MD file #15008Aakash ChakravarthyKeymasterHi @biomodal,
Can you please make the below change in plugin editor?
1) Deactivate Git it write plugin
2) Go to plugin editor and select the filegit-it-write/includes/publisher.php
3) Insert the below code at line no. 137$content = wp_slash( $content );
4) Save and activate the plugin.
5) Delete the post and pull the repository again and confirm if the slash is retained.If things work as expected, I’ll ensure this change is published in the next version of the plugin.
Thanks,
AakashAakash ChakravarthyKeymasterHi Walter,
Can you please make the change below in the plugin editor?
1) Disable WP Socializer plugin.
2) Go to plugins -> plugin editor -> selectwp-socializer/core/location-rules.php
3) At line no.142, paste the code below.
if (defined('REST_REQUEST') && REST_REQUEST) { return 0; }
4) Save the changes and activate the plugin.
I’ll ensure this is addressed in the next version of the plugin.
Thanks,
AakashAakash ChakravarthyKeymasterHi Walter,
This is weird. I’ll have a look at my test setup and see how this can be prevented. I’ll share an update in a couple of days.
Thanks,
AakashAakash ChakravarthyKeymasterHi Gayan,
Can you please set “Location rules” -> “Hide in all pages”?
Thanks,
AakashAugust 24, 2024 at 2:09 am in reply to: [Git it write] Plugin is removing characters from .MD file #14987Aakash ChakravarthyKeymasterHi biomodal,
1) Can you please share the full file content for me to test?
2) Can you please try the same content on the markdown reader here – https://parsedown.org/extra/? GIW uses the same library for HTML conversion. Let me know if it parsing is correct here.
Thanks,
AakashAakash ChakravarthyKeymasterHi Mary,
Thanks for buying Announcer – PRO.
Announcer – PRO is a separate plugin and you would have received a link to download it along with the license key in an email.
Please follow the instructions below to install the PRO version.
Thanks,
AakashAakash ChakravarthyKeymasterHi there,
Can you please share more details on “WordPress API endpoint” and where it is shown?
Ideally the plugin inserts the share icons only above/below posts and pages.
Thanks,
AakashAakash ChakravarthyKeymasterHi Miko,
Thanks for using Shortcoder.
Shortcoder supports only HTML/CSS/JS as content.
I would suggest plugins like below for your purpose.
Thanks,
AakashAugust 22, 2024 at 12:43 am in reply to: Read more to few lines below and is it possible to use a button? #14976Aakash ChakravarthyKeymasterHi @j3200,
Thanks for using Super RSS Reader and glad that you liked it.
Sorry for the late reply.
Yes it is possible to customize the output using the PHP filters provided by the plugin.
Below is the hook to achieve that.
This would be the implementation. I haven’t tested this, but it should work. Please change the class name of the read more button as required.
add_filter( 'srr_mod_item_html', 'srr_read_more_btn', 10, 3 ); function srr_read_more_btn( $html, $feed_url, $feed_item ){ // Get the permalink for the current feed item $permalink = esc_url( $feed_item->get_permalink() ); // Create the "Read More" button HTML $read_more_button = '<a href="' . $permalink . '" class="read-more-button" target="_blank">Read More</a>'; // Append the button to the description $html['description'] .= '<br>' . $read_more_button; return $html; }
Thanks,
AakashAakash ChakravarthyKeymasterGlad you figured out the issue!
Aakash ChakravarthyKeymasterHi there,
You can disable it in the settings like in the FAQ answer below.
WP Socializer –> Settings -> CSS/JS to not to load in any page, set value to
fa_icons
Thanks
Aakash ChakravarthyKeymasterMy guess is that the RSS feed source website is not permitting images to be displayed on another website.
Did you get a confirm this by inserting an image with the URL in your post
https://kr.giai.org/wp-content/uploads/sites/3/2024/08/ChatGPT_GK_20240807.jpeg
?If it fails, then for sure the source site has restrictions.
Please confirm me on this. I’ll see if the image can be displayed via a proxy. -
AuthorPosts