Forum Replies Created

Viewing 30 posts - 25,891 through 25,920 (of 34,867 total)
  • Author
    Posts
  • in reply to: Change column width in Mega Menu with image #993579

    Hey Marco,
    Please try this code in the General Styling > Quick CSS field or in your WordPress > Customize > Additional CSS field

    #header .avia_mega_div .units {
        padding: 0px !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Misalignment of wording on Woocommerce Checkout Page #993578

    Hey kesdeg,
    I took a look at your checkout and found there was a couple of check boxes and labels that were misaligned.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS:

    #top.woocommerce-checkout .form-row .input-checkbox {
        margin: 6px 8px 0 0 !important; 
    }
    #top.woocommerce-checkout label span {
        margin-left: 16px !important; 
    }
    #top.woocommerce-checkout label.woocommerce-form__label-for-checkbox {
    margin-top: -20px !important; 
    }

    Best regards,
    Mike

    in reply to: One image to open lightbox gallery #993572

    Hey cavanaughb,
    While the Masonry Gallery & Gallery Element seem to be closely related, the differences that you describe would require quiet a bit of modifications to achieve the hybrid that you are looking for. Unfortunately this level of modifications is more than we can offer here.
    I would recommend trying a plugin, such as: WP Video Lightbox or WonderPlugin Lightbox to name a couple that already seem to offer these functions.
    Thank you for your understanding, and for using Enfold.

    Best regards,
    Mike

    in reply to: Change color and size of full width separator #993568

    Hey Valinsy,
    We can do this by adding a colored border to your sections, the css in your Enfold Theme Options > General Styling > Quick CSS field would look like this:

    
    #top.home #av_section_3,#top.home #av_section_4 {
        border-top-color: #efbb20 !important; 
        border-top-width:5px !important; 
        border-top-style:solid !important; 
    }

    This adds a border to your footer & the section above it. If you enable the: Enfold Theme Options > Layout Builder > Show element options for developers and add a custom ID to the sections you want a top-border on, and replace “#top.home #av_section_4” with your custom ID, which starts with the # symbol (ie: #above_footer) you will be able to manage them yourself.
    You can add multiple ID’s separated by a comma.

    Best regards,
    Mike

    in reply to: Transparent header #993542

    Hey dondela,
    Your header and top section is transparent, but your #main, which is behind them, is white.
    Please try this code in the General Styling > Quick CSS field to see these areas transparent:

    #top.home #main {
        background: transparent !important; 
    }

    Or if you want to make the header transparent only, please try this css:

    @media only screen and (min-width: 989px) { 
    #top.home #main {
    clip-path: polygon(0 118px, 100% 118px, 100% 100%, 0% 100%);
    }
    }
    

    Best regards,
    Mike

    in reply to: Iconos Personalizados #993528

    Hi,
    Si entiendo correctamente, los íconos sociales que desea agregar al lado del menú son imágenes y no se encuentran en fontello.com, en este caso recomiendo agregar iconos sociales desde la opción Opciones de Enfold Theme> Perfiles sociales> Sus perfiles sociales, que usted no se utilizará, por lo que puede reemplazarlos con imágenes. Utilice este CSS en el campo Estilo general> CSS rápido:

    #top .social_bookmarks li:hover a {
        background: transparent !important;
    }
    #top .social_bookmarks li a:before{
        content: "";
        display: block;
        width: 30px;
        height: 30px;
    
    }
    #top .social_bookmarks li.social_bookmarks_facebook a:before {
        background: url(https://png.icons8.com/doodle/50/ffffff/dirigible.png) center center no-repeat;
        background-size: contain;
    }
    
    #top .social_bookmarks li.social_bookmarks_twitter a:before {
        background: url(https://png.icons8.com/color/50/ffffff/hot-air-balloon.png) center center no-repeat;
        background-size: contain;
    }
    

    y reemplace la url con sus imágenes, y reemplace las clases de twitter y facebook con los perfiles sociales que elija usar para el reemplazo.
    2018-08-04_104811
    Si lo desea, podría configurar uno para usted en su sitio para que pueda ver cómo funciona y hacer el resto usted mismo.

    ———-
    If I understand correctly, the social icons you want to add next to the menu are images and not found on fontello.com, in this case I recommend adding social icons from the Enfold Theme Options > Social Profiles > Your social profiles option, that you will not be using, so you can replace them with images. Please use this css in the General Styling > Quick CSS field:

    #top .social_bookmarks li:hover a {
        background: transparent !important;
    }
    #top .social_bookmarks li a:before{
        content: "";
        display: block;
        width: 30px;
        height: 30px;
    
    }
    #top .social_bookmarks li.social_bookmarks_facebook a:before {
        background: url(https://png.icons8.com/doodle/50/ffffff/dirigible.png) center center no-repeat;
        background-size: contain;
    }
    
    #top .social_bookmarks li.social_bookmarks_twitter a:before {
        background: url(https://png.icons8.com/color/50/ffffff/hot-air-balloon.png) center center no-repeat;
        background-size: contain;
    }
    

    and replace the url with your images, and replace the twitter & facebook classes with the social profiles you choose to use for replacement.
    2018-08-04_104811
    If you wish, I could set one up for you on your site so you can see how it works and do the rest yourself.

    Best regards,
    Mike

    Hi,
    Sorry about closing the other thread, I thought you were saying that the issue was resolved. I’ll be more careful going forward.
    Glad to hear the code above helped, to adjust the header slideshow image for mobile & tablet, please try this css in the Quick CSS:

    @media only screen and (max-width: 430px) { 
    #top.page-id-983 .avia-slide-wrap {
    height: 190px !important; 
    }
    #top.page-id-983 .avia-slide-wrap img {
        top: 31% !important; 
    }
    }
    @media only screen and (min-width: 431px) and (max-width: 1023px) { 
    #top.page-id-983 .avia-slide-wrap {
    height: 360px !important; 
    }
    #top.page-id-983 .avia-slide-wrap img {
        top: 60px !important; 
    }
    }

    Best regards,
    Mike

    Hi,
    If I understand correctly, you wish to hide the top background image that borders the header for the one landing page only?
    I added this code in the General Styling > Quick CSS field:

    #top.page-id-983 #after_full_slider_1.main_color {
        background-image: none !important; 
    }

    Please clear your browser cache and check.

    As for the socket image on this page, you are not not showing the footer or socket on this page, but you have a color section with a background image instead, could you just change the image in the color section and add a code block to create the links you would like for the “menu”?

    Best regards,
    Mike

    in reply to: New homepage spacing & font size and weight issues #993403

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Menu, Transparent Bar #993402

    Hi,
    Ok, I have added the colors and link within the slideshow caption, please review the technique and see screenshot in Private Content area.
    Please clear your browser cache and check the draft page.

    Best regards,
    Mike

    in reply to: Iconos Personalizados #993401

    Hi,
    Lamento no saber qué son los “microdonativos” de red. ¿Pueden vincularse para poder ayudar?
    Además, ¿ha visto todas las redes integradas en: Enfold Theme Options> Social Profiles> Your social profiles
    2018-08-03_233546

    ——————

    Sorry I do not know what network “microdonatives” is, can you please link to it so I can assist.
    Also, have you seen all of the built in networks at: Enfold Theme Options > Social Profiles > Your social profiles
    2018-08-03_233546

    Best regards,
    Mike

    in reply to: Tab Section Initial Open- None #993398

    Hi,
    For hiding the content of the tab, would hiding the first icon also be a good solution? So from the user view the first tab & icon doesn’t exist?

    For linking to the tabs, I believe this is the correct solution

    Best regards,
    Mike

    in reply to: Featured Image Thumbnail Size #993397

    Hi,
    The image sizes are found in the enfold/functions.php starting at line 161, please look for:

    /*
     * Register additional image thumbnail sizes
     * Those thumbnails are generated on image upload!
     *
     * If the size of an array was changed after an image was uploaded you either need to re-upload the image
     * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
     */
    
    $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']);
    
    
    $avia_config['selectableImgSize'] = array(
    	'square' 				=> __('Square','avia_framework'),
    	'featured'  			=> __('Featured Thin','avia_framework'),
    	'featured_large'  		=> __('Featured Large','avia_framework'),
    	'portfolio' 			=> __('Portfolio','avia_framework'),
    	'gallery' 				=> __('Gallery','avia_framework'),
    	'entry_with_sidebar' 	=> __('Entry with Sidebar','avia_framework'),
    	'entry_without_sidebar'	=> __('Entry without Sidebar','avia_framework'),
    	'extra_large' 			=> __('Fullscreen Sections/Sliders','avia_framework'),
    	
    );
    

    But I’m surprised you had a fatal error, because this plugin had been working well for many. Was it the Thumbnail regeneration that gave the error? Perhaps another plugin conflicted with it?

    Best regards,
    Mike

    in reply to: Issues on mobile #993396

    Hi,
    I took a look at the coaching page and found that your column padding was 50px on all four sides of the text blocks, which was pushing the last two items off center, adjusting the padding to 50px-0px-50px-0px centers the text. But at 768px the text goes to the right & left edges of the pink box. I would recommend adding a media queries so at that size the text font is a little smaller so it looks like there is a little padding, while keeping the text centered.

    I also checked your Quick CSS, and found that you were missing a curly bracket, which I replaced. Perhaps this occurred when I was adding the last code, if so sorry about that.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: contact form popup #993395

    Hi,
    To style the form error, please add this code in the General Styling > Quick CSS field:

    #top .white-popup .valid .text_input,#top .white-popup .valid .text_area,#top .white-popup .valid .select {
        border: 1px solid #9AA600
    }
    
    #top .white-popup .error .text_input,#top .white-popup .error .text_area,#top .white-popup .error .select {
        border: 1px solid #DF653E
    }
    
    #top .white-popup .ajax_alert .text_input,#top .white-popup .ajax_alert .text_area,#top .white-popup .ajax_alert .select {
        border: 1px solid #ffb628
    }
    
    #top .white-popup .valid .input_checkbox_label {
        color: #9AA600
    }
    
    #top .white-popup .error .input_checkbox_label {
        color: #DF653E
    }
    

    After I open the popup I am unable to scroll the window.
    But when I open the popup the page does scroll a little bit on it’s own. Is this what you are talking about?

    Best regards,
    Mike

    in reply to: Pictures not showing on tab #993393

    Hi,
    Glad to hear. Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Issues on mobile #993205

    Hi,
    I added this to your Quick CSS:

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: gray !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to change color of the add to cart box #993195

    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

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

    Best regards,
    Mike

    in reply to: Sidebar on all shop category pages #993082

    Hi,
    I was able to login this time. I see you have your sidebars enabled but they are not showing on your woocommerce category page.
    Have you tried disabling your plugins?
    When I compare your woocommerce category page to my localhost with the theme settings for archive sidebars, your “main.template-shop” has the class for no sidebars (av-content-full) where mine is for a sidebar (av-content-small)
    this points to something overriding the theme setting.
    So please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: images disappear from pages when changing page. #993080

    Hi,
    Glad to hear you found the issue. You should not need the minify settings from a plugin because the theme minifys now, and minifying twice can cause issues.
    Most themes don’t have built in minifying, so the article offered good advice, just not in your case.
    If you are still creating your site and making changes, I would recommend disabling your W3 cache also, it can make seeing your changes harder. Once your site is done then a caching plugin is a good idea.

    As far as your site being down, I have not researched how Jetpack checks if a website is down, but it is possible that this error was giving a false result.
    But I have also seen webhosts that sell too many accounts on their servers, causing sites to stall when the other accounts are getting too much traffic. I’m not sure if this is your case, but it’s something to think about if you continue to get this error.

    Best regards,
    Mike

    in reply to: arrange icons in line #993079

    Hi,
    Thanks for the login, I re-saved your theme settings to regenerate your merged css, and now the social icons are lining up. I believe this was a caching issue. Please clear your browser cache and check.

    I was able to change your page to speaker, I’m not sure why you could not. Please check.

    Best regards,
    Mike

    in reply to: Enfold header behaves weired #993077

    Hi,
    It is possible that this only happens on Apples, but I only have a PC, so I would have to ask someone else from the team to take a look at the page.
    But we can easily hide the sub-title on mobile devices, which maybe a better solution.
    Try adding this css to your Quick CSS to do so, I also added some css to make the title a little bigger and center the title vertically:

    @media only screen and (max-width: 767px) { 
    #top .logo .subtext {
    display: none !important;
    }
    #top .inner-container .logo h1 {
        font-size: 20px !important;
        padding-top: 30px !important;
    }
    }

    Best regards,
    Mike

    in reply to: contact form popup #993075

    Hi,
    1: To fix the styling of the contact form in the light box, add the class “main_color” to the popup like this:

    <div id="test-popup" class="white-popup mfp-hide main_color">
    <p>PLACE CONTENT HERE</p>
    </div>

    This also fixes the styling of the success message.

    2: The contact form shows the success message until the user leaves the page, thus refreshing the session cookie, because a real person would not stay on the same page sending multiple messages, a spam bot would though. The popup contact form behaves the same way, closing the box doesn’t refresh it, the session cookie is set until the page is refreshed.
    I hope this explains the reason the success message preforms this way, and I would not recommend changing this function, but if you really wanted to the solution would be to add some javascript to refresh the page on popup close, which will refresh the whole page.

    3: To prevent the page from scrolling while the popup is open, please add this code to the top of your code block element above your popup code:

    <script>$(document).ready(function() {
    $('.white-popup')
        .css('cursor', 'pointer')
        .click(function(e) {
            e.preventDefault();
            $('body').css('overflow', 'hidden');
        });
    $('.mfp-close')
        .css('cursor', 'pointer')
        .click(function(e) {
            e.preventDefault();
            $('body').css('overflow', 'auto');
        });
    });</script>

    Best regards,
    Mike

    in reply to: images disappear from pages when changing page. #992873

    Hi,
    Thank you, I was able to login. I see that when your page first loads you get 2 jQuery errors for woocommerce-mod.js & mediaelement-migrate.min.js but your page still loads.
    But when you go to another page & then the homepage again, you get jQuery errors on about 40 different js files, seems to be all of the js files.

    I believe this may be due to the minify settings in your W3 total cache, or the CDN settings. Please try disabling the minify setting, and then clear the cache, if this doesn’t help, try disabling the W3 total cache plugin to confirm it’s a setting in the plugin.
    Otherwise try disabling all the plugins to isolate the conflict.

    If you know that you have added code in your .htaccess file to block access to some directories, this could also be the issue. I just wanted to mention this, just in case.

    Please try these steps and let us know your findings.

    Best regards,
    Mike

    in reply to: Iconos Personalizados #992864

    Hi,
    Gracias, entiendo ahora. Consulte estas instrucciones: Cómo agregar íconos sociales personalizados a las opciones de Enfold
    Verá que deberá descargar los íconos sociales que desee desde http://fontello.com/ e importarlos a Enfold Theme Options> Importar / Exportar> Iconfont Manager
    y luego personaliza el código para que coincida con tus iconos. Esto puede ser un poco complicado, así que si encuentra que necesita ayuda, primero descargue los iconos y díganos cuáles está agregando, y enlace al archivo a través de Dropbox, e incluya un inicio de sesión de administrador en el área de contenido privado que podamos ayudar.

    ————-

    Thank you, I understand now. Please see these instructions: How to add Custom Social Icons to Enfold options
    You will see that you will need to download the social icons you want from http://fontello.com/ and import them to Enfold Theme Options > Import/Export > Iconfont Manager
    and then customize the code to match your icons. This can be a little tricky, so if you find you need some help, please download the icons first and tell us which ones you are adding, and link to the file via dropbox, and include a admin login in the private content area we can assist.

    Best regards,
    Mike

    in reply to: Pictures not showing on tab #992857

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

    .avia_transform #djs .avia-testimonial .avia-testimonial-image {
      -webkit-animation: none !important; 
      animation: none !important; 
      opacity: 1 !important; 
      -webkit-transform: scale(1) !important; 
      transform: scale(1) !important; 
    }

    If it doesn’t work, please try in the WordPress > Customize > Additional CSS field.
    If it still doesn’t work, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: contact form popup #992715

    Hey Andrii,
    To create a lightbox popup for your contact form, first add this code to the end of your functions.php file in Appearance > Editor:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Then add this code in the General Styling > Quick CSS field:

    .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    }

    please adjust the max-width to suit

    Then in a code block on your page add this code for the lightbox:

    <div id="test-popup" class="white-popup mfp-hide">
    <p>PLACE CONTENT HERE</p>
    </div>

    Then in a second window, open a new post in the default editor and using the wand tool, create a contact form so you can copy the shortcode for it.
    2018-08-01_235341
    Paste the shortcode in your popup, replacing the text “PLACE CONTENT HERE”

    Now to create the button to open the popup, we need to add the class “open-popup-link” to the link inside the button and make the link point to “#test-popup” this can be a little tricky so I’ve added and example button”

     <div class="avia-button-wrap avia-button-center  avia-builder-el-99"><a href="#test-popup" class="open-popup-link avia-button   avia-icon_select-no avia-color-theme-color avia-size-medium avia-position-center "><span class="avia_iconbox_title">I’d like more info, please</span></a></div>

    If you want some help creating a custom button, first make a button you like on a test page and post the url so we can copy the html and add the class for you.
    Then add the button code in a code block element where you want it on your page. The popup code block, from above, can be anywhere on your page, and that is all there is to it.

    To open other links in a lightbox, simply add this to the end of your links”

    ?iframe=true

    Here are some examples, to make a link for an image to open in lightbox:

    <a href="http://127.0.0.1/wp-content/uploads/2015/07/portfolio-9.jpg" rel="prettyPhoto" title="">Image</a>

    To open pages in lightbox using an iframe:

    <a href="http://127.0.0.1/pages/blank-pages/coming-soon-page/?iframe=true">Page</a>

    If you link to one of your pages, such as a FAQ, try to disable the header, sidebar, & footer for that page in the page layout options.
    This is the format for opening a Youtube video in lightbox:

    <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>

    Let us know if you have any questions

    Best regards,
    Mike

    in reply to: Iconos Personalizados #992689

    Hey Rafa,
    ¿Puedes dar un ejemplo de lo que quieres decir? Por lo tanto, estamos seguros de que comprendemos correctamente.
    ——-
    Can you please give an example of what you mean, so we are sure to understand correctly.

    Best regards,
    Mike

    in reply to: How to change color of the add to cart box #992682

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

    #top div.woocommerce-message {
        border-color: #000 !important; 
        background-color: #000 !important; 
        color: #fff !important; 
    }
     #top div.woocommerce-message a.button {
        color: #000 !important; 
        background: #fff !important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 25,891 through 25,920 (of 34,867 total)