Forum Replies Created

Viewing 15 posts - 586 through 600 (of 1,956 total)
  • Author
    Posts
  • in reply to: Floating sharebar responsive mode not working

    Hi,

    Thanks for using WP Socializer.

    I tried your website on my phone and it is working as expected. I can see the mobile share bar.

    Screenshot-20211027-142819-Chrome

    Please see image above.

    Can you please correct me if I had misunderstood.

    Thanks,
    Aakash

    in reply to: Messed Follow Icons Showing in Footer

    Hi Craig,

    Thanks for using WP Socializer. New styles are added in the latest version and the style cache is not refreshed on your side.

    Can you please refresh/clear the style minification cache ?

    This is minified by some plugin you are using.

    https://www.hamperlicious.co.za/wp-content/cache/min/1/3f1d9925cbd4e0fd7bb72cd8328a85dd.css

    Thanks,
    Aakash

    in reply to: Remove plus sign

    Cheers !

    in reply to: Remove plus sign

    Hi,

    Thanks for using WP Socializer. That is the new “share menu” which opens list of all social sharing list. You can disable this “share menu” or the + icon in the Settings page.

    Please go to WP Socializer -> Settings –> Show share menu = No

    Thanks,
    Aakash

    in reply to: No Items

    Hi Ed,

    Please go to Plugins -> plugin editor and select the file super-rss-reader/includes/feed.php

    Go to line 121 and change No items to the text as you need.

    I’ll provide an option to change this in the next version.

    Thanks,
    Aakash

    in reply to: No Items

    Hi Ed,

    Right now there is no option to change this text, since this is something which is not meant to happen often.

    Please let me know if you still in need to change this text. I can suggest code changes to edit this text.

    Thanks,
    Aakash

    in reply to: Error with daylight savings

    Hi @wdenley,

    Thanks for reporting. I’ll have a look at this issue and submit a fix soon.

    Thanks,
    Aakash

    in reply to: Hiding WordPress post content

    Hi Muhammad,

    Sorry for the late reply. You are having a mix of open and closed shortcodes.

    You must have only one of them.

    Can you please see this post and edit your posts ?

    Content vanishing when new ShortCode added in

    Thanks,
    Aakash

    in reply to: Show blank to editor to follow icons

    Hi Somvir,

    Sorry for the inconvienence. This is something not reported by anyone and since there is no live access, things are taking time.

    Can you please do the following ?

    1) Open this page <your_website>/wp-admin/admin-ajax.php?action=wpsr_follow_icons_editor&template=W10%3D&cnt_id=fb_template_val&prev_id=fb_prev_wrap
    2) Press ctrl+shift+i
    3) Press f5 to refresh the page
    4) Click the “down arrow” icon (export HAR)
    5) Share the downloaded file with me by uploading somewhere.

    I’ll analyze the downloaded file and let you know further.

    Thanks,
    Aakash

    in reply to: Show blank to editor to follow icons

    Hi Somvir,

    Reinstalling the plugin won’t be helpful. When you say “Enable to edit the follow icons it show blank” I’m not sure which is blank.

    Can you please share any screenshot of the issue ?
    This would help me help you faster.

    Thanks,
    Aakash

    Hi,

    I tried the RSS feed on my website and RSS feed works perfectly. Please see image below.

    https://i.snipboard.io/pU3B6X.jpg

    Also what is your website where you are placing the feed ?

    Can you also try below code in functions.php if it helps ?

    function srr_disable_ssl($feed, $url){
        $feed->set_curl_options(
            array(
                CURLOPT_SSL_VERIFYHOST => false,
                CURLOPT_SSL_VERIFYPEER => false,
            )
        );
    }
    add_action( 'wp_feed_options', 'srr_disable_ssl', 10, 2 );

    Thanks,
    Aakash

    in reply to: Show blank to editor to follow icons

    Hi Somvir,

    Can you please press Ctrl+F5 on the settings page and then try opening the follow icons editor ?

    If it does not work, can you please create a dummy admin user creds and share me the login to my contact form ? https://www.aakashweb.com/contact/

    Thanks,
    Aakash

    Hi Brian,

    Like we discusssed over email, the RSS feed you provided were working on my website. Seems like some SSL configuration in your local site. Please do recheck them.

    I was able to find some discussion related to this online hope it is helpful.

    https://stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate

    https://community.localwp.com/t/ssl-certificate-problem-on-windows/22666/4

    Thanks,
    Aakash

    Hi Brain, Ortho,

    Thanks for using Super RSS Reader.

    This issue might happen when the SSL certificate of the RSS feed URL had expired or something similar. A quick Google search confirms the same.

    Since the plugin didn’t receive any update in last 2-3 weeks there shouldn’t be any issue with the plugin, but with your website’s SSL certificate (or) the RSS feed URL’s SSL certificate.

    You can contact the RSS feed owner and inform them the same.

    As a workaround, can you please use a http:// URL instead of https:// URL for the RSS feed ?

    Thanks,
    Aakash

    in reply to: full text

    Hi Gary,

    An RSS feed has two contents. One is a summary and other is the full content. Not all feeds have full content.

    So when you select “rich HTML” super RSS Reader prefers “summaries” with rich HTML over full content.

    In you case it seems the feed has full content and you want to display it. Right now there is no option to fetch that, I can add an option in the next version.

    For now can you please make a small change to the code ?

    – Go to plugin editor –> super rss reader –> includes/feed.php
    – Go to line 192
    – Replace get_description with get_content
    – Save the file.

    This should help, please let me know how it goes.

    Thanks,
    Aakash

Viewing 15 posts - 586 through 600 (of 1,956 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