Forum Replies Created
-
AuthorPosts
-
Hi 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,
IsmaelHey!
So this is fixed then? Please let us know if you need anything else.
Regards,
IsmaelHey waterwalk!
It should take you on the Blog page. Please reset the settings on Settings > Reading panel if you have any. You can use goo.gl to hide the actual url of the website. Post it here, we need to inspect the site.
Best regards,
IsmaelFebruary 19, 2014 at 8:24 am in reply to: Layerslider Background Transparency Not Working On Image #226003Hey jmikhail!
Edit config-layerslider > LayerSlider > css > layerslider.css, find this code on line 585:
html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img { background: none !important; min-width: 0 !important; max-width: none !important; border-radius: 0px; box-shadow: none; border: 0px; padding: 0px; }Replace it with:
html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img { min-width: 0 !important; max-width: none !important; border-radius: 0px; box-shadow: none; border: 0px; padding: 0px; }Cheers!
IsmaelFebruary 19, 2014 at 8:15 am in reply to: Having issue with columns. No clear div? Other content floating over columns. #226000Hi!
I enclosed the bottom part using 1/1 column layout and it’s ok now. Please check: http://devineportfolio.com/whce/scholarships/#tab-id-1
Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi AdDesign!
You need to edit the page then remove the parent page on Page Attributes > Parent settings.
Best regards,
IsmaelHey jrcohen81!
Have you tried switching to a default theme? Do the issue occur when you switch the theme?
Cheers!
IsmaelHi nonne!
Yes, that is possible. Go to Appearance > Menus > Screen Options, enable the “Portfolio Categories”.
Best regards,
IsmaelHi!
We suggest that you hire a freelance developer if you want to change how the testimonial bump the content below. The suggested code above should increase the testimonial content container height and prevent huge bump on slide transition. Try this for bigger screen size:
@media only screen and (max-width: 1024px) { .main_color .avia-slider-testimonials .avia-testimonial-content { min-height: 200px; } }Best regards,
IsmaelFebruary 19, 2014 at 7:50 am in reply to: How to add padding to regular pictures in posts & pages? #225983Hey gentlemansgazette!
You can add this on Quick CSS or custom.css:
.wp-caption.alignright { margin: 0 0 10px 10px; }Cheers!
IsmaelHey syl!
Can you please elaborate? A screenshot of what you’re trying to do will help.
Best regards,
Ismael -
AuthorPosts
