Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1405391

    Hi

    I have been developing a site based on your Enfold Parallax demo.

    I am generally happy with the desktop version but there are some optimisation issues on mobile that I hope you can help with. Hopefully its a quick fix!

    See site url in Private Content
    1/ Main banner header image – does not bleed left and right on mobile (it does on Desktop)
    2/ Parallax 1 column header/text blocks for Some of our projects and lets talk – These centre on mobile for your Enfold Parallax demo. On my site, they cut off left and right
    3/ About us and What we do body text – on mobile it the block looks too narrow – could this be the cell padding? although is set the same as your demo and the demo displays the text block wider.

    Also, is there any way the social icons can display on the top under the burger menu in mobile?

    Thanks

    #1405669

    Hi,

    Could you come back on my request for help a few days ago.

    Thanks
    Marcus

    #1406012

    Hi,
    Thank you for your patience anf the link to your site, to make the top image on your homepage full width on mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	.responsive #top.home #wrap_all #av_section_1 > .container {
    		width: 100%;
    		max-width: 100%;
    	}
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    To center the text blocks Some of our projects and Lets talk on mobile you need to edit the column and under the advanced tab see the settings for Animation ▸ Parallax Rules click the mobile icon and choose none:
    Enfold_Support_1917.jpeg
    and check that under the same advanced tab Position ▸ Column Position click the mobile icon and choose left 0:
    Enfold_Support_1919.jpeg
    For the cell padding click the mobile icon and ensure it is empty
    Enfold_Support_1921.jpeg

    Best regards,
    Mike

    #1409534

    Hi,

    Thanks for the info supplied for this.

    3/
    Your advise:
    For the cell padding click the mobile icon and ensure it is empty

    I have done the above but it has not changed the display of the body text on mobile – it still looks narrow.

    My last request on initial chat post:
    Also, is there any way the social icons can display on the top under the burger menu in mobile?

    THANKS

    #1409585

    Hi,
    To add the social icons to your burger menu to your burger menu try this solution.

    Best regards,
    Mike

    #1409596

    Thanks for that,
    Adding functions code – would this be lost if the theme was updated.

    Could you advise on this:

    3/
    Your advise:
    For the cell padding click the mobile icon and ensure it is empty

    I have done the above but it has not changed the display of the body text on mobile – it still looks narrow.

    4/ Adding a Microsoft Team logo in the header along side the social icons.
    Is there an easy way to do this? Or it it bespoke?
    My concern is that the Teams logo wouldn’t display the same and would it go from Blue to White on transparent header.

    Thanks

    #1409620

    Hi,
    If you add customizations to the parent theme function it will be lost on updates, but with a child theme they will not be lost.
    To add the Microsoft Team logo, I assume that this is not available as a icon so you can add it like we do for TikTok, try following these steps and adjust for your logo.
    If you are not using a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets and allows you to export and import your custom code snippets to other sites that you may have or as a backup.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.