raven747
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Exclude Category or Dont Repeat PostWhy not use “Avoid Duplicate Posts” plugin and it will prevent anything that was shown to be shown twice. It just taps into the wp-posts query so super light weight.
As the forums say, you will need the code to ensure it works in wordpress 5.4 but just alter:
if (!is_home())
to
if (!is_front_page())thanks for the update!
Yup also experienced this issue. Elementor needs an update to address this, or the two simply cannot exist at the same time.
Forum: Plugins
In reply to: [WP Subtitle] No place to write subtitles on posts created with Gutenbergit seems 5.0 has broken the metabox you implemented with version 3.1. Any ideas on a fix? I have right now just used ACF to add a metabox that adds the data into the wp_subtitles field, but this is an awkward fix to say the least
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Call the Action more the onceSounds good, I dropped you a line there!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Call the Action more the onceThis is the sort of thing I bought the plugin to do. We need it to load the call to action every set of articles it pulls up. This will ensure it keeps showing the call to action. Otherwise, it really does not work for our needs. Is there no way to have a call to action that loads every X posts? This is the whole reason we picked it up due to your suggestion, as we talked to you the original post
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Exclude Current post in loopThanks for the help!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Exclude Current post in loopWow thanks! Is it possible to do this not in direct PHP and just with shortcode, or does this need to be done as a PHP
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Special Code Every X PostsWow, thanks for the help! Will pick this up and give it a try!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Special Code Every X PostsI am also suffering the same issue. Help would be amazing! I am trying to set it up to have an internal AD every 10 posts, but no matter what I add, it will not work
Forum: Plugins
In reply to: [Selection Sharer by Hans van Gent] Shared text that has linkI have tested it, it works perfectly on twitter, so it is confirmed it only has the issue on Facebook and LinkedIn. I hope that helps narrow it down!
Forum: Plugins
In reply to: [Selection Sharer by Hans van Gent] How to make Facebook open in a popup?I would also love this addition!
Forum: Plugins
In reply to: [Selection Sharer by Hans van Gent] Shared text that has linkI am noticing the exact same issue. Also if any part of the text is italicised it will include the code in the share. Only on LinkedIN and Facebook. It seems Twitter is fine
Thanks for the great plugin!
Forum: Plugins
In reply to: [Instant Articles for WP] Extra element rulesThis is the actual code I have in place:
{ "class": "PullquoteCiteRule", "selector" : "//div[class=final-words]" },
Forum: Plugins
In reply to: [WP Meta SEO] Site title included by defaultSo once I have the plugin active my site name will be after the page name?
So it should look like this once active: PageName – Site Name
I wanted to be sure before I activated it since we did not want to loose this ability.