Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #365411

    Hi All,

    I’m almost there with upgrading my version of Enfold and switching to a full screen layout as opposed to my existing boxed layout. I have a couple of questions and things that I am struggling with and would appreciate some help.

    Mobile view:
    With the full screen slider how can I hide caption titles and text for mobile phones as it dominates the screen too much OR is there a better way of handling captions for phones?

    On the iPad the caption titles and text overlap the navigation buttons that are displayed either side of the image. Is there a way to reduce this overlap?

    Tags:
    Can you tell me how to use the Tag Cloud widget correctly? I’m looking to display my own list of tags in a similar layout to that seen in the Enfold demo footer?

    Please see my dev site here: http://dev.marcgodfreeweddings.co.uk/

    Kind Regards
    Marc

    #365672

    Hi MarcG5!

    Try adding this to your custom CSS.

    .caption_left .slideshow_caption {
        left: 30px !important;
    }
    @media only screen and (max-width: 479px) {
    .slideshow_caption { display: none !important; }
    }

    I see the tag widget in your footer but it doesn’t look like you have any tags created. Go ahead and add some tags to your posts to have them display with the tag widget.

    Best regards,
    Elliott

    #365678

    Hi MarcG5!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    1-

    @media only screen and (max-width: 480px) {
    .caption_fullwidth { display: none !important; }}

    2-

    @media only screen and (max-width: 990px) {
    .caption_right .slideshow_caption { right: 5%; }
    .caption_left .slideshow_caption { left: 5%; }}

    3- Tag cloud widget displays the tags you have added to your posts. You can add it to one of your Footer widget areas in Appearance > Widgeets

    Cheers!
    Yigit

    #366054

    Great thanks both!

    Just one last thing that I have noticed:
    When viewing my portfolio the portrait images have a white coloured border to the left and right hand sides. Is there a way to colourise this to match the background colour of the frame all images are viewed in?

    Thanks again
    Marc

    #366426

    Hey Marc!

    Try adding this code to the Quick CSS:

    figure.av-inner-masonry.main_color {
        background: #e9e0e9 !important;
    }

    Cheers! 
    Josue

    #366620

    Perfect – Thanks Josue!

    • This reply was modified 9 years, 11 months ago by MarcG5.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Final touches – help needed’ is closed to new replies.