Forum Replies Created
-
AuthorPosts
-
Hey creatiffco!
Please add a color section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add code block element inside it and add your shortcode inside code block element. Then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; margin: 0; }Regards,
YigitHey!
I am not sure if i understood you clearly, can you elaborate? You can use page ID of the page where you have different menu
Cheers!
YigitSeptember 17, 2014 at 4:58 pm in reply to: 3 Column Price Page (middle on Featured) Colour CSS Code #320593Hey!
Please review your website now. You can find custom CSS code i added at the bottom of Quick CSS field
Regards,
YigitHey!
Please try and let us know. In the meantime, here are screenshots from my iphone – http://imgur.com/a/7ENAv
both landscape and portrait modeCheers!
YigitSeptember 17, 2014 at 4:43 pm in reply to: Enfold theme- transparent header: change sub menu drop down background color #320585Hi!
Please try using following code instead
.html_header_transparency .header_color .main_menu .menu ul li a, .html_header_transparency .header_color .main_menu ul ul { background-color: transparent!important; }Best regards,
YigitHi!
Please try de-activating all active plugins and check if that helps
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li { background-color: #F0F0F0; border-right: 1px solid white !important; } .main_menu ul:first-child > li a { line-height: 220px; } .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }Regards,
YigitSeptember 17, 2014 at 4:36 pm in reply to: Mega Menu not wide enough and needs to show unlinked titles #320577Hi!
Please go to Appearance > Menus and add your menu item as a new link with # for URL so it will not be clickable http://i.imgur.com/9I3QF9j.jpg
Cheers!
YigitHey!
Unfortunately we cannot reveal any of upcoming features. Enfold version 3.0 will be released within 2 weeks. Please kindly wait for it :)
Cheers!
YigitHi Rustybucket!
Please go to Appearance > Editor and open Footer.php file and find
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>then add your image right above it
Regards,
YigitHi bensmithdesign!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if( is_page( 59 ) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }It will display different logo on a page with id 59. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitSeptember 17, 2014 at 3:34 pm in reply to: Enfold theme options – Blog meta elements with Single Author, big preview pic #320549Hi randoloid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.text-sep-date, .comment-container, .text-sep-comment, .blog-categories, .text-sep-cat, .blog-author { display: none !important; }Best regards,
YigitHey!
Please contact your service provider and ask them to enable zipArchive class
Regards,
YigitHi tremblayly!
Please make sure that you are using the latest version of the theme which is 2.9.2 – http://vimeo.com/67209750
You can find icon uploader in “Import & Export” tab in Enfold theme options. For more information, please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/Best regards,
YigitSeptember 17, 2014 at 3:29 pm in reply to: Enfold theme- transparent header: change sub menu drop down background color #320545Hi randoloid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .main_menu .menu ul li a, .header_color .main_menu ul ul { background-color: transparent!important; }Best regards,
YigitHey Neil!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open slideshow_fullscreen.php and search for h4 and change it to h1
Regards,
YigitHi!
Can you post the link to your website please? We may need a temporary admin login as well
Best regards,
YigitHi ayron!
Please refer to Peter’s post here – https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646
Best regards,
YigitHi!
You are welcome, glad we could help :)
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,
YigitHi!
You can place your logo in on your server and then add following code to Functions.php file in Appearance > Editor and change the url of the logo
add_filter('avf_logo','new_logo_url'); function new_logo_url($use_image){ $use_image = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; return $use_image; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
span.copyright { width: 100%; text-align: center; }As far as i know @ismael is using Windows 8. I asked him to look into the header issue. Let us wait to hear from him
Best regards,
YigitHi kashmyra!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }Regards,
YigitHey dwg2014!
Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your notification box a unique CSS class ( in the example i will use ‘linked-box’ ) then add following code to Quick CSS in Enfold theme options under General Styling tab
.linked-box { cursor: pointer; }and then add following code to Functions.php file in Appearance > Editor
function add_custom_notification_box(){ ?> <script> jQuery(window).load(function(){ jQuery('.linked-box').click(function () { window.location = 'http://kriesi.at'; }); }); </script> <?php } add_action('wp_footer', 'add_custom_notification_box');Regards,
YigitHey!
Please add following code to Quick CSS as well
.blog #header_main .container, .blog .main_menu ul:first-child > li a, .single-post #header_main .container, .single-post .main_menu ul:first-child > li a { height: 87px!important; line-height: 87px!important; }Regards,
YigitHi!
Which browser and OS are you using? I could not reproduce the issue on my end on Chrome, Firefox and Safari on OSX 10.9.4
Cheers!
YigitSeptember 17, 2014 at 1:41 pm in reply to: How to create Circular Icon List like in the Demo Site #320482Hi CJ!
As @michaeloeser explained beautifully, that element is not available on Enfold right now. But Kriesi would consider adding it if request gets enough votes on here – https://kriesi.at/support/enfold-feature-requests/
@michaeloeser As always, thank you :)Cheers!
YigitSeptember 17, 2014 at 1:39 pm in reply to: 3 Column Price Page (middle on Featured) Colour CSS Code #320479Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitHi bcndisseny!
Menu needed to be put in order as shown in screenshot – http://i.imgur.com/5RV16vv.png
It should be in order by default but there is a small bug which was already reported. Sorry for the inconvenienceRegards,
YigitSeptember 17, 2014 at 1:33 pm in reply to: Advanced Layout Editor – not working after update to WP 4.0 #320473Hey erikatzen!
Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Best regards,
Yigit -
AuthorPosts
