Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueGreat, let me know if you need any help with that.
Regards,
JosueHi!
Modify searchform.php, change line 25:
<input type="text" id="s" name="<?php echo $search_params['search_id']; ?>" value="<?php if(!empty($_GET['s'])) echo get_search_query(); ?>" placeholder='<?php echo $search_params['placeholder']; ?>' />To:
<input type="text" id="s" autocomplete="off" name="<?php echo $search_params['search_id']; ?>" value="<?php if(!empty($_GET['s'])) echo get_search_query(); ?>" placeholder='<?php echo $search_params['placeholder']; ?>' />You can have this mod on your child theme.
Best regards,
JosueHi!
Try this in Quick CSS:
#header_meta .sub_menu { position: absolute; top: 65px; right: 20px; }Regards,
JosueJune 30, 2015 at 2:22 pm in reply to: Comments and Related Posts with Advanced Layout Builder #466442Hi Michelle!
No, it’s not possible right now, the main reason of enabling ALB on a Post / Page is to have a empty canvas to build any kind of layout without complying to a framing template. Nevertheless there’s a “Comments” element available under Content Elements.
Regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end:
Regards,
JosueHi!
The theme doesn’t has to do much with how your site handles big traffic but more on the server side, nevertheless i’d suggest you to have it optimised, Kriesi uses these two plugins here:
https://wordpress.org/plugins/wp-super-cache/
https://wordpress.org/plugins/bwp-minify/Cheers!
JosueAh, try using a minification plugin:
https://wordpress.org/plugins/bwp-minify/Best regards,
JosueWe looking forward to hearing from you Clive :)
Regards,
JosueHi Peter,
What are the errors exactly? i’ve visited the website in question but i couldn’t see any errors in the JS Console.
Best regards,
JosueMeans that your Chrome Cache may not have been cleared after all, try:
http://wiki.scratch.mit.edu/wiki/Hard_RefreshRegards,
JosueHi Andy!
It is easier to set the layout as stretched and then make the inner containers look “boxed”.
Cheers!
JosueCheck on Chrome Incognito Mode, make sure all Addons are disabled.
Hi!
Copy this to Quick CSS:
@media only screen and (max-width: 989px) { .responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ } .responsive #top { overflow-x: hidden; } .responsive .boxed#top, .responsive #top.boxed .stretch_full , .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left:0; padding-right:0; float:none; } .responsive .units, .responsive .unit { margin: 0; } .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } .responsive #top #wrap_all .av-flex-cells .no_margin{ display: block; margin: 0; height:auto !important; overflow: hidden; padding-left:8% !important; padding-right:8% !important; } .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{ width: 100%; max-width: 100%; margin: 0 auto; } .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{ padding-left:0% !important; padding-right:0% !important; } .responsive #top #wrap_all .flex_column:empty{margin:0;} }Best regards,
JosueJune 30, 2015 at 1:39 pm in reply to: Need Assistance with: White Space, Partner/Logo Element, Socket Height #466376Hi!
This code in your Quick CSS seems to be the culprit of the spacing issues:
@media only screen and (min-width: 990px) { div#main { padding-bottom: 200px; }}Cheers!
JosueHave you checked on another computer / browser?
Best regards,
JosueHi!
1. Try this one:
https://wordpress.org/plugins/q2w3-fixed-widget/2. It is best to not show the whole content of a ALB-enabled Post because it will just spit a bunch of shortcodes there, i’d suggest setting a custom Excerpt instead.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Can you please indicate what are the issues you’re seeing on IE10? screenshots would help.
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueJune 30, 2015 at 1:27 pm in reply to: enfold mobile responsive second header wrapping and layer slider image alignment #466363Hey!
1. Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks, .responsive #header .sub_menu, .responsive #header .phone-info{ display: inline-block; width: auto; float: none; } .responsive #header .sub_menu, .responsive #header .phone-info{ top: -11px; position: relative; } #header_meta .container { height: 33px; } }2. In the LS editor window (Layer > Styles), try setting this to 0 – http://screencast.com/t/0icTx6vZYGE
Cheers!
JosueYeah both methods lead to the same result, once the call is made (either with @import or <script>) the font is “activated” and available to use.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Yeah that’s expected because that method is meant to be used for Fonts that are going to be set in General Styling > Fonts or Advanced Styling, if that’s not your case you can use the @import method (on child style.css) or something like this in functions.php:
add_action('wp_head', function() { ?> <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'> <?php });Cheers!
JosueHi!
Slimstat CSS has this:
.debug{ display: none; }That is disabling ALB from showing, because you have enabled debug mode on your functions.php:
/* ws customization - debug mode aktiviert. https://kriesi.at/support/topic/no-texts-are-found-in-the-sample-pages * set builder mode to debug */ add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }The easiest way to fix that would be to simply disable debug mode for now, or directly edit the Slimstat CSS.
Best regards,
JosueCheck it now.
Regards,
JosueHey!
1. You can set the header appearance in the Layout box at the right of each Page edit screen.
2. Use the following codes to adjust the content and author:
/* Content */ #top .avia-testimonial-content * { font-size: 11px; } /* Author */ #top .avia-testimonial-meta * { font-size: 16; }Best regards,
JosueSure, check out your child style.css and child functions.php, as well as Theme Options > General Styling > Fonts.
Regards,
JosueHey Keith!
Sure, seems that service is no longer available, i’ve uploaded it here, but actually, in latests versions of Enfold with the new options for Columns it would be a lot easier to replicate it (you can now remove margins / padding, add custom classes to specific Columns, set content alignment, etc).
Cheers!
Josue -
AuthorPosts
