Forum Replies Created

Viewing 30 posts - 25,711 through 25,740 (of 34,343 total)
  • Author
    Posts
  • in reply to: Placement of code for pop-up #985707

    Hey ythhj,
    You can place the code in Enfold Theme Options > Google Services > Google Analytics Tracking Code field because it only puts any content in the header, or you can add your code to this function and add this code to the end of your functions.php file in Appearance > Editor:

    function add_custom_script(){
    ?>
    <script>
    //ADD YOUR CODE HERE
    </script>
    <?php
    }
    add_action('wp_head', 'add_custom_script');

    Best regards,
    Mike

    in reply to: Unexpected Image Link Hover Effect? #985697

    Hi,
    Thank you, we will keep this open.

    Best regards,
    Mike

    in reply to: Make Portfolio module the same size in 2 cols layout #985696

    Hey royhiz,
    1: the images don’t have to be exactly the same size, but they should be the same ratio. The closer to the same size the better.
    We can use css to try to force them, please link to your page so we can try to assist.

    2: please read this documentation: Adding Custom Fonts

    Best regards,
    Mike

    in reply to: Can not display Google AdSense Ads #985689

    Hey rolf2,
    I tried adding your ad script to a footer widget and found that you are getting the error:

    Failed to load resource: the server responded with a status of 403

    The 403 Forbidden error means that accessing the page or resource you were trying to reach is absolutely forbidden for some reason.
    I then also tested on my localhost and got the same error.
    Please check your Google adsence code, and the settings in your account.

    Best regards,
    Mike

    in reply to: 504 error upon upgrade #985684

    Hi,
    Try to update manually via FTP: video or Re-install or Update using FTP
    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind.
    If this doesn’t help, please include a admin login and ftp access in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Media library doesn't find uploaded mp4 file #985682

    Hey rolf2,
    Please try uploading the video via the WordPress > Media Library
    when you upload any file with the media library wordpress registers it in the database so it can be used, but when you upload via FTP wordpress doesn’t know that it is there.
    As an alternative you could use a plugin to scan your uploads folder and add the files to the database.

    Best regards,
    Mike

    in reply to: Video playback in Grid View? #985681

    Hey gb,
    Do you mean that the video floats in one area and plays while you are scrolling?
    This would be a good feature request, please submit it once our new feature request system is in place in a few weeks. But for now you could use a plugin such as Sticky Spotlight Video Player

    Best regards,
    Mike

    in reply to: Child theme ERROR #985679

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Top bar. Change font and hide mobile #985678

    Hi,
    1: I see that the phone number and the link “Grupo Infrico” in the top bar has the font “Geogrotesque-SemiBold” assigned, but I don’t see that the font file is being loaded, and it doesn’t seem that it is available on Google Fonts.
    Did you upload the font?
    Then to assign the font to the whole topbar, Please try this code in the General Styling > Quick CSS field:

    
    #header_meta a, #header_meta {
        font-family: "Geogrotesque-SemiBold",sans-serif !important;
    }

    2: to hide the topbar on mobile, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #header_meta {
    display: none !important;
    }
    }

    Best regards,
    Mike

    in reply to: Using pngs instead of fontello icons #985672

    Hi,
    The image path issue was a bug in v4.3, yet I see you are using v4.4.1, perhaps this file is in your child theme?
    Please try replacing this file with the one in the Private Content area:

    /enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php

    and check if there is a copy of it in your child theme.

    Please keep a copy of your file as a backup, until you have well tested.

    Best regards,
    Mike

    Hi,
    When I look the pagination is below the element, perhaps you have already found a solution, or clearing your cache will help?

    Best regards,
    Mike

    in reply to: Transparant header #985668

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Menu on mobile #985666

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Translate some words in Portfolio & search #985664

    Hi,
    Thanks @guenni007 that is also a good option, the language files can be found at \wp-content\themes\enfold\lang\
    and they can be edited with poedit or the POEditor plugin
    Then add them to your child theme so you won’t lose the changes after the next update.
    Another option is to use the plugin WPML: How to translate pages built with Enfold using WPML

    Best regards,
    Mike

    in reply to: Transparant header #985660

    Hi,
    I added the page id to your css so that it will only work on your home page:

    #top.home header#header {
        background-color: rgba(96, 109, 72, 0.56);
    }
    

    If you decide to add this header color to another page add a comma and it’s page id with the target to the rule like this:

    #top.home header#header,#top.page-id-693 header#header {
        background-color: rgba(96, 109, 72, 0.56);
    }

    For all other pages please use the layout options in the editor
    2018-07-15_092928
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Menu on mobile #985654

    Hi,
    Sorry I forgot to do that, so at the end of your Quick CSS I added:

    .av-burger-overlay {
    opacity: 1 !important; 
    }

    which puts the burger menu overlay to it’s default, but if you wish to adjust it a little lighter you can try changing the 1 to 0.7 or any number lower than 1
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Image full width on ONE side of the content #985653

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

    @media only screen and (min-width: 901px) and (max-width: 1428px) { 
    .flex_column.av_one_half.first.avia-builder-el-5 {
        padding-left: 20px !important; 
    }
    }

    If this doesn’t help, Can you please renew the admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Menu on mobile #985646

    Hi,
    Thanks for the login, I didn’t find it either, perhaps it’s a plugin conflict, but I corrected it by adding this css:

    ul.sub-menu { 
    opacity: 1 !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Transparant header #985643

    Hi,
    Yes you can assign your green to only some pages or to the “before scroll” header if you have a sticky header.
    The “transparent header” would be the normal color for where you don’t have the green.
    But right now you don’t have a sticky header, so where do you want the green to show and not show?

    Best regards,
    Mike

    in reply to: Ajax preview window background #985640

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Translate some words in Portfolio & search #985564

    Hey ianazi,
    Please try using the Say What Plugin
    Try adding the text you would like to replace, and your new text, and use ‘avia_framework’ as the Text Domain. This screenshot shows a example.
    If your translation doesn’t work on your first try, please try changing the case (upper & lower letters)
    setting_breadcrum

    Best regards,
    Mike

    in reply to: Transparant header #985563

    Hey macmutsaers,
    This is because Edge doesn’t recognize your color, it has too many digits for a hex value:

    header#header {
        background-color: #606d488f;
    }

    Please adjust to a 6 digit hex value, or use rgba:

    rgba(96, 109, 72, 0.56);

    Best regards,
    Mike

    in reply to: Customized gradient color underline for headlines #985561

    Hey SeBaCODEAWAY,
    Unfortunately this code uses scss which is different from css and is not naively compatible with WordPress. Perhaps you could get it to work with a fair amount of work, but 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

    Hi,
    I changed the code a little, to this:

    @media only screen and (max-width: 990px) {
        .cta-btn-l  {
            width: 46% !important; 
            margin-right: 10px !important; 
            margin-bottom: 10px !important;
            float: left !important;  
    }
       .cta-btn-r  {
            width: 46% !important; 
            margin-left: 10px !important; 
            margin-bottom: 10px !important;
            float: right !important;  
    }
        .cta-btn-c {
            width: 100% !important; 
              margin-left: 0 !important; 
    }
    }

    Please clear your browser cache and check.
    2018-07-14_221027

    Best regards,
    Mike

    in reply to: Lightbox for Product Image Gallery #985557

    Hey Briana,
    I have looked at your page and found that some of the product image thumbnails open in the featured image box, and some open in the window. The later seems to be the error caused by having a old copy of the header.php in the child theme, does this happen to be your case? If so please copy the new header.php to your child theme, and save your old one as a backup should there have been any customizations in it that you will need to add to the new one.
    As for the zoomIMG (the name of the class) effect, I assume this is done by a plugin, I’m not sure that this can be a lightbox and a zoomIMG because they are different actions that don’t seem to support each other. Perhaps if we get the other part fixed, this one will return to the way it was before?

    Best regards,
    Mike

    Hi,
    Unfortunately the lightbox gets it’s description from the title element that has been removed by the earlier function, while we can write the function to not work on this one page, you will still get the hover title on this page.
    Is that acceptable? Is there any other pages that you don’t want the function to work?

    Best regards,
    Mike

    Hey paso70,
    This was a bug in v4.3, yet I see you are using v4.4, so I’m not sure why you are experiencing this, perhaps this file is in your child theme.
    Please try replacing this file with the one in the Private Content area:

    /enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php

    and check if there is a copy of it in your child theme.

    Please keep a copy of your file as a backup, until you have well tested.

    If this doesn’t help please try updating to v4.4.1
    Please note that if you update via FTP, you will need to remove the old theme folder first then upload the new enfold folder.
    Please don’t try to overwrite the theme folder, as this will leave old files behind.

    Best regards,
    Mike

    in reply to: Image sizing and removal #985541

    Hi,
    You can control which image sizes are created when you upload a image manually by commenting out the sizes you don’t want to use in /wp-content/themes/enfold/function.php

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
    

    To comment out just place a // in front of each line.
    But WordPress also creates some, so the best option to control both WordPress & Enfold is to use the plugin Simple Image Sizes

    Best regards,
    Mike

    in reply to: Change styling on portfolio raster image/text #985534

    Hey enricobaumgart,
    When I look at your site with Android I find that the font size is 18px, as your code says, and your icons are well placed:
    2018-07-14_195702
    Is this what you want? Perhaps you could try clearing your cache?

    Best regards,
    Mike

Viewing 30 posts - 25,711 through 25,740 (of 34,343 total)