Forum Replies Created

Viewing 30 posts - 30,361 through 30,390 (of 34,549 total)
  • Author
    Posts
  • in reply to: Only mobile slider seen #889810

    Hi,
    I take it that you are building via localhost, can you upload a copy to your dropbox with All-in-One WP Migration?
    How to Migrate your Site with All in One WP Migration
    Include the link in the Private Content area with login & password.
    Best regards,
    Mike

    in reply to: Google Font Lora Regular Italic doesn't show up #889809

    Hi,
    I copied your code above and added it to the end my functions.php with no errors and it worked, perhaps you added it to the wrong file? Here’s a screenshot of the right file.
    2017-12-17_124204
    Or perhaps you copied from a different source that changed the ‘ to a curly ‘
    If you still get errors Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Add html in Masonry excerpt – problems! #889807

    Hi,
    Yes, I followed 2 old workaround for this that worked pre v4, by editing the av-helper-masonry.php, in both cases it broke the masonry. I then did further research the resulted in 2 other moderators stating that the masonry element had been changed and the workaround would not work & to vote on this feature.
    My test did show that [Read More] will be shown.
    I have seen js scripts that will search your page and apply color to your keywords
    Perhaps there is even a plugin for this.

    Best regards,
    Mike

    in reply to: Simple way to change german translation for breadcrumbs #889806

    Hi,
    You should find it in the plugin menu: Loco Translate > Themes > Enfold > English > Editor >
    Sie sollten es im Plugin-Menü finden: Loco Übersetzen> Themes> Enfold> Englisch> Editor>
    2017-12-17_120606

    Best regards,
    Mike

    in reply to: Woocommerce Filter + Sticky Buttom #889805

    Hey mary301187,
    I was not able to login, please check.
    I looked for the sticky button to make it smaller for mobile, but I didn’t find it, is it on your homepage or shop page?
    To show your sidebar on mobile, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #main .sidebar {display: block!important; }
    }

    Best regards,
    Mike

    in reply to: Add html in Masonry excerpt – problems! #889803

    Hey Charlotte,
    In the masonry element the excerpt and image are linked to the article, while you can’t allow html in the masonry element without braking it, you can add [Read More] to the end of your manual excerpt. It will give the cue to click and is already linked.

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Google Fonts in Enfold #889798

    Hi,
    If the fonts are on google.com/fonts you can add them to enfold list using a function.

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Alef'] = 'Alef';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Alef'] = 'Alef';
    return $fonts;
    }

    If it is a custom self hosted font it will not appear in enfold settings. You have to upload the fonts to your server and add font styles using custom css like

    h1 {
         font-family: ‘custom-font’;
    }

    An alternate solution is to use the plugin and the plugin allows you to select the html tags and assign the font styles.
    Use Any Font

    Best regards,
    Mike

    in reply to: Google Font Lora Regular Italic doesn't show up #889796

    Hey Masmho,
    I read that you added this code to “Quick CSS” but this code should go in your functions.php file in Appearance > Editor

    Best regards,
    Mike

    in reply to: Change space between Promo Boxes #889795

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

    #top.home .av_promobox {margin: 0px !important;}

    Best regards,
    Mike

    in reply to: i frame Einbindung #889794

    Hey Sylvio,
    I see that your script in the code block element is not showing, but when I tried your script in my code block element on my localhost it worked. I did need to correct the curly ” to straight ones used for code. Check your code for curly ”

    Ich sehe, dass Ihr Skript im Code-Block-Element nicht angezeigt wird, aber als ich Ihr Skript in meinem Code-Block-Element auf meinem localhost versuchte, funktionierte es. Ich musste die lockigen ” zu den geraden, die für Code verwendet werden, korrigieren. Überprüfen Sie Ihren Code für lockiges ”
    2017-12-17_100559
    2017-12-17_100749

    Best regards,
    Mike

    in reply to: Only mobile slider seen #889792

    Hi,
    Opps, looks like I made a mistake, try:

    @media only screen and (max-width: 990px) {
    .home #layer_slider_1 { display: none !important; }
    }
    @media only screen and (min-width: 991px) {
    .home #layer_slider_2 { display: none !important; }
    }

    Best regards,
    Mike

    Hi,
    Please try using https://postimages.org/ and pasting the image URL in your post.
    Perhaps you had a tab open for the menus and were working in another tab, where the menu tab had not been refreshed?

    Best regards,
    Mike

    in reply to: Magazine component AND instead of OR display #889789

    Hey rolfroyce,
    Sorry, that feature is not available yet. It would require quite some customization to the theme files.

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Only mobile slider seen #889788

    Hey cipriana,
    From your screenshots, it looks like one is #layerslider_2 and the other is #layerslider_2_2
    For your media query, make the difference at least 1px, above min & max is set to 990px
    But instead of using this css, have you tried the mobile settings in the layerslider? Go to your slider > slider settings > mobile
    2017-12-17_090330

    Best regards,
    Mike

    in reply to: Search bar in IE11 (Enfold) #889787

    Hi,
    Glad to see you have found that the phone number area doesn’t have the focus issue. Since you want the phone number area to the far right, without the use of css or js, so you won’t have any loading movement, I have edited “helper-main-menu.php” to do so.
    You can use it with your child theme so the next update won’t overwrite it. If you use it with your parent theme, save a backup of the original.
    This css aligns the menu with the search better:

    .av_secondary_right .sub_menu {
        padding-right: 10px!important; 
        padding-top: 10px!important; 
    
    }
    

    2017-12-17_083907
    See Private Content area for file

    Best regards,
    Mike

    in reply to: How to insert JSON-LD code in of website #889782

    Hi,
    You will not lose those changes when updating, they are saved in the database with the theme settings. If you decide to use a child theme in the future, you can use the “export theme settings” from the parent theme then “import theme settings” to the child theme to save all of your settings.

    Best regards,
    Mike

    Hi,
    Please see screenshot in Private Content area, you will see that the classes: “.flex_cell.avia-builder-el-7” make up the whole column, while “.flex_cell_inner .avia-builder-el-8 ” make the area you would like red.
    So for example:

    .flex_cell_inner .avia-builder-el-8 {background-color: red !important;}

    Best regards,
    Mike

    in reply to: Styling Full Width Sub Menu Element #889726

    Hi,
    Did this help, shall we close this then?

    Best regards,
    Mike

    in reply to: Google Webmasters – Search Appearance – HENTRY errors #889725

    Hey niallbyrne,
    Perhaps this will help: https://kriesi.at/support/topic/masonry-gallery-hentry/#post-678564

    Best regards,
    Mike

    in reply to: footer #889724

    Hi,
    For the social icons to be a uniform color, Circle same color and icon each in white, Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .social_bookmarks_linkedin a,#top #wrap_all .social_bookmarks_xing a,#top #wrap_all .social_bookmarks_gplus a {
        color: #fff!important; 
        background-color: #46d4fe!important; 
    }

    Best regards,
    Mike

    in reply to: How to add custom CSS classes to different categories? #889722

    Hi,
    The code didn’t work for me ether, but I will ask Ismael to take a look.

    Best regards,
    Mike

    in reply to: hr with icon #889713

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

    .hr-custom.hr-icon-yes .hr-inner {
        margin-left: 0px!important; 
        margin-right: 0px!important; 
        width: 50% !important; 
    }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Product variation drop down on shop page #889712

    Hey blezard,
    Perhaps this will help: How to choose a Variable from Shop page without going into Product page

    Best regards,
    Mike

    Hey bkatzdesign,
    I couldn’t find the issue, I tried to activate the Avia Layout Builder Debug to test the page on a clean install, but your functions.php wouldn’t save. You could enable the debug mode via ftp, then we could rule out plugins & scripts. You could also copy the page and try to make a new test blog page with the debug code to see if that works. I see you said you made a change with Yoast with this happened, have you thought about using revisions to try to go back before the change?

    Best regards,
    Mike

    in reply to: edit english language pack #889704

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

    #element_avia_8_1 label,#element_avia_8_1 label abbr {color:#fff !important; }

    Best regards,
    Mike

    in reply to: margins #889703

    Hi,
    To make your template adhere to Enfolds rules/settings, you will need to ensure you are using the same IDs and classes. To do so you can use one of the Enfold templates as a guide. Or you can control the margin of your template with your own css, both would be fine.

    Best regards,
    Mike

    in reply to: Background Color in info box not shown correctly #889700

    Hi,
    Please check your background color, it seems to be #ec740560
    this is not a valid hex color for Edge or IE11. Please use rgba colors.
    Chrome converts your color to: rgba(236, 116, 5, 0.376) so please use this instead.

    Best regards,
    Mike

    in reply to: How to add custom CSS classes to different categories? #889687

    Hey paperdog2,
    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Mike

    in reply to: Demo import didn't work #889652

    Hi,
    You are getting a 500 (Internal Server Error) on wp-admin/admin-ajax.php
    I suggest looking at your server logs to see what the possible cause could be.

    Best regards,
    Mike

    in reply to: Image wirh link jumps onmouseover #889648

    Hey Jimmy-K,
    Try this code in the General Styling > Quick CSS field:

    .avia-builder-el-2 .av_textblock_section .avia_textblock a {
        display: inline-block!important;
    }

    Best regards,
    Mike

Viewing 30 posts - 30,361 through 30,390 (of 34,549 total)