Viewing 20 results - 1,921 through 1,940 (of 2,392 total)
  • Author
    Search Results
  • #9854

    In reply to: Decrease space

    Sakin
    Keymaster

    @lachinn: For your header padding above your site logo. You can decrease the padding top and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        padding-top: 50px;
    }

    To change the slider to Featured Page. You need to upgrade to Catch Everest Pro version where there is option to replace your post slide to page slider. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    I see that you have hidden the featured image in post through Custom CSS.

    #9837

    In reply to: Decrease space

    lachinn
    Member

    Actually, I have another thing. If you look at the slider on my page and then go to read more and see the actual post, the slider picture is off because in order to have the picture fit the slider, it didn’t fit the featured picture in the post. How can I get slider picture out of the post itself? Thanks, laurelchinn.com

    #9836

    In reply to: Decrease space

    lachinn
    Member

    I have two things. I want to make my header with the logo not so tall. Also, I want to change a page to a post. Can I do that so that the featured image is in the slider? laurelchinn.com I have two but want more of what are now pages to be posts and in the slider.

    #9835
    lachinn
    Member

    How do I do the following…
    I need to make a page a post…I thought I made a blog post, but I didn’t…I need to two but want more, want everything a post and then a few pages. Having trouble separating the two in my head. Can I switch a page to a post?

    Also, header with logo is two tall. How can I make it shorter in height? It makes the slider and page below obsured.

    Thanks, LC http://www.laurelchinn.com

    #9799
    Erker
    Member

    I have the exact same problem. Before installing the 1.0 update, I had only the featured posts slider on my front page as well as the headline. These are the only two elements I want on the home page. But now it’s possible to remove latest posts.

    My page – http://ivesterled.com

    #9770
    Sakin
    Keymaster

    @MairiaM: Hello Maria, Thanks for your support question. I would like to request you to put back our theme name Theme: Simple Catch in your Footer. This is not allowed when using Free Theme. This is the only means of recognition for providing theme, updates and support all free. If you want to remove the footer Theme name then you have to use Simple Catch Pro Theme..

    I just check in your slider and see that you are using small image that is why it is on the middle. You should use the large image with minimum width 976px.

    Second, if you are talking about the dot effect on the slider image then you can disable it from “Appearance => Featured Post Slider => Slider Effect Options”. Then click on “Disable Slider Background Effect” and save.

    #9763
    Anonymous
    Inactive

    I’m having the same problem with my slider using your Simple Catch theme. Any suggestions? (as seen here: http://www.readingforpleasure.net/)

    Thanks in advance,
    Maria

    #9724
    Sakin
    Keymaster

    @donestefano71: Great that you solved it. Now are you talking about menu. Then right now your using default menu options by WordPress itself. It’s not manual, it’s from function wp_nav_menu() http://codex.wordpress.org/Function_Reference/wp_nav_menu . If you need to customize this then you have to use action filter.

    #9705

    ok i need to change something similar to this :
    echo "<li $current><a href='".get_settings('home')."'>Home</a></li>";

    and transform to the code i posted before

    #9704

    again sorry but the code is changing let’s try so:

    echo "<li $current><a href='".bloginfo('url')."'>Home</a></li>";
    

    echo “<li $current>Home“;

    #9703

    Sorry Sakin. I saw that the code for the possible solution for the permalink problem is not complete. This is the code:

    echo “<li $current>Home“;
    echo “<li $current>Home“;

    Ty

    #9693

    Thanks for your answer and sorry for don’t explain my problem well.
    The issue is that i’m using Qtranslate for a multilingual site.
    The plugin is well integrated in catch everest-pro pages and post, giving the opportunity to the developer of write in the editor the text for each language he using. Switching the languages in the selector on the page, automatically switch the title and content of pages and posts. The problem is with the title and content of featured image slider. In qtranslate, when you don’t have the fields or options to put texts in other language, you have the possibility of use quick tags like this ([:es] Bienvenidos [:it] Benvenuti [:en] Welcome ).
    In the support forum of qtranslate i found lot of people saying that in this case in possible use the “qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage(the….);” functions for the variable you want to translate.
    but i have some doubt of how use it in catch themes.
    I’ve tried with stuff like this:

    (in contents.php)

    <div class=”entry-container”>

    <header class=”entry-header”>
    <h1 class=”entry-title”>” title=”<?php echo esc_attr( sprintf( __( ‘Permalink to %s’, ‘catcheverest’ ), the_title_attribute( ‘echo=0’ ) ) ); ?>” rel=”bookmark”><?php qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage (the_title); ?></h1>
    <?php if ( ‘post’ == get_post_type() ) : ?>
    <div class=”entry-meta”>
    <?php catcheverest_header_meta(); ?>
    </div><!– .entry-meta –>
    <?php endif; ?>
    </header><!– .entry-header –>

    and it works partially. The strange thing was that the switching of languages only work after save some changing in theme options panel. So i spent all night searching in your code and i see that after changes in the panel you send a delete transient command. Then i saw in your catcheverest-functions.php the function for the fetured image slider that have the delete transient but is // commented. I activate that and my translation works but in a local test site. When i tried to do the same on the online site where i´m using a child theme it looks like the catch-everest functions.php don’t work in the child. So i put the command
    delete_transient( ‘catcheverest_image_sliders’ );
    in home.php and it works.
    Now i think you’ll wondering why i’m still bothering you if it looks like i solved the problem.
    First of all ’cause i want to share this with the community.
    Second i don’t really know if i’m doing it well, i’m newby with php and i’m afraid that this is not the right way of modify the files.
    Third most important and very big issue, i can’t tell the qtranslate plugin a different homepage for each language so if i click on HOME when i’m in english the site go back to inicio in spanish that is the homepage.
    I saw in a blog that in another kind of theme, a guy solved the issue by changing this code: echo “<li $current>Home“;
    with this:
    echo “<li $current>Home“;
    Do we have something similar in catch-theme and in case of yes where i can find it??

    thanks for your help and sorry for be too large

    #9677
    Sakin
    Keymaster

    @donestefano71: I am sorry I don’t understand your requirement.

    About the excerpt. We have added option to modify the excerpt in catcheverest-functions.php file. You can look at functions catcheverest_excerpt_desired() and others. It’s well commented, so you will understand.

    #9672
    Sakin
    Keymaster

    @Fenanxxl: sorry recent post in slider mean. Featured Category Slider, this is only there in Catch Box Pro version. You need to upgrade. See this for more about features in Catch Box Pro theme http://catchthemes.com/theme-instructions/catch-box-pro/

    #9655
    Fenanxxl
    Member

    Hello Sakin,

    i really love your them Catch Box. It is perfect for my primary school! I have a question about the “Featured post slider”. I would like to make it a “Recent post slider”. Is that possible? So that when collegue’s of mine make a new post, it automatically ends up in the ‘Featured post slider’.

    Thank you for making this wonderfull theme.

    Greetings,

    Andreas
    http://www.pcbderegenboog.nl

    Sakin
    Keymaster

    @saadghauri: Yes, I am from Catch Themes. Thanks for your appreciation.

    I see that you have added the Featured Header image instead of Header Image. If you add the header Image from “Appearance => Header”. Then the css that you have added will work fine. But you have added image from Featured Header Image so in this case, you have to hide the header area by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap {
        display: none;
    }
    #9602
    Sakin
    Keymaster

    @images98: Yes you can increase or decrease number of slides though “Appearance => Theme Options => Featured Post Slider => Slider Options”. There you can type in Number of Slides.

    It will be Featured Post Slider in Free Theme and Featured Slider in Pro and Premium themes.

    #9594
    images98
    Member

    Is there a way to add a fourth slider?

    #9585
    Sakin
    Keymaster

    @Ashkanpasha: It looks like you haven’t added in the post ID. Can you send me the links to your posts that you want to add in the slider then I will tell you the ID that you need to add in “Appearance => Theme Options => Featured Post Slider”

    #9582
    Sakin
    Keymaster

    @Ashkanpasha: You are doing good. I just check in your site and the slider is working fine. To make your clear, the slider only slides after loading the site content. This helps you to load the content faster.

Viewing 20 results - 1,921 through 1,940 (of 2,392 total)