Forum Replies Created
-
AuthorPosts
-
I already narrowed down my request in the last post. Irrespective of Polylang or not:
–> Where and how can I change the url to which the logo/’company name’ in my header is linking to?Thank you!
I apologise for being impatient. But I have crawled this forum, the web and my back end to find a solution. It took me hours. Without results.
For you experts it would be done in two minutes, I guess.
PLEASE. Where and how can I change the url to which the logo/’company name’ in my header is linking to?Hi Rikard,
I must admit I don’t unterstand what you are saying. And checking the link you posted I do even unterstand less.
The snippet I posted above doesn’t work, by the way. At least the functions.php doesn’t accept it.
So, how do I change the link that can be attached (if this is the right term) to the logo? Were can I edit this?
I have the logo, respectively the name of the website and when clicking on it I want the visitor to get to the home/start page.Thanks!
I just realise that this wouldn’t make sense since I am entertaining a submenu attached to the ‚home‘ menu item. So let’s toss this minimalist idea.
How ever, one problem is still current: how can I install a link from the logo to certain pages? To be specific: to the home pages of my bilingual website?
Would I use this snippet? But how can I insert the two different requirements for de/en website?
add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link)
{
$link = “http://kriesi.at”;
return $link;
}Also, the url domain-name.com/en leads to a kind of blog-ish overview of all menu items. I have no idea where this comes from and how to remove it.
Thanks in advance!
Cool – thank you, Mike!
Thread can be closed :-)
Hi Mike,
that’s exactly what I was looking for!
Yigits approach works for me: https://kriesi.at/support/topic/text-instead-of-logo-in-header-2/#post-486468.One last tweak – there is approx. 2px difference in height between the menue and the „Company Name”.
I’d love to have them in line. How can I adjust this?Thanks for your help!
Lovely :-).
Thank you, Mike!
Hi Mike,
in the themes options ‘Logo’ I had the value ’83’. This way it showed the name of my website as a link, which I would like to keep. When clearing this value, it shows the default Enfold logo, which I do not want.
I am not sure how the transparency header options would help, since I do not want to have an image as logo. ( I didn’t enter any values here)
Looking forward to your reply!
Hi Mike,
not sure if I understood you correctly ;-).
I didn’t try at all, since I am happy with the plain text. But the broken image icon in Chrome is bothering me because it makes my website looking buggy.
As mentioned above I don’t need an image as logo.
(Besides, creating and implementing an .svg seems much more troublesome than just leaving it like this)Please find website details below in private message.
Thanks!
PERFECT.
Thanks a lot, Victoria!
Thanks, Mike!
But now it’s even in hover state blue.
I’d like to have it blue and when mouse over red.Cheers!
Hi Victoria,
I guess your screen shot shows the button of the newsletter form. I am talking about the button below the contact form on the contact page.
I’d simply like to have it blue (#1b1166). When I change this via general settings, links in running texts get blue too, wich doesn’t make sense.Thanks!
User name and password I provided work perfectly.
Thank you, Vinay! This worked :-)
Ticked can be closed.
There is one button below the contact form on the contact page of my website.
The button shares the same styling (via general styling settings) as text links I would put in a text („Schriftfarbe für Links, Dropcaps und andere Elemente”).
On the button the styling looks good. On text links it doesn’t.
I would like to change this. I would like to use a different styling for a button than for a text link.I hope this is clear now.
Hi Vinay,
I am not sure how to put it more specifically. The snippet you posted makes the header in desktop mode transparent, but not in tablet and mobile.
I already achieved the transparent desktop header by adding this one, not sure if this is the right way, but it worked.
.av_minimal_header .header_bg {
opacity: 0.9;
}What I would like to create is a slightly transparent header not only in desktop view but also on mobiles and tablets.
Thanks and regards!
Thank you, Victoria!
For two submenu items the text is longer so there is a break and the next line isn’t indented. Please see picture : https://i.imgur.com/Qu7BENn.png
Any idea how this can be put nicely?-
This reply was modified 7 years, 1 month ago by
VCS33.
OK. Then this was a misunderstanding on my side.
Here are two more issues related to the flyout function. I hope someone will take care of these. Thanks.1) In the flyout menu the submenu link aren’t indented anymore. How can I fix this?
2) After clicking a submenu link the flyout stays on the screen. It only disappears when the submenu link is directing to another page.
Thanks, Ismael!
With active I meant when the search box is popped up, not in a hover/active sense.
+++
The issue with different font types and colours in the footer is solved now. I am using special heading instead of one widget. Causing me more work but looks better.
+++
I am trying to get the header in mobile mode being slightly transparent (0.9). When I am adding it to the following snippet, the flyout gets transparent, too, which I don’t want.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
.html_header_top.html_header_sticky #top #main {
padding-top: 200px !important;
}
}+++
Still not solved: how do I get the field description text of the contact form to be regular instead of bold?
Also, I couldn’t find a way how to set the font of the field description (contact form) to regular. It’s bold and I don’t like it like that. I used:
/* Required field (Styling the asterisk ) */
.avia_ajax_form label .required {
font-family: ‘maven pro’; font-style: regular;
}But it doesn’t work.
+++
How can I separate the colour settings for links from those for buttons. I like how the submit button of the contact forms looks and behaves now, but applying this to text links doesn’t look good. I tried via quick css but without success.
+++
Thanks for your help!
The search box is giving me a hard time. I tried many snippets I could find here or elsewhere on the web. What I want is:
– remove the shadow around the box
– when „active“ the magnifier is white in a red square. I only want it to be red without being in a square.
– I want to adjust hight and width of the search box. Is this the correct snippet?
#top #searchsubmit, .ajax_load {…}Thanks!
Thanks for pointing me to the documentation, Vinay – most helpful!
There is no hint how to change the colour of the arrow but through „inspection” of that toggle I tinkered it myself like this:
#scroll-top-link {
color: #d62a2a;
border: 1px solid #ffffff;
}++
Now I have two widgets in my footer. A simple text widget and a newsletter (wpens_easy_newsletter).
I want the font of the text widget to have another colour than the newsletter font.
I used this:/* Footer fonts */
#footer .textwidget,
#footer p {
font-family: ‘source serif pro’; font-style: regular; color: #d62a2a; letter-spacing: 0.04em;
}But now the newsletter font is red too and I don’t know how to change this.
++
Also, I couldn’t find a way how to set the font of the field description (contact form) to regular. It’s bold and I don’t like it like that. I used:
/* Required field (Styling the asterisk ) */
.avia_ajax_form label .required {
font-family: ‘maven pro’; font-style: regular;
}But it doesn’t work.
Thanks in advance!
Hi Vinay,
Thank you! All worked out fine.
Though, the transparent flyout didn’t look as I expected (even after playing with the colours and transparency setting) so I’ll leave it like it is.I am doing some tweaking these days so I might come up with more questions regarding micro styling.
The next one would be: how can I adjust the colours of the toggle (scroll to top), especially the outline and the little arrow in it?
Thank you for your assistance!
Below the login details. Thanks :-)
-
This reply was modified 7 years, 1 month ago by
-
AuthorPosts