Forum Replies Created
-
AuthorPosts
-
Hey crewneck!
Thank you for using Enfold.
You can edit js > avia.js file, find this code on line 726:
duration= data.duration || 1200,
Decrease the value. Remove browser cache then reload the page.
Best regards,
IsmaelHi!
Thank you for using Enfold.
Did you add the id on the For Developers: Section ID field? Remove the hashtag symbol. You need to set the min-height property and maybe remove the padding. For example:
#navf { min-height: 10px; height: 10px; }
Why do you need to set the section height?
Regards,
IsmaelFebruary 2, 2015 at 10:08 am in reply to: Header CSS visible in main body of email blog posts #389220Hey!
Can you please provide a screenshot of the issue? I don’t think we can control the email content format.
Regards,
IsmaelHey!
Thank you for using Enfold.
@magpie6: You can’t change the special heading styling on the element option? Can you please provide a screenshot of the issue?
@begrafiks: Thanks for helping out.Regards,
IsmaelHi!
@darranreadman: Please provide a screenshot of the issue and a link to the actual site. Make sure that you’re running Enfold 3.0.8 on WordPress 4.1.Cheers!
IsmaelHi!
The texts are using the correct font family which is Alegreya Sans. Isn’t that what you want? If not, please provide a screenshot. When you say “Header 3”, do you mean “h3”?
Cheers!
IsmaelHey Bernd!
Thank you for using Enfold.
Try this on Quick CSS:
div#example_video_id_185212883 { width: 100% !important; height: 174px !important; }
Unfortunately, we can’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Cheers!
IsmaelHey Bernd!
Thank you for the screenshots.
Adjust the bottom margin with this:
ul.dpe-flexible-posts li { margin-bottom: 20px; }
Cheers!
IsmaelHey Joe!
Thank you for using Enfold.
Just add this on Quick CSS:
#header_main { z-index: 10; }
Cheers!
IsmaelFebruary 2, 2015 at 9:29 am in reply to: Mobile with transparent header social buttons only show boxes #389201Hey!
Place it inside the css media query:
@media only screen and (max-width: 767px) { #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul { background-color: #ff4d47 !important; } }
Cheers!
IsmaelHey!
Alright. First, you need to set the black logo as the default logo then disable header shrinking but keep the behavior fixed or sticky. After that, we’ll figure out the home page header. Remove this code to keep the menu container aligned:
.av-main-nav li { top: -30px; }
Add this to disable the shrinking on inner pages:
add_action('wp_footer', 'avf_header_rev', 1); function avf_header_rev(){ ?> <script> (function($){ $(window).scroll(function() { var home = $('body').hasClass('home'), header = $('.html_header_top.html_header_sticky #header'); if(!home) { $(header).removeClass('av_header_shrinking'); } }).scroll(); })(jQuery); </script> <?php }
Regards,
IsmaelHey!
I think this is the same inquiry as this one: https://kriesi.at/support/topic/setting-logo-size-different-for-home-page/
We’ll close this one.
Regards,
IsmaelHi zerodi!
Thank you for using Enfold.
Try this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .avia-content-slider .slide-entry-wrap { width: 48%; margin-bottom: 40px !important; margin-left: 1% !important; }}
Cheers!
IsmaelFebruary 2, 2015 at 8:28 am in reply to: Troubles with the header (fixed/responsive/height…) #389181Hey!
Please check the site. We added this on Quick CSS to change the background of the shrinked header:
.header-scrolled.header_color .header_bg { background: #ffffff; }
Adjust the background color value.
Regards,
IsmaelHey!
You can share images via link when using dropbox. https://www.dropbox.com/en/help/498
It is easier to share images using imgur. You don’t need an account.
Regards,
IsmaelHey!
I tested it on an iPod Touch 5, hardware specification is almost the same, and it loads fine even after multiple refresh. Try to restart the device, remove browser cache then test it again. The website looks nice, btw.
Regards,
IsmaelHi!
You have two different installation of WP, right? Please use this for http://theimplantexperts.com site.
add_action('ava_after_main_menu','custom_things'); function custom_things() { echo '<div class="secondary-logo"> <a href=" http://dentists.theimplantexperts.com/"> <img src="http://theimplantexperts.com/wp-content/uploads/2015/01/TIE_WebHeader_Patientslink.png" /> </a> </div>'; }
And this one for the other site:
add_action('ava_after_main_menu','custom_things'); function custom_things() { echo '<div class="secondary-logo"> <a href=" http://www.theimplantexperts.com/"> <img src="http://dentists.theimplantexperts.com/wp-content/uploads/sites/2/2015/01/TIE_WebHeader_Patientslink1.png" /> </a> </div>'; }
Use the same css for both sites.
Cheers!
IsmaelHi!
Thank you for using Enfold.
I’m sorry but you’re using an outdated version of the theme, 3.0.4. Please download the latest version, 3.0.8 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
After the update, please switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
IsmaelFebruary 2, 2015 at 7:48 am in reply to: Can't change number of gallery rows on gallery feature #389168Hey!
The internal styling which calculates the gallery thumbnail size fails to render on your home page but I’m not sure why. For a temporary fix, you can add this on Quick CSS or custom.css to change the columns to 4:
.home #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 25% !important; }
Is OK for us to disable the plugin while testing the site? The Hide My WP plugin might hinder us from accessing the site once deactivated.
Cheers!
IsmaelHi Werner!
Thank you for using Enfold.
I’m not sure if I understand the inquiry correctly but if you want to change the bullet points of the list element, add this on Quick CSS:
ul.disc, .entry-content-wrapper ul { list-style: square outside; }
Refer to this link for more list styles option: http://www.w3schools.com/cssref/pr_list-style-type.asp
Cheers!
IsmaelHi!
The code above works fine on our installation. Please provide a link to the actual page with the featured image.
Best regards,
IsmaelHey crewneck!
Thank you for using Enfold.
Try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive .logo a { display: inline-block; vertical-align: middle; } .responsive .logo { position: relative; display: block; width: 100%; text-align: center; } }
Regards,
IsmaelFebruary 2, 2015 at 7:18 am in reply to: Sandwich Menu Botton doesn't open in iPad landscape mode #389159Hey!
Thank you for using Enfold.
Please remove the modifications above then go to Enfold > Header >Mobile Menu panel. Set the Header Mobile Menu activation settings to the second option.
Best regards,
IsmaelHey!
Thank you for the update.
How did you add the element? You can place the code on pastebin.com. I think you’re missing the third entry on the required attribute which is the value of the Add Title’s subtype “Show”. If you have this code to render the “Add Title” setting:
array ( "name" => __("Add Title", 'avia_framework' ), "desc" => __("Description here", 'avia_framework' ), "id" => "src", "type" => "select", "std" => "no-title", "subtype" => array( __('None', 'avia_framework' ) =>'no-title', __('Show', 'avia_framework' ) =>'show-title', ) ),
The required attribute of the “Title Location” and “Title Name” options should be:
"required" => array('src','not','show-title'),
Best regards,
IsmaelHi!
Please replace the code with this:
.home #main div div main.template-page.content:first-child { padding-top: 0; }
If you want to make the top level menu items clickable, go back to Appearance > Menus then remove the default ones. Replace them with custom links with # symbol as URL.
Regards,
IsmaelHey!
Hmm.. Not sure if understand it clearly but thanks for sharing. Might be useful for other users with the same issue. :)
Regards,
IsmaelHi!
Add this on Quick CSS:
.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image { margin: 0 10px 0 0; width: 40px; height: 40px; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
Cheers!
IsmaelHi!
Thank you for using Enfold.
I’m sorry but you’re using an outdated version of the theme. Please download the latest version, 3.0.8, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Ismael -
AuthorPosts