ste_yeu
Forum Replies Created
-
Forum: Reviews
In reply to: [Neve FSE] Child theme problemHello, I hope you can release the zip file of the child theme soon, in the meantime I will increase the average of my rating to thank you for your willingness to solve the problem.
Forum: Developing with WordPress
In reply to: Two bugs in Navigation FSE@threadi thank you, I’ll write there
Resolved.
These codes work for me (for text and/or textarea):
add_filter('geodir_custom_field_output_text','do_shortcode',20); add_filter('geodir_custom_field_output_textarea','do_shortcode',20);You should use the block GD > Post Content and select the corresponding custom field to display it.
Forum: Themes and Templates
In reply to: [Spectra One] How to create a child theme?Sure @fleety88,
you can download Spectra One Child from here. 🙂
It works fine.
Edit: if the download doesn’t work, this is the url, it’s one of my domains, it’s a secure link: https://workupweb.it/download/spectra-one-child.zip
Forum: Themes and Templates
In reply to: [Spectra One] How to create a child theme?Hello @mohsinbsf,
thank you for your reply.
I generated a clean and complete child theme for Spectra One and it works great, it even has the functions.php file in it.
I can send it to you or the development team, so you can make it available to your users for download. 😉
Let me know how I can provide it to you, please.
Cheers
Forum: Themes and Templates
In reply to: [Spectra One] How to create a child theme?Hello, just a simple consideration. I wonder what the Spectra One team is waiting for to release a downloadable child theme for its FSE.
To edit certain PHP functions or JavaScript codes, or other specific customizations, a child theme is still the best practice.
At this rate developers will be forced to change theme and prefer other products, so when will you release an original child theme?
- This reply was modified 2 years, 4 months ago by ste_yeu.
Forum: Reviews
In reply to: [Visual Link Preview] Limitations@xolde, you can’t rate with 1 star for this reason, especially for a plugin made available to the community for free.
I ask you to change your rating, please, respecting the developer and in the interest of all wp users. Elementor is not WordPress.@brechtvds, you could simply integrate shortcode generation to make it usable everywhere and compatible with all site builders 😉
Forum: Plugins
In reply to: [WP Directory Kit] Agent role: Not Allowed to Access this PageThank you for your reply.
Yes, I use the latest plugin version, but I don’t have the membership addon, I’ll try with it.
Thank you again
I have ascertained that it doesn’t work in container block of GeneratePress.
Great, it works!
Please insert it in the next upadates.
Thank you so much. 🙂
Ok, my code fixed the problem, but only in fade effect, because in slide effect all slides are linked to the last url inserted on the last slide. :/
Please check and fix this bug. Thank you.
I resolved with this code in CSS:
/* Fix Link On Box Gutentor slider */ html body a.gutentor-single-item-box-link.gutentor-link { z-index: 999; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Stripe errorHello,
after many days without any response from support, I solved it by using this other plugin:
https://it.ww.wp.xz.cn/plugins/addon-paypal-with-contact-form-7/
Regards
Hello,
I resolved like that, just add this code in your CSS (zip code is not a required field, so just I hid it):
/***** Plugin Addon Paypal Stripe with Contact Form 7 *****/ label[for=cf7wpay_stripe_credit_card_zip], div#cf7wpay_stripe_credit_card_zip { display: none !important; }Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Stripe errorHi Collin,
Stripe is not connected, I always see the button “Connect with Stripe”, after the connection procedure.
There are 6 unfinished payments, do you think stripe put a security lock for this reason?