Theme: Wellington by ThemeZee
If you not use the darkmode all buttons are invisible until you move your mouse over the button (mouseover). I think there is a Problem with the CSS. even on the Developer page the problem exists: https://themecoder.de/projekte/
You don’t see the Buttons (Folge mir – follow me) without mouseover.
I think this should be fixed fast.
Regards
Andy
How do I set the sub-category?
]]>Hi
I’d like to hide the website header and and menu on a specific page. I have found two CSS codes below but neither seem to work:
1st CODE
.page-id-2476 #header, .page-id-2476 #footer {
display: none;
}
2nd CODE
#page-id-2476 #header, #page-id-2476 #footer {
display: none;
}
Any idea why the code is not working and what the correct code would be?
many thanks
Flavio
]]>Hello Team,
The Wellington theme is adding a malformed CSS media query causing AMP warning and we have been receiving many topics for the same on AMP support forums
this can be easily fixed by updating the following CSS.
/themes/wellington/assets/css/safari-flexbox-fixes.css#L8
Current:
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
Update /Fix needed :
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
the space between and
& (
is causing the warning in Google Search Console AMP validation.
Hope this get’s resolved in an upcoming theme version.
]]>`Hello,
How do I add in the wellington_default_options function, new options inside $ default_options = array.
It is because I have added options in the customizer in a child theme.
Wrapping wellington_default_options, inside !function_exists, it works on the child theme, but when the parent theme is updated, that will be erased.
Thanks for your answer.
]]>How do I remove and not hide the extra image on the top let hand corner of the page?
]]>I am still trying out this theme for a new site. Can the height of the footer be reduced?
]]>Hello,
we have a page running the Wellington theme and updated it to 2.0 a while ago (according to our documentation).
Now we tried to enter the backend, but when logging in with correct login data (or false, same error occurs), the login page is completely blank.
The PHP error log is empty.
The last update that could likely have caused this error was the Wellington theme. The frontend works fine.
What could be done to fix this issue?
]]>I use your theme fondly but how can I do pagination within the subject?
]]>Hello, I am using the Wellington theme for my site. I do not know what is wrong with my website settings / files, but there is an unusual problem with my website .. which I explained below.
I am experiencing cache update problem with my WordPress website. When anyone visits my website for the first time, the browser stores the entire website on its cache memory. Then when that particular person comes to my website again from the same browser, it loads the saved / cached version of my site. Even when the device is not connected to the internet. (let’s simplify – The website doesn’t fetch any data from server.. It only refreshes new content. When you manually refresh the page by clicking on the refresh button)… I have tried all cache clearing / reset (plugins) method in the website but not working at all, I have checked this error on 6 phones, each phone has the same problem. (Issue is related to my website) NOTE: This problem only occurs on the phone browser (Chrome/ Firefox/ Aloha etc etc…) In PC browser it’s working fine.
Please help me…
website: https://www.silcharjobs.com
]]>Tested with the official version of AMP with the Wellintong theme. In the post and in the pages, both on the right and on the left, the sidebar goes to the bottom, the same does not happen on the main page. So is the full screen operation? Thank you.
]]>Hello
I have update to the latest version of Wellington and now menu on homepage is showing in bullet points and vertical as opposed to horizontal without bullet points. I don’t use a cash plug so not sure that is the problem. I have also deleted the menu but to no avail. thanks, flavio
Hi,
i rebuild actually the webside for a small sports club here in germany. I loved to use your theme wellington in the past because it is simple to administrate.
For a couple of days i have a problem with your post slider…it is not display on mobile devices and sometimes on some browser versions to.
Are there some specifications or rules that i must note for the post slider? For example the lenght of the posts or something else?
I change the slider catagorys many times, the posts general and of course i activate and not activate the post slider but nothing works generally! Sometimes it is working, sometimes not. I did not know why…
Perhaps caching, i did not know.
P.s actually i have a maintenance side in front of the page. So you could not see anything. Hope you can help me neverthless with the post slider.
Thanks!
Best regards Julian
]]>After updating Wellington theme on my site, header menus are not displaying properly. And i’m sure that this is caused by updating the latest version of wellington theme. Because when i uninstalling the theme update, my site’s header menus are displaying properly.
You can see the screenshot here.
With the new menu implemented, a problem appears.
I had wrapped the menu tag with
‘link_before’ => ‘<span itemprop = “name”>’,
‘link_after’ => ‘</span>’,
it was working very well.
Now, inside the menu label the svg image is interposed, which expands the image and warps the menu.
Is there any solution? Thank you.
The post slider does not display well on mobile, and the image rises and the top is hidden (see the attached image). Is this something else wrong with the image size? I would appreciate it if you could tell me.
]]>トップページに表示する投稿スライダーの画像サイズがよくわかりません。おわかりになる方がいらっしゃれば、教えていただけると助かります。よろしくお願い致します。
]]>I would like to reduce the length (number of words) entry-excerpt. Where and how do I do it?
]]>I’m experimenting with the Wellington theme. I am unable to get a sidebar to appear on any pages or posts. Under Blog Settings, I selected the two column layout.
Please advise. I really want to use this theme, but I have to have the 2 columns. Thank you.
]]>According to google page insights the loading time for the fonts seems to be too long:
Anything that can be done to optimize it?
Google recommends to use font-display:
https://css-tricks.com/font-display-masses/
Could you help me to customize the Recent Posts list? I only want to adjust the row of text closer within the list. But keep the spacing between each list as it is.
I tried with line-height to .widget ul, but it only adjusts each individual line.
]]>How do I set my homepage as your demo design. I mean the posts in ‘paragraph’ rather than in grid form. Where do I go to set it?
]]>How do I change the text “Continue reading”? I can’t find it in the function.php.
]]>Hello,
How can I insert a Backgroung image in the Header area above the main navigation bar
thanks in advance
Bruno
]]>Is there any way to show the full article on front page instead of an excerpt?
]]>hello,
i noticed that search icon on my site is disappeared and a square is coming instead , how can i restore the search icon again ?!
Can’t change site-title size for mobile on Wellington. Using site-title [font] changed desktop but would not change mobile/phone version. After searching and searching and many different @media CSS attempts the following finally solved my problem. I couldn’t find it using Mozilla Inspector but i did find it using Chrome.
Went to site
Upper right 3 dots… “Customize and Control Google Chrome”
–> More Tools
–> Developer Tools
Then did some digging…. Found “Mobile Medium”
Putting the following in WordPress -> customizing, “Additional CSS” solved my problem, hope this helps…
/*————————————————————–
## 17.9 – Mobile Medium ( < 480px )
————————————————————–*/
@media only screen and (max-width: 30em) {
.site-branding .site-title {
font-size: 6px;
font-size: 1.25rem;
}
}
Hi! Great theme!
I have one question:
Is there any way this theme can have three columns?
With the content area on the left, and two sidebars on the right?
]]>Hi, how can I hide the menu bar on certain pages? Ideally I would like it show on my homepage only.
thanks
Flavio
]]>Hello!
I suppose Wellington is not ready for multi-language. I tried WPGlobus but the permalinks are not language-dependant, so the language switcher doesn’t result in viewing the same page in the selected lang.
Thanks