Forum Replies Created
-
AuthorPosts
-
May 21, 2024 at 12:08 pm in reply to: Mobile output with theme version 3.0 looks strange, i.e. menu, sub-menus, items #195940Klas KallinParticipant
Hi again,
As I have said before, you are the BEST!
Thank you.
Kind regards
KlasMay 21, 2024 at 6:17 am in reply to: Mobile output with theme version 3.0 looks strange, i.e. menu, sub-menus, items #195931Klas KallinParticipantHi,
– Over 2 years ago I put this problem to you:
“As regards theme version 3.0 it seems impossible to get a tranlation of the “Home”-string even using Loco Translation (this was very easy and straighforward in theme version 2.4).”
– and this was your answer which worked PERFECTLY:
“html[lang=”auto”] .trail-item a[rel=”home”] span,
html[lang=”sv-SE”] .trail-item a[rel=”home”] span{
display:none;
}html[lang=”auto”] .trail-item a[rel=”home”]:after,
html[lang=”sv-SE”] .trail-item a[rel=”home”]:after{
content: “Hem”;
}”– Now I am on the latest WordPress version and theme version 3.0.2 AND I FACE THE SAME PROBLEM AGAIN (your earlier given code does not work anymore)!!
DO YOU HAVE ANY OTHER SUGGESTION for a CSS code that will fix the problem?
Thank you very much in advance!
Kind regards
KlasDecember 21, 2022 at 12:55 am in reply to: Mobile output with theme version 3.0 looks strange, i.e. menu, sub-menus, items #187563Klas KallinParticipantHi,
Perfect, thank you ever so much!
Happy Holidays.
Kind regards
KlasDecember 20, 2022 at 1:40 am in reply to: Mobile output with theme version 3.0 looks strange, i.e. menu, sub-menus, items #187546Klas KallinParticipantHi,
As I have said before, you are the best!!!!!!!!!!“Home” i now “Hem” = perfect.
Also, the mobile output for the test site with theme version 3.0 now looks MUCH MUCH better though I have a few things on my wish-list:
1) I would like to have the SEARCH FUNCTION/FIELD removed from the MOBILE output
2) Could you please state the CSS string for the ORANGE BACKGROUND COLOR of the MENU ICON BACKGROUND in the MOBILE OUTPUT. I dont like that color and would like to experiment a bit with different colors?
Thanks in advance and
KInd regards
KlasDecember 16, 2022 at 1:42 am in reply to: Activated Breadcrumb Simple gives error in Google Rich Results #187497Klas KallinParticipantHi Psink,
Thank you very much for your reply even though I am a bit surprised.
Do you seriously mean that I have to update in order to have a sulotion to the problem? I mean, the error is due to a flaw/an error in your version 2.4, do you think I should have to update/spend money to have the errror corrected?
Is that fair thinking?
Please let me know how you see the situation and of course, if you persist, I will have to update because I need a sulotion and I really like the theme.
Kind regards
KlasKlas KallinParticipantHi Psink,
Super fantastic, you are the best! It works like charm.
Thank you very very much.
Kind regards
KlasKlas KallinParticipantHi again Pisink,
Forgot to check the link to the screenshot (Awesomescreenshot) that you stated in your latest reply but did so now. I can then see that the screenshot used is from a page on my site where the problem does not exist!!
The problem only exist on pages where there is a WP TABLE included and the problem further only exist ON MOBILES.
Please, on a mobile, have a look at the section “Members” and there the submenu-item “Latest news”. Please use my testsite: wpekensist.vardagshjalp.seKind regards
KlasKlas KallinParticipantHi Psink,
Thank you very much for your suggestion but it did not help.
I have incorporated the extra CSS but to no effect on the problem.
You can check it out on the following TESTSITE (which is identical to my mainsite: ekensberg4.se), the URL to the testsite is:
wpekensist.vardagshjalp.se
Please have another look at the matter and please let me have another suggestion for extra CSS to try.
Thank you very much in advance!
Kind regards
KlasKlas KallinParticipantHi,
Sorry for not being more specefic as to what pages contain tables!
Please, on a mobile, go to menu item “Members” and there the first sub-menu item “Latest news” and you will see the problem.
Thank you!
Kind regards
KlasAugust 12, 2022 at 12:00 am in reply to: WordPress inserts forward slash before and after menu items in top-nav #184881Klas KallinParticipantIt worked just fine, thank you ever so much!
Kind regards
KlasSeptember 9, 2019 at 1:11 am in reply to: Re-positioning of left sidebar using three column layout and left/right sidebar #105691Klas KallinParticipantHello again,
I do have another question:
What will happen with the extra css code used in the case of an update of the theme?
Will the extra css code used disappear?
Is it necessary to create a Child Theme?
I have updated WP itself but nothing happened to the extra css code, in that scenario.
Thank you in advance/Klas
September 9, 2019 at 12:40 am in reply to: Re-positioning of left sidebar using three column layout and left/right sidebar #105688Klas KallinParticipantDear Sirs,
Thank you for your reply but it seems to be a misunderstanding.
1. Please read my reply #105486 – I have a new URL to my site, the problem with the grey lines only occured on smart phones and tablets (your screenshot is from the wrong site and from viewing at a desktop)
2. In your reply #105496 you gave me a css code which helped remove one of the three grey lines (it was actually four grey lines)
3. In my reply #105520 I informed you that I had managed to remove another line all by myself and now I can inform you that I also managed to remove the last to grey lines – so PROBLEM SOLVED!!
4. Here follows the extra css coding used (the first coding section provided by you) which removed the four strange grey lines (as it turned out all beeing “border-bottom” problems):
@media only screen and (max-width: 1023px) {.site-content .inner-wrapper #sidebar-primary {border-bottom: none !important;
}
}@media only screen and (max-width: 1023px) {.site-content .inner-wrapper #sidebar-secondary {border-bottom: none !important;
}
}@media only screen and (max-width: 1023px) {.site-content .inner-wrapper #primary.content-area {border-bottom: none !important;
}
}@media only screen and (max-width: 1023px) {#masthead.site-header {border-bottom: none !important;
}
}Kind regards/Klas
September 6, 2019 at 12:03 pm in reply to: Re-positioning of left sidebar using three column layout and left/right sidebar #105520Klas KallinParticipantHi again,
I experimented a little with your given code and when also using “#sidebar-secondary” along with your “#sidebar-primary”, another one of the strange grey lines disappeared!
So, now there is “only” one lines left to get rid of!
Do you have any ideas?
Kind regards/Klas
September 6, 2019 at 8:13 am in reply to: Re-positioning of left sidebar using three column layout and left/right sidebar #105513Klas KallinParticipantDear Sirs,
Thank you very much but your code ONLY REMOVED THE MIDDLE ONE of the three lines, the upper and lower line is still visible.
Please advice – thank you!
Kind regrads
Klas
September 6, 2019 at 2:31 am in reply to: Re-positioning of left sidebar using three column layout and left/right sidebar #105486Klas KallinParticipantDear Sirs,
Thank you, it worked just fine.
I have one last (hopefully) question and it´s about the following:
on my iPhone and on my iPad (both in landscape and portrait view) it shows up three (3) very thin, grey, horizontal lines across the screen at the bottom of each page and just above the footer. These lines are NOT visible on a desktop or on a laptop screen.
If you please have a look (on a smart phone or on a surf-plate) you will see what I mean: my NEW URL is as follows: https://testar.ekensberg4.se
If possible, please provide some extra css-code to remove these disturbing lines!
Thank you very much in advance.
Kind regards/Klas -
AuthorPosts