-
AuthorPosts
-
May 13, 2019 at 4:34 pm #1100159
Hi,
I have a new page in dev which has a tabbed section within it and columns embedded within tabs.
Looks great on desktop, but on mobile, the content of the next tab starts to encroach on the tab in the viewport.
Any help would be greatly appreciated.
Thanks
Phil
May 15, 2019 at 5:06 am #1100804Hey philthebass,
Thanks for the update.
That should not be happening by default. Did you apply any custom css modification for the tab section element?
Best regards,
IsmaelMay 15, 2019 at 8:11 am #1100888Hi,
No. There’s no custom CSS in there.
There is a full width section above it which I disabled on mobile to see if that made any difference but same problem.
Regards
Phil
May 15, 2019 at 12:31 pm #1101015This reply has been marked as private.May 16, 2019 at 5:05 am #1101226Hi Phil,
Sorry for the problems. Could you try updating the theme to the latest version (4.5.7) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardMay 16, 2019 at 7:41 am #1101289Hi,
I am using the latest version 4,5.7
Regards
May 17, 2019 at 10:58 am #1101721Hi,
Could you get back to me on this? I have several pages on a production server that are broken on mobile.
Thanks
May 18, 2019 at 9:59 pm #1102106Hi philthebass,
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) { .avia-section-no-padding .av-layout-tab .avia_textblock { width: 85vw; } }
But it looks like html is not properly laid out in the tab sections and it does not stack in responsive mode.
If you need further assistance please let us know.
Best regards,
VictoriaMay 19, 2019 at 9:54 am #1102214This reply has been marked as private.May 20, 2019 at 1:30 pm #1102475This reply has been marked as private.May 21, 2019 at 10:23 pm #1103100Hi,
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
( do 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,
BasilisMay 22, 2019 at 8:50 am #1103197This reply has been marked as private.May 28, 2019 at 5:24 am #1104657Hi,
Thanks for the update.
We just noticed that you’re using a custom post type called “retailers” and it’s not registered in the list of supported post types by the advance layout builder. We added the following filter in the functions.php file to register it.
function avf_alb_add_supported_post_types( array $supported_post_types ) { $supported_post_types[] = 'retailer'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_add_supported_post_types', 10, 1);
The elements are responsive now.
Best regards,
IsmaelMay 28, 2019 at 12:26 pm #1104783Thanks Ismael, we’ll add that to our production version as well.
Regards
Phil
May 30, 2019 at 2:54 pm #1105433Hi,
You’re welcome! Glad we could help.
Please take a moment to review our theme and show your support https://themeforest.net/downloads
And don’t forget to bookmark the Enfold Documentation for future reference.Thank you for using Enfold.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.