Forum Replies Created
-
AuthorPosts
-
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-content .avia-arrow { display: none !important; }Best regards,
YigitHey!
You are welcome Denis, glad we could help! :) Let us know if you have any other questions or issues
Cheers!
YigitHi!
Please try flushing browser cache and refreshing your page a few times. My screenshot is from Chrome 36.0.1985.125 on OS X 10.9.4 – http://i.imgur.com/R0Ve4Cq.png
Regards,
YigitJuly 21, 2014 at 10:07 pm in reply to: Mega Menu – three columns then another beneath that spans the width of all three #294045Hey!
4 columns in total and on 4th column please check “This column should start a new row”. Structure looks like this – http://i.imgur.com/XnF0fUn.png
Best regards,
YigitHey!
You are welcome! Kriesi removed that feature on mobile devices due to compatibility issues
Cheers!
YigitHey nicolasweh!
Please go to Appearance > Editor and open Footer.php file and make sure that this bottom line is the same – http://i.imgur.com/6aDdIBA.png
Regards,
YigitHi!
Code i posted above will make product image, product summary and sidebar div’s equal in width. Please also add following code to Quick CSS in Enfold theme options under General Styling tab
#top #review_form #respond .comment-form-rating, #commentform label { position: initial; }Best regards,
YigitHey Sophieja23!
Please change the code you have posted from documentation to following one
# # 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='four units 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='four units single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary echo "<div class='four units single-product-sidebar'>"; get_sidebar(); echo "</div>"; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 86px; }Cheers!
YigitHi!
Glad you figured it out! Let us know if you have any other questions or issues
Cheers!
YigitHi!
Yes, please use following code instead
#top .av-video-slide .avia-slide-wrap { background: none !important; }Best regards,
YigitHey!
Just font color, unless you would like to change background color of the element as well :)
Best regards,
YigitHey MarwiUSA!
Exactly! But please do not forget to check “Apply only to hover state” – http://i.imgur.com/xE6jyQM.png
Best regards,
YigitHi!
Currently it is not possible but please feel free to request such feature here.
If you really need it you are going to need to find a plugin or hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.Regards,
YigitHey!
You are welcome Igor, glad we could help! :) Let us know if you have any other questions or issues
Regards,
YigitHi Ravicski!
You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
YigitHey!
I have checked your website and seems like re-updating the theme helped. Please confirm so we can mark this thread as resolved or assist you further :)
Regards,
YigitHey!
You are currently using transparent header in your page. Please edit that page and choose “No transparency” under Layout section – http://i.imgur.com/0FnUmr3.png
Best regards,
YigitHey!
Please add following code to Quick CSS
#top .avia-post-nav { display: none !important; }Regards,
YigitHi Justin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .copyright { width: 100%; text-align: center; position: relative; top: 15px; } #socket .sub_menu_socket { margin-top: -20px; }Best regards,
YigitHi!
Seems like you have not created a menu yet. Please create a new menu then add your menu items in it, then Menu Settings option will appear under your menu
Regards,
YigitJuly 21, 2014 at 7:05 pm in reply to: How to enable full width for theme container in fixed boxed layout? #293972Hi Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.container .twelve.units { width: 100%; } .boxed .container { margin: 0; width: 100%; }Cheers!
YigitHey resbangkok!
I do not have a chance to check your website on an actual iPad but checking on simulator, it loaded fine. I also checked your website on my iPhone using Safari, it loads fine there as well. Have you already figured it out?
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-video-slide .avia-slide-wrap { background: #fff url("/wp-content/themes/enfold/images/layout/preload-dark-grey-big.gif") no-repeat center center; }You have minifying feature enabled on a plugin you are using. Please disable it firstly, apply the code, then re-enable
Best regards,
YigitHi sevanah!
In WordPress dashboard, please go to Settings > Permalinks and choose “Post Name” under “Common Settings”
Cheers!
YigitHi MarwiUSA!
Yes, changing font size of heading elements is as simple as that :)
Cheers!
YigitHi Tristan!
You are using a very old version of Enfold. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
You should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version.
Enfold version you are using is not compatible with WordPress version you are using.Regards,
YigitHi!
Please follow the instructions i have posted here – https://kriesi.at/support/topic/add-image-to-navigation/#post-292443
Regards,
Yigit -
AuthorPosts
