Forum Replies Created

Viewing 15 posts - 436 through 450 (of 2,042 total)
  • Author
    Posts
  • in reply to: The reader has stopped updating the feed in the widget.
    Aakash
    Keymaster

    Hi Pete,

    Regarding “full-size miniature image of the logo” can you please share more details? I did not understand this requirement. Any example would be helpful.

    You can also select “Content” -> “Thumbnail position” = “Cover” and see if it helps.

    Regarding “could there be a gap between the title and the contents, or not show the title with the contents”, yes we can hide the feed item’s title via CSS or add padding between title and content.

    Let me know which way you would like, I’ll suggest CSS code which you can paste in your theme’s additional settings.

    Thanks,
    Aakash

    in reply to: LOCATION PROBLEMS
    Aakash
    Keymaster

    Hi Anni,

    Can you please go to Settings -> Reading and check if you have set a static page as home page?
    If yes, then “hide in pages” and “hide in posts” will meet that criteria.

    Let me know if that is the case. I’ll try to exclude situations like this in the next version of the plugin.

    Thanks,
    Aakash

    in reply to: The reader has stopped updating the feed in the widget.
    Aakash
    Keymaster

    Hi Pete,

    Thanks for using Super RSS Reader.

    RSS Reader caches the feed for 12 hours.

    FAQ

    It seems the RSS feed was updated very recently which is less than 12 hours.

    The latest one with title TJ Marketing is added on Thu, 23 Feb 2023 10:02:51 +0000. I would suggest wait for a day for the cache to expire and the reader would fetch the latest feed.

    Please let me know if you are expecting something else.

    Thanks,
    Aakash

    in reply to: Columns not appearing side-by-side
    Aakash
    Keymaster

    Hi Lewis,
    Glad that you figured it out.

    Thanks,
    Aakash

    in reply to: LOCATION PROBLEMS
    Aakash
    Keymaster

    Hi @densho,

    Thanks for using UFW plugin.

    I guess, you have set a “page” as “frontpage” of your website.
    Hence the condition is met I believe.

    Please do share more details otherwise.

    I can share code changes to avoid this behavior if you can confirm this.

    Thanks,
    Aakash

    in reply to: Total Share Counts
    Aakash
    Keymaster

    Hi Bideford,

    Share count is supported for Facebook and pinterest icons as of now.

    But Facebook has been slowly deprecating share count for 3rd parties.

    Please see this FAQ for more info.

    FAQ

    Please do share me the website link if the FAQ did not help you.

    Thanks,
    Aakash

    in reply to: disable link
    Aakash
    Keymaster

    Hi Shay,

    Can you please share more details on “disable” link?

    Thanks,
    Aakash

    in reply to: Shortcoder with Goodlayer Page Builder
    Aakash
    Keymaster

    Hi Mint,

    I believe you want to use goodlayer page builder to create shortcode content.

    In the code you shared, can you please change product to shortcoder_editor?

    1) After this is added, select “Custom editor” in shortcode edit page.
    2) Click “open editor”
    3) Now the page will load goodlayer pae builder.

    Now you can set shortcode content using that page builder.

    Thanks,
    Aakash

    in reply to: Shortcoder with Goodlayer Page Builder
    Aakash
    Keymaster

    Hi Mint,

    Thanks for using Shortcoder PRO.

    I’ll check and get back to you on this.

    Thanks,
    Aakash

    in reply to: Fetching a single thumbnail for all Google RSS Feed.
    Aakash
    Keymaster

    Hi Zach,

    Thanks for using Super RSS Reader – PRO.

    It seems the RSS feed item URL in the feed https://news.google.com/rss/articles/CBMiS2h0dHBzOi8vc291dGhjb2FzdGhlcmFsZC5jby56YS80ODg0NzUvd2hhdHMtdGhlLWJpZy1kZWFsLWFib3V0LXNlbGYtZXN0ZWVtL9IBTmh0dHBzOi8vc291dGhjb2FzdGhlcmFsZC5jby56YS80ODg0NzUvd2hhdHMtdGhlLWJpZy1kZWFsLWFib3V0LXNlbGYtZXN0ZWVtL2FtcA?oc=5 is not HTTP redirected to the original site.

    Hence the thumbnail image is not picked.

    Looks like Google made this change recently.

    You can enter the above URL in this page https://www.redirect-checker.org/index.php and see that the page is not reaching the source page.

    Looks like Google has switched to Javascript based redirection. Redirection like this cannot be identified.

    I can’t think of any immediate solution for this. I would suggest find an alternate RSS feed for the same purpose or use different RSS feed source.

    I’ll update you if I found anything on this.

    Thanks,
    Aakash

    in reply to: RSS Feed: Combined Feeds
    Aakash
    Keymaster

    Marking this as resolved.

    in reply to: GIW – multi language management ?
    Aakash
    Keymaster

    Hi @yann,

    I’m extremely sorry.

    I looked at this and played with polylang. It looks like the way how polylang associates the posts with a language is something cannot be done using GIW.

    You can however create posts using GIW in whatever organization you want, but to let polylang know what post is associated to which language cannot be done.

    As of now GIW does not have any official integration with polylang. This is not in the todo list. Not sure how long it would take.

    I would suggest to use GIW only for one posts of one language.

    Thanks,
    Aakash

    in reply to: Translation for the PRO version to Dutch
    Aakash
    Keymaster

    Thanks for the effort. Please do send the translation to aakash [dot] 19493 [at] gmail.com.

    I haven’t tested a scenario where translations are pulled from both translate.wordpress.com and local files. I’ll test this out locally and include your translations as a part of it.

    Thanks,
    Aakash

    in reply to: Translation for the PRO version to Dutch
    Aakash
    Keymaster

    Hi Pieterjan,

    Regarding your initial request to send translation files. I want to inform you that, shortcoder loads the translation from https://translate.wordpress.org/projects/wp-plugins/shortcoder/

    It does not load local files for translation.

    I tried nl_BE language on my test site and see that strings are translated as expected.

    View post on imgur.com

    The same works for PRO version also (except few PRO related strings)

    Thanks,
    Aakash

    in reply to: Countdown timer causes fatal error
    Aakash
    Keymaster

    Hi,

    It looks like some other plugin is overriding the datetime picker. You can see the difference between the picker color and style in my screenshot and your screenshot.

    Can you please make this change for now?
    Plugins –> Plugin editor –> Announcer – PRO –> select file admin/js/script.js

    At line no. 12
    change
    init_date_time_picker();

    to
    //init_date_time_picker();

    Save the file.
    Now in the edit page, press Ctrl+Shift+F5 on and notice that the picker won’t show.

    You can now type the countdown timer date with the format 2023-03-03 18:32 and save the settings.

    To find root cause of which plugin is causing this issue, I migth need temp administrator access. If you are fine with this workaround then we are good. Otherwise please send the credentials to my contact form. I’ll login and check.

    In the future version, I’ll try to handle this issue and make sure no other plugin can take control of the date time picker.

    Thanks,
    Aakash

Viewing 15 posts - 436 through 450 (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