Forum Replies Created

Viewing 15 posts - 1 through 15 (of 48 total)
  • in reply to: Site is not in full with after updating a theme #302931
    markfordham
    Member
    Post count: 57

    Hi Ed,

    I am using the child theme but have only made these changes to the functions.php

    add_action(‘after_setup_theme’, ‘remove_admin_bar’);

    function remove_admin_bar() {
    if (!current_user_can(‘administrator’) && !is_admin()) {
    show_admin_bar(false);
    }
    }

    function disable_srcset( $sources ) {
    return false;
    }
    add_filter( ‘wp_calculate_image_srcset’, ‘disable_srcset’ );

    add_action( ‘init’, ‘stop_heartbeat’, 1 );
    function stop_heartbeat() {
    wp_deregister_script(‘heartbeat’);
    }

    It works fine with the current theme 2.3.0 and swift framework 2.4.15. I know these are old versions as I have held off updating because my other sites have experienced a similar issue.

    Regarding the page builder becoming disabled, have you experienced this problem? Is there a way to enable the page builder for pages and products without having to go through them manually?

    Thanks

    in reply to: Site is not in full with after updating a theme #302773
    markfordham
    Member
    Post count: 57

    Hi guys, sorry to come in on this but I have just updated the theme and swift framework to the latest versions and now my site isn’t full width now. Is there going to be an update for this. Will copying the code in the page.php fix it for now? Also now the page builder is not enabled for all pages and products and this means that the description tab doesn’t show on any products. This happened to my other site and means I have to go through all the products enabling the swift builder. Thanks.

    in reply to: Page Builder Not Staying Enabled #300254
    markfordham
    Member
    Post count: 57

    Thanks David, I followed everything you said but that didn’t seem to work. Cleared cache but no change. Is there anything else that needs to be done?

    in reply to: Page Builder Not Staying Enabled #300061
    markfordham
    Member
    Post count: 57

    Hi Guys, this has probably been forgotten about but is it possible to have a look at this. Basically is there a way to turn back on the page builder for products instead of me going in to each product one at a time to enable the page builder. They were all enabled before the recent updates. Thanks.

    in reply to: Page Builder Not Staying Enabled #298624
    markfordham
    Member
    Post count: 57

    Hi David, any update on this? Thanks

    in reply to: Page Builder Not Staying Enabled #297286
    markfordham
    Member
    Post count: 57

    The page builder needs to be enabled for the description tab to show. We are an online food shop and we have the ingredients of the products within the description tab so it’s pretty important that it is enabled. It’s quite annoying if it cant be fixed as I have to go through all of the products and enable the page builder. This will take ages. Do you understand what I mean? Switch the page builder off and the description tab will not show.

    in reply to: Page Builder Not Staying Enabled #297226
    markfordham
    Member
    Post count: 57

    Just to be clear, the page builder is staying enabled, it’s just the fact that after all these latest updates, the page builder is not enabled by default so I have to go in to every product and enable it and update. It is then staying enabled after that. This will take me a very long time to do this so there must be a way of enabling the page builder as default?

    in reply to: Page Builder Not Staying Enabled #297220
    markfordham
    Member
    Post count: 57

    Hi Rui, everything is up to date, theme and all plugins. Does this not happen on your development site?

    in reply to: Page Builder Not Staying Enabled #297209
    markfordham
    Member
    Post count: 57

    Hey guys, my site is in maintenance at the moment but it appears that after these latest updates, the page builder is no longer enabled by default. This means that I have to go through every page and products (400) and enable the page builder. There must be a way or update to make the page builder enabled as they were before. I need it enabled to show the description tab.

    Also there is another issue regarding the vertical aligning. If the column has a background colour it doesn’t seem to be spanning the whole height. Please see screenshot. Thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Fatal error: Cannot redeclare class #278639
    markfordham
    Member
    Post count: 57

    Still getting the error when using an incognito window on chrome. When I adjust the quantity and click update the cart disappears. Then I click cart in nav and get the error. Can you try that please? Thanks

    in reply to: Fatal error: Cannot redeclare class #278483
    markfordham
    Member
    Post count: 57

    Hi Rui, that seems very weird as I have not customised anything. Can you not find anything else that it could be? Is there a file that is declaring that class?

    in reply to: Fatal error: Cannot redeclare class #278196
    markfordham
    Member
    Post count: 57
    This reply has been marked as private.
    in reply to: Fatal error: Cannot redeclare class #278097
    markfordham
    Member
    Post count: 57

    Thanks, can you please tell exactly what it is you changed because after updating cart quantity, the whole of the cart disappears.

    in reply to: Fatal error: Cannot redeclare class #278039
    markfordham
    Member
    Post count: 57

    I am still seeing the error on a mac and windows. I tried deleting and re uploading the swift framework plugin but still getting the error. Can anyone else of the support try as well? What did you do to think you had fixed it?

    in reply to: Fatal error: Cannot redeclare class #278024
    markfordham
    Member
    Post count: 57

    1. Open a incognito window
    2. add a product to the cart
    3. adjust the quantity, click update cart – the whole cart disappears
    4. Click the cart icon in nav – fatal error appears

    Please can you tell me what you have changed?

Viewing 15 posts - 1 through 15 (of 48 total)