Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Flexform
  • #1101
    EdenCreative
    Member
    Post count: 5

    Hi,

    I have two questions regarding the blog. Go here to see the test blog I have set up:

     

    http://www.emfrs.com/blog

     

    1. How do I stop when the image is hovered over it going blue? and how to I disable the link? as this just goes to the home page, sometimes we will not want a link.

    2. how do I disable the comments button (speech marks) as again this goes to a non existent link.

     

    Thanks

    #1145
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    1. Blue on hover: add this custom CSS in the theme options:

    figure .overlay { background-color: transparent !important;}
    figure:hover .overlay { box-shadow: none !important; }

    Disabling the link can only be made permanent, so let me know if you want me to provide instructions for that.

    2. Add this custom CSS in the theme options:

    .comments-likes > a {
        display: none;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #1198
    EdenCreative
    Member
    Post count: 5

    Hi

     

    Yes please let me know how to permanently disable the link function.

     

    I have input the other two codes in ‘theme options – custom css’ section (see attachment) yet when hovered over I am still getting the small ‘page’ icon? is this removed once the link function is removed?

     

    Thanks again!
     

    #1208
    EdenCreative
    Member
    Post count: 5

    Also!

     

    I have just noticed that only a section of the copy is shown…how do we get it so everything written is shown?

    see attachement or go to http://www.emfrs.com/blog

    #1289
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    To show more of the excerpt, you can increase the length in the edit options for the blog asset. Either that, or provide a custom excerpt for each of the posts. This will return the full custom excerpt that you specify.

    I can’t see the link you want to disable?

    – Ed

    #1310
    EdenCreative
    Member
    Post count: 5

    Hi Ed

     

    the link I want to disable os that when you click on either the image (if there is one) or the post title. It always links back to the homepage ??

    thanks

    #1335
    EdenCreative
    Member
    Post count: 5

    Hi again!

    Sorry I have looked at the custom excerp – being new the WordPress I’m still not sure how to do this and the post still isnt showing in full?

    Also, where would I edit the length (where would the edit options be for the blog asset)

    Sorry to be a pain!

     

    Thanks

    #1575
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Your blog posts are linking to home, that looks like a permalinks issue. Do you have anything that you know could be causing this? The posts are meant to link through to the post page.

    We added the option to be able to show the full post content in the index in v1.2, but only for standard/mini display types. Maybe that would be better for you?

    – Ed

    #1646
    EdenCreative
    Member
    Post count: 5

    Fixed!!!

    The link thing was to do with the permalink!

     

    I am still having the issue of when I upload an image, I have to edit the size of it in the media box before it shows! Do you know what this could be?

     

    Thanks

    #1673
    Cosmin – SUPPORT
    Member
    Post count: 3851

    To remove the ‘page’ icon when hovering:

    .blog-item figure:hover .icon-file-alt:before {
        content: "" !important;
    }

    For the image – do you have any plugin that handles images?

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register