Forum Replies Created
-
AuthorPosts
-
Hey!
Glad it is working now.
I tested this on my end and all the avia elements are added properly along with the woocommerce shortcode. What are the elements that you’re trying to add? Are you working on the default editor or the advance layout builder?
Regards,
IsmaelHey!
@Pixelbits: Thank you for sharing the info! I hope this solution will help fix the problem entirely.To anyone who’s having the same issue, please try the solution posted by Pixelbits. https://kriesi.at/support/topic/visual-editor-not-working-after-update-to-wp-3-9/#post-259074
Best regards,
IsmaelHey Brian!
Thank you for visiting the support forum!
You need to deactivate the default layer slider first. Please add this on functions.php if you want to use the layer slider as a stand alone plugin. This will disable the default layer slider that is included within the theme, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Add this code below:
add_theme_support( 'deactivate_layerslider' );Once the default layer slider is disabled, please install the plugin. Let us know if it works.
Cheers!
IsmaelHey!
Thank you for visiting the support forum.
I’m sorry but the link you provided doesn’t load on my end. Please check. I’ll ask the rest of the support team to check this.
Best regards,
IsmaelHey randoloid!
Thank you for using the theme!
Yes, that is possible. Please add this on Quick CSS or custom.css:
div.avia-gallery-thumb a { float: none !important; display: inline-block !important; position: relative; } div.avia-gallery-thumb { text-align: center; position: relative; width: 100%; }Cheers!
IsmaelHi!
Thank you for the update.
I’m not sure where the italic styling is coming from but you can add this one:
div.avia-caption-content p { font-style: normal !important; }Best regards,
IsmaelHey!
Glad it is working now.
Please add this on Quick CSS or custom.css to add 4px solid border line below the menu:
#header_main_alternate { border-top: none; border-bottom-style: solid; border-bottom-width: 4px; z-index: 2; border-color: red; }Regards,
IsmaelHi!
Thank you for visiting the support forum!
@cryscryb: Thanks for helping out.
@borkent: You can use this on the child theme’s functions.php:remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);Cheers!
IsmaelHey CloudChoice!
Thank you for visiting the support forum.
Please edit 404.php, remove the codes then replace everything with this code.
<?php global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); echo avia_title(array('title' => __('Error 404 - page not found', 'avia_framework'))); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <?php do_action('avia_404_extra'); // allows user to hook into 404 page fr extra functionallity. eg: send mail that page is missing, output additional information ?> <div class='container'> <main class='template-page content twelve units' <?php avia_markup_helper(array('context' => 'content'));?>> <div class="entry entry-content-wrapper clearfix" id='search-fail'> <?php get_template_part('includes/error404'); ?> </div> <!--end content--> </main> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>Best regards,
IsmaelHey!
Thank you for using the theme!
If you don’t mind, we would like to see the actual website. Please post the website url here. Make sure that you’re running the latest version of Enfold and all plugins deactivated if possible.
Regards,
IsmaelHi!
The background is coming from this selector:
#main, .html_stretched #wrap_all { background-color: #ffffff; }With the customization that you created, I guess you need to move the slider upwards.
.html_header_top.html_header_sticky #main { padding-top: 80px; }Then set the linear-gradient to 100% opacity:
#header_main { background-image: linear-gradient(rgba(113,148,48, 1) 70%,white 100%) !important; }Best regards,
IsmaelHi!
Thank you for the update.
Please replace the code with this just to make sure that only the pricing table included on the color section with the #av_section_3 id is affected:
#av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(1) li{ background: red; } #av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(2) li{ background: yellow; } #av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(3) li{ background: blue; } #av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(4) li{ background: gray; }Regards,
IsmaelHey!
Thank you for increasing the memory limit.
I checked the website on my end and the avia builder is not working. There are lots of script errors on the wp dashboard. Please try to override the wp 3.9 core files then go to wp-content/plugins folder. Rename the plugins then remove any unused plugins. We’ll check it again after.
Cheers!
IsmaelHi addwebtoday!
I’ll mark this thread for Kriesi and Dude’s attention. Please wait for their response.
Best regards,
IsmaelHi!
Thank you for the update.
I’m sorry but the read more link is not possible with the testimonial element. Maybe, you can try the post slider or the content slider to create the testimonial section.
Regards,
IsmaelHi!
We’re sorry for the delay.
Please post the login details here and set it as a private reply. We would like to check it. Make sure that you’re running the latest version of the theme and that all plugins are deactivated if possible.
Best regards,
IsmaelMay 2, 2014 at 4:53 am in reply to: Unclean refreshing screen when switching from portrait to landscape iPhone 5 #259182Hi iotaip!
Thank you for using the theme!
Do you mind if we take a look at the website? I’ll ask the rest of the support team to visit this thread just to make sure that you’ll get a response. A screenshot showing the issue will help.
Best regards,
IsmaelHey!
Thank you for the update. Glad it is working.
I’m sorry but do you want the grey background there or not? You don’t have to enclose it on a div actually. If you want the grey background, maybe change the code:
<div style="padding: 4px 8px; background: #bebebe;">Replace it with this:
<div style="padding: 4px 8px; background: #bebebe; height:35px; display: block;">Regards,
IsmaelHi!
Thank you for using the theme!
iotaip: No disrespect but I think the OP is correct. The issue is not related. Please post the link of the thread here so we can answer it.
@mowseink: Will you consider adding a letter spacing? Please add this:.tab_inner_content p { letter-spacing: .05em; }Regards,
IsmaelHey!
Glad it is working.
Please add this one:
div.phone-info a img { margin-top: -5px; } div.phone-info h4 + a { position: relative; top: -8px; }Best regards,
IsmaelHi squaic!
Thank you for using the theme!
You can utilize the anchor page navigation as described on this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Instead of using it on the theme menu, use it on the buttons.
Regards,
IsmaelHey adrianwackernah!
Thank you for using the theme.
The shortcode should be fixed on Enfold 2.7. Please download the latest version 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/
UPDATE: My bad! The shortcode generator is broken: https://github.com/woothemes/woocommerce/issues/5130
Regards,
IsmaelMay 1, 2014 at 3:33 pm in reply to: Mixing blog post length; sometimes full lenght, sometimes excerpt #258903Hi wieslander!
Thank you for using the theme!
We suggest that you create a video tutorial for your client in order to do the excerpt variation that you want. Aside from using the Excerpt metabox, you can utilize the wp more tag in which I’m sure you’re familiar with. Please refer to this link :http://en.support.wordpress.com/splitting-content/more-tag/
Regretfully, creating a complex function for this is outside the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Thank you for your understanding.
Best regards,
IsmaelHey crevlon!
Thank you for using the theme!
Do you mind if we take a look at the page with the youtube video? Did you add it using the Video element on the advance builder? You can only add a box shadow but you can’t manipulate the border radius of the youtube player. Add this on Quick CSS or custom.css:
div .avia-video .avia-iframe-wrap { box-shadow: 0 10px 10px gray; -webkit-box-shadow: 0 10px 10px gray; -moz-box-shadow: 0 10px 10px gray; }Cheers!
IsmaelHey!
Glad it worked.
Edit the layer again then go to the Styles panel again, look for the Custom styles field. Add this code:
font-weight: normal !important;I checked the layer slider and the Calibri font weight is not bold.
Cheers!
IsmaelHi!
Thank you for the update.
Please add this on Quick CSS:
.av_promobox { padding: 20px 30px; margin: 0 0 30px 0; }Best regards,
IsmaelHi!
Do you mind if we take a look at the website? Please try this:
.header_color .header_bg { background-color: transparent !important; }Best regards,
IsmaelHi TimoUrban!
Thank you for using the theme! Glad you like it.
Please try this on Quick CSS or custom.css:
@media only screen and (max-width: 480px) { div.ls-wp-fullwidth-helper, #top .avia-layerslider .ls-wp-container { width: 100% !important; } }Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi Sean!
Thank you for using the theme.
This is not possible without modifying the theme files. Please edit js > avia.js, find this code on line:
scroll_top = $('#scroll-top-link'),Below, add this code:
title_container = $('.title_container'),Find this one on line 1218:
if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/2; header.addClass('header-scrolled'); }Replace it with:
if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); title_container.removeClass('title_container_fixed'); } else { newH = el_height/2; header.addClass('header-scrolled'); title_container.addClass('title_container_fixed'); }On Enfold > Styling > Quick CSS, add this css snippet:
.title_container_fixed { position: fixed; top: 28px; z-index: 1000; width: 100%; }I hope that helps.
Best regards,
IsmaelHey Omer!
Thank you for using the theme.
Please update to WP 3.9 then update the theme to Enfold 2.7. This should fix any compatiblity issues with WP 3.9. Download the latest version 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/
Regards,
Ismael -
AuthorPosts
