Rafik
Forum Replies Created
-
Hello,
You can add the code inside the condition like this way.
if ( is_front_page() || is_home() ) {
if( function_exists(‘slbd_display_widgets’) ) {
echo slbd_display_widgets();
}
}Thanks
Forum: Plugins
In reply to: [Blog Designer - Post and Widget] Blog designer language in DanishHello,
Our plugin is translatable you need to translate some text for danish language
You need to use translating plugin like Loco Translate
You can can see the Loco Translate documentation on how to translate strings/text
In short, you need to install this plugin and create your language, find the English text and add the translated string for the danish language.Thanks
Forum: Plugins
In reply to: [Timeline and History slider] Last Slide Not ShowingHello @dhousesolutran,
Thanks for reaching here.
We need to check, Please clear the cache and deactivate the cache plugin and let me know so we can check and help you.Thanks
Forum: Plugins
In reply to: [WP Logo Showcase Responsive Slider and Carousel] Smooth scrollHello,
Sorry for the inconvenience our plugin is not working as per your need.
You can little bit adjust it by speed and autoplay_interval parameter.Thanks
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] dots and arrows not showingHello,
We have also checked in mobile devices its working fine.
Can you please find our site and join live chat our technical team will assist you.Thanks
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] dots and arrows not showingHello,
I have check given page URL slider is working fine with dots and arrow.
Can you please let me is there still issue?Thanks
Forum: Plugins
In reply to: [Album and Image Gallery Plus Lightbox] No workingHello,
We have checked plugin with this theme its working fine in backend and front
It looks like maybe any plugin JS causing issue, please check one by one plugin deactivating.Thanks
Hello,
Thanks for the reaching.
Please share your page URL so we can check it.Meanwhile, you can try this code
$categories = get_the_category(); $cateID = $categories[0]->cat_ID; echo do_shortcode("[wpos_product_categories ids='$cateID']");Thanks
Hello,
Thanks for reaching here.
Can you please provide page URL so we can check and help you.Thanks
Hello,
Thanks for the detail.
We have checked the issue there is JS issue in the console, we need to check in detail, please find our site and join the live chat our technical team will assist you.
Thanks
Hello,
Please share your URL where you have used the shortcode and also backend screenshot of how you have created the slider.
Elaborate more so we can help you.Thanks
Forum: Plugins
In reply to: [Portfolio and Projects] Video Playlist: Cannot play videosHello,
You need to find this player documentation and find a solution because at this moment I am not sure about it.
Thanks
Forum: Plugins
In reply to: [Timeline and History slider] Change widgth of slideHello,
Can you please share your page link so we can check and help you.
Thanks
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Carrousel not displayed on iOSHello,
Can you please check the same plugin demo https://demo.wponlinesupport.com/recent-post-slider-demo/ ( https://prnt.sc/q9q84g ) it working its look like in your site other plugin or theme JS code causing the issue that why carrousel is not initialized and not showing.
Thanks
- This reply was modified 6 years, 5 months ago by Rafik.