Site logo

Archived topic

Missing things

15 replies · Started by d4rkid on December 14, 2017

Viewing posts 1–15 of 16

Hi,

I noticed the following failings:

  • the "Read more" button in the home page does not appear if there's an excerpt in the article. Furthermore, it would be better to choose only simple text too;
  • can't change text and/or type of the pagination. Only numbered page without classic next/previous;
  • the search box takes the whole space in the navigation bar. It would be better to choose the appropriate width;
  • can't center the text logo orizzontally and/or vertically;
  • there's no option to show related articles in single articles. Only next/previous article navigation, which it would be helpful to hide too;
  • integrate menu and search box on the same line of the logo to reduce occupied space in mobile environment;
  • can't change/hide the text "Search ..." in the search box and use Google Custum Search;
  • sometimes video overview of premium modules is too fast according to me.

Hope for your help.

Hi there,

- I believe this is what you are looking for: https://generatepress.com/forums/topic/how-to-display-read-more-when-using-the-excerpt-field/#post-297608

What do you mean by choosing simple text?

- What are you looking for? We haven't had any requests from this from other users.

- Something like this might help: https://generatepress.com/forums/topic/search-box-color-size-expand/#post-282049

- Center the text logo with your current layout? It would require some CSS using absolute positioning which is not recommended as it's not responsive.

- Related posts is plugin territory. There should be lots of good ones out there if you do a little googling.

- Have you tried the mobile header navigation? https://docs.generatepress.com/article/mobile-header/

- Try this: https://docs.generatepress.com/article/generate_search_label/

- Yes I agree some of the videos can use some updates. All the actual doc pages is all up to date though and it should be a better place to learn.

Hi Leo,

thanks. Regarding your questions:

  1. OK, it works. I mean "Read more" instead of a button with "Read more" inside;
  2. I think that in addition to 1 2 Next → someone would like to use the classic link Previous Next and have the possibility to change english text without use code;
  3. helps but, if I use the navigation location below or above the header, the search box still appears on the opposite side;
  4. OK, but according to me it would be better without any plugins;
  5. OK, but I'd like anyway to align the text logo with the others menu text;
  6. yes, but does not resolve the problem because hide the text logo;
  7. please make me a pratical example
  8. OK.
  9. how to change the text in 1 2 Next →? Where is the class paging-navigation?

Thanks again.

I think you missed the order of questions from your original posts but I'll try my best here

1. So this is solved?

2. This should help: https://generatepress.com/forums/topic/change-template-post-navigation-next-page-previous-page/#post-34336

3. Not sure what you mean. Where do you want the search box?

4. Unfortunately we have no plans to add it as it's plugin territory.

5. Try CSS:

.nav-float-right .inside-header .site-branding {
    padding-top: 10px;
}

6. This should work: https://generatepress.com/forums/topic/mobile-header-title-text-logo/#post-448270

7. Just to make sure you are referring to the search text (I don't read your language) in the sidebar? If so something like this: https://generatepress.com/forums/topic/replace-the-search-box-text-search-with-show-me/#post-411451

9. Not sure what you mean?

Hi Leo,

sorry for the mistake.

  1. yes, thanks;
  2. thanks;
  3. in Layout > Primary Navigation, when the Navigation Location is set to Float Right the menu appear on the right. But, if from Navigation Location I set Below Header or Above Header and I click on the magnifying glass icon, the search box is shown on the opposite side, ie over HOME and CATEGORIES links. How can I move the search box to show where's already the magnifying glass icon (mobile too)?;
  4. OK;
  5. OK;
  6. it works but I have to style it with CSS;
  7. OK;
  8. already OK;
  9. I'd like to change the text inside the navigation pages links at the bottom of the home page. How can I achieve that?

Thanks.

So just to double check. You want the search box to take over the entire page when you click it?

No Leo. Like I already said, I just want the search box near the magnifying glass icon, ie on the right.

Try changing your .navigation-search to this:

.navigation-search.nav-search-active {
    max-width: 300px;
    left: auto;
}

Thanks Tom, but doesn't work.

Can I see? Your site is currently set to have a floating navigation.

Hi Tom. Try now. Thanks.

Hi Tom. It works now, thanks.

This archived topic is closed to new replies.