Forum Replies Created
-
AuthorPosts
-
Hi Loïc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header { -webkit-transform: translateZ(0); }Regards,
YigitHi!
Honestly i do not have any experience with this plugin. It seems that it is not working only on P tagged elements. Have you tried contacting plugin author? If not, please do so
Regards,
YigitJuly 22, 2014 at 1:28 pm in reply to: Change Blog – latest posts and Archive for category in child-theme functions #294309Hey Morticka!
Please try adding following code to Functions.php file in Appearance >Editor
removedCheers!
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hi!
It seems like you have placed your content inside a 4/5 column element. Please take the content out of the colum element and it should work fine
Best regards,
YigitJuly 22, 2014 at 1:21 pm in reply to: Logo header size, Info text font size and Promo Box Button font colour #294301Hey JamesNortonDesign!
1- Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value and change the size in Header Custom Height
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed.phone-info { font-size: 16px; }3-
a { font-weight: bold; }4- I cannot see promobox on your page. Did you mean Contact form button? If so, please use following code
input.button { color: black!important; }5- You can try adding 2 flags into 1/4 column element. If that does not help, please do so and then let us know so we can have another look
Regards,
YigitHi Daniel!
Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
YigitHey!
You are welcome Sophie, glad we could help! :) Let us know if you have any other questions or issues
Regards,
YigitHey!
Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
Best regards,
YigitHey Aga!
Thanks, hope you are fine too :)
Sorry but i could not find font resizer on your page. Have you removed it?Cheers!
YigitHi 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,
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts
