Multiple questions

Home Forums Gillion Theme Multiple questions

Home Forums Gillion Theme Multiple questions

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • mansworld
    Participant

    Hi !

     

    I’m mentioning my support query below. Please help me with resolving
    the same.

     

    1. I have disabled all the information for blogs posts like date,
    tags, etc, from Gillion theme settings for blog post summaries for all
    pages, but I am unable to find the options which enable me to avoid
    showing the authors name and the mins of read for each blog post. I
    need to remove the author name and “x mins read” from blogpost
    summaries. Please refer to file 1& 2 for a visual understanding of
    what needs to be removed.

    2. I have been trying to find a video playlist player that works well
    with this theme and after trying various plugin options im still
    unable to get what I need. We want our video player to look like the
    one seen in attached jpeg  file 3. Here is the link to this preview as
    well: https://demo.tagdiv.com/newspaper_magazine/. Can you please help
    me in referring the plugin that will show a main video on auto play
    and thumbnails of the videos on playlist on the right as seen in the
    reference image.

    3. When a user clicks on the logo, like all websites, he gets directed
    to the home page. Can I get the user to get directed to
    http://subscribe.mansworldindia.com/

     

    Please let me know if you have any queries.

     

    Regards,
    Rohan

    Shufflehound
    Moderator

    Hi mansworld,

     

    Thank you for your questions.

     

    1. At the moment option for this is in the works, therefore we created a custom CSS snippet, which could do that for you (you can add it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code ):

    .blog-mini-post-content .post-meta,
    .blog-list .post-item .post-meta {
        display: none!important;
    }

     

    2. Are you referring to this section (added in screenshot bellow)

    3. Maybe with some custom Javascript snippet it could be possible, do you want to make redirection for all pages?

     

    Best regards,

    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    mansworld
    Participant

    Hey!

     

    Thanks for your response. PFB my comments.

     

    1. Point 1 works fine with the CSS code you provided. Thank you 🙂
    2. Are you referring to this section (added in screenshot bellow) – Yes the image in the screenshot is correct.
    3. Maybe with some custom Javascript snippet it could be possible, do you want to make redirection for all pages? – Yes, on any page when someone clicks on the logo in the header we want the redirection to happen for the subscription page.

    Looking forward to your response.

     

    Best Regards,

    Rohan

    2. I have been trying to find a video playlist player that works well
    with this theme and after trying various plugin options im still
    unable to get what I need. We want our video player to look like the
    one seen in attached jpeg  file 3. Here is the link to this preview as
    well: https://demo.tagdiv.com/newspaper_magazine/. Can you please help
    me in referring the plugin that will show a main video on auto play
    and thumbnails of the videos on playlist on the right as seen in the
    reference image.

    You can use following plugin to achieve this.

     

    https://codecanyon.net/item/video-gallery-wordpress-plugin-w-youtube-vimeo/157782

     

     

    3. When a user clicks on the logo, like all websites, he gets directed
    to the home page. Can I get the user to get directed to
    http://subscribe.mansworldindia.com/

    You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.

    Attachments:
    You must be logged in to view attached files.

    mansworld
    Participant

    Thank You So Much!

    Very kind of you to develop the plug-in especially for us 🙂

     

    I have one last query. The post preview has a minimum word/character count of 10 in theme settings > blog (attached). What do i need to do to show no preview at all? I do not want a single character/word to be shown in the preview for posts.

     

    Big thanks.

    Attachments:
    You must be logged in to view attached files.

    I have one last query. The post preview has a minimum word/character count of 10 in theme settings > blog (attached). What do i need to do to show no preview at all? I do not want a single character/word to be shown in the preview for posts.

    We have to develop custom CSS code to achieve this.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?

    mansworld
    Participant

    Hey!

     

    Thanks for your response.

    We need to remove the same from the homepage http://www.mansworldindia.com

     

    Best Regards,

    Rohan

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home #content .blog-list .post-content {
        display: none;
    }

    mansworld
    Participant

    Hey !

     

    Thanks for your response.

    Though, I already have a CSS code you provided earlier (see trail mail/messages)

    So with the earlier CSS code and the new one. Should my custom CSS look as mentioned below? Is this correct?

     

    .blog-mini-post-content .post-meta,
    .blog-list .post-item .post-meta {
        display: none!important;
    }
    .home #content .blog-list .post-content {
        display: none;
    }

    Yes it is correct.

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