Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #426787

    Hi. I need to update the content on some of my Enfold-based site’s pages. However, when I click on the edit mode for any given page, the page content does not upload, and instead I just see a perpetually spinning download icon.

    I’m told the problem is probably that I need to update the version of Enfold that I’m running. I’m on v. 2.5.1 and my desktop shows an update to v. 3.1.3 being available.

    Question 1: Is the problem with being unable to update my site’s content probably connected to my version of Enfold not yet being updated?

    Question 2: Assuming the answer to Q1 is “yes,” how can I update Enfold without losing all of the formatting changes I have made to the Enfold defaults? The theme update page on WP suggests that these changes might be lost. It took a huge amount of time to customize the look of the site to my satisfaction (colors, fonts, sidebars, etc, etc.), and I can’t afford to redo all of that work. To see what my site looks like, please see the private content link below.

    Question 3: If the Q1 answer is “no,” what’s the solution to the page edit feature not working?

    Thanks!
    DH

    #426965

    Hey DAHConsult!

    1. Most likely, the version you are running is very old.

    2. Updating the theme will overwrite any changes you have made to the theme files themselves, unless you have them in a child theme. Any settings on the backend in the theme options will be safe. Please back up your site before updating so that you can restore your current site if anything should go wrong.

    Regards,
    Rikard

    #427007
    This reply has been marked as private.
    #427306

    Hey!

    I checked the site but it’s still using the old version of the theme. We can’t help you unless you have the latest version installed. Please update the theme and any plugins installed on the site. Note that the upgrade might break some elements and change a few options on the theme since you’re using a very outdated version, 2.5.1. You need to reconfigure the options or recreate some of the elements from scratch. The header area will most likely to break because of the new header configurator. Please update the theme regularly to keep this from happening.

    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    #427319
    This reply has been marked as private.
    #427980

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Regards,
    Rikard

    #427985
    This reply has been marked as private.
    #428020
    This reply has been marked as private.
    #428670

    Hi!


    @DAHConsult
    , you can just put your own email there, all we need is a user and pass to get in.


    @Franceline
    , you have a lot of plugins, could you please try to deactivate all of them to see if one of them is causing a conflict?

    Cheers!
    Rikard

    #428738

    Good morning Raek.

    Thanks for Helpful Information.

    39 plugin disabled – polluter was the plugin from “WooCommerce Smart Coupon”

    Two problems remain: Please here for more help.

    1) Sidebar user page – Button allocation is not work – Example – Button My Best lungs – you only see (woocommerce_view order). Where should the setting be made here?

    2) Product prices and product titles too big – you can please tell me the CSS –

    For your efforts, thank you. A nice day.

    greeting
    Jessica

    #429484

    Hey!

    1.) Can you please provide a screenshot for this one? I’m sorry but I don’t understand it “Sidebar user page”.

    2.) You can change the product title with this:

    h1.product_title.entry-title {
      font-size: 15px;
    }

    And the price with this:

    p.price .amount {
      font-size: 12px !important;
    }

    Best regards,
    Ismael

    #429936
    This reply has been marked as private.
    #430211
    This reply has been marked as private.
    #430835

    Hi!

    1.) Please provide a screenshot of the price that you want to change. The code should work for the single product page price amount.

    2.) The [woocommerce_view_order] is deprecated or not usable in the latest version of woocommerce. You need to use the endpoints.

    http://docs.woothemes.com/document/woocommerce-endpoints-2-1/

    Note that you can’t add the view-order page in the menu because they need a unique id in order to work.

    Remember: some endpoints such as view-order require an order ID to work – we don’t recommend adding these endpoints to your menus. Those pages can instead be accessed via the my-account page.

    Cheers!
    Ismael

    #431098
    This reply has been marked as private.
    #431754

    Hey!

    1.) Go to the Pages panel then delete the page “Bestellung anzeigen”. It’s no longer needed because of the endpoints.

    2.) Use this in the Quick CSS field to change the font size of the price text:

    #top .price, #top .price span, #top del, #top ins {
      font-size: 20px;
    }

    This one is for the cart item price:

    #top .cart_list .quantity span.amount {
      font-size: 20px;
    }

    Adjust the value as you like. Remove browser cache then reload the page.

    Regards,
    Ismael

    #431762

    Good Morning, Ismael

    Thanks, works perfectly.

    Order page will be removed.

    The cart does not drain (you can see the order of customers) where I set it.

    Due to the Sidebar – what to do here?

    Best Regards

    Jessica

    #431824

    Hey!

    I’m not sure what you meant by “The cart does not drain”. Can you please provide a screenshot of this issue again?

    Cheers!
    Ismael

    #432115
    This reply has been marked as private.
    #432624

    Hey!

    1.) Not all users can see what you see in the cart. Try to view it on another browser or remove the browser cache and cookies. I’m sure it will be empty.

    2.) It’s not possible to include the tax or discount calculation inside the cart widget. I’m sorry but you will have to hire a freelance developer to add it or visit codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    #432636

    Good morning Ismael.

    Thanks for the quick help.

    1 week ago still everything worked.

    Okay, thank you.

    Best Regards
    Jessica

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Updating Theme & Editing Pages’ is closed to new replies.