Forum Replies Created
-
AuthorPosts
-
Hi codemode!
Please give us a link to the website and point us to the social icons. A screenshot will help. Might be a css conflict.
Best regards,
IsmaelHey!
Please add this on Quick CSS or custom.css to fix the comment label:
#commentform label { position: relative; left: 0; top: 0; }
Regards,
IsmaelHi!
Add this on Quick CSS or custom.css:
.logo.bg-logo { width: 100%; } .logo a { width: 300px; margin: 0 auto; }
Change the width of the “.logo a” selector according to the width of your logo.
Regards,
IsmaelHi angwisch!
What type of header do you have right now? Please check on Enfold > Header > Header Type.
Regards,
IsmaelHi!
Add this on the child theme’s function.php:
add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { $lang = get_stylesheet_directory() . '/lang'; load_child_theme_textdomain('avia_framework', $lang); }
Regards,
IsmaelHey charger70!
Add this on Quick CSS or custom.css:
.fallback-post-type-icon { position: absolute; z-index: 9999; } .slider-fallback-image { visibility: visible; }
Cheers!
IsmaelHey totofunk!
You can use this selector on Quick CSS:
body .av-special-heading .av-special-heading-tag { padding: 0; margin: 0; line-height: 1.4em; float: left; font-weight: bold; font-size: 20px; }
Cheers!
IsmaelHi Guilherme!
You can use shortcodes inside a Text Widget so you can place all the content of the page on it.
Best regards,
IsmaelHi!
Glad you solved it. You can add it on a Text widget, you can also use plugins that will allow you to insert css, javascript and html snippets. :)
Cheers!
IsmaelHey pantanta!
Maybe this plugin will help: http://wordpress.org/plugins/wp-excel-cms/
Best regards,
IsmaelHi rfb4!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive .logo { height: 200px; } }
Best regards,
IsmaelFebruary 19, 2014 at 9:23 am in reply to: price range for variable products on woocommerce shop page #226047Hey!
You can this at the very bottom of functions.php:
// Use WC 2.0 variable price format add_filter( 'woocommerce_variable_sale_price_html', 'wc_wc20_variation_price_format', 10, 2 ); add_filter( 'woocommerce_variable_price_html', 'wc_wc20_variation_price_format', 10, 2 ); function wc_wc20_variation_price_format( $price, $product ) { $min_price = $product->get_variation_price( 'min', true ); $price = sprintf( __( 'From: %1$s', 'woocommerce' ), wc_price( $min_price ) ); return $price; }
Best regards,
IsmaelHey!
Go to Tools > Localization. Look for Enfold theme then edit the Deutsch/Deutschland language. Search for “Want to join the”, edit the search result “Want to join the discussion? <br/>Feel free to contribute!”. Save.
Best regards,
IsmaelHey!
Please upload the logo again then select the Full size before you click “Add image as logo”.
Best regards,
IsmaelFebruary 19, 2014 at 9:13 am in reply to: Header Navigation Styling Adjustments & Moving the Contact form button #226037Hey!
I’m sorry I thought you already fix that. You can use this:
.bottom_nav_header.social_header .logo { position: relative; left: -50px; }
Use negative pixel value for the left property. :)
Cheers!
IsmaelHi rogersmedia!
Edit the portfolio item then look for Additional Portfolio Settings > Overwrite Portfolio Link setting > select “Define Custom Link”.
Best regards,
IsmaelFebruary 19, 2014 at 9:06 am in reply to: Mega menu/ slide down menu doesn't work in w8 tablets # bug report #226031Hi vitaliss!
I think this is something we have no control over. Maybe, we’ll find a fix on how some touch device handle hover states in the future. There is another user who reported the issue but unfortunately, we were unable to provide a solution.
Regards,
IsmaelHey!
Did you remove the partner/logo element? I don’t see it anywhere on the website. Please give us a the actual link to the page with the logo/partner element.
Cheers!
IsmaelHi Kim!
Please try to update the theme. Download the latest version, 2.5.2, on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Did you add any plugins prior to this issue?
Best regards,
IsmaelFebruary 19, 2014 at 8:47 am in reply to: Header Navigation Styling Adjustments & Moving the Contact form button #226022Hi!
Please use this on Quick CSS to align the button:
#av_section_8 .avia_ajax_form .form_element_half { width: 30%; } #av_section_8 .avia_ajax_form p:last-child { float: left; width: auto; clear: none; top: 27px; left: 10px; }
Cheers!
IsmaelHey!
Edit the post then look for Layout > Sidebar Setting > choose the widget area that you want to show for that specific post. You can edit the sidebar on Appearance > Widgets.
Cheers!
IsmaelFebruary 19, 2014 at 8:41 am in reply to: Remove animation on hover (circle and arrows) from images #226017Hi Brickso!
Please add this on Quick CSS or custom.css:
.image-overlay { display: none !important; opacity: 0 !important; }
Best regards,
IsmaelHey jmikhail!
1.) Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .bottom_nav_header.social_header .logo { position: relative; margin-top: 60px; } }
2.) This is for the social icons:
@media only screen and (max-width: 767px) { .responsive.bottom_nav_header #header_main .social_bookmarks { top: -110px; } }
3.) Use this:
@media only screen and (max-width: 767px) { #header_main { z-index: 3; } .bottom_nav_header #advanced_menu_toggle { top: 210px; } }
Cheers!
IsmaelHi!
The code should be retained on your Quick CSS when you update the theme.
Best regards,
IsmaelHey aleicook!
Have you tried deleting all the css codes on formidablepro.css? This should force the contact forms to use the Enfold’s styling for contact fields etc. Please post a screenshot of how you want it to look like.
Best regards,
Ismael -
AuthorPosts