Digital experiences for all disciplines
Forum Replies Created
-
-
Thanks David for your support.
This version is the mostly “corrupted” one, now I have sorted my issue.
Anyway, here you are, just in case. 🙂Attachments:
You must be logged in to view attached files.I think there was a cache issue because now everything is fine. 🙁
Really don’t know what happened.
Thanks for your support.you can browse http://www.puntobianco.net
there should be a fa-truck icon before “spedizione gratuita” item…Hi Ed!
As I see Woocommerce settings, it suggests us to use PHP 5.4.5.3.3 - Raccomandiamo di usare la versione 5.4 o successiva di PHP
Well, just a hint: if I set a different php version on my plesk config, website disappears.
Is there a why?
It happens the same with another website and Atelier installed.Hi guys!
I cannot set icons within top bar menu items’ list…
As you can see from attached screenshots, I putfa-icon
, but no icon appears.
How can I fix it?Attachments:
You must be logged in to view attached files.Hi guys!
As I wrote some posts ago, I use Codestyling Localization to translate Dante.
3.15 did a mess for my config.
Now, even if I inject translation through functions.php like thisfunction sf_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Proceed to checkout' : $translated_text = __( 'Procedi all\'acquisto', 'swiftframework' ); break; } return $translated_text; } add_filter( 'gettext', 'sf_text_strings', 20, 3 );
translation won’t be applied. 🙁
Prior to 3.15, I was able to update swiftframework textdomain without problem after saving woocommerce one (there was a conflict with date or sth like this). No it won’t work.
What can I do?ps: there’s a specific part I cannot translate anymore, as you can see in the attached screenshot, the one related to cart preview.
Attachments:
You must be logged in to view attached files.Ok David, thanks for your comprehension and support! 🙂
here you are my zipped dante-child foldeAttachments:
You must be logged in to view attached files.Yeah, I do know that.
It is also true that I got that errors only having both Dante and its child activated. 😉Sorry for triple post, but this it to make sure that Dante should be fixed… 🙁
There’s always a recursive error like this:/themes/dante/header.php on line 16
and/themes/dante/includes/sf-header.php on line 832
,/themes/dante/includes/sf-header.php on line 833
that will show error that got its name from here/wp-includes/functions.php on line 3408
ps: I am used to make a few custom edit on sf-header file like changing ss-rows in fa-bars, add a custom css class selector for mobile menu plugin, and add a piece of text like
$menu_full_output .= '<li class="menu-search parent"><a href="#" class="header-search-link"><i class="ss-search"></i>CERCA PRODOTTO</a></li>'. "\n";
Attachments:
You must be logged in to view attached files.Is there a way to restore child theme installation, options? I backed up from theme options.
Attachments:
You must be logged in to view attached files.Hi David, many thanks for your reply and suggestions.
After activating debug mode, I was able to locate which plugin was affecting website, WooCommerce Advanced Ajax Layered Navigation.
But despite that, I switched from child to Dante and backwards: for both, I got the error that you can see from screenshots.
The big one now affects page title – when Dante is active.
The other affects header.php on line 16 – when Dante child is active. 🙁 I think it’s broken in a way, because if I activate it, homepage disappers too…The second one the textarea width, but this is not important, because it came with Dante 3.11 more or less.
Nothing to do with my “SyntaxError: Unexpected number” problem that made me crazy! 🙁Last but not the least, my attempt to inject swiftframework shortcode within a product page through manual page builder code made some error on db. Now, I think I managed it. 🙂
Attachments:
You must be logged in to view attached files.Hi Ed,
please, I’m still testing, problem’s still there.
Have a look at the attached screenshot. After re-upload theme via ftp, there’s something related to dante that doesn’t like wordpress and woocommerce. Can you help me with that?Attachments:
You must be logged in to view attached files.Ok Ed, thanks for your reply.
So… if you tested locally latest Dante with the latest Woocommerce with no error, it’s due to a plugin conflict or a custom function within functions.php.
Are you sure you’ve ever seen an error like “SyntaxError: Unexpected number”?Hi guys.
There is an official thread that you should read and comment about this topic, please.https://wordpress.org/support/topic/24-common-issue-syntaxerror-unexpected-token?replies=1
-