Rafik
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Slider and Carousel with Lightbox] wpml not supportedhello,
Sorry for the late replay.
When you duplicate the gallery from original language gallery at that time gallery post duplicate is created for another language, but images will same so it overrides the main language gallery images caption, etc.
this is not our plugin issue you can take help of WPML plugin support.
there is one solution you can upload the same images for a different language and add caption etc language-wise.Thanks
Hello,
Sorry for the inconvenience.
We have not planned to add this API support in the future.Thanks
Hello,
You can not use both together.
but you can use two different shortcodes one for the event and other for the post.if you like our plugin and support, please share your review and rate on the plugin,
it’s important for usThanks
Hello,
Sorry for the inconvenience.
Can you please add the same shortcode in a fresh test page and share page link.
Please just add shortcode do not add anything.
We need to check.Thanks
Hello,
Sorry for the inconvenience right now our plugin, not support REST API.
if you want to use REST API then you need to customize the plugin as per your need
You can check this DOCThanks
Hello,
We have checked your given page but there is no popup show.
and another thing this is a free plugin and its only support popup on click( https://prnt.sc/nt41mz ), not on Onload.thanks
Forum: Plugins
In reply to: [Audio Player with Playlist Ultimate] Search in audio plater using post typeHello,
Sorry for the inconvenience this way our plugin will not work.
The audio player will work on the page where you have added shortcode.https://alqosyer.com/?post_type=apwp-audio-player&p=2357
this is a single page link and its part of your theme and this single page has not done any coding related to the audio player so how can it work.
if you want the player on ‘apwp-audio-player’ post type single page then you need to customize your theme.Thanks
Forum: Plugins
In reply to: [Audio Player with Playlist Ultimate] Large Black Space Above Audio PlayerHello,
You can hide it by custom CSS please add this CSS in your active theme style.css
.album-art-block{display:none}“Also I would like for the repeat button to not automatically be on when the page comes up as if on default.”
– This will repeat when you click it.Thanks
Forum: Plugins
In reply to: [Featured Post Creative] Cannot Select the Post by CategoryHello,
I guess you want only these featured post of a current category on the archive page right? but this way over plugin does not work.
You need to pass current category id in the shortcode.You can get a current category and pass this category id dynamically this way
Try below code.<?php $cat_id = get_queried_object_id(); echo do_shortcode('[fpc_post_block design="design-2" category="'.$cat_id.'" Show_category_name="false" limit="3"]'); ?>Forum: Plugins
In reply to: [Audio Player with Playlist Ultimate] Search in audio plater using post typeHello,
Thanks for reaching here.
Right now its not searchable because generally no need it.
if you want to make it searchable you can customize the pluginGo to:-
plugins/audio-player-with-playlist-ultimate/includes/apwpultimate-post-types.php
line no 36 and find'public' => false,and replace it with
'public' => true,Note:- in future when plugin get update your changes will lose.
Forum: Plugins
In reply to: [Meta Slider and Carousel with Lightbox] wpml not supportedHello,
Our plugins created with custom post type and WPML plugin support custom post type
So our plugin should work with WPML
We will check and get back to you soon.Thanks
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] image_size option for slick-sliderHello,
Sorry for the inconvenience this feature not available in a free plugin.
Thanks
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Another directory featured dataHello,
If your plugin created with custom post type then you can use it.
[recent_post_slider post_type="post"]here post is defualt you can use your plugin custom post type slug insted of ‘post’.Thanks
- This reply was modified 7 years ago by Rafik.
Hello,
This plugin also works with custom post type
We have not more idea about which event manager are you using
but If Event Manager plugin created with custom post type then you can use it. like this way[recent_post_slider post_type="events"]But make sure your custom post type slug is currect, here I have just give you example of “events” slug.
Thanks
Hello,
We have checked our end but it’s not possible to find the issue without checking your backend so find our site and join our live chat our technical team will help you.
meanwhile please create a fresh page and just add our popup shortcode and share us link.
also, you can try one by one plugin deactivate and check may be any other plugin causing the issue.Thanks