androjungle
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] previous versions in search boxhi i asked ther developer he told me this
With: category_not_in => array(1, 2, 3, 4) you can block posts from ID categories 1, 2, 3, 4. And with post__not_in => array( 5, 6, 7, 8) you can block posts by their ID.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] previous versions in search boxhi this is my default search code is there anything i can do so that it works with ajax search, or ajax search works with that code
$current = get_post_meta( $post->ID); if( $current == 'mobile' ) { include_once( get_stylesheet_directory() . '/content.php' );
this is a sample code iam using but its just a get_stylesheet_directory, but the rank math is thinking it as a 404 page and redirecting it to home page, but actual it is not a 404 page, its just a custom redirection page.
when we enable this chrome extension is allowing us to copy content without showing warning
https://chromewebstore.google.com/detail/simple-allow-copy/aefehdhdciieocakfobpaaolhipkcpgc
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] previous versions in search boxhi the exclusion is made by post ids, but the process is done automatically, how do i do it same here, because some older versions are 20+ posts for a single post
yes i have the issue, when will the issue gets fixed, also i have temporarily deactivated the plugin, it works fine when i disable the Google Vintage Ads.
is there any code that i can add to the page so i can exclude it from rank math. like the id that rank math use to filter the pages and so that i can exclude it with my code
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] previous versions in search boxi have seperate options in the theme panel to stop showing them, as i have replaced the default search bar with custom code of ajax those functions are not working or doing any effect on ajax search
- This reply was modified 8 months ago by androjungle.
hi i have fixed it with css class
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Need to move the Floateri want to reduce the size of this
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Need to move the Floateri used important; it worked, but the floating translator size is big in mobile devices, how do i reduce the size if the translator
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Need to move the Floaterposition: fixed; bottom: 70px; left: 20px; z-index: 999999; is this right should i add anything
same issue with me, text with different colors is showing in this yellow form
hi wp rocket is causing the issues, when i disable it then its working fine and if i enable it then its causing issues, i never faced this issue before. can you please help me how to resolve this issue