- This topic has 6 replies, 2 voices, and was last updated 10 years, 4 months ago by Sakin.
-
AuthorPosts
-
August 13, 2014 at 1:00 pm #42367PatriceMember
Hi. Please help. I’m using the catch mustang responsive theme and I have multiple questions…
1. How can I remove the link on the header image? Is there a Custom CSS code that I can use?
http://www.aedunlv.org2. How can I center the the image caption to the picture. The image captions are aligned to the left and there seems to be some indentation on the left of the caption as well. I want the indentations removed as well.
http://www.aedunlv.org/members-2/executive-board-officers
http://www.aedunlv.org/members-2/spotlighters3. I created a test portfolio, but the images are not opening to the fancy box that’s shown on the demo site. Also, when you click on the next or previous page, the correct picture that’s in the portfolio isn’t showing. Is there a way to fix this? Here’s the link to the test portfolio that I created http://www.aedunlv.org/archives/portfolio/test-2
4. The pictures that I selected to create a gallery isn’t showing. I went to the Gallery menu => Add new => Add media file. The pictures selected for the gallery will not show up on the page. Please help. If you look here http://www.aedunlv.org/archives/gallery/4409, the pictures aren’t showing.
August 13, 2014 at 11:20 pm #42395SakinKeymaster@Patrice:
1. Do you mean to remove the link from your Logo. Why do you want to do that? Lot of people use your logo link to go back to your homepage. CSS will not be able to remove the link from your logo. For that you need to modify the functions. So, first build child theme, you can download same child theme from http://catchthemes.com/blog/create-child-theme-wordpress/
Then you can copy functioncatchthemes_headerdetails
fromcatchthemes_functions.php
file to your child themefunctions.php
file and then you can remove the link.2. For this, you can add following css in “Appearance => Theme Options => Custom CSS” box.
.wp-caption .wp-caption-text:before { content: none; } .wp-caption .wp-caption-text { padding-left: 0; text-align: center; }
3. If you are checking this page http://catchthemes.com/demo/catch-mustang/portfolio/portfolio-gallery/ then this is done through Jetpack plugin “carousel” module. For this, install Jetpack plugin and activate and configure “carousel” module http://jetpack.me/support/carousel/
4. You can see your galleries at http://www.aedunlv.org/archives/gallery and for Gallery Post type, you need to create Gallery page from “Galleries => Add New” and then you can upload the images in that gallery page
August 14, 2014 at 3:45 am #42404PatriceMemberThank you Sakin!
I fixed problem #2.
For removing the link on the header link, I’ve already created a child theme with a function.php file. This is the code that I found for headerdetails http://pastebin.com/iRuknmTs, but I don’t what lines to remove. Please help.
Also for the header on the homepage, how do I decrease the space between the header and the navigation bar and the space above the header as well.
I’ll work on my gallery and portfolio issues next.
Again, thank you.
August 14, 2014 at 3:50 am #42405PatriceMemberHi Sakin.
For the gallery issue, the galleries that are showing at http://www.aedunlv.org/archives/gallery are the previous galleries that I had before the theme change to catch mustang. I tried creating a new gallery that I labeled “test” and the images aren’t showing after publishing the image uploads. The gallery “test” is showing empty without any pictures.
August 14, 2014 at 12:25 pm #42423SakinKeymaster@Patrice: Glad that no 2 is fixed.
For no. 1: Here is the code in https://gist.github.com/catchthemes/317bcc9b582168d8473d and after you add this code in you child theme, make sure to change any value in theme options panel to clear the cache instantly otherwise you will see changes only after 24 hours.
To reduce the space between the header logo image and the menu, you can adjust the padding bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding-bottom: 30px; }
Check your Gallery test, did you add in featured image in that post http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ and then after that you need to upload image in that post to show the images there. Please check in with your other Gallery post. It should work fine. Did you add in your Gallery post from “Galleries => Add New” or just “Posts => Add New”
if this doesn’t work then let me know it. I need to check in your server and in this case I will send you personal email.
August 15, 2014 at 3:38 am #42471PatriceMemberHi Sakin.
The header issue has been fixed. Thank you. The Jetpack carousel for the portfolio always works great.
As far as the gallery, it still doesn’t work. I tried creating another one named “test2” with a featured image. I went to “Galleries => Add New => Add Media”. I even tried adding just an image alone and the picture still isn’t showing on the front-end.
Again, thank you for all your help.
August 16, 2014 at 6:45 pm #42525 -
AuthorPosts
- The topic ‘Header image, image caption, portfolio, and gallery’ is closed to new replies.