mapdi
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Taxonomy] How to set Link to the Title@boyansharic Thank you very much! ??
It works! Thank you so much. ??
Hi @epsiloncool
Thanks! Any chance to get demo of your Pro Plugin to test the file search feature?
- This reply was modified 5 years, 5 months ago by mapdi.
@epsiloncool Thank you very much for your reply.
The PDF files will be uploaded to the WP posts structure and also visible in WP Media Library. But we need to exclude or include PDF Files to be indexed or not and the possibility to search only in included or excluded PDF files. Some PDF files are only available for subscribers and others should not be visible in search results …
Thanks. I’ll give it a try and come back to you.
Forum: Plugins
In reply to: [wp-Typography] How to disable Plugin on Mobile@pputzer, thanks we found decided us for another solution.
@marcusig THX!
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Search only selcted PDF filesCan you already see in which version this function will be implemented or how long it will take?
We will have to decide on a solution soon and this feature would be essential for our purposes.
Best regards.
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Menu Search Form StyleThank you.
Seems to work now! I will make more tests next days!
Thank you!
Thank you!
Forum: Plugins
In reply to: [Related Posts by Taxonomy] How to set Post Title in h2Forum: Plugins
In reply to: [Related Posts by Taxonomy] How to set Post Title in h2@shariat thx
Of course i tried this before asking.
Here is my shortcode which I added via Hook after_content:
[related_posts_by_tax before_title="<h3 class="rpbt_title">" after_title="</h3>" columns="2" format="thumbnails" image_size="post-thumbnail" title="MORE NEWS" posts_per_page="6" taxonomies="category"]
- This reply was modified 5 years, 5 months ago by mapdi.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Display only search IconHi,
What custom work doi oI have to do?
When do you plan feature, because this features will decide which search Plugin our client will choose …
Forum: Plugins
In reply to: [Cachify] how to exclude a custom taxonomyThank you so much!
It worked with this:
// Cache exception "taxonomy-tag" from Taxonomy "taxonomy" add_filter( 'cachify_skip_cache', function() { return ( has_term( array( 'taxonomy-tag' ), 'taxonomy' ) ? true : false ); } );
btw. Cachify is still one of the best caching solution out there. ??