Great! Thanks
Hi,
The mobile device support is enabled but it doesn’t make a difference.
Thanks
That’s perfect, thanks Calin!
Problem solved with some CSS, no need to reply.
Hi,
Where can we find it then?
On a post like https://demo.tagdiv.com/newspaper_fitness_pro/2019/06/04/td-post-no-excuses-cardio-pump-workout-for-a-healthy-body-2/ how did you manage to integrate the post loop?
Thanks
Hi Calin,
No, I’m not talking about the hover effect (blue underline). This one is fine.
I’m talking about the main menu that takes a long time to load. We can see it on your video, the logo and the search icon are loaded but not the menu. Why? How/where can I fix that?
Thanks
Hi Calin,
The configuration of WP Super Cache is exactly as explained on https://tagdiv.com/wp-super-cache-plugin-install-and-configure/
And I do not use any CDN.
I noticed that, if I removed “td-ht-fast-news-menu” in Extra class, then it would load faster but looks really bad (black with a standard font) before to look normal (white with the right font).
Hope they’ll find a way to solve this.
Thanks
Hi Calin,
Yes, when it happens I empty the cache and then the problem is solved.
But I cannot be looking after all the time.
Wish it would never happen…
Regards
Hi,
Actually a code provided by Simion to someone else (made a search) was solving the problem:
.td-header-style-7 .td-header-sp-logo img {
max-height: 80px;
}
Regards
Hi,
There seems to be a limit with your code.
For example, if I change the value for 5px, it will remain pretty tall (something like 25px).
Can you help please?
Works perfectly.
Thanks Calin!
Hi,
When I click on Header Manager, I get “Global Template” and I cannot modify it.
As I said before, I do not want to use a Cloud Header.
That is the reason why I asked for a CSS solution.
Or maybe am I not clicking at the right place?
Can you help?
Hi,
Is there a CSS to reduce the size of the logo on the header style 7?
Just the main logo, the sticky one is fine.
Thanks
Btw, the only way to make sure it doesn’t happen is to go into Appearance > Reading and set a hugeeeee amount of “Blog pages show at most” (more than the total amount of posts the website has). Then, there is no second page. But it doesn’t solve the problem, just doesn’t face it anymore…
Hi,
Seems there was some misunderstanding. That’s my fault as I didn’t detail again my answer. Thought you would read or remember our previous chat.
The SEO issue is related to the variable %%page%%
When a second page is generated for the hompage, on AMP if I’m not wrong, the page URL is https://www.example.com/page/2/
But this second homepage doesn’t include the variable %%page%% into the meta title (even if the variable is present into the set up of the homepage) and that’s the problem.
As far as I know, this doesn’t happen for posts.
You can see it on the following URLs:
https://www.mondeoz.com/
meta title = Bons plans voyage et astuces pour voyager pas cher | Mondeoz
https://www.mondeoz.com/page/2/
meta title = Bons plans voyage et astuces pour voyager pas cher | Mondeoz
But it should be = Bons plans voyage et astuces pour voyager pas cher PAGE 2 | Mondeoz
You previously wrote “This problem was add on our fix list and we hope will be fix for the coming update, sorry for the inconvenience!”
That’s why I was wondering if it was fixed on this update, or not?
Thanks
Hi,
So there’s no more 2 files to modify for desktop and mobile? Only 1?
Thanks
Hi,
Seems that I cannot change the language in header.php anymore (for desktop and mobile).
As you can see I have 2 “en” that I cannot modify. Why don’t you just pick the WP language for all lang?
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html lang=”fr-FR”> <!–<![endif]–>
<head>
Can you tell me where to modify the “en” now?
Thanks
That’s perfect, thanks!