Rafik
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] limit characters in titleHello,
Please share your page link and shortcode, We will check and provide you solution.
Thanks
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] carousel on mobileHello,
Please go to Admin Panel->Appearance->Customize->Additional CSS and add below CSS
@media screen and (max-width: 40em) { .wpsisac-slick-carousal .slick-image-slide-wrap, .wpsisac-slick-carousal .slick-image-slide{height:450px !important;} }Thanks
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] exclude current postHello,
Try this code in your template.
<?php $current_post = get_the_ID(); echo do_shortcode('[recent_post_slider hide_post="'.$current_post.'"]'); ?>Thanks
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] album alignmentHello,
Its look like you want multiple column-wise display the gallery-album.
You can use this parameteralbum_gride.g:-[aigpl-gallery-album album_grid="3"]Please do not copy and paste the shortcode parameter because it will cause the quote(“) issue, please writes manually.
Thanks
Hello,
Our plugin is already light and not take more resources, Please check your other plugin and theme assets which one take more resources in any speed test site.
You can check our demo site speed https://demo.wponlinesupport.com/blog-designer-post-and-widget/blog-designer-slider/Thanks
Forum: Plugins
In reply to: [Trending/Popular Post Slider and Widget] Couple of questions/problemsHello,
Please go to Admin Panel->Appearance->Customize->Additional CSS add below CSS in “Additional CSS”
.wtpsw-post-thumb-right h6 a.wtpsw-post-title { text-transform: capitalize; }
This is https://prnt.sc/pcfuvi, not our plugin part.
Thanks
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] exclude current postHello,
Thanks for reaching here.
You can use “hide_post” parameter Ex:-
[recent_post_slider hide_post="post_id"]
Here “post_id” will be your current post IDNote:- Please do not copy and paste the shortcode parameter because it will cause the quote(“) issue, please write manually.
Please let me know if you have any other query.
Thanks,
Hello,
We have checked our plugin with “Data Tables Generator by Supsystic” its working fine.
Can you please elaborate more about the issue and share URL or screenshot etc.Thanks
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] use multiple CPTsHello,
Sorry for the inconvenience this feature is not available in our plugin.
it is possible but need to customize the plugin, you can customize the plugin as per your need if you can.
Note:- your customized code will lose when the plugin will update.Thanks
Hello,
Can you please join our site live chat.
Because we need to check also backend.Thanks
Forum: Plugins
In reply to: [Trending/Popular Post Slider and Widget] Shortcode don’t work properlyHello,
Please use this shortcode and do not copy and paste, please write manually.
[wtpsw_popular_post view_by=”views” showauthor=”true”]
Forum: Plugins
In reply to: [Portfolio and Projects] Post Page Shows No ImagesHello,
Thanks for reaching here.
I am not getting your point can you please elaborate more, also your provided link is not working.Thanks
Hello,
Thanks for the reaching here
This is not our plugin functionality, this is not possible with our plugin.Thanks
Hello,
We have already checked with Elementor in the live environment, it’s working fine.
Now we need to check you site backend please join our site live chat.
Our technical team will check and help you.Thanks
Forum: Plugins
In reply to: [WP News and Scrolling Widgets] change grid Daze theme for WPHello,
You can try this shortcode
[sp_news grid="3"]
Please write shortcode manually some time quotes(“) causing the issue.
If you still facing the issue please share page URL and shortcode.Thanks