Forum Replies Created

Viewing 30 posts - 30,691 through 30,720 (of 34,887 total)
  • Author
    Posts
  • in reply to: Enable Video Controls Pause/Play w/background video #889830

    Hi,
    Thank you for the demos, it explained well. While looking at bfor2, my idea was to make the max-height for the container that holds the button smaller, because as now the padding covers the whole screen, which is why you can’t click the video. But the video is playing as the background of a color section, so the button’s container can’t be smaller without disturbing the video.
    How about using the layerslider with the video as one slide and the button as another slide on top. I believe this would work better.
    Can you give this a try?

    Best regards,
    Mike

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

    Hi,
    I have added the function and the font seems to be available for you now, please check.

    Best regards,
    Mike

    in reply to: Video and enfold #889823

    Hi,
    I see the issue is with only self hosted videos.
    This issue is being addressed by the dev team. For now it seems that uploading your video to youtube and using the youtube link in the video element will work for now.

    Best regards,
    Mike

    in reply to: Video not showing any longer #889822

    Hi,
    Have you tried uploading your video to youtube and using the youtube link in the video element for now?

    To downgrade, upload manually via FTP: https://vimeo.com/67209750

    Best regards,
    Mike

    in reply to: Append link on copied text #889821

    Hey alice_c_r,
    I gave Append Link on Copy a quick test and it worked well with Enfold. While it is older, there doesn’t seem to be a lot of interest in this function, leading to the lack of updates. Yet while it doesn’t use the WordPress core to do the job, there would be no updates needed.
    Enfold doesn’t offer this function, and editing your functions.php would be using the same code. I suggest giving it a try.

    Best regards,
    Mike

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

    Hi,
    Yes they will not work with the masonry, but Advanced Excerpt
    will work with the blog posts in Enfold. I tested it while I was working on your issue.

    Best regards,
    Mike

    in reply to: add schema to single page of site #889818

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

    Best regards,
    Mike

    in reply to: Change space between Promo Boxes #889813

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

    Best regards,
    Mike

    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

Viewing 30 posts - 30,691 through 30,720 (of 34,887 total)