Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
No, it’s not what I was looking for, right know I use the All Option here.
But I need to search only on the titles, not in the content, when i search for a word, example “black ships”, the result has to show only the products or articles with “black ships” on the title, not all the posts with the word on the content.
Is there some hook I can apply on the code?
Thanks
I solve this problem disabling the “Preloader/Transition Options”
I discover now that the same problem is shown with the wishlist popup, if I’m in a single product page and the sticky header is enabled, when I click the “Add to wishlist” button it shows a double popup, for sure is the same problem already fixed with the cart.
Can you fix this and send me the fixed js?
Thanks
Thanks,
I figured out using this code
$product_description = preg_replace('/\s+?(\S+)?$/', '', substr($product_description, 0, 251));
and then
echo do_shortcode( sf_add_formatting( $product_description . '... ' ) );
I need only to add a length to the text formated, for example use the first 50 words of the description only.
I try using “wp_trim_words”, cuts the text but the formating is not working if I use this first
There is some parameter to use with the sf_add_formatting code?
Thanks
Solved!
I edit the line 352 in woocommerce/content-product.php from
<?php echo $product_description;?>
to
<?php echo do_shortcode( sf_add_formatting( $product_description ) ); ?>
maybe you can add this modification to your next realease
ciao
Thanks a lot!!
Can you send me the patched file? I need the correction immediately for a presentation tomorrow.
Thanks
I need help on this, when the sticky header is active, and click on the Buy button in a product page, it shows 2 cart popups, one from the main header and the other one from the sticky header. Look at the attachement.
How can I disable one of the popups?
Thanks
Attachments:
You must be logged in to view attached files.Hi,
I have the same problem that HoGo,
There is a solution to this? How can I hide the cart on the main header when is displayed the sticky header?
thanks
-
Posted in: We hit Power Elite.