Forum Replies Created
-
AuthorPosts
-
Hey Mike,
thx for the response .. that worked .. thank you very much.
Strangely it would not work in the child themes styles.css but in quick css it did..
Feel free to close the topic ..
Cheers
AxelMarch 23, 2019 at 1:26 pm in reply to: Divider Lines/Borders between Mobile Burger Menu Links #1082113Hi Viktoria,
I had to add an !important to it then it worked .. thank you very much !March 21, 2019 at 10:28 am in reply to: Divider Lines/Borders between Mobile Burger Menu Links #1081301and this is what I want to achieve .. (I photoshopped the lines in ..
March 21, 2019 at 10:23 am in reply to: Divider Lines/Borders between Mobile Burger Menu Links #1081298Hi Victoria ..
pls see the link to a screenshot of the current menuThere are no horizontal divider lines beween the menu items .. and I can’t find the css to define the lines to show and define the color and possible padding etc..
Your Enfold2017 demo for example has light grey lines in beween the menu items in mobile burger menu view
Feel free to close the topic .. thx Rikard
Hello Basilis,
m4v didn’t work either but we’ve got it going with youtube now anyway ..
thx for the response anyway ..Aah .. ok .. got it … so whatever is in the child theme’s functions.php overwrites everything .. even if it’s in the parents theme’s functions-enfold.php .. thx a lot Ismael ..
Feel free to close this topic ;)
Cheers
AxelHi Ismael,
well.. I’ve just been at this issue again .. and as a matter of fact just seemed to have solved it ..
As mentioned in previous post .. the alt / title generates from functions-enfold.php as stated above. I’ve now deleted the code in the enfold root in adition to the file in the child theme and now it works. The alt/title is gone.
I’ve changed this
if($logo) { $class .= " av-transition-with-logo"; $logo = "<img class='av-preloading-logo' src='{$logo}' alt='{$label}' title='{$label}' />"; }
to this
if($logo) { $class .= " av-transition-with-logo"; $logo = "<img class='av-preloading-logo' src='{$logo}' />"; }
The only question remaining here is why it would not recognize the change in the child theme. Maybe I am getting something wrong with child themes… my understanding of it is that if I want to change whatever file of the theme I put a copy of it in the child theme folder so that it’ll overwrite the same file in the main enfold folder.. but in this case this didn’t work..
- This reply was modified 5 years, 8 months ago by Apachee.
sorry .. I’ve changed this
$class .= " av-transition-with-logo"; $logo = "<img class='av-preloading-logo' src='{$logo}' alt='{$label}' title='{$label}' />"; }
to this
if($logo) { $class .= " av-transition-with-logo"; $logo = "<img class='av-preloading-logo' src='{$logo}' />"; }
Hi there,
the image itself has no alt text .. it apparently comes from functions-enfold.php$class .= ” av-transition-with-logo”;
$logo = ““;
}
so I’ve changed this to
$class .= ” av-transition-with-logo”;
$logo = ““;
}put the functions-enfold.php in my child theme folder .. but the alt text still shows ..
Any idea ?
Thx a lot Nikko .. works just fine
Cheers from Germany
Axel
September 14, 2016 at 2:02 pm in reply to: Masonry Gallery different Image distance in Mobile view #686355Wonderful ….
thanks a lot Yigit
Cheers
September 13, 2016 at 4:57 pm in reply to: Masonry Gallery different Image distance in Mobile view #685924Hey Yigit, thx for the fast answer .. try this ;)
- This reply was modified 8 years, 2 months ago by Apachee.
Hey Rikard,
requested info in private section
Thanks for response
Apachee
-
AuthorPosts