Forum Replies Created

Viewing 20 posts - 8,201 through 8,220 (of 14,497 total)
  • Author
    Posts
  • in reply to: Displaying Titles Only in Search #24108
    Sakin
    Keymaster

    @NateSirrah: To remove the page tile from the page, you can build child theme and then copy content-page.php file in your child theme and delete the title code

    <header class="entry-header">
    	<h1 class="entry-title"><?php the_title(); ?></h1>
    </header><!-- .entry-header -->

    If you don’t want to build child theme and delete the code then you can hide it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-template-default .entry-header { display: none; }

    in reply to: Post Feature Image Link To Post #24107
    Sakin
    Keymaster

    @KingBetts: Then images in your hompage latest post are not Featured image. It’s our first image in your post and then content. You have break the content using <!--more--> tag.

    Either, you can change the layout of homepage to “Excerpt/Blog Display” from “Appearance => Theme Options => Layout Options => Content Layout”, this will make our post featured image and expert text to come in homepage and will link to post. Or if you want to stick with the same layout. Then After you upload the image before inserting the image in your post, in “Attachment Display Settings”, change “Link To” custom and add the link of page.

    in reply to: Different Header for Different Pages #24105
    Sakin
    Keymaster

    @Jonathan: I don’t get it what you want. Did you check in the latest version of Catch Evolution Pro.

    If you want different header image in different pages then go to “Appearance => Theme Options => Header Featured Image Options” and in “Enable Featured Header Image”, you can select “Entire Site, Page/Post Featured Image”. Then for homepage, you can add image there and for individual pages, you need to add featured image in those post.

    in reply to: Homepage default slider #24104
    Sakin
    Keymaster

    @shmuelhonig: Can you post in your site URL and explain the section what you want to remove the space from. Then I can check in and give you the css.

    in reply to: Homepage default slider #24022
    Sakin
    Keymaster

    @shmuelhonig: That is Featured Post Slider to highlight your post. The image you are seeing is from demo slider. So, to replace that you need to add Post IDs in Featured Slider. You can see the detail instruction on “How to Add Featured Post Slider?” at http://catchthemes.com/theme-instructions/catch-box/ . Looking at your comment it doesn’t look, you are using Catch Box Theme. But since you have posted in Catch Box Theme Support Forum, I am giving you instructions on the basis of that. But if you are using different theme then you can go to Theme Instructions main page http://catchthemes.com/theme-instructions/ and select the theme for which you want to check out the instruction.

    Currently this theme only supports Posts as the Featured Slider. To add Featured Slider, follow these basic steps:
    1. Go to “Appearance => Theme Options => Featured Post Slider”
    2. Click on Slider Options
    3. Simply insert the ID numbers for posts in the respective boxes, one post ID number in each box
    4. To change the slider effects and timing, go to Slider Effect Options which is just below Slider Options
    5. Save your changes

    Note:
    * When you add the Post IDs, make sure your posts have Featured Images
    * If you are unable to find post IDs, please install Catch IDs Plugin

    in reply to: Cannot change logo #24019
    Sakin
    Keymaster

    @shmuelhonig: Which theme are you using it. You are saying the default Catch Evolution logo cannot be removed but you have posted question in Catch Box Theme support forum. So, bit confused about it.

    Looks like there is issue with the uploader when you remove the image url and try to add it back. So, what you can do at this time is just copy the image URL and paste the URL in Logo url box manually and save change. After this it will work fine.

    in reply to: Images in Featured Content Areas #24017
    Sakin
    Keymaster

    @shamwow: There is no such recommended site for Homepage Featured Content as the image is added manually using image uploader. In our demo page http://catchthemes.com/demo/catch-everest/, we are using image size of 390px width and 261px height.

    in reply to: Problems after update to 2.0 #23992
    Sakin
    Keymaster

    @AFPhoto: Please check your settings at “Appearance = Theme Options => Header Featured Image Options”. If you want same header image in all the pages, then have to select “Entire Site” in Enable Featured Header Image and save changes.

    in reply to: Account not showing subscription #23991
    Sakin
    Keymaster

    @pelliot: For sales and account issues. Please check with our sales team directly at http://catchthemes.com/contact-us/

    in reply to: Change Header URL #23990
    Sakin
    Keymaster

    @paymyrant: Thanks for the access. The problem was from your plugin “B2 SEO”. I just deactivate that plugin and it worked fine. Then I know that this plugin is giving us issues. Then I check in the plugin “Permalinks” settings and unchecked “Redirect attachments URLs to parent post URLs.” and it is now working fine with B2 SEO plugin as well.

    in reply to: spacing between the slider modules on the right #23959
    Sakin
    Keymaster

    @Sevian: Sorry I don’t get it. Where do you want to put the white border. As in the white content white border will not be visible. Can you explain.

    in reply to: too much space and translation problems #23949
    Sakin
    Keymaster

    @medvind: Ok I have just emailed you the details.

    in reply to: Custom CSS Box #23936
    Sakin
    Keymaster

    @sticksoutfitter: Yes, Custom CSS box in Theme Options panel and Child Theme, both are safe to to add your extra css which will not get overwritten when you update the theme.

    * We added the Custom CSS box so that it’s easy for non technical person to just copy and paste the css that we give and solve their problem. This box is limited to CSS edits only.
    * Creating child theme is bit technical and need technical knowledge. It can be used beyond the CSS edits like functions and theme structures.

    So, the conclusion is both are safe to use and depends on your edits. For small CSS edits I recommend using Custom CSS box in Theme Options panel and for advance customizing I recommend using Child Theme

    in reply to: Can I Use Featured Content Option with A Video Link? #23935
    Sakin
    Keymaster

    @Marisol: Sorry we don’t have the intend when designing Catch Everest Theme. But if you don’t want image in Homepage Featured Content then leave the image URL as bank and then add in the Title and in Content box, you can add the video code.

    in reply to: How Do I Remove The Word "Home " From Home Page? #23934
    Sakin
    Keymaster

    @Marisol: Simply add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
    .home .entry-header { display: none; }

    in reply to: white space above in header #23933
    Sakin
    Keymaster

    @suchi: That css will not work as you are using Header Top Sidebar and also you are adding 50px padding. So, to remove the top padding above the Header Top Sidebar. You need to ad the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-top { padding: 0; }

    in reply to: Follow bar #23932
    Sakin
    Keymaster

    @suchi: That is not from the theme that is why it didn’t get removed after you change the theme. It’s from the plugin Share and Follow. You can deactivate that from “Appearance => Plugins”

    in reply to: Tables & Borders #23931
    Sakin
    Keymaster

    @rckstr: Oh that is why I got confused. Please try to post in Catch Box Free Forum so that other will not bet confused. Mixing one Theme question with other theme is confusing as of different design and structure.
    Catch Box Free Theme: Removing Border in Table
    Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .entry-content table, .entry-content td {
        border: none;
    }
    in reply to: Change Header URL #23885
    Sakin
    Keymaster

    @paymyrant: This is strange. I need to look at our admin panel and the code. So, I will email you the details.

    in reply to: too much space and translation problems #23880
    Sakin
    Keymaster

    @medvind: YOu can add the following CSS in “Appearance => Theme Options => Custom cSS” box.

    .site #cimy_div_id_0 { margin-bottom: 0; }
    .disable-header #main { padding-top: 20px; }

    For the translation you can need to create .mo and .po files for the theme files. Then you will be able to translate. Once you complete translation, you can send it to use and we will include in core theme file. For translation either you can use http://www.poedit.net/ software and create the language file or you can directly add translation in https://poeditor.com/projects/view?id=15645

Viewing 20 posts - 8,201 through 8,220 (of 14,497 total)