Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #503641

    I’ve recently upgraded a live ecommerce site from Abundance to Enfold.

    Website is http://www.htech.net

    WordPress 4.24
    WooCommerce 2.4.6
    Enfold 3.3.2

    I’m using a child-theme for enfold, and after a considerable amount of customizations (ChildTheme style.css/functions.php), I believe I finally have the site pretty much how I would like to see it…

    But I have one some what major problem!

    When viewing a single product page with FireFox, Nothing (no content) shows up under any of the tabs! IE and Chrome work just fine! but not FireFox.. To demonstrate this, From my home page, hover over Products in the main menu, and click on any of the product links on the far left of the mega menu.. ( or here is a direct link to one of the single product pages https://www.htech.net/product/ultimatedrawbar/ )

    Could someone explain to me what might be wrong?

    I am using WooCommerce Tab Manager, and have made the correct modifications to get that working. But I’ve also tried disabling that to insure it was not the culprit, and it is not.. The same thing occurs ( no content under any of the tabs ) whether that plugin is active or not..

    Please Help! Live Site!

    #503810

    Hey!

    Try adding this code to the Quick CSS:

    #tab-description{
    clear: both;
    }

    Cheers! 
    Josue

    #503819

    Thanks, that did work for the Description tab, but only for that particular tab.. When clicking on any of the other tabs, those tab contents were still blank.. But you definitely pointed me in the right direction, and I ended up using this which seems to have taken care of all the tab issues..

    div.product .woocommerce-tabs.wc-tabs-wrapper .panel.entry-content.wc-tab{clear: both;}

    Thank You Very Much!

    #503825

    You are welcome, glad to help :)

    Regards,
    Josue

    #503846

    Maybe you can help me with another issue as well.. Before converting to Enfold, I didn’t know any better at the time, and wasn’t using a child theme with Abundance. I had made so many direct customizations to various files that I absolutely dreaded WP or WC updates, as it was just one major pain to make sure I didn’t loose any modifications that I had previously done, and end up screwing up the site in one way or another..

    This time, I have ALL my modifications contained within a style.css and functions.php in my child theme.. So upgrades now have been and hopefully will continue to be rather painless in the future..

    Now I say all.. All Except 2 .. I’ve directly modified 2 php files, and I would prefer to include those modifications in my child themes functions.php if at all possible.. The first file I’ve modified is line 178 of

    wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php

    from

    wc_get_template( ‘content-widget-product.php’, array( ‘show_rating’ => false ) );

    to

    wc_get_template( ‘content-widget-product.php’, array( ‘show_rating’ => true ) );

    The modification is just allowing star ratings to show up in the woocommerce products widget.. Is there possibly any way that this modification could be included within my child themes functions.php vs directly modifying that file directly like I’ve done? I realize it’s only a matter of changing false to true, but sure would be nice to not have to remember and do that every time there is a WC update.. I just haven’t been able to figure out how to get this one to work..

    And the 2nd file your probably not going to be able to help with, at least not with getting the mods into the child themes functions.php anyway.. I’ve had to modify the WooCommerce Tab Manager plugin to work with Enfold.. Hopefully, sometime in the near future, Kristi will be able to include a permanent fix into the enfold theme itself for this..

    Thanks

    • This reply was modified 9 years, 2 months ago by EdgeWP.
    #503909

    Hi!

    Take a look at this article:
    https://www.skyverge.com/blog/overriddin-woocommerce-widgets/

    Regards,
    Josue

    #504369

    Thanks Again!!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Abundance to Enfold – FireFox Problem’ is closed to new replies.