Forum Replies Created

Viewing 15 posts - 31 through 45 (of 48 total)
  • Posted in:
  • in reply to: Change accordion titles & product sidebar #131277
    markfordham
    Member
    Post count: 57

    Hi Rui

    Yeah that is the first thing I changed but it doesn’t seem to work. I changed ‘additional’ to ‘nutritional’ like this:

    $heading = apply_filters( ‘woocommerce_product_additional_information_heading’, __( ‘Nutritional Information’, ‘swiftframework’ ) );

    Is there anything else I need to do? Does it actually work for you when you try it?

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

    I have managed to change the description accordion title but I am unable to work how to change the additional information title. Please can you show which line of code in which file? thanks.

    in reply to: Scrollbars have disappeared #127242
    markfordham
    Member
    Post count: 57

    Thanks Kyle, needed to completely purge the cdn. Cheers.

    in reply to: Scrollbars have disappeared #127221
    markfordham
    Member
    Post count: 57

    Hi guys the update hasn’t fixed the scroll bar issue. It doesn’t appear in the latest version of chrome or in my version of safari 7.0.2. Latest version of Firefox is ok though.

    in reply to: Sort masonry blog items by most loved #98524
    markfordham
    Member
    Post count: 57

    It seems like the icon is behind the details wrap so by making the z-index: 2 it is now clickable.

    in reply to: Sort masonry blog items by most loved #98517
    markfordham
    Member
    Post count: 57

    Thanks Kyle, the love icon is clickable for the standard, timeline and mini blog styles but not the masonry style. The whole thing is a link to the post. It just shows the icon and number of likes but cant be clicked. Also are you able to place the love icon anywhere on a post as its at the bottom in the author details section currently. Thanks.

    in reply to: Color customzier and MapifyPro plugin conflict #92320
    markfordham
    Member
    Post count: 57

    Hi Ed, Yeah I will take it up with them. Tried it with Dante and it still doesnt work so its definitely an issue with their plugin. Cheers.

    in reply to: transparent button in revolutionsslider cut-off" #90533
    markfordham
    Member
    Post count: 57

    Hey Rubinho, I had the same problem.

    Try adding this in the custom css section:


    a.sf-button {
    overflow: visible!important;
    }

    However, this will affect the buttons when hovering over the cart drop down. If you have this on your site you might want to add this css as well:


    .shopping-bag a.sf-button {
    overflow: hidden!important;
    }

    in reply to: Dante Feature Request #89097
    markfordham
    Member
    Post count: 57

    Hi guys, I would really like to make a page that displays posts in order of most loves. I know there is a sidebar widget to show the most loved posts but to be able to sort a masonry style blog page would be great. Thanks.

    in reply to: Woocommerce category sidebar problem #54072
    markfordham
    Member
    Post count: 57

    Cheers Kyle!

    in reply to: Wrong product quantity added to cart #53582
    markfordham
    Member
    Post count: 57

    Thanks great mate, it worked! Cheers for the prompt response!

    in reply to: Wrong product quantity added to cart #53567
    markfordham
    Member
    Post count: 57

    Sorry mate I cant see that reply as it is private.

    in reply to: Wrong product quantity added to cart #53552
    markfordham
    Member
    Post count: 57

    I have had a look at that thread but what is the fix?

    in reply to: Error after woocommerce update!! Help!! #53124
    markfordham
    Member
    Post count: 57

    Hi Mohammad thanks for getting back to me. The theme is up to date 1.66. I de activated the’Cookie Law Info’ plugin and seems to be fixed now so there must have been a conflict with that plugin. I will have to not use it for now then until they fix the issue. Cheers.

    in reply to: Sub Menu pages on Mobile #25879
    markfordham
    Member
    Post count: 57

    Hey Joost, Try adding this:

    @media screen and (max-width: 767px) {
    #main-nav ul li > ul {
    	display: none;
    }
    }

    Cheers

    Mark

Viewing 15 posts - 31 through 45 (of 48 total)