Forum Replies Created
-
AuthorPosts
-
Hey Chris!
Thank you for your visiting the support forum!
It doesn’t seem to be happening on our end when I check one of our installation with a child theme. Do you have the latest version of Enfold?
Best regards,
IsmaelHey BootsD!
Thank you for using the theme!
1.) You can use this to modify the secondary menu:
.header_color .sub_menu>ul>li>a { color: blue; }2.) The sliders inherit the size of the container. We don’t recommend applying a specific width or height for the sliders because it might break the responsive nature of the theme.
3.) I tested the site on IE9 and 10 but I don’t see the logo blurring. On what version of IE are you testing this?
4.) Are you using a third party plugin? Note that we don’t provide support for third party plugins. Thank you for your understanding.
Best regards,
IsmaelHey musklick!
Thank you for using the theme!
What is the position of your menu? It’s not a good idea to define a specific width because it might break the responsiveness of the menu section. If you can provide us with a screenshot of what you’re trying to achieve with the menu, that will help a lot.
Best regards,
IsmaelHi JBMKL!
Thank you for using the theme!
Edit js > avia.js, find this code on line 7:
var aviabodyclasses = AviaBrowserDetection('html');Below, add this code:
$('a.avia-button').attr('rel', 'nofollow');Cheers!
IsmaelHi!
Thank you for the update.
I’m not sure if this is going to work but please try to add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky.avia-android #header, .header_color .header_bg { background: #ffffff; }Cheers!
IsmaelHi!
Oh I see. Please try to add the following on Quick CSS or custom.css. This is for the logo images right before the footer:
.avia-msie .slide-entry-excerpt img { max-height: 140px; height: 140px; }Try this to fix the layer slider images:
html * .ls-wp-container .ls-slide > *, body * .ls-wp-container .ls-slide > *, #ls-global * .ls-wp-container .ls-slide > * { -ms-interpolation-mode: bicubic; }And for the submenu container:
.avia-msie #top #header .avia_mega_div > .sub-menu { display: table; min-height: 238px; display: block; }Best regards,
IsmaelJune 7, 2014 at 9:26 am in reply to: icon boxes – changing the holding shape from a circle to a square #276026Hey!
Thank you for the update.
Please use add this css to adjust the height of the custom content when you scroll down the page:
.header-scrolled div.custom_content img { height: 79px; }Best regards,
IsmaelHi!
Thank you for using the update.
I checked the website again and the logo is not overlapping the menu on iPad portrait view. It has a left margin. Did you add that? If possible, please post a screenshot of what you’re trying to do. If you simply want to move the logo position to the left, remove the margin-left property that you added for the .logo, .logo a, .logo a img selectors.
Cheers!
IsmaelHi!
Thank you the screenshot.
Is it ok if you use the alternative text field in place of the caption? What will happen is, you have to place the caption on the Alternative Text field. Edit loop-index.php then replace Dude’s changes with this:
$attachments = get_post(get_post_thumbnail_id()); $caption = $attachments->post_excerpt; $description = $attachments->post_content; $featured_img_desc = $description; if($slider) $slider = '<a data-type="'.$caption.'" class="post-attachment-caption" href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';Cheers!
IsmaelHey!
Thank you for the info.
I tried to login but I think the credentials are incorrect. Please check.
Best regards,
IsmaelHey!
Thank you for the update.
I tested Dude’s code on my end and it does slow down the opening speed of the accordion toggles. Make sure that you added the css snippet. Try to set the value to 10000 and you’ll see how slow the toggle will open. If possible, remove browser cache before testing the toggle.
Best regards,
IsmaelHey!
Thank you for the update.
I’m sorry but we won’t be able you to help unless we can see the site live. Just to make sure, I’ll ask Dude to check the thread. Maybe I didn’t fully understand your inquiry. Please wait for his response.
Best regards,
IsmaelJune 7, 2014 at 7:58 am in reply to: Fullscreen slider jumpy and not smooth on some browsers #276016Hi!
Thank you for the info.
Looks like we need to wait until Safari got better support for the webkit-transform property or you can disable the effect for Safari with this on Quick CSS or custom.css:
.safari .avia-fullscreen-slider .avia-slideshow-inner { -webkit-transform: translate3d(0px, 0px, 0px) !important; }Before adding the code above, edit header.php then find this code on line 61:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>Replace it with:
<body id="top" <?php $browser = avia_get_browser(); body_class($style." ".$avia_config['font_stack']." ".$blank.$browser); avia_markup_helper(array('context' => 'body'));?>>Regards,
IsmaelJune 7, 2014 at 7:43 am in reply to: HR element not recognizing spacing / breaking site layout after update. #276015Hey!
Thank you for the info.
The social plugin buttons are inside the one third flex column, maybe you added it manually on the page. Please check the page then remove the columns. Try to remove the default horizontal margin with this on Quick CSS:
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first { margin: 0; }Cheers!
IsmaelHey!
Thank you for the update.
Please use this on Quick CSS or custom.css to move the top position of the main menu. If possible, please create a test page of our suggestion regarding the sidebar.
.html_header_top.html_bottom_nav_header .main_menu { position: relative; top: 20px; }Cheers!
IsmaelHey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { margin: 0 auto; max-width: 90%; height: 75px !important; max-height: 75px !important; } .responsive.html_header_top #header_main .social_bookmarks { margin-top: 0; display: block; position: relative; width: 100%; clear: both; right: 0; } #advanced_menu_toggle, #advanced_menu_hide { top: 35%; } }Best regards,
IsmaelHi smorrone!
Thank you for using the theme.
You can add this code on the Quick CSS field or custom.css file to move the caption to the right of the slider:
.avia-caption { bottom: 17px; right: 17px; }The slider inherits the size of the container. This is what makes the slider responsive, so we wouldn’t recommend adding a specific width and height to it. If you really need to change the size, please use this css code:
.avia-slideshow { width: 50%; }Cheers!
IsmaelJune 7, 2014 at 7:25 am in reply to: Enfold 2.7 mobile: WMPL switch – incorrect position bug , mobile menu disappear #276008Hey!
Thank you for the update.
Did you modify anything on the theme files? Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { div .av_one_fourth { margin-left: 1%; width: 48.5%; } }Cheers!
IsmaelHey!
@Heathcliffe: You can try the solution provided on this link: http://stackoverflow.com/questions/10401819/jquery-how-to-stop-vimeo-video-when-click/12932722#12932722Regards,
IsmaelJune 6, 2014 at 4:28 pm in reply to: Pretty Photo – Can't get noLightbox class to work with another class #275647Hi Frink!
Thank you for visiting the support forum!
It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Also, please update the theme to Enfold 2.8.1.
Thank you for your understanding.
Cheers!
IsmaelJune 6, 2014 at 4:20 pm in reply to: Issues with button visualization on MObile when button is placed on layerslider #275646Hey Gurify!
Thank you for using the theme!
Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .avia-layerslider .avia-button.avia-size-large { padding: 7px 15px 6px; font-size: 10px; min-width: 50px; } }Cheers!
IsmaelJune 6, 2014 at 4:17 pm in reply to: Transparency menu color in header not working with Header Social icons enabled #275642Hey Heathcliffe!
Thank you for the heads up!
Please try to add this on Quick CSS to change the background of the header meta container to transparent:
.html_header_transparency div#header_meta { box-shadow: none; border: none; background: transparent !important; }Cheers!
IsmaelHey!
Thank you for using the theme!
@Michael: Thank you for trying to help!
@athlonius: I’m sorry but that particular feature is beyond the scope of support. You can try to edit header.php, find this code on line 63:<div id='wrap_all'>Below, add something like this:
<?php echo "<div class='header-top-bg'></div>"; ?>Then go to Enfold > General Styling > Quick CSS, add this:
.header-scrolled { margin-top: -200px; } div.header-top-bg { display: block; background: red; height: 200px; width: 100%; }The negative top margin of the header-scrolled should correspond with the height that you set for the header-top-bg. Use wp conditional to create different background for each page.
Regards,
IsmaelHey!
Thank you for the update.
We can’t reproduce the issue on our end too. I’ll keep the thread open. It is possible that you added an html tag and forget to close it which breaks the color section layout.
Regards,
IsmaelJune 6, 2014 at 4:02 pm in reply to: Image-link does not work when clicking at the first time #275629Hi!
Thank you for the update.
It seems to be computing the top position of the image overlay incorrectly, the first time you hover over it. Please download the latest version Enfold 2.8.1 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,
IsmaelJune 6, 2014 at 3:59 pm in reply to: Background main content image NOT loading in some specific pages #275622Hi Nerohm!
Thank you for using the theme.
Are you trying to add the background on a color section? If possible, please post a screenshot on where you want to display the background. Please try to add this on Quick CSS or custom.css:
.page-id-2874 div#av_section_1, .page-id-2896 div#av_section_1 { background: #ffffff url(https://florestana.com/wp-content/uploads/2013/04/fundo_rodape.jpg) bottom center repeat-x scroll; }Cheers!
IsmaelHi Richard!
Thank you for using the theme.
We’re really not sure why it’s not rendering the sidebar. Please try to deactivate the plugins then test the sidebar again. If possible, please create a test page with the same content as the link you provided.
Cheers!
IsmaelHi canter!
Thank you for using the theme!
Is this still happening? Where is the actual color section on the page that is having this issue? If you don’t mind, please post a screenshot. If possible, please create a test page. We would like to inspect it.
Regards,
IsmaelJune 6, 2014 at 6:28 am in reply to: Adding new Google fonts // including icons in HTML code #275460Hi!
Thank you for using the theme!
Please edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Playfair Display'] = 'Playfair Display'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Playfair Display'] = 'Playfair Display'; return $fonts; }You’ll see the Playfair Display font at the very bottom of the heading font selection.
Cheers!
Ismael -
AuthorPosts
