I am ripping my hair out now. I am currently updating the design of my site (as you may have noticed by all my threads) and have run into some problems. Firstly, the headline of the page that is number two from the left on the menu was in a different font weight and size than the rest. When I went in to check, that was because it was a widget that did the headline. I can’t have a widget like that from the page builder on all my pages, so I tried to remove the headlines of all pages.
The problem is that the menu item gets renamed on all of the relevant pages except for the one that is number two from the left. There is also a space between the menu and the text in the two pages without the title in the menu. How do I make it the same?
This is a private message.
This is a private message.
Hi Tor
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
Try that out
Cheers
This is a private message.
Hey Tor :)
If something has a grey background it means only we can see it, I’ve used a private shortcode, just a FYI.
On this page: Private Snippet why don’t you rather use the normal page title, this page over here Private Snippet is using the normal page title. This could get tricky to manage.
Summary:
Link one above: Creating its page heading in Page Builder.
Link two above: Using the regular page heading.
Can we perhaps use the regular page heading across the site and then make changes to that as required? The regular page heading is editable from the Customizer.
Superb, let’s do that! But the problem is that even though I have the page names in both pages, the headlines does not show up (second and third menu option). As I mentioned, I might have removed them somehow, but I can’t quite remember how or where?
:)
Thanks for the update Tor. On this page Private Snippet, please check the page template drop down menu in the right column. I think it’s set to Page Builder Home, try set that to Full Width instead.
That absolutely did the trick! Thank you so much! :)
Awesome :) Glad to hear that helped. All the best.
This is a private message.
I have a filter in my functions that probably has the blame… Probably due to an update? Commenting out this makes it work when it comes to the byline, but then the text “av” gets changed back to “by”:
Hi Tor
You can drop the entire function into your child theme functions.php and make changes from there:
Worked like a charm!
Also, the navigation at the bottom does not look good. The page you are on are not aligned with the other page. Can I also change the text from “Next” to “Neste” and “Previous” to “Forrige”?
Also, inside the post (see link above) you can see that the author byline is a link, and not the authors name. I have not found any way to get the name of the author to show.
And, sorry for rambling, if possible – is there any way to add the social sharing buttons on the bottom of the (see link above) page to also be on the top? That way people can like and share from both the bottom and the top.
Not quite sure what you mean by the navigation doesn’t look good. If you explain a bit more I can try help.
At this point you might consider translating Vantage to your language, that’s one way to change the Next/Previous text, for more on that see:
You could also just drop this function into your child theme functions.php and translate the strings that way:
Moving the social sharing links might be a bit beyond what we can help with here. They are outputted from the premium/functions.php file using the vantage_entry_main_bottom action hook. That hook is found at the bottom of content-single.php. Perhaps look for a plugin solution to insert new sharing icons at the top of the post.
I’m sorry, I don’t actually see what I should replace in that code to get “Next” to become “Neste” and “Previous” to become “Forrige”.
What I meant about the other stuff was that there are three articles per row, and a new page generates before the last row is “filled up” with articles? There is only one article on the last row, but the user has the option to navigate to a new page. About the navigation, the page you are viewing (for example the [1]) is not aligned with the other pages (for example [2] [3] etc..). It is higher up on the page :)
Thank you!
Apologies, that is indeed the wrong function. This is the correct function:
The original doesn’t list previous or next, I’ve added those keys to the array. Instead of using this function above you could also change your WordPress core lang setting at Settings > General, Next and Previous should be automatically translated then.
Please try the following to help the pagination problem:
Perfect, thank you! I seriously don’t know what I would have done without you! So glad I bought this theme!
But the last remaining thing is the problem that a new page is generated before the last one is “filled up” if you understand? Now it displays 10 posts before generating a new page. It should display 9 or 12 to get it to look right, if you know what I mean? I have searched Google for how to change this to no avail.
Can I add a simple filter in my functions to fix this? :)
No problem, glad we could help out. You can set the number of posts per page at Settings > Reading from your main WordPress menu. Hope that helps.
Of course, now I feel stupid!
Thank you!
Not a commonly used core setting so really easy to miss, lots of users do :)
Chat soon.
Cheers