Forum Replies Created
-
AuthorPosts
-
May 17, 2020 at 3:44 am in reply to: How to align to center two 1/3 parts in the color section #1213708
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Apologies for the delay, add this to quick css:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { .flex_cell.no_margin.av_one_half { height: 800px!important; min-height: 800px!important; }}Best regards,
Jordan ShannonHi,
I added the following script which seemed to have worked:
function add_custom_code(){ ?> <script> var windowWidth = jQuery(window).width(); if(windowWidth<768){ jQuery(document).ready( function() { jQuery('.tab').addClass('active_tab'); jQuery('.tab_content').addClass('active_tab_content'); }); } </script> <?php } add_action('wp_footer', 'add_custom_code');Best regards,
Jordan ShannonHi,
Apologies for the delay. I did a cach clear and I’m currently seeing the menu at 308px like the css:
https://snipboard.io/JYL6Dm.jpg
Best regards,
Jordan ShannonHi,
The error is coming from one of the calculator plugins. Either
WTS Loan Calculator Helpers
or
SLH CalculatorsIf these are able to be disabled ( I see in your admin that right is restricted.) Then it should fix your error.
Best regards,
Jordan ShannonHi,
Apologies, this has to be done via jquery. Please provide admin info so we can work it out.
Best regards,
Jordan ShannonHi,
Apologies for the delay, I will see if any of the admins can aid further.
Best regards,
Jordan ShannonHi,
I added the following script and it should work for you:
function add_custom_code(){ ?> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script> jQuery(document).ready( function() { jQuery('.tab_content.active_tab_content').hide(); }); </script> <?php } add_action('wp_footer', 'add_custom_code');Best regards,
Jordan ShannonHi,
Add this as well:
.wc-shipping-multiple-addresses.shop_table.cart{ width:200vh!important; }Best regards,
Jordan ShannonHi,
I’m glad it’s working now. Can you provide admin info so we can look into what is going on with the ALB.
Best regards,
Jordan ShannonMay 17, 2020 at 1:35 am in reply to: Put description or subtext into menu-button-colored area #1213684Hi,
Apologies, I’m not seeing the sub-text. Can you screenshot the area you need help with?
Best regards,
Jordan ShannonMay 16, 2020 at 4:36 am in reply to: Put description or subtext into menu-button-colored area #1213493Hey CharlieTh,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHi,
Apologies, you want them aligned?
Best regards,
Jordan ShannonHi,
Add this to quick css:
.avia-image-container.av-styling-.avia-builder-el-0.el_before_av_hr.avia-builder-el-first.avia-align-left{ display:none!important; }Best regards,
Jordan ShannonHi,
Thanks for the input on this.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Did you add my code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonHi,
Neither worked?
Best regards,
Jordan ShannonHi,
Add this to quick css:
.av-burger-overlay-inner{ background:red!important; }Best regards,
Jordan ShannonHi,
No problem! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
It would depend on the the layerslider id. To cover all bases we can target the class instead:
.avia-layerslider{ border:none!important; }Best regards,
Jordan ShannonHey devynspirit,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonMay 14, 2020 at 9:21 pm in reply to: how to set fullwith imagebackground and all other elements transparent #1213057Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHey devynspirit,
Add this to quick css:
.home .menu-item-400 .avia-menu-fx{ display:none!important; }Best regards,
Jordan ShannonHi,
Add this to quick css:
@media only screen and (max-width: 767px){ .responsive #top #header .social_bookmarks { display:block!important; }}Best regards,
Jordan ShannonMay 14, 2020 at 9:13 pm in reply to: Cannot change font color/brightness in Enfold Creative Studio Demo #1213052Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
We will look into those ASAP. Thank you for your patience with them.
Best regards,
Jordan ShannonHi,
I see, just adjust the css to this:
#header_meta{ background:red!important; }Best regards,
Jordan Shannon -
AuthorPosts
