Forum Replies Created
-
AuthorPosts
-
Thank you very much for your help, Rikard. I followed your instructions and installed the jquery-migrate-helper and mobile menu is showing up now.
Best Regards,
-ddagraphicsRikard,
If you would please implement the fix for me, I would appreciate it. Thank you very much!
Best regards,
-ddagraphicsHi, Rikard,
Thank you again for all the help. You can close this topic.
Best Regards,
ddagraphicsThank you so much, Mike. That did it! The sticky logo looks great!
Best Regards,
ddagraphicsDear Rikard,
I have my main logo in the header, but I ultimately want to use a different logo in my sticky header which is: (dd-logo-sticky.png in the media library). I tried using the following code from someone else’s posting but i was not successful. Can you make it work for my website? Thank you!March 15, 2017 at 12:52 pm#761368REPLY
Yigit
Moderator
Hi,Please add following code to Fuctions.php file in Appearance > Editor
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘‘;
return $sub;
}
and then add following code to Quick CSS in Enfold theme options under General Styling tab.header-scrolled .logo > a > img { display: none !important; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.Best regards,
YigitThank you very much, Rikard, for your suggestion. I believe I have set all of the options correctly but I am sorry that I am unable to make the transparency logo appear. Thanks again for your wonderful theme.
Best Regards,
ddagraphicsThis reply has been marked as private.May 21, 2017 at 8:34 pm in reply to: How to put a background image behind body content on a specific page only. #797275Yes, Mike, please close this post. Thanks again for your help!
Best regards.May 21, 2017 at 4:15 pm in reply to: How to put a background image behind body content on a specific page only. #797207Hi, Mike,
Just right! Thank you for your solution. Can I modify this code to use on any other page just by changing the page id?
For future reference, how would i upload a screen shot if necessary using this forum?
Best regards.May 21, 2017 at 3:40 pm in reply to: How to put a background image behind body content on a specific page only. #797196Hi, Rikard,
I would like to use “about-bkgrnd”, centered-bottom, which is in the media library of my site. Thank you very much for your quick response and your wonderful theme!
Best regards to you! -
AuthorPosts