Forum Replies Created
-
AuthorPosts
-
Hey!
You can use imgur, dropbox or any related hosting site to post a screenshot. Please provide a link to the actual website so that we can inspect it.
Best regards,
IsmaelHey compasslocal!
Thank you for using Enfold.
Have you tried using the theme’s video shortcode? Or use a code like this on a HTML / Video / Audio layer:
<div onclick="thevid=document.getElementById('thevideo'); thevid.style.display='block'; this.style.display='none'"> <img style="cursor: pointer;" src="PREVIEW IMAGE URI HERE" alt="" /> </div> <div id="thevideo" style="display: none;"> <iframe width="640" height="360" src="VIDEO SOURCE HERE" frameborder="0" allowfullscreen></iframe> </div>It’s better if you upload the video on youtube.
Cheers!
IsmaelHi!
I tested the code on the plugin’s HTML / Video / Audio layer and it works fine. I don’t get the video overlay after you clicked the preview image. Please post the login details here. Set it as a private repy.
Regards,
IsmaelHey!
You should set the overflow property of the logo to visible. Try this:
strong.logo, .logo a { top: 20px; max-height: 150px; overflow: visible; }Cheers!
IsmaelHi marshallrobinson!
Thank you for using Enfold.
Edit the Gallery element then set the Gallery Big Preview Image Size to “No Scaling” and then disable the Force same size for all big preview images? setting. Add this on Quick CSS:
#top div .avia-gallery .avia-gallery-big-no-crop-thumb { height: auto !important; }Cheers!
IsmaelHi!
Try the solution provided here: https://kriesi.at/support/topic/search-not-working-in-ie8/#post-328178
Cheers!
IsmaelHey!
@Remco Geelen: I believe this is fixed. We added this code on functions.php to disable the theme options translation:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }
@bonami: Please try the solution above then go Enfold > Sidebar Settings. Disable the sidebar for pages.Cheers!
IsmaelHey!
Please change the order of the columns on the advance layout builder then change it back. Update the page. There is an unwanted p tag between the first and second columns which breaks the layout on iPad view.
Cheers!
IsmaelHey!
Can you please provide a screenshot? I’m not sure if I understand “left hand menu on product page”.
Regards,
IsmaelHey!
It’s not happening on most Enfold sites with the masonry element. Seems to be specific on your installation. Try to deactivate all plugins then test it again. Remove the browser cache then reload the page.
Regards,
IsmaelHi!
Replace the code with this:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto Condensed'] = 'Roboto Condensed:300italic,400italic,700italic,400,300,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto Condensed'] = 'Roboto Condensed:300italic,400italic,700italic,400,300,700'; return $fonts; }You can now select the Roboto Condensed font on the Theme Options > Font panel.
Best regards,
IsmaelJanuary 30, 2015 at 8:52 am in reply to: How to Change Featured Image Sizes? Changing functions.php has no effect #388142Hi!
After you adjust the width and height of the thumbnails, did you go to Tools > Regen. Thumbnails panel? You need to regenerate the images again if you want this solution to work. Or upload the featured images again manually.
Best regards,
IsmaelHey!
Try to replace the code with this:
@media only screen and (max-width: 767px) { .home #top #wrap_all #header {position: absolute !important;} }Best regards,
IsmaelHey!
You can try something like this:
.big-preview.single-small .avia-post-format-image a:before { content: ''; display: block; width: 80%; min-height: 80%; background: transparent; z-index: 10; position: absolute; padding: 100px; box-sizing: border-box; border: 1px solid #ffffff; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }Regards,
IsmaelJanuary 30, 2015 at 8:36 am in reply to: Max site width always 910px after updating to 3.0.5 #388139Hey Cum_Vincere!
Thank you for using Enfold.
Try to update the theme to 3.0.8. We may need to see the actual website. Please post the url here once it’s live. If you have a cache and minify plugin, disable it.
Regards,
IsmaelJanuary 30, 2015 at 8:34 am in reply to: Saving Changes on Frontpage deletes Content – after Update to 3.0.7 #388138Hey!
The login credentials you provided above are not working. Please check.
Cheers!
IsmaelJanuary 30, 2015 at 8:31 am in reply to: Can't change number of gallery rows on gallery feature #388136Hi!
Sorry for the delay. I can only see 3 columns on the home page. If you have any cache or minify plugins, disable it.
Best regards,
IsmaelHey!
It seems to be working fine on Chrome Windows 8. I clicked Trekking > Colombia from the Climbing page and it lands down exactly on the #colombia-trekking section.
Best regards,
IsmaelJanuary 30, 2015 at 8:25 am in reply to: Socket Default Background colour overwrites the body background colour. #388134Hey!
Thank you for the screenshots.
Can you please toggle the general styling settings again then save changes? Or try this on Quick CSS:
html, #scroll-top-link { background-color: #363636; }Cheers!
IsmaelJanuary 30, 2015 at 8:22 am in reply to: Change background color for some of the sublevel menu? #388133Hey!
Use css child selectors: http://css-tricks.com/how-nth-child-works/
#menu-item-883 > .sub-menu li:nth-child(-n+4) a { background: #c0d6b1; }Cheers!
IsmaelHi!
Adjust the background size with this on Quick CSS:
.flex_cell.no_margin.av_one_third { background-size: 100% 100%; }Set the Mobile Behaviour of the grid row element to the default option.
Cheers!
IsmaelJanuary 30, 2015 at 8:09 am in reply to: How to insert a small bar at the bottom of the header #388130Hi!
You can try this on Quick CSS:
header#header { border-bottom: 15px solid red; } .html_header_top.html_header_sticky.html_large #main { padding-top: 146px; }Adjust the border color.
Cheers!
IsmaelHey!
I’m sorry but we won’t be able to help unless we can access the site. Did you add any modifications on the theme? Or switch the header to left sidebar then we’ll inspect it.
Cheers!
IsmaelJanuary 30, 2015 at 8:03 am in reply to: Portfolio Bildraster mit 6 Spalten geht nicht im Firefox 35.01 #388125Hi!
Thank you for the link.
Try this on Quick CSS:
.avia-mozilla #top .no_margin.av_one_sixth { width: 16.6555%; }Cheers!
IsmaelHi DROR!
Thank you for using Enfold.
Choose the second option on Enfold > Header > Mobile Menu > Header Mobile Menu activation..
Cheers!
IsmaelHi!
Try to add this on functions.php:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }Regards,
IsmaelHi!
Please install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Change the height of the entry_with_sidebar thumbnail. Update then save changes. Regenerate the thumbnails after.
Cheers!
IsmaelHi Ceyhun95!
Thank you for visiting the support forum.
I’m sorry but I can’t see the white border on the website. Did you fix it?
Regards,
IsmaelHey Ceyhun95!
Thank you for using Enfold.
I’m not sure if I understand you clearly (google translate) so if possible, please provide a screenshot of the issue or translate the inquiry to english.
Cheers!
IsmaelJanuary 29, 2015 at 9:46 am in reply to: Quick CSS for Static Search box instead of Popout Search button #387587 -
AuthorPosts
