How to edit subtitle, author, home feature blocks...

Discussion in 'Foogo Pro WordPress Theme' started by ifonly, Jan 12, 2018.

  1. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi there,
    My theme is Email sender one. I am trying to customise a few things but am getting stuck.

    I was trying to hide blog post authors using the code I found in this forum but it didn't work either.

    On the homepage, I have four home feature blocks. How do I make the whole block linkable instead just the image?

    How do I make titles on the home page linkable too? For exmaple, the blog part on the home page - I want visitors to be able to go to the whole blog page instead of just seeing the latest blog posts.

    I have found how to edit subtitle so I have edited it out from this post.

    thanks!
     
    Last edited: Jan 12, 2018
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    To hide blog post author, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #content_wrapper.content .post .author-avatar {
        display: none;
    }
    We need WordPress admin credentials to configure it.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  3. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Thanks - I've sent you the details. I'm attaching the screenshot here as well, just in case it gets removed in the email. I want these blocks (the whole table/block) to be hyperlinked instead of the image inside, as it's hard to notice that there is a link in the image, and I can be losing potential traffic. Thanks -- upload_2018-2-14_10-27-35.png
     
  4. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    I have also noticed that the screen overlay (blue) in Microsoft Edge browser, cuts off. In other browers it seems ok.
    upload_2018-2-14_10-31-4.png
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hope your issues have been resolved.

    Do let me know if we missed something.

    I look forward to hearing from you.

    Warm Regards!
    Akbar
    InkThemes.com
     
  6. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi there,
    Regarding hiding the author - the code I've used worked well on desktop. I've now checked on mobile and it gives me these odd messages including author's name. By the way I want comments on, and in the settings they are showing as on. I just don't want this message to be showing either way.

    upload_2018-2-18_14-33-19.png

    Thanks,
    Adele
     
  7. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Adele,

    If you want to hide the details in mobile screen then, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings

    Code:
    @media only screen and (max-width: 768px){
    #content_wrapper.content .post .post-meta {
        display: none;
    }
    }
    This will help you to figure it out and resolve your issue(s).

    Regards!
    Naveen Kolhe
    InkThemes.com
     
  8. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Thanks! works great.

    Regards,
    Adele
     
  9. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page