-
Posted in : Photographer
-
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
Hi,
1. You can use custom css code for this;.content-area .entry-title { display: none; }2. It is not possible by default.
ThanksThat code hides the titles on the blog too but not only in the portfolio. Any solution? Thanks
Hi @bentham403;
You can use this custom css code;
.gallery-single > .entry-header > .entry-title { display: none; }Thanks
Should I use both or just the last one? Thanks
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.
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; }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
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.
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.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.
Hi @bentham403;
Could you please use this custom css code;.single-portfolio .entry-header .entry-title { display: none; }Thanks
I still can se them on google Chrome, I cleared the browsing data.
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.
I did it and nothing happened. I cleared everything and tried one by one. It only happens in google chrome, safari works ok. Thanks
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; }Do you mean after the url (jpg’)? Thank you.
Hi @bentham403;
Yes, after the url.
Thanks
You must be logged in and have valid license to reply to this topic.