Avatar of RTCexpert
RTCexpert
 asked on

Hide/remove Wordpress Portfolio pages titles

I did a number of searches and tried a couple things from the forums but still have the same problem. I have a live site, Jaavis.com, and I am working on migrating it over to a web server. It's mostly functional as the live site with one problem. On each of the portfolio experience pages, after clicking 'read more' from the main portfolio page, they all seem to have a title bar at the top that I would like to hide or remove.
 
I uploaded a screenshot of both to show the issue and can be found at:
 
http://jaavis.com/wp-content/uploads/2012/03/jaavisquestion.jpg
 
Any help or suggestions would be greatly appreciated.
 
Thank you
WordPress

Avatar of undefined
Last Comment
RTCexpert

8/22/2022 - Mon
LZ1

I looked at the site itself and couldn't duplicate the issue.  I clicked on the Portfolio link, then the 'read more' link and I was not getting any title bar or extra text.  

Try logging out in another browser and verify it's still there.  It maybe a theme specific function that gets called when your logged in.
RTCexpert

ASKER
I ran the site in a different browser to get the same results. And it wouldn't be able to be duplicated on the 'live' site because that is functioning correctly. The problem is being generated on our web server where we are testing functionality of the site by running it through the hosts file to not use the 'live' site.

Any suggestions on which theme file might have this generating what is in the screen shot? I looked through the portfolio.php, index.php and sytle.css file and didn't quite see anything that looked like would do it.

Thanks!
LZ1

It's probably a page template. If you know what template your using for those pages then take a look at the corresponding file.  
IE: If the page template is "Portfolio", then look at page-portfolio.php.

If it's not, then your going to look at single.php and page.php for the offending code.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
RTCexpert

ASKER
I looked through those pages as well and nothing stuck out as the culprit. Do you happen to know what code in the php would make that?
LZ1

It's hard to say really. Do you have a way to search through the file contents?  You could search for whatever is being output on the page
RTCexpert

ASKER
Yes, I used windows 7 to search file contents and none of them have the text. I was tweaking code on/off in the style.css file and was able to remove the picture on those pages by changing the display:block to display:none. However, I can't seem to find what part of the code is effecting that one header line.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
LZ1

Do you have a live link?  What theme are you using?
RTCexpert

ASKER
I do not have a live link because I am making sure it works on our web server before switching the DNS off of the hosted location that is housing the correct and live site. Would it help if I can zip up the theme folder? The theme is etherna.
LZ1

You can zip it up and put it here.  I can take a look at everything that way.

And your sure on these pages there are no page templates being used.
Your help has saved me hundreds of hours of internet surfing.
fblack61
RTCexpert

ASKER
I have attached the theme folder. From what I can tell, I am unable to locate any code in any of the template php files.
etherna.zip
LZ1

Can you identify in Firebug maybe what class or id the toolbar is creating?
LZ1

BTW, I couldn't find it inside the theme folder.  What plugins do you have installed? Try disabling your plugins one by one and see if you can identify it that way.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
RTCexpert

ASKER
Looks like the div class is 'main' and then 'inner_main singlep' then 'container_alpha slogan'

I attached the screen shot to show the drill down.
firebug.bmp
ASKER CERTIFIED SOLUTION
LZ1

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
RTCexpert

ASKER
Thanks for looking at those! I tried to put the display:none code in the single-blog.php file for the container_alpha/slogan class but it didn't work. Could you please help with the location to put the code?
LZ1

It's hard without me being able to access the theme directly, so please bear with me.  

It wasn't in the theme's options at all?  Try adding the display:none in the CSS as I mentioned above.
>>>>Ultimately what you could do is put a display:none; for container_alpha/slogan class
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
RTCexpert

ASKER
That did work putting that in the style.css. Thank you so much for your help!!!
RTCexpert

ASKER
Excellent feedback and communication!!!