Forum Replies Created
-
AuthorPosts
-
Hey n_bonki,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Please specify the pages where it is not shown.
Best regards,
VictoriaHi welswebmaster,
The test website is working. There was a closing php descriptor at the end of the child theme functions.php.
Please check the website.
Best regards,
VictoriaHi cordellbrewer,
Ok, thanks.
You should be running at least php5.6.3 for the code to work properly. Please consider upgrading your php.
Best regards,
VictoriaHi karinaschuh,
You need to have this constant WP_DEBUG_LOG defined once and you obviously have it in two places. Check your files.
Best regards,
VictoriaMay 12, 2018 at 7:43 am in reply to: Create a Widget in footer whre thext link to page and all in one or 2 line #955586Hey lrdh,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaHi Snyaper,
Could you please clear the cache, check again and get back to us.
If you still have the issue, Could you please attach some screenshots?
Best regards,
VictoriaHi lkulube,
Could you please enable the Advanced Layout Builder debug mode. Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
If you need further assistance please let us know.
Best regards,
VictoriaHi Adrian,
Best regards,
VictoriaHi Heathcliffe,
Let us know how that worked for you :)
Best regards,
VictoriaHi raiondesign22,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
If you need further assistance please let us know.
Best regards,
VictoriaHey Kamakshi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) { #layerslider_16 h2, #layerslider_16 p, #layerslider_16 h1 { font-size: 18px !important; line-height: 20px !important; } } @media only screen and (min-width: 480px) and (max-width: 767px) { #layerslider_16 h2, #layerslider_16 p, #layerslider_16 h1 { font-size: 26px !important; line-height: 22px !important; } }If you need further assistance please let us know.
Best regards,
VictoriaMay 12, 2018 at 6:58 am in reply to: TinyMCE Missing Essential Buttons in Advanced Layout Builder Text Blocks #955564Hi Stephan,
Try this function in your functions.php
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 ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 3, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Best regards,
VictoriaMay 12, 2018 at 6:52 am in reply to: Add Search Icon next to Burger Menu on Tablet and Mobile #955562Hi Steve,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Daniel,
Here is an article for you to consider:
http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/If you need further assistance please let us know.
Best regards,
VictoriaMay 12, 2018 at 6:41 am in reply to: (Business) Blog Styling – Move Title and Date/Category/Author to above Photo? #955553Hey ikoadn,
You will need to modify the /enfold/includes/loop-index.php file to be able to customize the default post format. Or try different blog styles available in Enfold.
If you need further assistance please let us know.
Best regards,
VictoriaHi!
The html is laid out in such a way that the headers are going to be a separate block on top, not in every cell line you want

This is why they are hidden in mobile.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: block; } }If you need further assistance please let us know.
Regards,
VictoriaHi WP Turned Up,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 990px) { .html_header_transparency #top .avia-builder-el-0 .container { padding-top: 0; } }If you need further assistance please let us know.
Best regards,
VictoriaHi lkulube,
Oh, the first column is taller than the second and so the third goes to that position. Please adjust the code like below.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css@media only screen and (max-width: 1024px) { #footer .av_one_fourth { margin-left: 0px !important; width: 45.5% !important; min-height: 310px; } }If you need further assistance please let us know.
Best regards,
VictoriaHey marketingmojotn,
Can you please check server log for error?
Here is how to find it: http://snapcreek.com/blog/wordpress-error-log-friend/
Best regards,
VictoriaHi Andrew@BattleBrothers,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Enfold and WooCommerce work fine with php7+.
Best regards,
VictoriaHey ckerr44,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.flex_column.av_one_half.flex_column_div.avia-builder-el-32 .avia-button-wrap.avia-button-center , .flex_column.av_one_half.flex_column_div.avia-builder-el-34 .avia-button-wrap.avia-button-center, .avia-button-wrap.avia-button-center.avia-builder-el-12 { z-index: 1005; }If you need further assistance please let us know.
Best regards,
VictoriaHi Chad_Roberts,
Parallax does not work on iPad and iPhone, that’s why I gave you that code. Safari has an issue with background-attachment:fixed on mobile devices.
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 6 years, 11 months ago by
Victoria.
May 11, 2018 at 12:48 pm in reply to: Enfold 4.3.1: Black screen with color section video background – local video mp4 #955242Hey Jérôme,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi ipdgraphics,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) { #layer_slider_1 { position: absolute; } #after_layer_slider_1 { padding-top: 120px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { #layer_slider_1 { position: absolute; } #after_layer_slider_1 { padding-top: 300px; } }If you need further assistance please let us know.
Best regards,
VictoriaHey Gonzo1982,
You might want to give that div a class or an id.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av_textblock_section .avia_textblock div { width: 50vw; margin: 0 auto; }If you need further assistance please let us know.
Best regards,
VictoriaHey hylandgraphics,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi afarahani,
You can use css to adjust icon colors. Can you show us what you’ve got so far?
If you need further assistance please let us know.
Best regards,
VictoriaHi Andre,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-magazine-content-wrap { min-height: 161px; } #top .av-magazine-thumbnail img { width: 100%; } #top .av-magazine-thumbnail { width: 161px; min-height: 161px; } #top .av-magazine-time { float: right; }If you need further assistance please let us know.
Best regards,
VictoriaHi JMDP and Briana,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 6 years, 11 months ago by
-
AuthorPosts

