Anoop Ranawat
Forum Replies Created
-
Forum: Reviews
In reply to: [Countdown Timer Ultimate] A $99 insult to your intelligenceHello @amallulla
Sorry for this. You can also purchase single plugin by using our live chat.
Hello @rastarr
If there is any pre-sale question then please open our website and join the live chat.
Forum: Plugins
In reply to: [Accordion and Accordion Slider] Choose different colorsHello @kodexnew
You can try like this with custom css:
.wpos-tab-slider .as-wposslide:nth-child(4n+1) .as-layer.as-black{background:red;} .wpos-tab-slider .as-wposslide:nth-child(4n+2) .as-layer.as-black{background:green;} .wpos-tab-slider .as-wposslide:nth-child(4n+3) .as-layer.as-black{background:yellow;} .wpos-tab-slider .as-wposslide:nth-child(4n+4) .as-layer.as-black{background:green;}
Hello @pracko
Sorry for late reply. Is plugin still working for you?
Forum: Reviews
In reply to: [Countdown Timer Ultimate] Useless if you don’t payHello @kwanik,
You can do many thing without payout with this plugin ie create a simple timer.
- Ability to create unlimited Countdowns timer.
- Ability to create Countdown in pages/posts.
- Ability to change background color and width.
- Ability to change rotating circle background color and width.
- Option change the text of Days, hours, minutes and seconds OR show/hide Days, hours, minutes and seconds.
- Option to set different background colors for Days, hours, minutes and seconds.
Hello @stepway
We have given this option as well where you can open the popup on page load. We have given 4 option ie popup open on a link, button, image click or automatically popup when page load after some seconds given by you.
Once you can create page load popup kindly go to setting menu and select section where do you want display that popup globally or open the page in edit mode and select the created option with selection option.
Hello @page52
There is position css issue conflicting with nf plugin so please try to use this custom css:
.paoc-popup-inr-wrap{position: unset;}
Hello @page52
Please share your website link.
Hello @drauth
Please update to v2.0.5 where we have fixed this issue.
Hello @drauth,
Thanks for showing this issue.
Kindly allow us 2 hrs time. We are fixing this issue and updating the plugin.Hello @mathilde29fr
We are really sorry for the issue. Have you updated the database after updating the plugin?
Can you please share your website link so that we can checkout the issue?
Hello @lcameron
Please share your website link where you are using this plugin.
Hello @glisapn and @rayoflightthemes
Can you please try v2.0.2 and let us know?
Hello @rosscollins
Please add this function under your theme function.php file:
function wpos_popup_public_render( $args ) { $args['public'] = true; return $args; } add_filter('popupaoc_registered_post_type_args', 'wpos_popup_public_render');