Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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

    #1429805

    Hey dimitrovdimitar,
    Thanks for the screenshot, it looks like the breadcrumbs are aligned with your logo:
    Enfold_Support_4396.jpeg
    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,
    Mike

    #1429814

    Thanks 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,
    Dimitar

    #1429823

    Hi,
    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,
    Mike

    #1429830

    Dear 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

    #1429921

    Hi 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,
    Yigit

    #1429936

    Dear 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,
    Dimitar

    #1429990

    Hi,
    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,
    Mike

    #1430124

    Dear Mike,

    Admin credentials provided in private content.

    Thanks in advance.

    BR,
    Dimitar

    #1430128

    Hi,

    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`

    #1430135

    Dear Ismael`,

    I’ve just fixed the credentials info in the previous post, please try again.

    Thank you

    BR,
    Dimitar

    #1430214

    Hi,

    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,
    Ismael

    #1430777

    Dear Ismael,

    Cache is disabled.

    BR,
    Dimitar

    #1431357

    Hi,

    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,
    Ismael

    #1431360

    Hi,

    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,
    Dimitar

    #1431363

    Hi!

    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,
    Ismael

    #1431366

    No, 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.

    #1431370

    Consider the matter closed. Thanks for all your help!

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Container with breadcrumbs is not centered correctly in mobile version’ is closed to new replies.