playdiune
Forum Replies Created
-
Yes, it is possible.
Use a plugin such as SiteOrigin, and then on the articles page use the accordion widget or the SiteOriginTabs widget, depending on your needs.
Within TABS or ACCORDIONS use the shortcode restropress with the Category or categories you want to show.See an exeample here, with SiteOrigin TABS:
https://casalusitanasantarem.com/takeaway/Forum: Plugins
In reply to: [Booking Package] Emails to the Administration all follow in duplicateHello @masaakitanaka
The duplicated email is solved. Thanks ??
About the dashboard fields alignment, please see attach(link) image.
https://ibb.co/Tgcbp76Thanks a lot
Yes,
On the Social Channels Tabs, choose the “Custom Link”, define the custom Icon and the link you want.
*In the free version, you can just choose one “Custom Link”.
Hello @karinapremio
I also sent you an email with an image explaining further.
What I wanted is that the buttons, in desktop format, could take up the whole width of the screen, just like they do on mobile or tablet.
Thank you
Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Fatal errorI beleave ehe error arises in the execution of these two internal commands:
126 define ('CP_APPBOOK_DEFAULT_fp_from_email', get_the_author_meta ('user_email', get_current_user_id ())); 127 define ('CP_APPBOOK_DEFAULT_fp_destination_emails', CP_APPBOOK_DEFAULT_fp_from_email);
As for me the email is poorly defined on Localhost!
If you have an email defined something like “user @ localhost” try to change it for “[email protected]”
Just an idea
- This reply was modified 3 years, 9 months ago by playdiune.
Yes, from what is written in that article the solution is to purchase the commercial version.
But, in my opinion it is incorrect on the part of the author of the plugin.
If the plugin in the free version offers a certain functionality, that functionality must work 100% and not half.
It is as if the plugin allowed adding a field for the phone number but only allowed 6 digits in the free version. Does not make sense !!!
In my opinion, either the free version should add the option “Avoid overlapping between services” or simply not allow multiple services in the free version.
Cheers.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Mobile touchGot the solution for my case:
.owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y !important; touch-action: pan-y !important; }
Now, it is working and i can scrool up and down, on mobile ??
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Mobile touchThis CSS doesnt work with your plugin.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Mobile touchi found this solution for a similar plugin with the same problem:
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{ -ms-touch-action: auto; touch-action: auto; }
Can it be used for your plugin ?
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Mobile touchHello @thehowarde
This is the website https://cliente.euromillionsplay.com/
The carousel is under the starting slider
Thanks
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Mobile touchHello @thehowarde
I visited the Owl Carousel jQuery website and tested all the demos that the website has available. In all demos I can press my finger on the carousel and slide the site up and down (on mobile).
About your plugin Issue:
– touch and drag works horizontally for the carousel, but not for the page, even if we drag up and down. This is very limiting on mobile as users cant scroll the page at all if the carousel takes the full screen!Is there something we can do to allow the website to slide up and down through the slides created by your plugin?
Thanks for your great plugin.
- This reply was modified 3 years, 9 months ago by playdiune.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Checkout Page Email OptinYes, it is possible.
There is an extension that allows you to display additional fields on the order details section. Check it here… https://restropress.com/addons/checkout-fields-manager/
Forum: Themes and Templates
In reply to: [OceanWP] ERROR: Double lightbox (versus) Mobile MenuSorry, it was a chrome cache problem.
Solved.
For someone who has been through the same problem, this little CSS trick solves the problem:
.dropdown-menu { display: contents; }
Thanks