Tagged: Enfold breadcrumb container
-
AuthorPosts
-
January 11, 2024 at 11:21 am #1429803
Dear All,
I’m having a hard time fixing the container position which has the breadcrumbs in the mobile version of my Enfold WordPress website. The text is not aligned at all.
Attached is a photo: https://ibb.co/nP6R7VD
Please advise.Thanks in advance.
Dimitar
January 11, 2024 at 12:15 pm #1429805Hey dimitrovdimitar,
Thanks for the screenshot, it looks like the breadcrumbs are aligned with your logo:
please explain where you want the breadcrumbs to be, perhaps a mockup would help, and include a link to your site so we can examine.Best regards,
MikeJanuary 11, 2024 at 1:56 pm #1429814Thanks for the swift reply, Mike,
I meant the text is aligned well (to the left) but it is not centered in height, thus the last row of text is not shown. Here’s a link: http://www.resg.bg.
Best regards,
DimitarJanuary 11, 2024 at 5:19 pm #1429823Hi,
Thank you for the link to your site, I didn’t find the same page where the breadcrumbs were three lines, but I found a page where the breadcrumbs were two lines and this css seems to work, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px){ .responsive .title_container .breadcrumb { position: relative; margin-top: unset; top: unset; } }
If this doesn’t help where the breadcrumbs were three lines please include a link to the page directly.
Please see the screenshot in the Private Content area of the expected results.Best regards,
MikeJanuary 11, 2024 at 7:01 pm #1429830Dear Mike,
It looks like it worked: https://img.savvyify.com/image/9u8tB.
Thanks!It appears there is a limitation on the number of characters as you can see: https://img.savvyify.com/image/9uyYu, even in the desktop version, can this be changed so it shows the full title, or it will be ugly? Also, why does it say two times blog/blog?
Thanks in advance.
BR,
Dimitar- This reply was modified 10 months, 2 weeks ago by dimitrovdimitar.
January 12, 2024 at 4:34 pm #1429921Hi Dimitar,
1- Please add the following code to the bottom of Functions.php file of your child theme, or install the Code Snippets plugin and add it as a new snippet:
add_filter('avia_breadcrumbs_args', function($args) { $args['truncate'] = 9999; return $args; }, 10, 1);
2- The first Blog is the page and second Blog is the category of your post.
Best regards,
YigitJanuary 12, 2024 at 6:01 pm #1429936Dear Yigit,
Thanks for your help.
I tried adding it at as a snippet, but I don’t know if it worked, because the problem that Mike helped with is back, the breadcrumb is not centered in height again…Please advise.
BR,
DimitarJanuary 13, 2024 at 4:35 pm #1429990Hi,
The code that Yigit posted is meant to remove the character limitation in the breadcrumbs, it doesn’t seem to be working.
Please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeJanuary 15, 2024 at 10:02 am #1430124Dear Mike,
Admin credentials provided in private content.
Thanks in advance.
BR,
Dimitar- This reply was modified 10 months, 1 week ago by dimitrovdimitar.
January 15, 2024 at 10:29 am #1430128Hi,
Thank you for the update.
The login account above seems to be invalid. Please check the info carefully. To fix the style issue of the title container on mobile view, please add this css code.
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .title_container .breadcrumb { position: relative; } }
Best regards,
Ismael`January 15, 2024 at 10:45 am #1430135Dear Ismael`,
I’ve just fixed the credentials info in the previous post, please try again.
Thank you
BR,
Dimitar- This reply was modified 10 months, 1 week ago by dimitrovdimitar.
January 16, 2024 at 10:17 am #1430214Hi,
The Appearance > Theme File Editor is not accessible when we checked the site and we can’t purge the server cache for some reason. Would you mind asking your hosting provider to disable the server cache temporarily?
To re-enable the Appearance > Theme File Editor, edit the wp-config.php file, then add this code.
define( 'DISALLOW_FILE_EDIT', false );
Best regards,
IsmaelJanuary 17, 2024 at 9:14 am #1430777Dear Ismael,
Cache is disabled.
BR,
DimitarJanuary 18, 2024 at 10:24 am #1431357Hi,
The server cache is still active when we checked the site, and the site is still using the merged or compressed stylesheets even after disabling the Enfold > Performance > File Compression settings. The changes that we made are not reflecting in the frontend. Can we deactivate the plugins temporarily?
Best regards,
IsmaelJanuary 18, 2024 at 10:34 am #1431360Hi,
Yes you can, as long as you return everything like it was after you’re done.
BTW, it appears on the Bulgarian language that the alignment is fixed.Thanks in advance.
BR,
DimitarJanuary 18, 2024 at 10:42 am #1431363Hi!
Did you create a backup or a restore point? We want to make sure that you can restore the site in case anything goes wrong.
Best regards,
IsmaelJanuary 18, 2024 at 10:45 am #1431366No, I think there is a plugin that does that automatically, but if there is a possibility for this to happen, don’t make any more changes… Leave it like that.
Please let me know.January 18, 2024 at 10:53 am #1431370Consider the matter closed. Thanks for all your help!
-
AuthorPosts
- The topic ‘Container with breadcrumbs is not centered correctly in mobile version’ is closed to new replies.