Forum Replies Created

Viewing 15 posts - 16 through 30 (of 48 total)
  • Posted in:
  • in reply to: Fatal error: Cannot redeclare class #277998
    markfordham
    Member
    Post count: 57

    Hi, no that is definitely not fixed and when I update quantity in the cart, the whole cart disappears! What did you change? Please try checking when logged out of wordpress.

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

    Hi Mohammad, did you go to cart page and then try to adjust the quantity? You should then see the error.

    in reply to: Product images blurry on mobile only #247840
    markfordham
    Member
    Post count: 57

    Thanks David, that is brilliant!

    in reply to: Woocommerce product layout messed up after update #210940
    markfordham
    Member
    Post count: 57

    Hi David,

    Yeah it seems that it was a caching issue. However, the list view is not displaying as it used to. It used to display in 1 column with picture on left and description to the right of it. Now it is displaying in 3 columns which doesn’t look right because of the long product descriptions.

    Thanks

    Mark

    Attachments:
    You must be logged in to view attached files.
    in reply to: Woocommerce product layout messed up after update #210377
    markfordham
    Member
    Post count: 57

    EDIT: The column issue seems to only be when I am logged in to wordpress. However, the list view is still showing incorrectly

    in reply to: Product tabs in mobile view needs styling #192911
    markfordham
    Member
    Post count: 57

    Hi Rui. In your demo sites it seems that you only use the ‘additional information’ tab. When more than 2 tabs are used, the layout seems to break and the scroll bar appears like in my screenshot.

    in reply to: Directory category filter #181503
    markfordham
    Member
    Post count: 57

    Thanks guys, I actually meant for this to be in Atelier but would be great if the update was for Cardinal as well.

    in reply to: Directory not showing results #160172
    markfordham
    Member
    Post count: 57

    Ok thanks Rui

    in reply to: Directory not showing results #160004
    markfordham
    Member
    Post count: 57

    I have turned off the performance option but it still shows no results. It only works when a location and co ordinates are entered.

    in reply to: Directory not showing results #159979
    markfordham
    Member
    Post count: 57

    It doesn’t seem to have made any difference. I have cleared the cache and it is still showing no results.

    edit: It seems like there has to be a location and coordinates entered. I was using this directory for online only. Will figure it out. Thanks

    in reply to: Theme permissions issue (Are you sure you want to do this?) #140576
    markfordham
    Member
    Post count: 57

    No worries, I spoke to hosting account and they have changed the permissions of the files. Not sure why they were wrong. Cheers guys.

    in reply to: Theme permissions issue (Are you sure you want to do this?) #140575
    markfordham
    Member
    Post count: 57

    Hey guys, I seem to have a similar issue I think. I am unable to upload the zip theme file in wordpress. It just hangs at 2%. When I upload the theme folder through ftp I get a message in wordpress saying that the ‘stylesheet is unreadable’. I have checked the files in my hosting account and the permissions are different to the other theme folders. The folders have permissions of 705 and the files 000. Other themes have permissions of 755 and 644. I attempted to change the permissions but there are so many to change it would take ages. I am not sure what to do. I have contacted my hosting company about it as well. My upload limit is 8mb so is that why I cant upload the zip file through wordpress as it is about 9.9mb? Is max upload 8mb standard though? I am not sure if this has any affect on the permissions though. Any help would be much appreciated. I am currently running Dante and want to update to cardinal.

    Cheers

    Mark

    in reply to: https in Chrome not secure #139936
    markfordham
    Member
    Post count: 57

    Ok thanks for that, I didn’t think it was a theme issue but just wanted to make sure.

    in reply to: Change accordion titles & product sidebar #131468
    markfordham
    Member
    Post count: 57

    In the end I had to paste this code from woocommerce documentation into functions.php

    add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
    function woo_rename_tabs( $tabs ) {
     
    	$tabs['description']['title'] = __( 'More Information' );		// Rename the description tab
    	$tabs['reviews']['title'] = __( 'Ratings' );				// Rename the reviews tab
    	$tabs['additional_information']['title'] = __( 'Product Data' );	// Rename the additional information tab
     
    	return $tabs;
     
    }

    The way you showed didn’t work for some reason. Done now. Cheers guys.

Viewing 15 posts - 16 through 30 (of 48 total)