Forum Replies Created
-
AuthorPosts
-
Hey dustinstorm!
Thank you for using Enfold.
There are third party scripts that is breaking the mobile menu navigation. Please try to deactivate all plugins then test it again.
Cheers!
IsmaelHi!
You can move the tabs downwards with this:
#top .tabcontainer { margin-top: 100px; }Cheers!
IsmaelHey dlcweb!
Thank you for using Enfold.
The skin is actually not being use anymore because it has been replaced by custom css codes, icon fonts etc.
Best regards,
IsmaelHey janetgot!
Thank you for using Enfold.
1.) Use this to fix the header:
.html_header_top.html_header_sticky #header { position: fixed; z-index: 10000; }2.) You have this code on the style.css file which affects the image on the 3rd column:
.avia-builder-el-14, .avia-builder-el-15, .avia-builder-el-17, .avia-builder-el-18 { width: 200px; font-size: 110%; }If you want to modify specific elements on the theme, enable the custom css class on the advance layout builder: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHi!
Enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the special heading then add a unique css class attribute. Use “custom-heading” for example. Add this on Quick CSS:
.custom-heading h1, .custom-heading .av-subheading { background: rgba(0,0,0,.5); padding: 10px; }Best regards,
IsmaelFebruary 5, 2015 at 2:19 pm in reply to: Can't change number of gallery rows on gallery feature #391325Hi!
@codecreative: Why do you have a footer.php and functions-enfold.php file on the child theme folder? Please remove those files temporarily then test the gallery columns again.Cheers!
IsmaelHey!
It is hidden by default when the blog is set to grid. Try to add this on Quick CSS:
.av-blog-meta-date-disabled .minor-meta.date-container, .av-blog-meta-date-disabled .text-sep-date { display: inline-block; }Best regards,
IsmaelHey!
I deactivated the cache plugin then edit the contact form and it works fine. Activated the cache plugin back then we turned on the Clear all cache files when a post or page is published or updated option and so far the contact form doesn’t revert back to its default settings.
Regards,
IsmaelFebruary 5, 2015 at 1:41 pm in reply to: intermittent problem with parallax color section since last Enfold update #391295Hi!
Yes, that would help. Please try this on functions.php:
add_action('wp_footer', 'ava_fix_parallax', 10); function ava_fix_parallax(){ ?> <script> (function($){ $(window).load(function() { var ls = $('.avia-layerslider').length; console.log(ls); if(ls >= 1) { var parallax = $('.av-parallax').height(), parent = $('.av-parallax').parent().height(), top = (parallax - parent) * 1.5; $('.av-parallax').css('top', '-' + top + 'px'); } }); })(jQuery); </script> <?php }This is a temporary fix. Let us know if it helps.
Regards,
IsmaelHey!
Please remove the modifications above then try this on functions.php:
add_action('wp_footer', 'ava_fix_parallax', 10); function ava_fix_parallax(){ ?> <script> (function($){ $(window).load(function() { var ls = $('.avia-layerslider').length; if(ls) { var parallax = $('.av-parallax').height(), parent = $('.av-parallax').parent().height(), top = (parallax - parent) * 1.5; $('.av-parallax').css('top', '-' + top + 'px'); } }); })(jQuery); </script> <?php }Regards,
IsmaelHi!
Can you please provide a link to the issue? A screenshot perhaps? The masonry gallery looks fine on the home page. Please try to remove the browser cache then reload the page.
Best regards,
IsmaelHey!
This might require custom modifications that is beyond the scope of support but if you can provide a screenshot of how you want the blog layout to look, maybe we can help.
Cheers!
IsmaelHey!
Try to switch the builder to debug mode (http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/) then copy the actual shortcode on a text file. Delete the page then recreate it again. Move the shortcode inside the shortcode field.
Cheers!
IsmaelHey!
Alright. Please try this on Quick CSS:
.entry-content-wrapper div li { text-indent: 0; font-family: Istok Web; color: #919792; font-weight: 400; font-style: normal; text-decoration: none; text-transform: none; font-size: 14px; }Cheers!
IsmaelHi!
The website (http://webbed.ease.com/wp-login/) is not loading. Please check. I’ll ask the rest of the support team to check. Please switch the builder to debug mode so that we can see the actual shortcode when we check the page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
IsmaelFebruary 4, 2015 at 2:43 pm in reply to: custom post and category and blog post and category conflict #390742Hey gauravrakhecha!
Thank you for using Enfold.
Set the Blog page as blog on Enfold > Where do you want to display blog? option then go to the Blog Layout panel. Set the Blog Style to use the Advance Layout Builder. Now, edit the blog page, add the Blog Posts element. Select the categories manually.
Best regards,
IsmaelHey Tinsterman!
Thank you for using Enfold.
What is the name of the custom widget that you created? Solution no. 3 on this link should work: https://kriesi.at/support/topic/questions-related-to-the-search-function/#post-312982
Best regards,
IsmaelHi!
Edit a post or page then switch the editor to Visual mode. Use the shortcode wand to insert the Image element.
Cheers!
IsmaelFebruary 4, 2015 at 2:18 pm in reply to: 3 or more buttons possible in full width easy slider? #390731Hey!
You can try the code on the Quick CSS field. Note that you can also assign custom css for every avia elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHey!
You can replace the theme’s default video shortcode with the wp video shortcode: http://codex.wordpress.org/Video_Shortcode
Place the shortcode on a code block:
[video src="http://www.youtube.com/watch?v=G0k3kHtyoqc" autoplay="on" width="900" height="400" loop="on"]Remove the controls with this on Quick CSS:
.mejs-controls { display: none !important; }Regards,
IsmaelFebruary 4, 2015 at 2:05 pm in reply to: Enfold photography demo – Instructions on using the Masonry Gallery? #390727Hey!
Actually, the largest image that you will see on the masonry section is 705x705px, this is the specified thumbnail size for the masonry element, but the theme will determine the orientation of the images base on the original size uploaded. So it all comes down to image format and optimization. You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php file if you want to specify the image dimension. It will take a major code rewrite though so you may need to hire a freelance developer.
Best regards,
IsmaelHi!
Please replace the code with this:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title, .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { visibility: visible; -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; }Best regards,
IsmaelHi Katrin!
Thank you for using Enfold.
Please delete the enfold_child_de.css file located on http://inspiriting.biz/Gr8n5pi/wp-content/uploads/dynamic_avia folder then toggle any DE theme options. Save changes to regenerate the file.
Best regards,
IsmaelHi!
Decrease the font of the top menu:
@media only screen and (max-width: 767px) { .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { float: left; width: auto; text-align: left; margin: 0; position: relative; padding-left: 0; top: 2px; } .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 9px; padding: 2px 0; } }Remove browser cache then reload the page.
Regards,
IsmaelHi!
Which blog style are you currently using? You can use the more tag to limit the excerpt. http://en.support.wordpress.com/splitting-content/more-tag/
Cheers!
IsmaelHey!
It should be fine as long as you enabled the Noindex subpages of archives on SEO > Title & Metas > Sitewide meta settings.
Best regards,
IsmaelHey!
Remove the custom content on mobile view with this:
@media only screen and (min-width: 768px) { .custom_content { display: none; }}Cheers!
IsmaelHey!
Thank you for the info. Please try to add this on functions.php:
add_action('wp_footer', 'ava_mobile_header', 5); function ava_mobile_header(){ ?> <script> (function($){ $(window).scroll(function() { if($(window).width() <= 989){ var header = $('.html_header_top.html_header_sticky #header'); header.addClass('header-scrolled'); } }); })(jQuery); </script> <?php }Remove the browser cache then reload the page.
Cheers!
IsmaelFebruary 4, 2015 at 12:45 pm in reply to: Enconding error or ? marks on icon titles (admin/page edit) #390699Hi!
Please try to remove the characters then update the page. Add them again.
Cheers!
IsmaelHi!
You can add html codes on the fullscreen slider’s caption fields. For example:
<img src="IMAGE URI HERE">Regarding the logo, please remove or adjust this code located on the Quick CSS field:
@media only screen and (max-width: 1000px) { .responsive .logo img { max-width: 300px; height: 100%; }}Best regards,
Ismael -
AuthorPosts
