Okay
  Public Ticket #4255115
General Issues
Open

Comments

  • Daniel started the conversation

    Hello Paul

    I've already purchased three themes from you and I think they're simply fantastic. Simple, clear, and as minimalist as is acceptable.

    I have three problems and one question that I can't solve or answer myself:
    1. I can't adjust the font size of the blog title in the footer so that it appears identically to the font of the navigation titles.
    2. I deliberately didn't use a widget title, and one still appears (Recent Posts).
    3. On the portfolio page (All Works), the display only works for "All" categories. As soon as a category is selected, the portfolio images move down and the vertical line also moves.

    I hope you can help me.

    Regarding the question: Previously, you could choose whether you wanted a grid view for the portfolio or a list view. I either simply can't find the "switch" or the list view no longer exists. Can you please point me in the right direction?

    Best regards from Switzerland
    Daniel

    By the way: Is there a way to filter blog posts by category, like the portfolio?

    Attached files:  jeanne_Issues_all.pdf
      jeanne_Issues_categories.pdf

  •  297
    Paul replied

    Hello Daniel,

    Thank you so much for your kind words, and I’m sorry for keeping you waiting. I really appreciate your patience.

    Regarding your issues and question:

    For 1. and 2., please try installing the Classic Widgets plugin (https://wordpress.org/plugins/classic-widgets/ ) and see if it resolves those issues.

    3. For the portfolio display issue, please add the following custom CSS:

    .portfolio-template-container {
        display: flex;
    }
    
    .no-page-content .portfolio-template-side-content, 
    .no-category-menu.no-page-content .portfolio-item-list, 
    .tax-uxbarn_portfolio_tax .portfolio-item-list {
        float: none;
        margin-left: -1px;
    }
    
    @media only screen and (max-width: 767px) {
    	.portfolio-template-container {
    		display: block;	
    	}
    }

    As for your question about the list/grid layout, the Jeanne theme only includes the flexible grid layout (as shown on our demo site). Unfortunately, there’s no built-in list view.

    However, you can highlight certain portfolio items by making them span the entire row within the grid. To do that, open the edit screen for the portfolio item, find the Portfolio Item Settings meta box (see attached screenshot), and toggle the full-width display for the templates you want.

    I hope this helps you get everything looking the way you want. If you have any further questions, please let me know.

    Best regards,
    Paul

    Attached files:  Screenshot 2025-08-09 at 02.19.06.png