Forum Replies Created
-
AuthorPosts
-
Hey kbasanti!
Thank you for using Enfold.
Please add this in the Quick CSS field:
#scroll-top-link { left: 50px; right: auto; }
Best regards,
IsmaelMay 18, 2015 at 5:15 pm in reply to: sitemap generation with WordPress SEO getting 404 errors #445856Hi 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,
IsmaelHi!
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!
IsmaelHi 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,
IsmaelHey 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,
IsmaelHi!
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,
IsmaelHey 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,
IsmaelMay 18, 2015 at 4:29 pm in reply to: URGENT – Theme causing WooCommerce product not to display #445790Hi!
I guess the problem is with these following categories:
2-piece Jewelry Set
3-piece Jewelry SetTry 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!
IsmaelMay 18, 2015 at 10:57 am in reply to: URGENT – Theme causing WooCommerce product not to display #445572Hi!
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 displayIt 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!
IsmaelHey 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,
IsmaelHi!
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!
IsmaelHi!
Thank you for visiting the support forum.
I checked the site but it’s not using Enfold or any of the avia themes.
Cheers!
IsmaelHi 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!
IsmaelMay 18, 2015 at 10:06 am in reply to: Site looks different after updating theme to most recent version #445552Hey 1lizcollins!
Thank you for using Enfold.
Add this in the Quick CSS field:
html.html_header_sidebar #wrap_all { background-color: transparent; }
Cheers!
IsmaelHey 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,
IsmaelHey!
Looks like you’re using an old version of the theme. Please update to version 3.1.5.
Cheers!
IsmaelHi 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,
IsmaelHey Philipp!
Thank you for using Enfold.
Use the color section element to create a full width container on top of the sidebar.
Cheers!
IsmaelHey!
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!
IsmaelHey!
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!
IsmaelHi 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!
IsmaelHey!
Please refer to these links for a possible fix:
https://kriesi.at/support/topic/menu-creation-disappear-when-activating-enfold-v2/#post-433916
https://kriesi.at/support/topic/menu-creation-disappear-when-activating-enfold/#post-252435Cheers!
IsmaelHey 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,
IsmaelHi cpeluzzo!
Thank you for using Enfold.
Please update to version 3.1.5. The update should fix the issue.
Regards,
IsmaelHi 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,
IsmaelMay 16, 2015 at 7:02 am in reply to: Portfolio Grid extremely slow to load with Ajax Preview #445244Hey!
Edit the masonry element then look for the Pagination settings. Set it to “Load More”.
Regards,
IsmaelHi 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,
IsmaelMay 16, 2015 at 6:14 am in reply to: Edge to edge (fullwidth) on mobile / tablet: Image with caption in grid row #445240Hi!
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,
IsmaelMay 16, 2015 at 6:06 am in reply to: How to do the "our menu" wine-glass-picture parallax scrolling? #445239Hey!
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 -
AuthorPosts