Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #42367
    Patrice
    Member

    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.org

    2. 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/spotlighters

    3. 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.

    #42395
    Sakin
    Keymaster

    @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 function catchthemes_headerdetails from catchthemes_functions.php file to your child theme functions.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

    #42404
    Patrice
    Member

    Thank 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.

    #42405
    Patrice
    Member

    Hi 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.

    #42423
    Sakin
    Keymaster

    @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.

    #42471
    Patrice
    Member

    Hi 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.

    #42525
    Sakin
    Keymaster

    @Patrice: Sorry it’s strange why Gallery is not working. I need to check in your site admin panel. So, I will email you now.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header image, image caption, portfolio, and gallery’ is closed to new replies.