Forum Replies Created
-
AuthorPosts
-
February 27, 2015 at 5:10 pm in reply to: replacing default featured image (pencil) with my own image #403513
Merhabalar!
1- Lutfen assagidaki kodu Enfold theme options > General Styling sekmesinin en altinda bulunan Quick CSS bolumune ekleyin
@media only screen and (max-width: 768px) { .av-masonry-container a { pointer-events: none !important; }}2- Boyle bir ozellik simdilik malesef yok ama lutfen buraya gidip istek yapiniz – https://kriesi.at/support/enfold-feature-requests/ :)
Regards,
YigitFebruary 27, 2015 at 5:01 pm in reply to: Disable the button's onclick effect, or prevent shifting of content below #403508Hey champlainconted!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-button:active { border-top-width: 0; }Cheers!
YigitHi robertscott!
Please add following code to Quick CSS as well
#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a { font-weight: bold !important; }Regards,
YigitHey justintpea!
You should go to Appearance > Menus and check “Use as a MegaMenu” option for the menu you would like to use. For more information, please see – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
Best regards,
YigitHi C-LabMX!
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,
YigitFebruary 27, 2015 at 4:21 pm in reply to: Display Social Icons in Top Bar (Mobile Menu Only) #403480Hi!
Ismael’s code should have worked. Please try adding !important rule as following
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul.social_boomarks {display: block!important; position: absolute; top: 9px; right: 0;} .main_menu, #header_main_alternate {display: block !important;} .avia-menu.av-main-nav-wrap {display: none!important;} }If that too does not help, please create a temporary admin login and post it here privately :)
Regards,
YigitHi Oran!
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(9) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }You just need to change the page ID, which is 9 in the example. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey slui!
Please try deactivating all active plugins and check if that helps.
Cheers!
YigitHi slui!
Please go to Enfold theme options > Sidebar Settings and uncheck “Page Sidebar navigation”
Regards,
YigitHey Peter,
It is possible. Please make sure to order your menu correctly in Appearance > Menus – http://imgur.com/a/KQuei :)
Best regards,
YigitHey!
Please add following code to Quick CSS
.logo, .logo a { width: 100%; }Regards,
YigitHi Diego!
You can enable debugging mode and copy shortcodes to your new site – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.homeimage .av-image-hotspot_inner { background-color: transparent!important; } .homeimage .av-image-hotspot-pulse { height: 100px; width: 100px; top: -30px; left: -30px; }Best regards,
YigitHi!
Excuse me, what i meant was “Sidebar Blog”, i mixed it “Shop Overview” – http://i.imgur.com/FnoD8wy.png :)
Best regards,
YigitHey djshortkut!
Please add following code to Quick CSS
#scroll-top-link:hover { background-color: #2c5b9c; color: white; }Regards,
YigitHi Scott!
Are you using a plugin to display different menu items on pages? It seems like you have set your menu ( also known as “bad menu” ) to display as button in Appearance > Menus
Best regards,
YigitHi Tim!
1- Please try adding following code to Functions.php file in Appearance > Editor
function transparent_header_scroll(){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 200) jQuery('.page-id-623 #header').removeClass('av_header_transparency'); }); </script> <?php } add_action('wp_footer', 'transparent_header_scroll');2- Please add following code to Quick CSS
.sidebar_left .widget_nav_menu ul:first-child>.current-menu-item, .sidebar_left .widget_nav_menu ul:first-child>.current_page_item, .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor { padding-right: 0; }Regards,
YigitHi!
Please add following code to Quick CSS
div#header_main_alternate { background-color: #ff0000; } .custom_content { right: -15%; } @media only screen and (max-width: 768px) { .custom_content a { display: none !important; } span.header-text { font-size: 16px; }}Cheers!
YigitHi smokarz!
Thank you for choosing Enfold! Can you please post a temporary login so we can see your website? I wanted to check it but currently coming soon page is active :)
Regards,
YigitHey Doug,
Can you please elaborate on the issue? I checked your website on my iphone and could not see any issue with mobile menu :/
Cheers!
YigitFebruary 27, 2015 at 3:14 pm in reply to: After update to 3.0.8 white space and scroll error top of page on mobile phone #403441Hey!
I checked your website on my iphone as well and this is how it looks on my end – http://i.imgur.com/Qua2OjC.png
I asked my teammates to check your website on their Android devices. Please kindly wait to hear from them Barb :)Best regards,
YigitFebruary 27, 2015 at 3:09 pm in reply to: div. social media at header and remove border between slider-header #403440Hi Wilko!
Please add following code to Quick CSS
#top #wrap_all li:hover a { background-color: transparent!important; }Cheers!
YigitHi Santos Ramos!
You are going to need to use a plugin such as this one – http://www.woothemes.com/products/product-image-watermark/ for such feature
Best regards,
YigitHey ESWEENEY113!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
Cheers!
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!
To Quick CSS. If you would like to apply the change only on the page you posted, please use it as following
.page-id-1575 #contact-section .av_textblock_section { margin-bottom: 20px; }Best regards,
YigitHi Michae1!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 180px!important; } div#header_main { background-color: white!important; }}Regards,
YigitHey!
Ok, now clear. In that case, please use following code
#contact-section .av_textblock_section { margin-bottom: 20px; }Cheers!
Yigit -
AuthorPosts
