Blog page & broken page display - by netmined

This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson

  • Avatar: netmined
    netmined
    Member
    December 11, 2015 at 05:13

    Hi,

    I’m wondering if you can help me with some queries:

    1) I need to remove the ‘Posted on/by etc etc…’ info that displays on the blog page under each new post.

    I can’t seem to be able to find where the code for this is. Could you tell me what & where it is so I can take it out?

    2) I also need to make the layout of this page full screen. At the moment it reduced, as though it has the category sidebar on the left side. In preview mode, the categories actually still display.

    Jack placed the following code in the file to remove the sidebar but the layout is still reduced.

    
    .blog aside#sidebar {
        display: none;
    }

    Could you please tell me what code code I need to insert to make the layout of the blog page revert to the full page that it should be.

    3) The ‘On sale’ page has stopped displaying correctly (just displays the shortcode instead of the dresses). When you select it from dress categories, it shows up fine. Its only broken when selected from the main menu on the home page.

    There was a WordPress update overnight done to the site. Also, there was some code inserted into the functions.php file to remove the query strings from static resources, to speed up the site.

    Could you please have a look at what has caused the break and let me know if either of those may have been responsible and how it can be fixed.

    Many thanks in advance for your help

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 11, 2015 at 10:22

    Hello,

    1. Please add this code in custom.css file:

    .article .entry-utility {
       display: none;
    }

    2. Please try to use this css code:

    .blog .columns2-left>.content {
        width: 930px;
    }

    3. I’ve added product category “On sale” to the menu instead of page. Please clear browser cache and check.

    Best regards,
    Jack Richardson.

    Avatar: netmined
    netmined
    Member
    December 12, 2015 at 03:38

    Many thanks Jack, that code fixed it.

    Btw, was it the WP update or the coding to remove query strings that made the ‘On Sale’ page drop off? (so I know for next time)

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 14, 2015 at 09:09

    Hello,

    Unfortunately we couldn’t find the reason because even Woocommerce shoercode [product_category category="sale"] doesn’t work. Check it yourself. You may contact Woocommerce support regarding this issue.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.