Digital experiences for all disciplines
Forum Replies Created
-
-
Hi guys!
No matter with my previous post, problem is related to Woocommerce Product Feed. I already opened a ticket for it.THIS IS WHAT MATTER for me, now.
It could be related to Dante, I’d like you to tell if it depends on Dante or not, given that Woo 2.4.6 tells me child theme is outdated. Or at least, just for a particular file, which I don’t think it causes issue.Anyway, I’m experiencing this kind of error when an order is completed: “SyntaxError: Unexpected number”.
Email order confirmation arrives correctly, but customers are not redirected outside checkout page, showing that error.
It seems to be a js error. I disabled everything that could affect checkout, but issue’s still there.
What do you think it could be?Hi guys!
I need your help… 🙁
Woo 2.4.6 installed, I can’t create products. I see sth like the attached screenshot…
Everything seems to be gone away. 🙁
What could be happened?Attachments:
You must be logged in to view attached files.Hi Ed,
sorry I can’t understand your question… 🙂 What do you mean?August 27, 2015 at 6:18 am in reply to: Dante: woo 2.2.11 includes swift framework code within the_content #207938Hi David,
I think there’s no need of customization.
No money for that. 🙂
I discovered that the same shortcode content I added inthe_content
area has been copied inside product description one.
I just needed to remove the latter content. 🙂
Thanks for your support!Hi Ed!
Well, the thing is that I got very bored to bear that kind of style, so I editedjquery-ui-1.10.0.custom.css
within Dante and style is ok now. What that style affected was the theme settings buttons, link On/Off.ps: I think I replied in the wrong topic… 🙁 or not?
August 24, 2015 at 8:17 pm in reply to: Dante: woo 2.2.11 includes swift framework code within the_content #206938What kind of result should I get following your suggestion?
I hope you understood my need: to show search result with a little of product description excerpt. But from a certain release on, it occurs that shortcodes I put within product description will be shown both on backend and as search result.
Well, firtsyl, I do NOT have to hide any div. Secondly, where should I injectif( is_search() ) { //do something }
?Sorry, guys, but… I think you have to update
.ui-button
in your jquery-ui-1.10.0.custom.css file in dante>includes>options>css>jquery-ui-bootstrap folder. What do you think about?August 23, 2015 at 7:05 am in reply to: Dante: woo 2.2.11 includes swift framework code within the_content #206475Hi guys!
Sorry for the delay, I’ll reply with the following.
Since the beginning of using my Dante, more or less a year ago, I got used to tweak it by adding this to wp-content\themes\dante\includes\sf-post-formats.php (maybe we discussed it in one of my previous posts):remove
$search_item .= '<time>'.$post_date.'</time>';
– in order to hide post date from results search pageadd `$product_description = sf_get_post_meta($postID, ‘sf_product_short_description’, true);
$psd = wp_trim_words( $product_description , ’25’ );
`
change$search_item .= $psd.'</div>';
This is to say that
sf_product_short_description
is what you can see in woocommerce product list page (as you can see in attached images).Well, how can i hide that
sf_product_short_description
at least in results search page? I don’t want customers to see it. 🙂Attachments:
You must be logged in to view attached files.Ed,
you were right. I had a old footer.php version in child theme folder. Everything’s fine now. Thanks! 🙂Hi Rui!
I’m taking this as the right occasion to ask you for a suggestion… Actually, I am running an ecommerce on a dedicated server, but I do not have a physical copy of it, besides backups.
Should I keep one working?Finally, I think it’s actually a potential injection of content via functions.php that affects
the_content
and that replicates product textfield content into woo product page.
But I find it very strange, though…This reply has been marked as private.Nope! It will cause php block!!!!!!!!!!
Guys,
probably after Dante v3 update I noticed what follows:if I use a shortcode injection through
do_shortcode('...');
and use\'
to prevent accidental php block when coding apostrophe in sentence likel'aria
>l\'aria
it happens that Dante now show “l\’aria”.
It is not properly what should look.
Can you please check and let me know how to fix this?Attachments:
You must be logged in to view attached files.July 26, 2015 at 4:12 pm in reply to: Dante: woo 2.2.11 includes swift framework code within the_content #197757This reply has been marked as private.Thanks anyway Mohammad! I managed to solve it! 🙂
-
Posted in: Reply To: Search Results