- This topic has 41 replies, 3 voices, and was last updated 3 years, 10 months ago by
David.
-
AuthorPosts
-
June 8, 2021 at 2:07 am #1814418
Nicolas
Hello, I have a problem with the dispatch model. In the WP Show posts list, when you choose the display of a category, the category list displays only a small part of the available categories. There are many missing. How to solve this problem ? Thank you for your help
June 8, 2021 at 4:17 am #1814577David
StaffCustomer SupportHi there,
do all those Categories have Posts assigned to them ? If there are no posts in category then those options will not be displayed.
June 8, 2021 at 4:57 am #1814632Nicolas
Thank you very much
June 8, 2021 at 5:04 am #1814644David
StaffCustomer SupportYou’re welcome
June 8, 2021 at 10:54 pm #1815664Nicolas
Hi,
There is a large empty space on the home page between “Simple” and copyright. How can I reduce it?
Thank you for your helpJune 8, 2021 at 11:11 pm #1815676Elvin
StaffCustomer SupportHi,
There is a large empty space on the home page between “Simple” and copyright. How can I reduce it?
Thank you for your helpCan you link us to the site/page in question? So we can inspect which specifically is causing the empty space. 🙂
You can use the private information text field to provide the details. 😀
June 9, 2021 at 1:09 am #1815749Nicolas
Yes of course :
https://paroisse-saint-jerome.fr/June 9, 2021 at 1:22 am #1815766Elvin
StaffCustomer SupportDid you mean this space highlighted on this screenshot? – https://share.getcloudapp.com/6qurBgwv
If so, that’s caused by multiple things.
It’s a combination of the content’s padding set on Appearance > Customize > Layout > Container with padding set to 60px and margin set by the Separating Space. It’s these 2 options I’ve labeled – https://share.getcloudapp.com/6qurBgop
You can set the padding bottom to 0, you then set the margin-bottom by custom CSS.
Try this one:
main#main, div#right-sidebar .inside-right-sidebar { margin-bottom: 0; }
This combination of settings should reduce the spacing you see.
June 9, 2021 at 1:44 am #1815784Nicolas
OK, thank you .
I still have two issues to resolve. I cannot display the secondary navigation menu. I can’t seem to align the “Standard” images on the home page with the “Sidebar” imagesJune 9, 2021 at 5:18 am #1815985David
StaffCustomer SupportCan you provide a login so we can get past the maintenance mode. You can share those details in the Private Information field.
June 9, 2021 at 10:42 pm #1816984Nicolas
Thanks for your answer.
Yes please find this information in the private information.June 10, 2021 at 3:51 am #1817242David
StaffCustomer Support1. For the Secondary Navigation.
The Dispatch site uses a Hook Element to ‘insert’ the secondary navigation.
Go to Appearance > Elemenents and quick edit the Secondary Navigiation element and set its Status to Draft. Or you can delete it.
Then in Customizer > Layout > Secondary Navigation set your Location to where you want the nav to be displayed eg. Above Header.2. To align the posts with the sidebar – try adding this CSS:
#wpsp-1275 { margin-top: -1.5em; }
June 10, 2021 at 4:32 am #1817280Nicolas
OK thanks for your answer.
I managed to activate the menu by following your instructions but I cannot position it as on the template at the bottom of the header articles.June 10, 2021 at 7:40 am #1817437David
StaffCustomer SupportOh – so you want it displayed below header element on ALL posts ? – if so did you disable or Delete the element ?
June 10, 2021 at 8:05 am #1817643Nicolas
I would like this menu to be placed exactly as in the dispatch template on your website
https://generatepress.com/site-library/ -
AuthorPosts
- You must be logged in to reply to this topic.