Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for the update.
What codes did you add on shortcodes.js? If possible, please place the css modifications on pastebin.com. We would like to test it on our installation. Anyway, I checked the site and the accordion slider looks ok.
Cheers!
IsmaelHi!
I’m sorry but you didn’t add your own logo yet. Please upload the logo on Enfold > Theme Options > Logo then we’ll check it. A screenshot of what you’re trying to do will help.
Regards,
IsmaelHey juliaevemann!
Thank you for using Enfold.
It is under the Layout Elements section. Right before Grid Row.
Regards,
IsmaelOctober 7, 2014 at 10:08 am in reply to: Abnormal Portfolio & Post items grid layout in Enfold V3.0 for RTL users #331446Hi InvivoGraphic!
Thank you for using Enfold.
Please refer to this link on how to add the order and orderby option on the post slider element:
Regards,
IsmaelHey!
Please use this:
.rounded-container .iconfont, .small-preview .iconfont { display: none; }If you want to remove the background, use this:
.main_color .small-preview { background: transparent; }Regards,
IsmaelHey!
You can find the Quick CSS field on Enfold > General Styling panel. At the very bottom.
Regards,
IsmaelHi!
Please use this:
.main_color .avia_textblock strong { color: black; }Cheers!
IsmaelHi!
Thank you for the update.
You can set the page to No Sidebar then add 3/4 and 1/4 column layouts inside the color section. Add the Widget Area element (sidebar) on the 1/4 column and the contents on 3/4 columns.
Regards,
IsmaelHey!
Please try this on functions.php:
# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary get_sidebar(); }Add this on Quick CSS or custom.css:
.single-product .product { width: 68%; margin-right: 4%; clear: none; float: left; }Regards,
IsmaelHey Barry!
Thank you for using Enfold.
I checked the site and the fullwidth submenu looks fine. Do you mind providing a screenshot of the issue?
Regards,
IsmaelHey!
@Dogmut: Please refer to Josue’s fix here: https://kriesi.at/support/topic/layer-slider-enfold-3-0-not-working/#post-329400Best regards,
IsmaelOctober 7, 2014 at 9:35 am in reply to: Images not changing size despite selecting different sizes in portfolio #331427Hi!
@buellfire: Please post the link to the actual gallery page with the issue. We would like to check it.Cheers!
IsmaelHi Martin!
Thank you for using Enfold.
Please use this:
h5.related_title { text-align: center; font-size: 20px; }Regards,
IsmaelHi venomhax!
Thank you for using Enfold.
Try this on Quick CSS or custom.css:
div#jsection4 { z-index: 10000; position: relative; }Best regards,
IsmaelHey Rustybucket!
Thank you for using Enfold.
Please try to contact your host. Maybe they have any idea what’s causing the issue. If possible, we would like to check it. Please post login details here and set it as a private reply.
Best regards,
IsmaelHey trackvets!
Thank you for using Enfold.
Yes, it only works for blog posts. You can’t use it on text blocks.
Regards,
IsmaelHey patriscia!
Thank you for using Enfold.
Please go to Enfold > General Layout > Layout > Logo and Main Menu. Select left or right sidebar.
Best regards,
IsmaelHey jansthh!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.html_header_sidebar #top #header { width: 400px; }Regards,
IsmaelHey!
Please use this:
#portfolio .container { max-width: none; width:100%; margin: 0; padding: 0; }Regards,
IsmaelHi!
Thank you for the info.
I’m sorry but you can’t use the Appearance > Customize panel to add any options on the theme when you’re using Enfold. All available options are within the Enfold > Theme Options panel. If you want to show a sub text on the logo, use this on functions.php:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<strong class='logo-title'>Company Name</strong>"; $sub .= "<strong class='logo-title logo-subtitle'>Additional Text Here</strong>"; return $sub; }Adjust the subtext position with this:
.logo, .logo a { overflow: visible; width: 100%; } span.subtext { position: absolute; top: 0; left: 200px; }Cheers!
IsmaelHi kem1975us!
Thank you for using Enfold.
Please use this:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Best regards,
IsmaelHi macatokio!
Thank you for using Enfold.
Do you mind if we take a look inside? Please post the login details here and set it as a private reply.
Regards,
IsmaelHi!
Thank you for using Enfold.
Looks like you’re not using any fancy transition on the sliders. This slider can be duplicated with the Fullwidth Easy Slider. On Slideshow Image and Video Size, choose “No Scaling”. The problem is, layer slider is automatically adding top margins for slide backgrounds, cutting off the top part of the image.
Cheers!
IsmaelOctober 7, 2014 at 4:18 am in reply to: WooCommerce Product Pages Formatting Issue after updating #331337Hey!
Glad it is working now. I hope other users find this mysterious “Save” button. We will all be saving our time. :)
Regards,
IsmaelHey Vicken!
Thank you for using Enfold.
Did you also change the transition of the other slide? After you check all transition options, make sure that you save changes.
Regards,
IsmaelHey marri!
Thank you for using Enfold.
Make sure that you unzip the actual theme folder. Please try to install the theme via FTP. Refer to this link for more info: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Regards,
IsmaelHey scottfairchild!
Thank you for using Enfold.
Maybe, you’ve reach the maximum space limit on your account? Please ask your host or check your cpanel. If possible, 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/
Regards,
IsmaelHey Ignazio!
Thank you for using Enfold.
No, unfortunately, that is not possible yet. You can vote or request the feature on our Feature Requests page.
Best regards,
IsmaelOctober 7, 2014 at 4:10 am in reply to: Have Blog Sidebars been affected by the upgrade to V3? #331331Hey!
Thank you for the update.
Please edit Enfold > General Layout > Dimensions > Maximum Container width and Content | Sidebar Ratio. Save changes. See if that fix the sidebar area width issue. Regarding the widgets, still not sure why they’re not showing. Please give us a temporary login details. We would like to check it.
Regards,
IsmaelHi uniquelylost!
Thank you for using Enfold.
I’m sorry but this might break the sticky but you can add this on functions.php:
function ava_sticky_sub() { $output = do_shortcode("[av_submenu menu='32' position='center' color='main_color' sticky='aviaTBsticky' custom_class='']");; echo $output; } add_action('ava_after_main_container', 'ava_sticky_sub', 10);Cheers!
Ismael -
AuthorPosts
