Forum Replies Created
-
AuthorPosts
-
That works wonderfully, RIkard. Thank you.
How do I assign a custom HEX # color?
In the Enfold Theme Options and the Extra Elements of the HEADER section, one of the options is:
Header Phone Number/Extra Info
Choose if you want to display an additional phone number or some extra info in your header
I have selected “Display in the Top Bar at the left”
I have left the phone number field blank.This creates a small colored bar above the logo/menu section.
I don’t want any info in the bar, I just want the colored bar but I want it to be only 8 pixels tall.
If there is another way to do that, I’d be open to knowing how.
Thank you for any help you can give.
Any ideas on what is happening and what the fix is?
I’ve put this site off for a week now and need to get it done.
I am seeing the same thing.
I’ve used Enfold extensively over the past few years and haven’t ever encounter this before.
Thank you for the solution. Works great for me.
In the top right hand corner, in the red bar at the very top. On the right hand side, the 6th icon (between YouTube and Mail) is a B icon.
When you mouseover, the tool tip reads Magna. I want it to read “Magna IV Blog”. Or even just “Blog”
This is the code I used to add the icon.
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['magna'] = array( 'font' =>'magna', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['magna'] = 'magna'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
I can get it to read “Magna IV Blog” or “Blog” but when I do, it changes the icon to a Pencil – which I believe is the default icon.
This is the code used to add the custom social profile Icon. It works smoothly. Found it here in the forum.
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['magna'] = array( 'font' =>'magna', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['magna'] = 'magna'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
- This reply was modified 9 years ago by SmoovP.
September 18, 2015 at 4:52 pm in reply to: Content disappears from Avia Layout Builder on Save/Update #505681Resolved. You may close this ticket. Thank you.
September 18, 2015 at 2:49 pm in reply to: Content disappears from Avia Layout Builder on Save/Update #505565Suddenly, it’s working like it’s supposed to.
Did you guys do something that fast?
September 18, 2015 at 2:44 pm in reply to: Content disappears from Avia Layout Builder on Save/Update #505553Thanks.
- This reply was modified 9 years, 2 months ago by SmoovP. Reason: remove PW
I think I am in this same boat. Started a new topic.
https://kriesi.at/support/topic/content-disappears-from-avia-layout-builder-on-saveupdate/
Need help desperately.
I think I’ve figured this out to adjust the width.
.avia-google-map-container .gm-style-iw {
width: 300px;
}Change the width number to your desired width in pixels.
The depth adjusts automatically to the content.
I am also searching for the answer to this.
-
AuthorPosts