facing some problem on slider and category name showing on post

Home Forums Gillion Theme facing some problem on slider and category name showing on post

Home Forums Gillion Theme facing some problem on slider and category name showing on post

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
  • rafsanj24
    Participant

    Hi
    i am facing some problem on slider and category name showing on post .
    for your better understanding my problem i made a 3 min short video for you and described what problem i am facing .
    here is the video url : https://youtu.be/IZ-_Ja7DpbQ
    if you kindly watch the video and give me solution then that would really a great help for me .

    Thanks
    i will be waiting for your response

    Hi @rafsanj24,

     

    I hope you are well today and thank you for your question.

     

    The space displayed above the slider is padding added to column so you can either remove that padding by editing the column in admin area or remove it by 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

     

    .vc_column-inner.vc_custom_1510304186979 {
        padding-top: 0 !important;
    }

     

    You can hide those categories using Yellow Pencil editor as described in the following page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    rafsanj24
    Participant

    that means i have to purchase Yellow Pencil  plugin ???  am i  right ?
    will not i get that with your theme >?

    and how to change a text . i have uploaded the screen short on the attachment ?pls have a look
    waiting for your response

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

    that means i have to purchase Yellow Pencil  plugin ???  am i  right ?
    will not i get that with your theme >?

    Sorry I was confused the plugin comes bundled with Jevelin theme free of cost.

     

    In the case of Gillion theme we can hide it developing custom CSS code.

     

    Could you please share me the screenshots of sections from where you want to remove the categories so that I can help you?

     

    Also please share me your site URL where it is displaying.

    and how to change a text . i have uploaded the screen short on the attachment ?pls have a look
    waiting for your response

    Please share me your site URL where it is displaying so that I can help you to change it.

    rafsanj24
    Participant

    Hi
    Thanks for your response.

    here is the website url : http://wpthememob.com/
    so the pencil editor plugin not comes with Gillion theme ? am i right ?

    here i am sending the full screen short and i indicate all with mark that where and where actually i need help . please have look on the attachment .

    i will be waiting for your response
    Thanks

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

    so the pencil editor plugin not comes with Gillion theme ? am i right ?

    Yes you are right.

     

    here i am sending the full screen short and i indicate all with mark that where and where actually i need help . please have look on the attachment .

    That text is displayed by Blog Text Slider element of WPbakery page builder and they are post titles configured in the Blog Text Slider element so you can configure it as shown in the attached screenshots.

    You can hide the categories 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

     

    .blog-slider-item .post-categories-container,
    .blog-slider .slick-arrow p,
    .blog-page-list .post-categories-container {
        display: none;
    }

     

     

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

    rafsanj24
    Participant

    Thanks for your response . but  still cant off or change this option . uploaded the screen short on the attachment

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

    As described in the above reply that those are not just text but they are post titles and titles of which posts to display there can be configured in the Blog Text Slider element.

    In short you can’t change post title text but can configure in the Blog Text Slider element which post titles to display.

    rafsanj24
    Participant

    i have added this

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

    .blog-slider-item .post-categories-container,
    .blog-slider .slick-arrow p,
    .blog-page-list .post-categories-container {
        display: none;
    }

    as per you said . now at front page category name not showing http://prntscr.com/kxfqrz  . and its perfectly fine . but when i go to any category  and under the all category posts. on there all category name showing upper on post like this  https://prnt.sc/kxfsmx  .
    and when i click any post link then also showing the category name upper the post showing like this  : https://prnt.sc/kxfuvc
    and related post also category name showing. i want to hide category name from all post upper . can u pls help me that how can i do it .
    i will be waiting for your response .
    Thanks

    In your above shared screenshot you only displayed categories to remove from home page.

     

    You can remove it from all other pages using below custom CSS code.

     

    .post-categories-container {
        display: none !important;
    }

    rafsanj24
    Participant

    Thanks for your response . it actually works.so many thanks . but it arises any problem  that is category post grid are not showing as balance like this https://prnt.sc/kxnlg2
    it shows imbalance like this http://prntscr.com/kxnloj
    how to fix this issue .if you kindly tell me .
    Thanks in advance

    I don’t see the issue on your shared site so could you please share me the specific page URL from your site where it is displaying?

     

    Also does the issue only occur when you use custom CSS code orelse does it display fine?

    rafsanj24
    Participant

    here is the url : http://wpthememob.com/category/wordpress-theme-collection/

    it shows imbalance like this http://prntscr.com/kxnloj

    why not the category post grid are not showing  like this https://prnt.sc/kxnlg2

    i am waiting for your response

    This is because it is displayed in masonry style.

     

    You can change its style in the theme Blog settings as shown in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
Viewing 14 posts - 1 through 14 (of 14 total)