Forum Replies Created

Viewing 30 posts - 29,221 through 29,250 (of 34,894 total)
  • Author
    Posts
  • in reply to: Having an issue with background image responsiveness #914234

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    Hi,
    This css will change the letter spacing, but you will need to add the menu item to the rule as right now it will effect all of the menu items:

    .avia-menu-text {
    letter-spacing:-2px!important; 
    }

    adjust to suit.
    Question though, was my screenshot showing the correct word & the space highlighted is the correct character?

    Best regards,
    Mike

    in reply to: Manin Menu, submenu transparency? #914226

    Hi,
    I corrected your function.php code to this:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['yelpicon']	 = array( 'font' =>'yelpicon', 'icon' => 'uf1e9');
    	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['Yelp'] = 'yelpicon';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    

    Please notice the font name & the icon code.
    I also corrected your css for the icon background-color:

    #top #wrap_all .av-social-link-yelpicon:hover a{
        color:#fff; 
        background-color:#c41200; 
    }

    I changed yelp to yelpicon

    Best regards,
    Mike

    in reply to: Custom blog layout #914217

    Hi,
    1: The reason they showed the same posts was because the “offset” was deactivated. I set it to “automatic offset”.
    2018-02-19_051301
    2: I believe you are talking about translating this section:
    2018-02-19_051842
    Please try the Say What plugin
    it allows you to change text that is not in the language files.
    2018-01-17_053252
    notice that the “text domain” in the settings is “avia_framework”

    Best regards,
    Mike

    in reply to: updating Enflold #913987

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: updating Enflold #913973

    Hi,
    Ok, that worked.
    I updated your theme, and it looks good, but you should check thoroughly.
    I also copied your old theme files, old dynamic enfold.css, and old theme setting export and put them in a zip file in the Private Content area. I’m sure you won’t need them, but just in case :)

    Best regards,
    Mike

    in reply to: Columns are not aligning… #913969

    Hey DROR,
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia-builder-el-27{
         width: 70%!important; 
    }

    Best regards,
    Mike

    in reply to: Adding Avia Layout Builder to custom post type #913964

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: updating Enflold #913961

    Hi,
    That is strange, it is not working for me. Please see screenshot in Private Content area.
    Perhaps the host is blocking US ip addresses?
    How about cPanel login, I could use the file manager, or how about I just send you the file and you update via ftp?

    Best regards,
    Mike

    in reply to: List style bullets gone #913959

    Hey codecreative,
    Try this code in the General Styling > Quick CSS field:

    ul {list-style: disc inside !important;} 

    Best regards,
    Mike

    in reply to: Demo Not Working #913956

    Hi,
    That is strange, perhaps you have a firewall enabled?
    What are you using for a localhost, and what operating system is your computer?

    Best regards,
    Mike

    in reply to: Custom blog layout #913951

    Hi,
    I was able to login and see the page you are using for your blog, yet your menu item points to a category instead of a page.
    From the settings you have on your blog page it didn’t look as it should. So I tried to create a new page with the same setting and I believe it is correct. Please check the link in the Private Content area.

    Best regards,
    Mike

    in reply to: Demo Not Working #913945

    Hi,
    Which webhost are you using?
    Can you register on this support forum?
    Please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Mike

    in reply to: Enfold Update – Licence Question – Various Customers #913943

    Hey felixl,
    Yes, you should not have any issues with this.

    Best regards,
    Mike

    in reply to: Special heading center #913940

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Grid Row space (gap) #913938

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Pop-up configuration #913936

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: updating Enflold #913934

    Hi,
    I got user: OK, password: failed
    I tried with port 21
    Please advise.

    Best regards,
    Mike

    in reply to: Adding Avia Layout Builder to custom post type #913932

    Hi,
    Glad to hear, do you mind posting your final code, as it could help another looking to do this?

    Best regards,
    Mike

    in reply to: Enfold Theme #913930

    Hi,
    Please buy a license for each domain, thank you.

    Best regards,
    Mike

    in reply to: Grid Row space (gap) #913928

    Hi,
    It looks like your two 3/5 cells have 150px padding on all four sides, where the 2/5 cells have the same padding for left and right.
    This means the 3/5 cells with the top & bottom padding are causing the gap. You could adjust the padding or use this css:

    #top.page-id-74 .av_three_fifth {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

    Best regards,
    Mike

    in reply to: CSS help #913919

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: updating Enflold #913916

    Hi,
    I was able to login, and see you have Enfold v3.7.1
    This is very old, and I’m unsure what may change with a manual update, it doesn’t look like you have any custom functions, so hopefully all will be fine.
    We will need ftp access to update, please add to the Private Content area.
    Also make a full backup, many webhosts offer this, just in case.

    Best regards,
    Mike

    in reply to: Change background color of posts in blog grid layout? #913911

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: ho to add some images under logo by function? #913908

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Demo import problem #913907

    Hi,
    Please open a new thread so we can assist, we may want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private.
    When you do open a new thread, please include a admin login and ftp access in the private content area, and remind us that you want the 2017 Demo imported.
    Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Adding Avia Layout Builder to custom post type #913905

    Hey johnstanley1990,
    This was a successful solution on 4/20/2017: https://kriesi.at/support/topic/how-to-use-avia-layout-builder-in-custom-post-types-made-with-toolset-plugin/#post-780613
    This one was successful on 8/22/2017: https://kriesi.at/support/topic/activating-advanced-editor-in-custom-post-type/#post-842273
    Hopefully these successful examples will help solve your issue.

    Best regards,
    Mike

    in reply to: WPML flag mobile display #913901

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Transparent Menu ONLY on Specific Page #913899

    Hi,
    Please try using this code instead

    #top.page-id-9016 .header_color .avia_mega_div {
    background: rgba(30, 69, 74, 0.3)
    }
    #top.page-id-9016 .av-main-nav ul,
    #top.page-id-9016 .av-main-nav ul a {
    background: rgba(30, 69, 74, 0.3) !important;
    }

    Best regards,
    Mike

    in reply to: Pop-up configuration #913898

    Hey vmoralestejedor,
    The link in your button is:

    http://site.com/page/?iframe=true

    please change to:

    http://site.com/page?iframe=true

    Also ensure that the option at “Enfold Theme Options > Theme Options > Lightbox Modal Window” is checked.

    Best regards,
    Mike

Viewing 30 posts - 29,221 through 29,250 (of 34,894 total)