• Resolved albeny

    (@albeny)


    hello good afternoon I’m using google translator
    I’m doing some tests with your plugin
    and I see that it gives me some errors in how the author metadata is shown, category date and comment above the photo as shown here in the image:
    https://prnt.sc/n05oqm
    and I would like something like this:
    https://prnt.sc/n05tq0

    or at least that the metadata is left as ordered in the demo of the subject below the photo here
    https://www.themefocus.co/alterna/newdemo/video-youtube-with-post/

    In what you can help me I would appreciate it or please tell me how to correct the error

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    the meta you would like to remove is a part of the theme, the easiest way to remove it is to go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    .single-advert .post-meta {
        display: none !important;
    }
    
    Thread Starter albeny

    (@albeny)

    ok thanks I worked the code to remove the goal data here
    https://urbanizacionlosnaranjos.com.ve/advert/dsff/

    but I would also like to remove the title on top of the photo so that I can stay that way
    https://prnt.sc/n05tq0

    Is there any CSS code for that too?
    I would appreciate your help

    Plugin Author Greg Winiarski

    (@gwin)

    On the screenshots there are two titles the big one and the one in breadcrumbs, not sure which you would like to hide so i am pasting codes to hide both of them

    
    .single-advert #page-header { display: none !important; }
    .single-advert #page-breadcrumb { display: none !important; }
    

    If that will not help it would be best if you could mark on the screenshot which part of the page you would like to hide.

    Thread Starter albeny

    (@albeny)

    thanks for the help but it’s not the title I want to remove
    the title that I want to remove is this one that appears in the following image
    https://prnt.sc/n2oyi1

    I want me to stay like the following image
    https://prnt.sc/n05tq0

    website:
    https://urbanizacionlosnaranjos.com.ve/advert/dsff/

    Plugin Author Greg Winiarski

    (@gwin)

    To hide this title add in Additional CSS panel the below snippet

    
    .single-advert h3.entry-title {
        display: none !important;
    }
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘error metadata up photo’ is closed to new replies.