Forum Replies Created
-
AuthorPosts
-
Hi 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,
YigitHey Philippe!
Can you please elaborate? If you would like to add background image to header, please go to Enfold theme options > General Styling > Header and upload your image in “Background Image”
Regards,
YigitAugust 31, 2014 at 2:52 pm in reply to: Logo Stay Same Size (like Menu Font) when Header Shrinks #311546Hey!
Answered your question here – https://kriesi.at/support/topic/stop-image-logo-thumbnail-from-popping-out-and-increasing-to-original-size/#post-311535
Please do not create duplicated topics as it is making it harder for us and for other users to follow.Regards,
YigitHey Vicki!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
Cheers!
YigitHi kihlbaum!
Default color for Strong tag in Splash red scheme is – #a81010 :)
Best regards,
YigitHi!
Please go to Enfold theme options > General Styling tab and put the code inside Quick CSS field. You can also add your custom CSS code to Custom.css file inside Enfold/css folder
Regards,
YigitAugust 31, 2014 at 2:44 pm in reply to: Fullwidth masonry blog leaving large spaces where images should be (safari only) #311542Hey!
This is how your website looks on my end on Safari 7.0.6 on OS X 10.9.4 – http://i.imgur.com/tGHG9wR.jpg
Which version of Safari are you using?Best regards,
Yigit -
AuthorPosts
