Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Top bar above menu height #1470461

    That works wonderfully, RIkard. Thank you.

    How do I assign a custom HEX # color?

    in reply to: Top bar above menu height #1470429

    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.

    in reply to: Layerslider can't be activated #814654

    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.

    in reply to: Layerslider can't be activated #812214

    I am seeing the same thing.

    I’ve used Enfold extensively over the past few years and haven’t ever encounter this before.

    in reply to: Google Maps #672957

    Thank you for the solution. Works great for me.

    in reply to: Tooltip for custom social profile icon? #542139

    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.

    in reply to: Tooltip for custom social profile icon? #541319

    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.
    in reply to: Content disappears from Avia Layout Builder on Save/Update #505681

    Resolved. You may close this ticket. Thank you.

    in reply to: Content disappears from Avia Layout Builder on Save/Update #505565

    Suddenly, it’s working like it’s supposed to.

    Did you guys do something that fast?

    in reply to: Content disappears from Avia Layout Builder on Save/Update #505553

    Thanks.

    • This reply was modified 9 years, 2 months ago by SmoovP. Reason: remove PW
    in reply to: Avia Editor Problems still Present #505194

    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.

    in reply to: Maps pop-up box size adjustable? #418750

    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.

    in reply to: Maps pop-up box size adjustable? #418725

    I am also searching for the answer to this.

Viewing 13 posts - 1 through 13 (of 13 total)