Forum Replies Created
-
AuthorPosts
-
Hey!
Please use following code instead
.home .entry-content { display: none; }Cheers!
YigitHi!
You are welcome Marie, let us know if you have any other questions or issues :)
Best regards,
YigitHey!
You can add following code to Quick CSS to indent main nav with social icons
nav.main_menu { margin-right: 100px; }But currently your website looks like this on my end – http://i.imgur.com/zRAYjKW.png
Please add following code to Quick CSS to change the color of social icons
#top #wrap_all .av-social-link-linkedin a { color: #fff; background-color: #419cca; } #top #wrap_all .av-social-link-twitter a { color: #fff; background-color: #46d4fe; } #top #wrap_all .av-social-link-gplus a { color: #fff; background-color: #de5a49; } #top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b; } #top #wrap_all .av-social-link-vimeo a { color: #fff; background-color: #31baff; } #top #wrap_all .av-social-link-instagram a { color: #fff; background-color: #a67658; }Regards,
YigitHey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHey Marie!
Kriesi said and i quote
Definitely in September, probably between 10th – 20th
:)
Regards,
YigitHi nopounet!
1- Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
As a workaround, you can add Icon element under Content elements in ALB and then copy HTML code – http://i.imgur.com/Loqd5it.png and paste it label field while adding new link in Appearance > Menus. Make sure to remove “style” attribute
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; }Regards,
YigitHey nopounet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .content { padding-top: 0; margin-top: -11px; }Regards,
YigitSeptember 1, 2014 at 12:34 pm in reply to: Woocommerce & Enfold: How can I hide the prices in the shop? #311758Hi Jens!
Please go to Appearance > Editor and add following lines to Functions.php file
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );Best regards,
YigitHey patriscia!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-icon-list .iconlist_icon { color: red; } .avia-icon-list .iconlist_icon { background-color: black; }Cheers!
YigitHi niquelao!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
or you can turn on debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) to see shortcodes of the elements you have created below content section and simply copy&paste them.Cheers!
YigitHi Johnny!
You can upload your screenshots on imgur.com or Dropbox public folder and post them here privately. It would help us understand the issue more clearly
Cheers!
YigitHi jalmz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main-title.entry-title { display: none!important; }Regards,
YigitHey niquelao!
Please go to Enfold/framework/php folder and open class-breadcrumb.php and find following line
$separator = '<span class="sep">' . $separator . '</span>';and change it to
$separator = '<span class="sep"> - </span>';Then you can move the file to your child theme.
Cheers!
YigitHi
How did you update the theme? If you have updated via FTP and overwritten only mentioned files/folder, please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
If that too does not work, please post temporary admin login here privatelyRegards,
YigitHey digitalpiloten_2014!
Can you please post the link to your page where you have accordion element? I could not find in the page you posted
Cheers!
YigitHey jimjiber!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.entry-content { font-size: 13px; } .page-id-3307 .post-3481 .entry-content-header { display: none; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer #av_section_1 { border: none!important; }Cheers!
YigitSeptember 1, 2014 at 11:57 am in reply to: How to set the perfect portrait + landscape 'grid' in fullwidth masonry layout? #311739Hi!
Sorry for the late reply!
Do you mind creating a temporary admin login and posting it here privately?Regards,
YigitHi!
Seems like you have already figured it out. But you have following code in Quick CSS
.logo img { margin-left: 300px; }which is causing logo to overlap your main menu. Please remove the code
Best regards,
YigitHi!
Sorry for the late reply!
I have created a private page called “Test page” and added fullwidth easy slider and easy slider and both are working on my end. Please review your website.Regards,
YigitHi Welmoed!
Please go to Enfold theme options > Header Layout > Header Size and choose to display custom pixel value. Currently your header height is 88px.
Regards,
YigitHi Welmoed!
Please make sure that you have chosen to display sidebar under Layout section on your page – http://i.imgur.com/FTzgKcI.png
Best regards,
YigitSeptember 1, 2014 at 12:09 am in reply to: How to Change Widget Title color, size in footer? #311616September 1, 2014 at 12:08 am in reply to: Stop image / logo / thumbnail from popping out and increasing to original size #311615Hi!
Which plugin are you using? When i check your website i cannot see zoom on images.
Cheers!
YigitHi!
Please add following code to Quick CSS as well
#footer .widgettitle { font-size: 12px; } #footer { padding: 0; }If that still does not help, please post a screenshot and show the changes you would like to make
Regards,
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');Best regards,
YigitHi!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
