chris15326
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] About WooCommerce PaymentsA okay! Great. But it appears that the WooCommerce PayPal Payments plugin has a lot of negative reviews, criticizing that it doesn’t work reliable?
Forum: Plugins
In reply to: [WooCommerce] Hiding product title and adding headline below titleHey @amiralifarooq
Thank you for your time and help! Really appreciate this A LOT.
Just added the PHP code to the functions.php and the CSS I added under Additional CSS under appearance > customize but the result is that only the product title shows up.
So I do wonder if I need to place the CSS somewhere else?
Forum: Plugins
In reply to: [WooCommerce] Hiding product title and adding headline below titleAh I see! this link should work: https://wordpress-858200-2974429.cloudwaysapps.com/
Yes we are 50% done ?? Adding the custom text is no issue but I struggle with the line of code that will hide the product title when the custom text is not empty.
Forum: Plugins
In reply to: [WooCommerce] Hiding product title and adding headline below titleAlso! I assume the most elegant solution would be, to add a “if” statement to the following php code:
add_action( 'woocommerce_single_product_summary', 'shoptimizer_custom_author_field', 3 ); function shoptimizer_custom_author_field() { ?> <?php if(get_field('author')) { ?> <div class="cg-author"><?php the_field('author'); ?></div> <?php } }
That says something like “if custom field is not empty, hide product title”
The class for the product page product title seems to be “product_title”.
- This reply was modified 2 years, 1 month ago by chris15326.
Forum: Plugins
In reply to: [WooCommerce] Hiding product title and adding headline below titleHey @xue28 ! ??
I came a bit further already with what I want to achive.
I simply used the ACF Plugin to add a field above the Headline and I can style it with CSS in terms of its size etc.
(Specific tutorial for this can be found here: https://www.commercegurus.com/woocommerce-acf/)So I assume this part is already done! At least I hope so.
Now I only need to hide the product title on the product page.
(Here is the URL of the staging site you requested: https://wordpress-858200-2974429.cloudwaysapps.com/index.php/product/t-shirt-regular-fit/?preview_id=661&preview_nonce=5d65545504&preview=true&_thumbnail_id=7003)- This reply was modified 2 years, 1 month ago by chris15326.
Forum: Plugins
In reply to: [Loco Translate] Changing Theme language without WP languageAhhhh! Got it! Makes sense ??
Forum: Plugins
In reply to: [HT Slider For Elementor] non-smooth animations here and thereFor sure, I have taken a record of this:
But by now I crossed a bigger issue. I wonder how I could change the slide order. Cause Category makes no sense and I don’t know where to change the ID or if this is even possible, but I would need to reorder them from time to time ;-(
- This reply was modified 2 years, 2 months ago by chris15326.
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Cant get it working :-(UPDATE:
Stupid me… I simply needed to save the global rules for that popup:
Seems to work perfectly now ??
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] URL not workingHey! Awesome to hear back from you ??
Fixed it as well! Stupid me… I didnt changed that setting to “entire site”:
- This reply was modified 5 years, 2 months ago by chris15326.
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] URL not workingdid you found a solution to this?
I guess you need to setup the display / preview settings as described but I bet you did that. I did that as well and somehow for me it doesnt work sadly. Hope sukiwp can help us out