Forum Replies Created

Viewing 15 posts - 376 through 390 (of 2,042 total)
  • Author
    Posts
  • 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

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

    Hi Sean,

    I’m checking this issue. I’ll update you after reproducing the issue.

    Thanks,
    Aakash

    in reply to: Display multiple values of custom fields
    Aakash
    Keymaster

    Hi Vince,

    I understand the requirement. But such functionality is not available/possible with the plugin. The ability to pull custom field value is designed for very simple usecases.

    Anything beyond that would involve complexity for most users like delimiter, formatting, HTML etc., 🙂

    Hence I would suggest advanced users write a small shortcode using PHP with full control over the output.

    Below are some docs related to that.

    Creating a shortcode with parameters:
    https://wordpress.stackexchange.com/a/172920/3914

    Fetching custom field value:

    get_post_meta()

    Adding the custom PHP code to your website:

    How to Add Custom Code in WordPress with Site-Specific Plugin?

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Aj,

    Thanks for using Shortcoder. Since shortcoder plugin is designed to create “shortcodes” for huge text/HTML/script/CSS there is no option to provide dynamic content.

    The reason is that, allowing such functionality is basically creating a programming system. Advanced users can create a shortcode manually using PHP with such logic.

    I would suggest users create a shortcode manually with PHP with full control over the content. Below are some docs regarding the same.

    https://wordpress.stackexchange.com/a/172920/3914

    How to Add Custom Code in WordPress with Site-Specific Plugin?

    Hope this is helpful 🙂

    Thanks,
    Aakash

    in reply to: Countdown timer causes fatal error
    Aakash
    Keymaster

    Hi @matthias,

    I had a look at the screenshots in your email and replied for the same. The datetime picker is added by some other plugin.

    Please do follow my reply email for additional instructions.

    Thanks,
    Aakash

    in reply to: Countdown timer causes fatal error
    Aakash
    Keymaster

    Hi Matthias

    I’ll get back to you on this tomorrow.

    Thanks,
    Aakash

    in reply to: How to insert a FORM?
    Aakash
    Keymaster

    Glad that it worked! Cheers!

    in reply to: How to insert a FORM?
    Aakash
    Keymaster

    Hi @eliexams,

    You can add the form using the “text” widget. Go to the widgets page and find the “widget box” which was created using UFW plugin and add the “text” widget to it.

    In the text widget, you can add the form.
    You can paste the form in both “plain HTML” or in “shortcode” format.

    Save the widget and now the popup will contain the text widget with your form.

    Thanks,
    Aakash

    in reply to: RSS feed not reloading
    Aakash
    Keymaster

    Hi Tony,

    Can you please share the RSS feed URL you are displaying?

    Does it have more RSS feed items?

    Thanks,
    Aakash

    in reply to: can display thumbnail
    Aakash
    Keymaster

    Hi NJ,

    Thanks for using Super RSS Reader.

    An RSS reader displays the contents of the RSS feed. If the RSS feed contains the thumbnail URL, then the reader will display it.

    In your case you are using Google news RSS feed and I see it does not contain any thumbnail URL.

    But Super RSS Reader has feature to pull the thumbnail directly from the article page.

    Google recently made a change where the feed link goes to Google’s page and not to original article. Hence the thumbnail is not displayed.

    I have written a modification plugin for this use case. I have sent an email with the details. Please install that and the thumbnails will be shown.

    Thanks,
    Aakash

    in reply to: Remove the “Shares” text to the left
    Aakash
    Keymaster

    Hi John,

    In the shortcode, can you please include the parameter below?

    share_counter=""

    Thanks,
    Aakash

Viewing 15 posts - 376 through 390 (of 2,042 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