Forum Replies Created

Viewing 30 posts - 47,791 through 47,820 (of 66,017 total)
  • Author
    Posts
  • in reply to: Moving "back to top" button to left side #445864

    Hey kbasanti!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #scroll-top-link {
      left: 50px;
      right: auto;
    }

    Best regards,
    Ismael

    Hi jimrajan!

    Thank you for using Enfold.

    This is more of a plugin issue. Really not sure how to disable that. Please contact the plugin author.

    Regards,
    Ismael

    in reply to: image alt tags missing #445845

    Hi!

    Looks like you’re using the revolution slider. If I am not mistaken, there is an option to add an alt and title attribute in the slider layer. If the option is not available, please contact the plugin developer.

    Cheers!
    Ismael

    in reply to: diagonal menu #445837

    Hi webon_israel!

    Thank you for using Enfold.

    That is a slanted black transparent image called black_angle_bot.png below the header. Size is 1920x94px. Use google inspector or firebug to see it. You can create one then add it by using this in the Quick CSS field:

    header#header:after {
      content: '';
      background: url(IMAGE URL HERE) no-repeat top left;
      width: 100%;
      height: 94px;
      display: block;
      position: absolute;
    }

    If you don’t know how to create an image like that, please hire a freelance developer.

    Regards,
    Ismael

    in reply to: Border Featured Image #445821

    Hey wendyaarts!

    Thank you for using Enfold.

    Try this in the Quick CSS field:

    .grid-image img {
      border-style: solid;
      border-width: 5px;
      border-color: white !important;
    }

    Regards,
    Ismael

    in reply to: Buttons Position iPad portrait #445817

    Hi!

    Try to add this:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive #av_section_1 .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #av_section_1 .av_one_fourth.first {
      display: none;
    }
    
    body #av_section_1 .flex_column.av_one_fourth {
      margin-top: 0;
      clear: none;
    }}

    Edit the color section then add a unique id in the Section ID field. Use “custom-section” for example. Replace the #av_section_1 selector with the section id #custom-section.

    Best regards,
    Ismael

    in reply to: Remove border in portfilio grid and align mega menu #445795

    Hey mdekievit!

    Thank you for using Enfold.

    Try to add this in the Quick CSS field:

    .grid-sort-container.isotope.no_margin-container {
      width: 100.5%;
    }

    Is this happening on both chrome and firefox?

    Regards,
    Ismael

    Hi!

    I guess the problem is with these following categories:

    2-piece Jewelry Set
    3-piece Jewelry Set

    Try to change 2 with the word “Two” and 3 with “Three”. This product works OK without the said categories. It was included in the 3piece category:

    http://lysetremblayjewelry.ca/shop/black-onyx-and-smoky-quartz-bracelet-ly14-010b

    Cheers!
    Ismael

    Hi!

    Then WP Engine switched to the ENFOLD Child theme – my shop works well
    I then preview with the parent ENFOLD theme and select the correct menu to display – the preview for single product does not display

    It is working when you activate the child theme? Do you remember adding or editing any files which might be related to the breadcrumb inside the child theme folder? Please switch to the child theme. We would like to check the breadcrumb structure. Post the login details to the staging site: http://lysejewelry.staging.wpengine.com/shop (hosted on WPengine)

    Cheers!
    Ismael

    in reply to: Anchor Link does not jump correct #445570

    Hey Bernd!

    Thank you for using Enfold.

    Please remove this css code:

    #klinik_haeuser, #klinik_traeger, #klinik_lage, #klinik_mutter-kind-kur, #video, #team, #kontakt, #impressum {
    min-height:50px;
    }

    Best regards,
    Ismael

    in reply to: Mobile Menu #445568

    Hi!

    Try to delete the comments directly in the database. Use this plugin: https://wordpress.org/plugins/wp-optimize/

    Please create a backup of the database before using the plugin.

    Cheers!
    Ismael

    in reply to: Buttons not working in iOS #445566

    Hi!

    Thank you for visiting the support forum.

    I checked the site but it’s not using Enfold or any of the avia themes.

    Cheers!
    Ismael

    in reply to: Upgrade Path Suggestions #445555

    Hi form2function!

    Thank you for using Enfold.

    Since you’re using a very old version of the theme, you may need to reconfigure the theme options and recreate broken elements on the theme. The section that will surely break is the header because of the new header configurator. Any modified templates (like header.php, single.php etc) in the child theme will need proper modifications as well. The sidebar should be OK unless you used special characters in the custom widget area name. You might find misplaced widgets.

    Please create a backup before updating the theme.

    Cheers!
    Ismael

    Hey 1lizcollins!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    html.html_header_sidebar #wrap_all {
      background-color: transparent;
    }

    Cheers!
    Ismael

    in reply to: Header divide from content #445551

    Hey wienerpresswerk!

    Thank you for using Enfold.

    The header layout is set to transparent. Set the Layout > Header visibility and transparency to “No Transparency”. Remove the color section after.

    Best regards,
    Ismael

    in reply to: Changed colors in footer but nothing happened #445550

    Hey!

    Looks like you’re using an old version of the theme. Please update to version 3.1.5.

    Cheers!
    Ismael

    in reply to: Dynamically adjust iconbox height to be responsive #445549

    Hi ewingmh!

    Thank you for using Enfold.

    Use css media queries to adjust the height of the icon box on different screen sizes.
    https://css-tricks.com/css-media-queries/
    https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    A few examples of css media queries.

    @media only screen and (min-width: 1140px)  {
    
    }
    
    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 989px) {
    }
    
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    
    }
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }

    Best regards,
    Ismael

    in reply to: Erst volle Breite dann Sidebar? #445547

    Hey Philipp!

    Thank you for using Enfold.

    Use the color section element to create a full width container on top of the sidebar.

    Cheers!
    Ismael

    in reply to: Custom ID to make color section scroll // #445545

    Hey!

    Thank you for using Enfold.

    1.) I”m sorry but it’s not possible to add a scroll function in the testimonial element. You can use the slider but it only show one testimonial item at a time.

    2.) You can do something like this in the Quick CSS field:

    .avia_transform .av_slideshow_full ul li:nth-child(1) .avia-caption-title {
      background: rgba(255,255,255,.5);
    }
    
    .avia_transform .av_slideshow_full ul li:nth-child(2) .avia-caption-title {
      background: rgba(0,6,255,.5);
    }

    The code should change the first and second slide caption background.

    Cheers!
    Ismael

    in reply to: BBPress formatting and sidebar #445541

    Hey!

    Try to wrap the code inside a conditional function:

    $avia_config[‘layout’][‘current’] = $avia_config[‘layout’][‘fullsize’];
    $avia_config[‘layout’][‘current’][‘main’] = ‘fullsize';
    

    Use the is_page function. https://codex.wordpress.org/Function_Reference/is_page

    Cheers!
    Ismael

    in reply to: Menu logo not scaling properly. #445540

    Hi qeeqac!

    Thank you for using Enfold.

    Aside from the css modifications, did you edit or add any files? I checked the logo but I’m not sure why it doesn’t shrink automatically.

    Cheers!
    Ismael

    in reply to: Different Header Menu Per Page? (Round 2) #445536
    in reply to: HTTPS calls insecure external ressources #445535

    Hey jesperbruun!

    Thank you for using Enfold.

    This plugin is a bit outdated but it should fix the issue: https://wordpress.org/plugins/wordpress-https/

    Regards,
    Ismael

    in reply to: Cannot Edit Pages #445533

    Hi cpeluzzo!

    Thank you for using Enfold.

    Please update to version 3.1.5. The update should fix the issue.

    Regards,
    Ismael

    in reply to: Fullwidth Footer #445532

    Hi ewingmh!

    Thank you for using Enfold.

    Do you want to increase the width of the footer container? Try this in the Quick CSS field:

    .responsive #footer .container {
      max-width: 90%;
    }

    Best regards,
    Ismael

    Hey!

    Edit the masonry element then look for the Pagination settings. Set it to “Load More”.

    Regards,
    Ismael

    in reply to: Blog Posts #445241

    Hi Courtney!

    Thank you for using Enfold.

    Place the blog inside a color section. Edit the color section, apply a unique id to the Section ID field. Use “blog-section” for example. Add this in the functions.php file:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($){	
    	var pagination = $("#top .pagination a"),
    		url = window.location.href,
    		initial = url.indexOf('/page/') >= 1;
    			
    	if(pagination.length >= 1 && initial) {				
    		$('html,body').animate({
    			scrollTop: $('#blog-section').offset().top
    		},2000);
    	}
    }(jQuery));
    </script>
    <?php
    }

    Best regards,
    Ismael

    Hi!

    Use this:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #collections .no_margin .flex_cell_inner {
      width: 100%;
      max-width: 100%;
    }}

    In your custom css codes, I noticed that you are separating css media queries with the same width. For example:

    @media only screen and (max-width: 767px) {
    	.responsive #top .slideshow_caption .avia-caption-content {
    		font-size: 15px !important;
    	}}

    And this:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    		font-size: 32px !important;
    	}}

    You can combine them in a single media query:

    @media only screen and (max-width: 767px) {
    	.responsive #top .slideshow_caption .avia-caption-content {
    		font-size: 15px !important;
    	}
    	
    	.responsive #top .slideshow_caption h2 {
    		font-size: 32px !important;
    	}
    	
    	#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    	  padding: 0px 20px;
    	}
    }

    CSS media queries usually go at the very bottom the css stylesheet.

    Best regards,
    Ismael

    Hey!

    There is javascript error on the page. What is this code for?

    <script type="text/javascript">
    	var $theColor = "#FFFFFF";
    	// alert($theColor);
    	$(document).ready(function(){ 
    		fadeThemBorders($theColor); 
    	});
    </script>

    Please remove it then test the parallax effect here: http://mikkels.com/test-parallax/

    Regards,
    Ismael

    in reply to: Problem multiple post loops showing duplicate posts #445238

    Hey Danielkuipers!

    Thank you for using Enfold.

    Edit the blog posts element then set the Offset Number settings to prevent duplicated posts.

    Regards,
    Ismael

Viewing 30 posts - 47,791 through 47,820 (of 66,017 total)