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

    Hi If you look at the following home page there is a masonry element.
    https://nsna.com.au/
    The new umpire development post (which is set as Post Format: Link) is not viewing correctly with the except not contained in the div?
    The linking function of the post works fine. But the masonry “tile” is viewing incorrectly with the excerpt running across the entire width in the background.
    I have turned off all plugins to no avail.

    Additionally I have set the element to wide gap – but it is not viewing with any gap at all.

    When I turn the above post to a standard post (not link) the tile excerpt issue is fixed. However the wide gap setting still doesn’t work. **Note I’ve added this css to fix the gap issue.

    #top .av-inner-masonry {
        margin: 0 14px 14px 0;
    }
    • This topic was modified 1 year, 8 months ago by karmenka.
    • This topic was modified 1 year, 8 months ago by karmenka.
    • This topic was modified 1 year, 8 months ago by karmenka.
    • This topic was modified 1 year, 8 months ago by karmenka.
    • This topic was modified 1 year, 8 months ago by karmenka.
    #1397687

    Hey karmenka,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot. Regarding the gap issue, a fix will be included in the next patch. Please keep the css for now or use this one.

    #top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{
    	position: relative;
    	margin-right: 15px;
    	margin-bottom: 15px;
    }
    
    

    Best regards,
    Ismael

    #1397832

    https://www.dropbox.com/s/hnlocpk0dmaf44a/enfoldmasonryerror.png?dl=0

    link to screen shot of home page red circle shows the post image red box shows the post title and excerpt in the background running width of screen.
    Is an issue for all posts with format set to link.

    #1398004

    Hi,

    Did you use a link or hyperlink tag in the post excerpt? The issue occurs because the container of the masonry item is also a link tag, so it breaks the layout of the masonry item. You may need to remove the link tag and directly add the URL in the post editor as is. The theme will automatically strip the URL from the excerpt, but it will still apply the URL as the link of the masonry item.

    Best regards,
    Ismael

    #1398140

    I’m not exactly sure what you mean. I have tried the following scenario’s.

    <p style="text-align: left;">2 programs launched for new umpires 12 and up.</p>
    <a href="https://nsna.com.au/umpiring/new-umpire-development-and-information/">https://nsna.com.au/umpiring/new-umpire-development-and-information/</a>

    This still breaks the excerpt.

    <p style="text-align: left;">2 programs launched for new umpires 12 and up.</p>
    <p>https://nsna.com.au/umpiring/new-umpire-development-and-information/</p>
    OR
    <p style="text-align: left;">2 programs launched for new umpires 12 and up.</p>
    https://nsna.com.au/umpiring/new-umpire-development-and-information/

    This no longer is functional as a a post with “link” format. As it goes to the single entry instead of the link location

    • This reply was modified 1 year, 8 months ago by karmenka.
    #1398142

    For those following this configuration worked.

    <a href="https://nsna.com.au/umpiring/new-umpire-development-and-information/">https://nsna.com.au/umpiring/new-umpire-development-and-information/</a>
    2 programs launched for new umpires 12 and up.
    #1398295

    Hi,

    You can actually remove this part..

    <a href="https://site.com.au/umpiring/new-umpire-development-and-information/"></a>
    

    ,.. and leave the URL.

    https://site.com.au/umpiring/new-umpire-development-and-information
    

    Best regards,
    Ismael

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