Forum Replies Created
-
AuthorPosts
-
Hey Tina62!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 769px) { .page-id-2158 #av-layout-grid-1 .flex_cell { background: none!important; }}Regards,
YigitHey ANDRE!
1- Can you please post the link to your website?
2- Please see – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/Regards,
YigitHey!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitHi Btina!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home .avia-builder-el-9 { background-color: #e2e2e2; padding: 10px; } .home .avia-builder-el-16 { background-color: #f2f2f2; padding: 10px; } .home .avia-builder-el-23 { background-color: orange; padding: 10px; }Cheers!
YigitHey lhuston!
Your logo image has large whitespace on top and on the bottom. Please remove whitespace and re-upload it and it should appear in desired size :)
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { #top #bbp-search-form #bbp_search { width: 60%; } #top #bbp-search-form #bbp_search_submit { width: 40%; }}Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar .textwidget { font-size: 16px; }Cheers!
YigitHi Jacob!
I checked your website on my iphone and they show up fine on my end – http://imgur.com/a/K6NAe
Have you figured it out already?Best regards,
YigitHey!
Thanks, hope you are too! :)
Can you post the link to your page please?Cheers!
YigitHi!
Yes, you can wrap your text inside a div with a class as following
<div class="your-custom-class">Your text here</div>and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { font-size: 16px; color: red; }Best regards,
YigitHi!
Enfold version you were using is not compatible with WordPress version you are using. Please always check for theme updates and let us know if you have any other questions or issues
Regards,
YigitHey wolfdogg!
Please add following code to Functions.php file
function change_bbp_search_text(){ ?> <script> jQuery(window).load(function(){ jQuery('input#bbp_search_submit').attr('value','Forum Search'); }); </script> <?php } add_action('wp_footer', 'change_bbp_search_text');Regards,
YigitHi beezdezines!
Please turn on debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and then add following shortcode to your page – http://pastebin.com/d1xbLhUJ
Cheers!
YigitMarch 5, 2015 at 5:04 pm in reply to: how to change the height of the "Fullwith Easy Slider" in Enfold? #406511Hey Ben
1- Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize sliderand change it as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
2- Unfortunately it is currently not possible with native contact form however you can use Contact Form 7 plugin – https://wordpress.org/plugins/contact-form-7/
for documentation, please see – http://contactform7.com/file-uploading-and-attachment/Regards,
YigitHi!
Correct responsive test can be done by resizing browser window or checking sites on actual mobile devices. Most websites break when zoomed in/out. We may find a solution but that may break true responsiveness :)
Cheers!
YigitHey!
Please update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHi!
I tried your website on Safari, Firefox and Chrome on OS X 10.10 and on my iphone but i still cannot reproduce the issue – http://i.imgur.com/1y1Yc6v.png
I asked my teammates to check your website. Please kindly wait to hear from themCheers!
YigitHi!
Please add following code to Quick CSS
body { font-family: 'Montserrat', sans-serif; }Cheers!
YigitHi!
Can you please elaborate on the changes you would like to make so we can make sure that we are on the same page?
Best regards,
YigitHey mteusb!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitMerhabalar
Assagidaki kodu Functions.php dosyasina eklemeyi dener misiniz
add_filter('woocommerce_default_catalog_orderby', 'custom_default_catalog_orderby'); function custom_default_catalog_orderby() { return 'title'; }Best regards,
YigitMarch 5, 2015 at 4:16 pm in reply to: How do I change the height the header shrinks to, when I scroll? #406477Hey!
You are welcome, we are always glad to help! Thanks for adding enthusiasm :)
Let us know if you have any other questions or issuesRegards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { left: -1px; }Cheers!
YigitHey!
Please update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi!
Please go to Enfold theme options > General Layout > Dimensions and choose 100% in “Content + Sidebar width” then add following code to Quick CSS in Enfold theme options under General Styling tab
.container { margin: 0; padding: 0; }Best regards,
YigitMarch 5, 2015 at 3:59 pm in reply to: How do I change the height the header shrinks to, when I scroll? #406463Hi!
Please add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Regards,
Yigit -
AuthorPosts
