Forum Replies Created

Viewing 15 posts - 391 through 405 (of 2,067 total)
  • Author
    Posts
  • in reply to: CPT( shortcoder_editor ) generates web pages.
    Aakash
    Keymaster

    Hi Joit,

    Thanks for the code. The reason the post has an URL is for the preview. In this case I need to ensure that preview is availble only for admins and not the public. I’m targetting a fix for WordPress 6.3. I’ll include this in that release.

    Thanks,
    Aakash

    in reply to: CPT( shortcoder_editor ) generates web pages.
    Aakash
    Keymaster

    Hi Joit,

    Thanks for using Shortcoder plugin. Glad that you liked it.

    I understand the issue. The link is made available by WordPress for preview purposes. But seems it is accessible by public too.

    I’ll see what can be done here to avoid this issue.

    Thanks,
    Aakash

    in reply to: can display thumbnail
    Aakash
    Keymaster

    Ok. Let me see what I can do to help you here. I’ll update in a couple of days. Please bump if there is no reponse.

    in reply to: can display thumbnail
    Aakash
    Keymaster

    Hi Richard,

    Sorry for the delay. Somehow missed this since this was replied as a part of another topic.

    I tried your RSS feed and I see that the RSS feed source is prohibiting the images from being displayed on another site. We can see error 403 (which is prohibited).

    If you are not owner then I’m not sure if there is any hack to overcome this since this is beyond the plugin’s scope. I’ll see if I can come up with something.

    If you are the owner of the website can you please check if there are any misconfiguration/restrictions?

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Daphne,

    Sure I can help. Can you please share your website URL? I would like to inspect the site live and understand the CSS.

    Thanks,
    Aakash

    in reply to: Picture of Google News feed
    Aakash
    Keymaster

    Great to hear!

    in reply to: can display thumbnail
    Aakash
    Keymaster

    Hi Richard,

    Thanks for using Super RSS Reader. Could you please share the RSS feed URL for which no thumbnail is shown?

    Thanks,
    Aakash

    in reply to: Picture of Google News feed
    Aakash
    Keymaster

    Hi Daniel,

    There shouldn’t be any slowness because of this MOD.
    The thumbnail URL is cached in the DB for 1 week when it is forced to pick from the original website.

    So the first page load may be slow and upcoming requests will be fast since the thumbnail is cached but will never bring down the entire site.
    I tried it on my local site and loaded feed items from the same URL. Screenshot below.

    Can you please confirm if this is seen consistently?

    Thanks,
    Aakash

    in reply to: Picture of Google News feed
    Aakash
    Keymaster

    Hi Daniel,

    Can you please confirm if you have enabled “Fetch thumbnail from page directly” option to “Always” in the widget form?

    If you are using the shortcode, then you need to set thumbnail_force="always".

    More info here – https://www.aakashweb.com/docs/super-rss-reader/pro/url-metadata/#using-the-feature

    Thanks,
    Aakash

    in reply to: Picture of Google News feed
    Aakash
    Keymaster

    Hi Daniel,

    I have sent an email regarding this query. Please check and confirm if it solves the issue.

    Thanks,
    Aakash

    in reply to: Follow icons size doesn’t seem to work
    Aakash
    Keymaster

    Hi Laure,

    Thanks for using WP Socializer. It seems you are using WP Rocket plugin with CSS minification enabled. Could you please exclude WP Socializer’s CSS file from it’s minification list?

    As of now, certain CSS styles are no included by WP Rocket as a part of the minification hence the icon size is not changing.

    Thanks,
    Aakash

    in reply to: Google new feed Image issues
    Aakash
    Keymaster

    Hi Mandeep,

    I have sent an email with a solution for this issue. Please do check and let me know on the same.

    Thanks,
    Aakash

    in reply to: Shortcode for showing view
    Aakash
    Keymaster

    Hi Said,

    We can achieve a similar output using the shortcode below.

    [srr_feed urls="http://www.theverge.com/android/rss/index.xml" tab_titles="Android" color_style="card" show_author=1 show_date=1 display_type=grid template="%%thumbnail%% %%title%% %%description%% %%metadata%%" grid_columns=3 show_author=0 thumbnail_position=cover thumbnail_size="128px"]

    Please note that with this shortcode, the feed item layout is organized as per the screenshot. To exactly imitate that, we need to use the CSS below.

    Please feel free to modify this CSS as per your requirement.

    .srr-style-card .srr-thumb.srr-thumb-cover {
        float: none;
        width: 100% !important;
        border-radius: 10px 10px 0 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    
    .srr-style-card .srr-item-in {
        position: relative;
        padding-top: 150px !important;
    }

    Thanks,
    Aakash

    in reply to: Close after x seconds doesn’t work.
    Aakash
    Keymaster

    Hi Sean,

    This looks like a behavior not handled. I’ll fix this in the next version.

    For now can you make the change below in the plugin editor?

    1) Go to plugin editor
    2) Select File ultimate-floating-widgets-pro/public/js/script.js
    3) Add below code at line no. 151

    do_auto_close_time($wrap, 'start');

    4) Save file.
    5) Delete/refresh page cache (ctrl+shift+f5)
    6) Popup will now close after x seconds when opened by scroll.

    Thanks,
    Aakash

    in reply to: Load floating widget from php
    Aakash
    Keymaster

    Hi Sean,

    You can keep the widget box’s “Initial state” to “closed” and use the javascript API to open the widget box as per your requirement.

    Please follow the doc below on “custom trigger”.

    Custom trigger

    Thanks,
    Aakash

Viewing 15 posts - 391 through 405 (of 2,067 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