Skip to content
Public Ticket #18194

Formatting Question

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please install the Classic Widget plugin here: https://wordpress.org/plugins/classic-widgets/ then try to reload the widgets page again. This plugin will help you revert the new widget page UI to the classic.

Regards,
PenciDesign.


camillestmartin replied

Customer Reply

This doesn't seem to work either, it won't let me out of this screen....

PenciDesign Supporter replied

Staff Reply

Hi,

The problem is because functions not working correctly on the Customizer panel. Please go to Appearance → Widgets, then drag and drop the widget you want to display to Sidebar Hamburger Widgets Above Menu and Sidebar Hamburger Widgets Below Menu

Regards,
PenciDesign.

camillestmartin replied

Customer Reply

Thank you for this information. I also want to add categories underneath the sidebar hamburger menu. Is this possible? I am seeing this screen and clicking "Got It" but nothing is happening...

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.header-standard .penci-hide-tagupdated .author {
    display: none;
}

You can select the post meta you want to show by going to Appearance → Customize → Post Layout, then navigate to:

  • Standard & Classic
  • Other Layouts

Regards,
PenciDesign.



camillestmartin replied

Customer Reply

Thank you, that seems to show the author and the date, is there any way to just show the date?

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.header-standard .penci-hide-tagupdated {
    display: block !important;
}

Regards,
PenciDesign.



camillestmartin replied

Customer Reply

Thank you, is there also a way to make it show up so that the date is underneath the title on the homepage?

PenciDesign Supporter replied

Staff Reply

Hi,

Please copy and paste this code to Custom CSS, then clear the browser cache and check again.

I've tested this code before reply to you.

Regards,
PenciDesign.


camillestmartin replied

Customer Reply

That is not doing anything....

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.header-standard {
    text-align: left;
}

Regards,
PenciDesign.



camillestmartin started the conversation

Conversation Start

I set my website up so that all my blog posts are on the homepage. Is it possible to justify the blog post title to the left, the way that it is set up?

Want to join this conversation or access attachments? Sign in first.