Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 2,039 total)
  • Author
    Posts
  • in reply to: Wrap text
    Aakash
    Keymaster

    Hi Richard,

    It looks like your theme is overriding the feed’s style causing it to not wrap.

    Can you please share website URL ?

    I’ll have a look suggest CSS to force the wrapping.

    Thanks,
    Aakash

    in reply to: unable to create a grid
    Aakash
    Keymaster

    Hi Glen,

    I hope you you were able to display the RSS feed as a grid using shortcode. Just curious if you were able to resolve. Please do let me know if you are facing any issues.

    Thanks,
    Aakash

    in reply to: How can I hide “Share & Enjoy” section
    Aakash
    Keymaster

    Hi,

    You can remove the text from the share icons –> miscellaneous tab –> “Heading text”

    Thanks,
    Aakash

    in reply to: unable to create a grid
    Aakash
    Keymaster

    Hi Glen,

    Thanks for using Super RSS reader PRO !

    With shortcode you can use the “display_type” parameter and set it to “grid”. That will display the feed items in a grid.

    Below is an example, notice display_type is set to “grid”. That displays the feed in a grid.

    [srr_feed urls="http://www.theverge.com/mobile/rss/index.xml" tab_titles="Mobile" color_style="twitter_dark" show_author=1 show_date=1 display_type=grid grid_columns=3 show_author=0 thumbnail_position=cover]

    Please find more information in the documentation page and even in the demos page.

    Doc = https://www.aakashweb.com/docs/super-rss-reader/pro/grid-display/
    More information on shortcodes = https://www.aakashweb.com/docs/super-rss-reader/pro/shortcodes/
    Live demo = https://wpdemos.aakashweb.com/super-rss-reader-pro/shortcode/

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @ch,

    Thanks for using Announcer. I have added this to my todo list. Please expect the fix to be in the next version.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Cheers ! I’ll mark this thread resolved.

    in reply to: The Ticker Link in the RSS Feeds fails.
    Aakash
    Keymaster

    Hi @simerset,

    The link comes from the RSS feed. Can you please confirm if the link is correct in the RSS feed ?

    Thanks,
    Aakash

    in reply to: Remember collapse choice / Responsive switch
    Aakash
    Keymaster

    Hi @testcandidate,

    Thanks for using WP Socializer. I have added your feedback to my todo list for both the requirements.

    I’m no sure exactly when they would be available, I’ll try my best to make it available in next couple of months.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @Sachin,

    I see the behavior. Right now all links are designed to open in a popup that is the reason _self did not work.

    I can suggest you to make a small change to the code.

    In plugin editor go to wp-socializer/core/templates/floating-sharebar.php and line number 39 remove 'sr-popup'. Finally it should look like below.

    $classes = array( 'socializer', 'sr-vertical' );

    This should fix the issue.

    Thanks,
    Aakash

    in reply to: How to Create a List of Posts
    Aakash
    Keymaster

    Hi,

    It seems you are referring to WordPress.com doc which does not appyl to self hosted wordpress site.

    Below are the only inbuilt shortcodes in self hosted wordpress.

    https://codex.wordpress.org/Shortcode#Built-In_and_Additional_Shortcodes

    Thanks,
    Aakash

    in reply to: How to Create a List of Posts
    Aakash
    Keymaster

    This shortcode is provided by I guess a plugin called “Display posts” – https://wordpress.org/plugins/display-posts-shortcode/

    May be you can try checking it with that author. If the shortcode does not work normally then it may not work even when used inside shortcoder.

    I can suggest that you can change the fancy double to normal quote like below.

    [display-posts category="faq" order="ASC" orderby="name" image_size="thumbnail" include_excerpt="true" posts_per_page="100" ]

    in reply to: How to Create a List of Posts
    Aakash
    Keymaster

    Hi,

    With shortcoder you can create shortcodes for custom HTML,CSS and javascript. You can also use shortcode like you have above as the shortcode content. Just paste that shortcode in the shortcode content and then you can use sc name="my-shortcode"]

    Thanks,
    Aakash

    in reply to: calling custom icons in shortcode
    Aakash
    Keymaster

    Hi Laura,

    Currently it is not possible to use custom images in shortcode.

    What you can do is, use the template which you have configured already in the “share icons” settings page.

    You can do it using shortcode like below.

    [wpsr_share_icons template="1"]

    Change the value from 1 as per the template you have customized in the admin page.

    Thanks,
    Aakash

    in reply to: share icons on mobile
    Aakash
    Keymaster

    Hi,

    Thanks for using WP Socializer.

    I see that you are using AMP. But unfortunately the plugin does not support AMP right now. However it seems the AMP page already has share icons (not added by WP Socializer)

    Regarding facebook count, can you please ensure if you have set the facebook APP ID and the APP secret in WP Socializer –> Settings page ?

    You have to create a facebook app and add it’s details like below.

    Thanks,
    Aakash

    in reply to: Change feed width, read more css
    Aakash
    Keymaster

    Got it.. by default the width is the 100%. May be there is a container which is restricting the width. Can you please inspect the container which ever is restricting and change the width of it ?

Viewing 15 posts - 1,006 through 1,020 (of 2,039 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