Forum Replies Created
-
AuthorPosts
-
Hey!
That’s weird. It should be vice versa or should not be happening at all. Please try to ask your friends to visit the site using their mobile phone. I’ll ask the rest of the support team to test it on their device.
Best regards,
IsmaelHey!
The user is adding html tags on the contact form editor which reverts back after update. Is that what’s happening on your case? Please stick to your own thread. Thank you.
Best regards,
IsmaelHi!
Have you tried using another browser? Chrome perhaps? As you see, we were able to edit the settings on the menu panel.
Best regards,
IsmaelHi!
Thank you for the screenshots. Please edit the table element then set the table purpose to tabular and the Responsive Styling to scrollable.
Best regards,
IsmaelHi!
Unfortunately, we’re still not sure what’s causing the issue with the layer slider. Please try to do the following:
1.) Download WordPress 4.1 again then override your installation.
2.) Download a fresh copy of the theme, delete the current one then upload the theme via FTP.
http://kriesi.at/documentation/enfold/install-enfold-over-ftp/Regards,
IsmaelHey!
I tried to login to the site but the I got an error:
Du hast nicht die erforderlichen Rechte, um auf diese Seite zuzugreifen.
Cheers!
IsmaelHey!
I can see that some of the links are still not working properly. Please try to add this on Quick CSS:
.grid-entry.flex_column.isotope-item { max-height: 248px !important; min-height: 248px !important; }I’ll ask the rest of the support team to take a look.
Best regards,
IsmaelHi!
I checked the site on an iPod touch and it works fine. This issue should be fix on the latest version of the theme, 3.0.8. Please remove browser cache then test the site again.
Best regards,
IsmaelHey!
You’re using a very large image, 4349x3431px. Try to resize the image first to 1/4 or 1/3 of the original size, trim down the height a little bit then upload it again. The size of the image on the demo is only 1500x630px.
Best regards,
IsmaelHey!
Try to target the video with this selector then:
.video-js { width: 100% !important; height: 174px !important; }Use css media queries to adjust the height on different screen sizes.
Best regards,
IsmaelHey!
Please open another thread for this issue because it’s getting out of topic. Anyway, try to install this plugin to configure the smtp server settings: https://wordpress.org/plugins/easy-wp-smtp/
Cheers!
IsmaelHey mazupan!
Thank you for using Enfold.
You can edit includes > helper-main-menu.php, look for this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);Below, you can add the widget code. You probably need to use the dynamic_sidebar function: http://codex.wordpress.org/Function_Reference/dynamic_sidebar
Cheers!
IsmaelHey!
If you want the animation to start immediately or when the elements emerge at the bottom of the viewport, you can edit js > shortcodes.js, find this code on line 79:
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '80'});Replace it with:
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '100%'});Cheers!
IsmaelHey 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!
Ismael -
AuthorPosts
