Forum Replies Created

Viewing 15 posts - 121 through 135 (of 2,043 total)
  • Author
    Posts
  • in reply to: My shortcode breaks inside the floating widget
    Aakash
    Keymaster

    Hi 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,
    Aakash

    in reply to: My shortcode breaks inside the floating widget
    Aakash
    Keymaster

    Hi 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,
    Aakash

    in reply to: [Git it write] Plugin is removing characters from .MD file
    Aakash
    Keymaster

    Hi @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 file git-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,
    Aakash

    in reply to: Removing the Share html from WordPress REST API
    Aakash
    Keymaster

    Hi Walter,

    Can you please make the change below in the plugin editor?

    1) Disable WP Socializer plugin.
    2) Go to plugins -> plugin editor -> select wp-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,
    Aakash

    in reply to: Removing the Share html from WordPress REST API
    Aakash
    Keymaster

    Hi 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,
    Aakash

    in reply to: Only display with Shortcode
    Aakash
    Keymaster

    Hi Gayan,

    Can you please set “Location rules” -> “Hide in all pages”?

    Thanks,
    Aakash

    in reply to: [Git it write] Plugin is removing characters from .MD file
    Aakash
    Keymaster

    Hi 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,
    Aakash

    in reply to: Started with plugin and then purchased pro license.
    Aakash
    Keymaster

    Hi 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.

    Installation

    Thanks,
    Aakash

    in reply to: Removing the Share html from WordPress REST API
    Aakash
    Keymaster

    Hi 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,
    Aakash

    in reply to: How to add PHP codes
    Aakash
    Keymaster

    Hi Miko,

    Thanks for using Shortcoder.

    Shortcoder supports only HTML/CSS/JS as content.

    FAQ

    I would suggest plugins like below for your purpose.

    Insert PHP Code Snippet

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @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.

    Actions and Filters

    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,
    Aakash

    in reply to: Featured image no longer appear on the target domain
    Aakash
    Keymaster

    Glad you figured out the issue!

    in reply to: How can I deactivate the loading of Font Awesome?
    Aakash
    Keymaster

    Hi there,

    You can disable it in the settings like in the FAQ answer below.

    FAQ

    WP Socializer –> Settings -> CSS/JS to not to load in any page, set value to fa_icons

    Thanks

    in reply to: Featured image no longer appear on the target domain
    Aakash
    Keymaster

    My 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.

    in reply to: custom icon not create
    Aakash
    Keymaster

    Hi @seosamyukta,

    Thanks for using WP Socializer.

    When a custom icon is created, it is available in all the features including follow icons.

    It is not possible for it go missing.

    Custom icons are added at the bottom of the dropdown.
    Can you please check again?

    If you couldn’t find the icon, can you please share a screenshot of the page where custom icon is added and the follow icons dropdown?

    Thanks,
    Aakash

Viewing 15 posts - 121 through 135 (of 2,043 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms