Forum Replies Created
-
AuthorPosts
-
Hey Btina! :)
Please go to Enfold theme options > Sidebar Settings and choose not to display sidebar on your pages. Then edit your page that you would like to display sidebar and choose to display sidebar under Layout section – http://i.imgur.com/BZDIwwg.png
Best regards,
YigitHi arthurvancadsand!
Please try adding following code to Quick CSS
nav.sub_menu { padding-top: 25px; }Best regards,
YigitHey!
You are using an older version of Enfold (2.9.1). Please update the theme to the latest version 3.0.8 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHey Lev!
Please add following code to Quick CSS as well
.header-scrolled strong.logo { margin-top: 10px; }Cheers!
YigitMarch 2, 2015 at 3:14 pm in reply to: Limit search function to search only in post title and post tags? #404470Hey QBDSwedenAB!
Please try using a more advanced search plugin such as – https://wordpress.org/plugins/relevanssi/ ( implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) or SearchWP ( implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ )
Regards,
YigitHey!
Have you tried editing your Fullwidth Slider and changing “Slideshow Image and Video Size”? – http://i.imgur.com/FIaFnq1.png
Best regards,
YigitHey cnovamacias!
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Regards,
YigitHi!
Please edit your functions.php file via FTP and copy the code from here – http://pastebin.com/0VAHvFM8
Best regards,
YigitHey dlysen!
Can you post the link to your page where we can see the issue please?
Best regards,
YigitHi Mark!
I can reproduce the issue on my end. We will report it to Kriesi.
Cheers!
YigitHi RCG81187!
You can create your products page using ALB. Please create a new page and under Plugin Additions tab of Advanced Layout Builder, add the element you would like to use to display your products.
Cheers!
YigitHi gharding!
Please use Fullwidth Slider or Advanced LayerSlider instead as Fullscreen Slider would be 100% of screen height all the time.
Best regards,
YigitHi audiotech520!
Please see to this topic – https://kriesi.at/support/topic/17-copies-of-each-image-thats-a-problem/#post-401178
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.container { padding: 0; }Then go to Enfold theme options > General Layout > Dimensions and choose “100%” for “Content + Sidebar width”
Regards,
YigitHey cnovamacias!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background-color: transparent; } .responsive #top #wrap_all #header { position: absolute; }}Best regards,
YigitMarch 2, 2015 at 2:08 pm in reply to: Yellow Signature/Author Area… The Controls are – where? #404442Hey 2GuysTalking!
That section is from your WP Biographia plugin. You can override styling by adding following code to Quick CSS in Enfold theme options under General Styling tab
.wp-biographia-container-top { background-color: #e2e2e2!important; }Best regards,
YigitHey Carsten!
Each domain requires a license, which means, you should purchase a new license for your new website :)
Cheers!
YigitMarch 2, 2015 at 2:02 pm in reply to: Header Behavior: Sticky Header just for the main menu? #404438Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled #header_meta { display: none; }Best regards,
YigitFebruary 27, 2015 at 6:23 pm in reply to: How to use images instead of icons in an icon box? #403574Hey!
Do you mind creating a temporary admin login and posting it here privately? I now see that you have added custom CSS code to custom CSS field. Which should be used for giving a class to the element as “custom-class” and then CSS code should be added to Quick CSS field in Enfold theme options. I can fix it for you
Best regards,
YigitMerhabalar,
Rica ederim! Baska her hangi bir sorunuz veya sorununuz olursa, lutfen yazmaktan cekinmeyin :)
Iyi calismalar & iyi haftasonlariCheers!
YigitHey!
Please add following code to Quick CSS as well
.av-upcoming-event-data { overflow: visible; }Regards,
YigitFebruary 27, 2015 at 5:57 pm in reply to: Disable the button's onclick effect, or prevent shifting of content below #403558Hey!
Please add following code as well
.avia-button:active { border-bottom-width: 1px; }Regards,
YigitMerhabalar Ozgur!
Teknik acidan soylemek gerekirse burada linke tiklanildiginda hic bir sey yapma diyoruz Masonry elementindede linkler en basta oldugu icin linkleri iptal etmemiz komple iptal ediyor, resim ve aciklama seklinde bir ayrim malesef yapamiyoruz :/
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-upcoming-events * { text-decoration: none!important; } span.av-upcoming-event-venue { font-size: 24px!important; }Regards,
YigitHey!
Please change the code to following one
function transparent_header_scroll(){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 200) jQuery('.page-id-623 #header').removeClass('av_header_transparency'); if(jQuery(this).scrollTop() < 200) jQuery('.page-id-623 #header').addClass('av_header_transparency'); }); </script> <?php } add_action('wp_footer', 'transparent_header_scroll');2- and add following code to Quick CSS as well
.widget_nav_menu li { width: 99%; }Cheers!
YigitFebruary 27, 2015 at 5:35 pm in reply to: How to use images instead of icons in an icon box? #403537Hi!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Regards,
YigitHi Roger!
Please try adding following code to Functions.php file in Appearance > Editor
function add_hide_footer(){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 200) jQuery('#footer').fadeIn('slow'); if(jQuery(this).scrollTop() < 200) jQuery('#footer').fadeOut('slow'); }); </script> <?php } add_action('wp_footer', 'add_hide_footer');If that does not work, please post the link to your website.
Regards,
YigitHey!
There is a redirect on the link. Do you mind posting a temporary admin login so we can bypass it?
Regards,
YigitFebruary 27, 2015 at 5:16 pm in reply to: How to use images instead of icons in an icon box? #403519Hi!
I cannot see an icon element on “Our team” page. Can you please point it out by posting a screenshot maybe?
Cheers!
Yigit -
AuthorPosts
