Can insert, can’t filter
-
Upon inserting the shortcode it displays the post grid and category tabs, but I can’t filter them ( on click it still shows all posts ).
-
Hello @lextragon,
Can you please share your site URL, so that we can take a look over the issue and provide you a resolution.
Regards,
DesirePressI see all the results shown, but they don’t change when I click on any different category tabs.
Hello @lextragon,
Can you please share your site page URL where you are using shortcode… it may be a jquery issue.
Regards,
DesirePressI posted the link in my previous post. If you scroll down you can see the post grid with filters
Hello lextragon,
Thanks,
Can you please let us know that are you using any plugin to add automatic <p> tag in page editor. If yes, can you please check after deactivate that plugin.
“OR”
Try after adding below code in theme functions.php file…
add_filter( 'the_content', 'rfp_shortcode_empty_paragraph_fix' ); function rfp_shortcode_empty_paragraph_fix( $content ) { $array = array( '<p>[' => '[', ']</p>' => ']', ']<br />' => ']' ); return strtr( $content, $array ); }Regards,
DesirePress-
This reply was modified 9 years, 3 months ago by
DesirePress.
The code didn’t work. As for the plugins, I have no idea. Here’s the list of plugins I am currently using:
Akismet Anti-Spam
amCharts: Charts and Maps
Better Font Awesome
Better Search Replace
Category and Post Tab
Child Theme Configurator
Easy Google Fonts
Head, Footer and Post Injections
Huge IT Google Map
Jetpack by WordPress.com
Livemesh SiteOrigin Widgets
Ninja Forms
Page Builder by SiteOrigin
Pagination by BestWebSoft
Photo Gallery
Responsive Filterable Posts/Custom Posts
Search & Filter
Shortcodes Ultimate
Simple Page Ordering
SiteOrigin CSS
SiteOrigin Widgets Bundle
SiteOrigin Widgets by CodeLights
SO Page Builder Animate
Sydney Toolbox
TablePress
TablePress Extension: Responsive Tables
Tabs Widget for Page Builder
TC Custom JavaScript
Theme Check
TinyMCE Advanced
W3 Total Cache
Widget Options
WP Maximum Execution Time Exceeded
WP Tabsy
Hello lextragon,
If you have no issue, could you send your site WP admin login details at [email protected].
So that, we can take a close look over the issue.
Note : Have you cleared site W3C Total cache after adding the provided code..?
Please let us know.
Regards,
DesirePress-
This reply was modified 9 years, 3 months ago by
DesirePress.
Sorry for not replying sooner, I’m unavailable at weekends. I’m not allowed to share the login credentials, because I’m not the owner of the domain and host. Also, I’ve found an alternative plugin that works. Thank you for your support.
Hello @lextragon,
Okay thanks,
If you have no issue, can you please change your rating.
Regards,
DesirePress -
This reply was modified 9 years, 3 months ago by
The topic ‘Can insert, can’t filter’ is closed to new replies.