questions portfolio

  • Posted in : Photographer
  • Anonymous
    Inactive

    Hi !
    1. Is it possible to disable the subtitle after the entry into galleries in the portfolio (the inscription above the photo)?
    2. Following the addition of pages instance in the portfolio of wedding, outdoor, ceremony, I can do that after clicking on the bookmark portfolio could not enter, only the developed pages?

    my side : http://www.fotoblachno.pl

    serkan
    Moderator

    Hi,
    1. You can use custom css code for this;

    .content-area .entry-title { display: none; }

    2. It is not possible by default.
    Thanks

    bentham403
    Participant

    That code hides the titles on the blog too but not only in the portfolio. Any solution? Thanks

    serkan
    Moderator

    Hi @bentham403;

    You can use this custom css code;

    .gallery-single > .entry-header > .entry-title { display: none; }
    

    Thanks

    bentham403
    Participant

    Should I use both or just the last one? Thanks

    bentham403
    Participant

    Btw which code would be for the contact and work page in my case?
    http://ajramirez.com/portfolio/
    http://ajramirez.com/contact/

    I guess it would be something like:
    .portfolio > .entry-header > .entry-title { display: none; }
    but I don’t want to mess around.

    Thanks in advance.

    serkan
    Moderator

    Hi @bentham403;
    Second code is working for hiding titles above the gallery in the portfolio. For the contact form you need different code, but i can not see your source code. I think you are using some plugin to protect your website from right click. You can see the page id in your codes.
    Example ;

    .page-id-18 .entry-header .entry-title { display: none; }
    bentham403
    Participant

    I just realised that wordpress give the option to hide the visibility of the title in the pages menu. So no need of using css code. Thanks

    bentham403
    Participant

    For some reason this code [.gallery-single > .entry-header > .entry-title { display: none; }] does not work on google chrome under Mac OS X. I tried disabling plugins and It did not work either. Im not using any ad block either. Thanks.

    serkan
    Moderator

    Hi @bentham403;
    Right click is not working in your website and i don’t know what is going on. Just use the visibility option in wordpress.
    Thanks a lot.

    bentham403
    Participant

    I just disabled the plunging for the right click so u can check that better. If you get into the galleries in the portfolio you’ll see that in Google Chrome under OS X it still shows the title whereas Safari does not show them.
    http://ajramirez.com/portfolio/wedding/
    http://ajramirez.com/portfolio/around/
    http://ajramirez.com/portfolio/daily-heroes/
    http://ajramirez.com/portfolio/video/

    Thanks a lot.

    serkan
    Moderator

    Hi @bentham403;
    Could you please use this custom css code;

    .single-portfolio .entry-header .entry-title { display: none; }

    Thanks

    bentham403
    Participant

    I still can se them on google Chrome, I cleared the browsing data.

    ahmetsali
    Keymaster

    Hi @bentham403,

    that code should be working, i suspect you might have some syntax error in your other custom css codes that comes before that code, can you try clearing your custom css box and only add that piece of code alone and if it is working add your other custom css codes with caution.

    Thanks.

    bentham403
    Participant

    I did it and nothing happened. I cleared everything and tried one by one. It only happens in google chrome, safari works ok. Thanks

    ahmetsali
    Keymaster

    Hi again, you have a syntax error in this line of css code;

    .home-landing body {
        background: url('http://ajramirez.com/wp-content/uploads/2015/02/fotoportadaweb.jpg);
        background-repeat: no-repeat; background-size: cover;
    }
    

    you have a missing close quote in this piece of code which brokes the css codes that comes after that line, update your code as;

    .home-landing body {
        background: url('http://ajramirez.com/wp-content/uploads/2015/02/fotoportadaweb.jpg');
        background-repeat: no-repeat; background-size: cover;
    }
    
    bentham403
    Participant

    Do you mean after the url (jpg’)? Thank you.

    serkan
    Moderator

    Hi @bentham403;
    Yes, after the url.
    Thanks

Viewing 18 posts - 1 through 18 (of 18 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