Forum Replies Created

Viewing 15 posts - 46 through 60 (of 514 total)
  • Posted in:
  • in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #211068
    alemarengo
    Member
    Post count: 695

    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.
    in reply to: Losing translation after updating theme #211067
    alemarengo
    Member
    Post count: 695

    I think there was a cache issue because now everything is fine. 🙁
    Really don’t know what happened.
    Thanks for your support.

    in reply to: Alt Menu Icons #211066
    alemarengo
    Member
    Post count: 695

    you can browse http://www.puntobianco.net
    there should be a fa-truck icon before “spedizione gratuita” item…

    in reply to: white screen after going from 5.2 to 5.4 php #210667
    alemarengo
    Member
    Post count: 695

    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.

    in reply to: Alt Menu Icons #210664
    alemarengo
    Member
    Post count: 695

    Hi guys!
    I cannot set icons within top bar menu items’ list…
    As you can see from attached screenshots, I put fa-icon, but no icon appears.
    How can I fix it?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Losing translation after updating theme #210602
    alemarengo
    Member
    Post count: 695

    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 this

    function 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.
    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #210564
    alemarengo
    Member
    Post count: 695

    Ok David, thanks for your comprehension and support! 🙂
    here you are my zipped dante-child folde

    Attachments:
    You must be logged in to view attached files.
    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #210505
    alemarengo
    Member
    Post count: 695

    Yeah, I do know that.
    It is also true that I got that errors only having both Dante and its child activated. 😉

    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #210269
    alemarengo
    Member
    Post count: 695

    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.
    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #210265
    alemarengo
    Member
    Post count: 695

    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.
    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #210260
    alemarengo
    Member
    Post count: 695

    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.
    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #209457
    alemarengo
    Member
    Post count: 695

    A little update: now error has become this: SyntaxError: Unexpected token <
    As you can see here, it might be a theme problem. Can you please double check?

    Attachments:
    You must be logged in to view attached files.
    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #209450
    alemarengo
    Member
    Post count: 695

    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.
    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #208948
    alemarengo
    Member
    Post count: 695

    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”?

    in reply to: ? Is it ok to upgrade to WooCommerce 2.4.6 #208716
    alemarengo
    Member
    Post count: 695

    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

Viewing 15 posts - 46 through 60 (of 514 total)