Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
this solved my problem! thx!
Thx Mike!
Issue is solved!Hi Rikard,
see attached image
Mike,
All seems ok!
ThxBest regards
I still have some issues on this site. (Sorry, the designer wants it like he has drawn it…)
1) Top navigation buttons “vrijblijvende offerte & acties”. Hover color should be black.
2) When hovering links “realisaties & contact” you are actually hovering the colored buttons above. Probably height of the LI ?
3) Main nav links… on hover we have text-decoration underline. Added this in CSS.#top #header .av-main-nav > li:hover > a .avia-menu-text, #top #header .av-main-nav > li:hover > a .avia-menu-subtext{ text-decoration:underline; }
But when I want to add similar code for the active state link, is not working.
#top #header .av-main-nav > li:active > a .avia-menu-text, #top #header .av-main-nav > li:active > a .avia-menu-subtext{ text-decoration:underline; }
4) button in footer: on hover text should be black. I’ve added this in css but is not working.
.widgetbtn:hover{ color:#000000; }
5. Sub nav (below “onze producten”) should be bold. I’ve tryed to edit in CSS, but is not working.
Could you help me out with these issues. thx
- This reply was modified 2 years, 5 months ago by creatorke.
This is solved! Thank you!
Hi Rikard,
I have update the theme to the latest version. But the issue is not resolved by that.
Can you check?Done!
Hi Rikard, see details in private content. Thx for the help
Hi Rikard,
Would you also have a solution for question 2 and 3
2. Then I need the text in slider positioned at the right, text at the left and backround only behind the text, so there is a bit of whitespace between the lines.
Also on this example3. Further, If you scroll down, I need the images below the title “Onze producten” aligned with the slider on top, no we have whitespace on the right and on the left.
With this I mean that img 1 and 4 need to be aligned with the left side and right side of the slider.
Of course with the same white-space between the 4 images….Thx for the help!
Hi Rikard, see info below.
Kind regards
MarioHi,
you can close the topic.
best regards,Hi,
I forgot to mention, after deleting cache, problem was solved.
Thx for the help!This reply has been marked as private.Hi Ismael
I’ve added the code to functions.php but i’m getting a syntax error.
See image attached- This reply was modified 3 years, 7 months ago by creatorke.
Hi Nikko,
this helped indead. Thx for the support.
One more question, if I want to update the theme, then an API key is requested.
In newer versions of Enofd updates need a token. Should I replace the Enfold theme trough ftp or can I still find the API somewhere?Off course!!! stupid me :-) didn’t think about that :-)
I would like to remove the grey overlay on the images.
Hi Rikard,
sorry for late reply.
You will find the credentials below
thx for your feedbackHi Rikard,
thx, but in the mean time I have already rebuild the site on an other server.
I will now delete all files, and replace by new files.
Thx for your support anyways!Hi Ismael,
Htaccess is basic, no modificiations.
But no worries, I wil rebuild the site from scratch.Seems that all links on portfolio images are linked to URL http:// instead of te correct URL
I now have deleted the htaccess and saved permalinks again… Issue is still there… :-(
– Deactivating the Plugins doesn’t fix the problem
– Enfold is set to latest version, doesn’t fix the problem
– Adjustments made in CSS (Child theme) via customizer/* H1 */ h1{ margin-top:10px !important; } /* formaat slogan */ /* On screens that are 755px or less, set the background color to blue */ @media screen and (max-width: 755px) { h1 { font-size:25px; } } /* On screens that are 590px or less, set the background color to blue */ @media screen and (max-width: 590px) { h1 { font-size:15px; } } /* On screens that are 355px or less, set the background color to blue */ @media screen and (max-width: 355px) { h1 { font-size:12px; } } /* span geel */ .yellow{ color:#ffcc33 !important; text-decoration: underline; text-decoration-color: #000000; } /* sectie slogan */ #slogan{ padding-top:0px !important; padding-bottom:90px !important; } /* h2 home */ .h2_home > h2{ font-size:20px !important; } /* grootte icons home */ .icon-service{ max-width:25px; max-height:25px; margin-bottom:15px; } /* formulier */ label{ font-weight:normal !important; }
Adjustments made in functions.php (Child theme)
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Montserrat:900'] = 'Montserrat:900'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Montserrat:900'] = 'Montserrat:900'; return $fonts; }
Deleting above code didn’t fix the problem.
Some help would be nice…
Should work with this
-
AuthorPosts