Forum Replies Created
-
AuthorPosts
-
January 14, 2020 at 6:19 pm in reply to: Publication failed. Error message: The response is not a valid JSON response. #1173535
Hi aintzerga,
We’re glad to hear that.
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHey mchbeck,
Can you give us a link to your site? so we can inspect it.
You can post the link in private content, if you want the link to be shown only to the moderators.Best regards,
NikkoHi Oscar,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .home #av-layout-grid-1 .flex_cell_inner { margin-top: 180px !important; } }Hope it helps. :)
Best regards,
NikkoJanuary 14, 2020 at 6:10 pm in reply to: Icon still disappeared when linking to external page (after update 4.7.1) Solved #1173526Hi Marcel,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Ettore_94,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi benhasler,
Jordan’s code affects mobile phones only.
I have checked on your site and the copyright is only hidden on phones.Best regards,
NikkoHi Sebastian,
You’re just missing the button where you’ll need to apply a custom CSS class attribute.
Best regards,
NikkoHi,
I apologize for the misunderstanding, please try to add this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area { display: block; position: absolute; top: 0; left: 50%; width: 120px; } }Best regards,
NikkoHi domchocolate,
I apologize for the mistake, it should be this code:
add_filter( 'avf_post_nav_settings', 'enfold_post_nav_settings', 10, 2); function enfold_post_nav_settings($settings) { if($settings['type'] == 'portfolio') { $settings['same_category'] = true; } return $settings; }Best regards,
NikkoHi Thomas,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:959px) { .responsive #top .flex_column_table_cell { display: block; } .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%; } }Hope it helps.
Best regards,
NikkoHi tdutkowski,
Thanks for giving us admin access.
Upon checking the layout you are using as well as the current theme settings it is not ideal to show the side menu as it will block most of the screen on mobile that’s why by default on mobile it changes the layout with menu on top not on the sidebar.Best regards,
NikkoHi wtek,
For it to be clickable please replace this code:
#nav_menu-2 { position: absolute; right: 130px; }to:
#nav_menu-2 { position: absolute; right: 130px; z-index: 2; }As for positioning in wider screen, you can use this code:
@media only screen and (min-width:2048px) { #nav_menu-2 { right: 160px; } }just replace min-width and right value.
Hope this helps.Best regards,
NikkoHi adGroupMarketing,
Can you try adding this CSS code:
@media only screen and (max-width:767px) { .responsive #top.page-id-5629 #sub_menu1 { position: fixed !important; top: 116px !important; } }As for replacing menu for ‘Supermarket Shop’, we suggest using a child theme first since any modification will be lost in the parent theme during a theme update, here’s the link where you can download and find instructions on how to use the child theme: https://kriesi.at/documentation/enfold/child-theme/
Then override the fullwidth submenu, by following the instructions in: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Next copy enfold > templatebuilder > avia-shortcodes > menu folder to the shortcodes folder of the child theme, then modify menu.php (enfold-child > shortcodes > menu > menu.php), in line 588 (Enfold 4.7.1) you will find this code:$mobile_button = $mobile == 'active' ? "<a href='#' class='mobile_menu_toggle' " . av_icon_string('mobile_menu') . "><span class='av-current-placeholder'>" . __( 'Menu', 'avia_framework' ) . '</span></a>' : '';replace Menu with Supermarket Shop.
Hope this helps.Best regards,
NikkoHi AU5985,
Can you change the role of the account you gave to Administrator? so we can check the backend as well as the settings.
I tried to inspect the page but I could not see the header.Best regards,
NikkoJanuary 13, 2020 at 6:37 am in reply to: The site is experiencing technical difficulties —avia-template-builder #1172666Hey plastolux,
Can you give us ftp access and temporary admin access to your site? so we can try to debug it for you.
Just post the credentials in private content.Best regards,
NikkoHi adGroupMarketing,
It seems you have already done it using this code:
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed !important; } }Let us know if you still need further assistance.
Best regards,
NikkoHey adGroupMarketing,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#menu-supermarket-shop-1 .sub-menu { display: none; }Hope it helps.
Best regards,
NikkoHey AU5985,
The link you gave returns:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.If I remove wp-admin from the link you gave it goes to (link in private content).
Please check.Best regards,
NikkoHi BrendaSarg,
Glad that Mike could help :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHi damon129,
I have tested both pages mentioned using Windows 10, Chrome | Firefox | IE 11 and didn’t see any difference in the dropdown.
Best regards,
NikkoHi Thomas,
Do you want it only to affect a single page? multiple pages? or all pages?
Best regards,
NikkoHey TScC,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#footer { padding: 0; }Hope it helps.
Best regards,
NikkoHi oil4,
Please follow Rikard’s solution on this thread: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
We have tested this solution and it’s working properly.Best regards,
NikkoHi bobfurgo,
I think that’s possible with the use of javascript and css.
If you aren’t using a child theme, please use it first: https://kriesi.at/documentation/enfold/install-enfold-theme/Best regards,
NikkoHey tdutkowski,
I’m not sure I get the whole picture, can we request for access to your site? so we can check the Theme Settings first.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi daniejm,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Misantaller,
Are you referring on the images with instagram icon when hovered below ‘BE PART OF OUR JOURNEY’?
It can be done through some css, try to do the following:
– In the Color Section, go to Developer (tab) and on Custom CSS Class, put my-section.
– In Enfold > General Styling > Quick CSS, add this CSS code:.my-section .avia-button-wrap { position: absolute; top: 50%; left: 0; margin-top: -19px; text-align: center; width: 100%; } .my-section .avia-button { display: inline-block; }Hope it helps.
Best regards,
NikkoHi mirotck,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi wtek,
Please try to replace this code in your child theme’s functions.php from:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }to:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { if( is_page( 3777 ) ) { dynamic_sidebar( 'header' ); } }Let us know if this helps.
Best regards,
NikkoJanuary 13, 2020 at 5:12 am in reply to: When is the update being released to fix the recent bugs? #1172630Hi mct2ok,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
