pluginandplay
Forum Replies Created
-
Hi @anthony185
Thanks for your patience.
I have created the scenario at my end and yes, I can see that slider / carousel starts auto play on mobile device after swipe.
I am trying to find out the solution of it and update the plugin soon.
Hi @wpwebman
Glad to know that.
If you like my plugin and support then please rate it.
https://wordpress.org/support/plugin/post-slider-and-carousel/reviews/Hi @anthony185
I have tried to open your website but it is not working. It is giving error ‘Error 403 – Forbidden’. Can you please verify it?
Meanwhile I will try to create the scenario at my end and try to understand it.
Hi @wpwebman
Thanks for your patience.
I have updated the plugin with version 2.0.7. Please update it and take a look.
Hi @ninsunsanya
You can change the “Read More” button text in Free version also. You just need to create the language file for this. You can use “Loco Translate” (https://wordpress.org/plugins/loco-translate/) plugin for this.
You can try this plugin (https://wordpress.org/plugins/say-what/) also. You just need to add your desired string and plugin text domain
blog-designer-pack.In Premium version there is a simple parameter for this.
Plugin is 100% multi language so you can translate it to any language. I hope this will work for you.
Hello @cihomewood
Please navigate to
wp-content/themes/Astrafile structure and open archive.php file: http://prntscr.com/19poebzNow you need to place the code like this:
<main id="main" class="site-main"> <div class="ast-row"> <div style="margin: 0;padding: 5.34em 6.67em; background:#fff;"> <?php $category = get_queried_object(); $category_id = $category->term_id; echo do_shortcode('[bdp_post design="design-1" grid="2" category="'.$category_id.'"]'); ?> </div> </div> </main>Please place this code after
<?php astra_archive_header(); ?>and before<?php astra_primary_content_bottom(); ?>and here is screenshot of it http://prntscr.com/19powtiI hope this will work for you. You can change the shortcode as per your need.
Note : You can create the child theme, copy the archive.php file in that and change the code as suggested. So you can easily update your parent main theme without any issue.
Hi @cihomewood
Thanks for the info. Let me take a look. I will update you about it.
Hi @wpwebman
Let me take a look at this specially in iPad. I will create the scenario at my end and update you about it.
Hi @claraelise
Sorry for my late response.
I have checked this page http://top-med.ro/wp/cariere/ but I did not find plugin on it.
I think there is some mis-understanding. Right now carousel is running infinitely it means in a loop.
So when it reaches to the last slide then it start displaying (running) from first slide.
Forum: Plugins
In reply to: [Logo Showcase - Responsive Logo Carousel, Logo Slider & Logo Grid] lightboxHi @fatima85
Sorry right now this feature is not available but I will think of this in my future version.
Thanks for your suggestion.
Hi @datphamict
Thanks for reaching out to us.
This is a review thread. Please create the support thread from here https://wordpress.org/support/plugin/post-slider-and-carousel/#new-post So I can help you my best.
Hi @cihomewood
Thanks for your response.
Just want to double confirm that you are using Astra theme as per your previous response. right?
Is it a lite version? So I can take a look at the theme structure and provide you better support.
Hi @astima
Thank for your detailed response.
Sorry this functionality is not available in lite version.
Hello @margotbruno
Sorry for my late response.
Please use below CSS snippet. You can add it in WordPress Appearance > Customize > CSS section and save it.
.bdp-post-carousel.bdp-design-2 h2.bdp-post-title a{color:#000000;} .bdp-post-carousel.bdp-design-2 h2.bdp-post-title a:hover, .bdp-post-carousel.bdp-design-2 h2.bdp-post-title a:focus{color:#555555;} .bdp-post-carousel.bdp-design-2 .bdp-post-categories a {color:#000000;} .bdp-post-carousel.bdp-design-2 .bdp-post-categories a:hover, .bdp-post-carousel.bdp-design-2 .bdp-post-categories a:focus{color:#555555;} .bdp-post-carousel.bdp-design-2 .bdp-readmorebtn:hover, .bdp-post-carousel.bdp-design-2 .bdp-readmorebtn:focus { background: #888; color: #fff;}I hope this will work for you.