jankas
Forum Replies Created
-
*hyphenation
ok i tried another solution but that dont lead to success.
now portfolio gallery is reactivated.
is it possible to chenge font and image size for mozilla and to integrade automated wordcuts (hyperphenation)?
regards
janForum: Fixing WordPress
In reply to: Maximum Zoom 70% if 1024px or morethe solution for chrome is, to go to page.php in theme folder, and than add
<div id=”primary” class=”content-area” style=”zoom:75%”>
the style=… into that div.
but the problem is, edge dont take in on and dont react to it.
do anybody have knowledge about find success in edge?
regards
janForum: Fixing WordPress
In reply to: Maximum Zoom 70% if 1024px or moreonly add
@viewport {
zoom: 0.75;
min-zoom: 0.5;
max-zoom: 0.9;
}too the css is not enough, bacause brwoser edge and chrome dont change the zoom initiale.
but tehre is the other definition, that i have to add normally in the side.html:
<meta name=”viewport” content=”width=500, initial-scale=1″>
but in wordpress there is no side.html
where i use it in wordpress, do you have an idea?
Forum: Plugins
In reply to: [Max Mega Menu] Change hoover effect for horizontal menuthe solution ist:
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link::before {
margin-right: 0px;
}over add this at custom css.
better than install a next plugin. there is no safety for solution. but here is it tested and it works.
king regards
janForum: Fixing WordPress
In reply to: Two Columns in submenü instead of one – CSS Implementationthe problem is maybe here
a few subpoint are written over two lines and the next seperation to a column starts at other side after the second line maybe.
but i dont got the solution if this is the problem.
ideas?
Forum: Fixing WordPress
In reply to: Two Columns in submenü instead of one – CSS Implementationi tried these plugins but its not easy too hold the old design in their solutions.
finally i tried a manual css way (https://www.prowebdesign.ro/wordpress-sub-menu-items-split-in-2-columns-the-easy-way/).
I am nearly successfull, but a few menu points are on the wrong place. only one mainpoint got the right subpointoption.
maybe somebody knows what i have to adjust for it?
i used a submenu code for that who is able to recognise the submenü from css codes and than creates two columns.
but the problem here is, a few points are on the wrong place.
my submenu is definied over this two maincodes from that long one at first thread:
.main-navigation ul ul {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
min-width: 225px;
-webkit-transform-origin: top;
transform-origin: top;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
display: block;
background-color: #ffffff;
transition: all 0.2s ease-in-out 0.1s;
padding: 0 25px;
}and here
.main-navigation ul ul a {
border-bottom: 1px solid rgba(221, 221, 221, 0.12);
border-left: medium none;
border-right: medium none;
height: auto;
text-align: left;
width: 100%;font-size: 15px;
padding: 12px 0;
text-transform: capitalize;
font-weight: 500;
color: #323232;
}for two columns i had changed the width in the first code from 225 to 480px.
and insert this solution
.sub-menu-columns ul.sub-menu li {
display: inline-block;
float: left;
width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
float: right;
}Only one submenu is perfect, others not. there is a screenshot from problem.
maybe somebody knows what is the reason for this.
i am happy for ideas.
https://www.dropbox.com/sh/gr1dhpo0vbcw3t8/AAAJwE–FLQXOvQTyK9snXuja?dl=0
here the problem: why the colums seperator takes out a few elements from separting?
Forum: Fixing WordPress
In reply to: Two Columns in submenü instead of one – CSS Implementationin the STRONG ………. /STRONG that is not trenasfered…..
ist in the middle from code
Forum: Fixing WordPress
In reply to: Two Columns in submenü instead of one – CSS Implementationthe subemneu is not defined in underlined part from Code. the Definition is in that part, that is in the …………………….. that is not transfered to big letters.