Forum Replies Created
-
AuthorPosts
-
Hallo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { .header_bg { background-size: contain!important; }} @media only screen and (max-width: 769px) and (min-width: 481px) { div#header_main { height: 205px; }} @media only screen and (max-width: 480px) { div#header_main { height: 131px; }}Best regards,
YigitHi!
Thank you for choosing Enfold :)
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab#top .isotope-item { padding-right: 10px; padding-bottom: 10px; }2- Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
YigitHi!
Kriesi said that standout plugin version of ALB is not compatible with current version of framework and needs to be updated and that he is planning to update it. He is currently very busy working on theme updates.
Regards,
YigitHi!
Please go to Appearance > Widgets and add new widget in Footer column widget area.
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Cheers!
YigitHi!
Please review your website now. Here are the current settings – http://i.imgur.com/AZXxCYj.png
Regards,
YigitHey!
I cannot reproduce the issue on both sites. Which browser and OS are you using?
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-1195 #header_main { background-color: orange; } .page-id-1167 #header_main { background-color: green; }One is for “Life on Mars” page and other is for “Contact” page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitHi!
Please try adding following code to Quick CSS
.cart .amount:before { content: 'USD'; }Regards,
YigitHey jrw023!
Please add following code to Functions.php file
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { if(is_page(1)) { $link = "http://kriesi.at"; } if(is_page(2)) { $link = "http://kriesi.at/themes"; } return $link; } add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(1) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } if(is_page(2) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo2.png"; } return $logo; }Best regards,
YigitHey!
Please add following code to Quick CSS
@media only screen and (max-width: 1340px) { .custom_content { right: 50px; }} @media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }}Best regards,
YigitHi!
As far as i know Kriesi keep it as a standalone plugin as well. Would you need it? If so, please let know so we can ask him to send you a copy.
Best regards,
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
function avia_remove_wc_currency_symbol( $currency_symbol, $currency ) { if (!is_cart()){ $currency_symbol = ''; return $currency_symbol; } } add_filter('woocommerce_currency_symbol', 'avia_remove_wc_currency_symbol', 10, 2);Regards,
YigitHi!
Please try using this one – https://wordpress.org/plugins/prettyphoto/ or this one – https://wordpress.org/plugins/simple-lightbox/
Cheers!
YigitHi!
Please post the link to your website when you launch it. You can also create a testing environment – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
We can help you with what you would like to achieve but we are going to need to see your live site and inspect elements on it to provide you accurate custom CSS code.Cheers!
YigitHey tylerjmorrison!
Can you please elaborate? If you are having issues with built in light box, you can go to Enfold theme options and uncheck “Lightbox Modal Window” then you can install any lightbox plugin.
Best regards,
YigitMarch 4, 2015 at 7:33 pm in reply to: Can't target the background colour of Woocommerce .products li #406005Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-72 li.post-52 { background-color: #e2e2e2!important; }Best regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it? Also can you write which colors you would like on your menu?
Cheers!
YigitHi!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }}Best regards,
YigitHi!
You should choose to display all of your pages without sidebar and add Widget Area element to your page where you would like to display your menu
Regards,
YigitHi jamietroost!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_title_tag','avia_new_title'); function avia_new_title() { $title = get_bloginfo('name'); return $title; }Best regards,
YigitHey Sommervogel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { top: 20px; }Cheers!
YigitHey MDPC!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo im { opacity: 0; } .header-scrolled .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; }If that does not help, please post the link to your website :)
Regards,
YigitHey!
Please add following code to Quick CSS
.single-post .avia_textblock { margin: auto; }Cheers!
YigitHey!
Can you post the link to your page where can see an example please? :)
Cheers!
YigitHi dynamitec!
This is how it looks on my end – http://i.imgur.com/fpXLy8x.jpg
Can you please post a screenshot and show how it looks on your end? And which OS and Firefox version are you using?Best regards,
Yigit -
AuthorPosts
