Forum Replies Created

Viewing 20 posts - 10,781 through 10,800 (of 14,506 total)
  • Author
    Posts
  • in reply to: Child menu's on iOS #13749
    Sakin
    Keymaster

    @jkbart: It’s because you don’t have link in that parent menu “Gallery” which iPad doesn’t recognize. So, to make that drop down work. In your menu “Appearance => Menu” edit the label of Galleries to <span onClick="return true">Galleries</span>

    in reply to: table in responsive #13742
    Sakin
    Keymaster

    @gabie: That is why I am telling you to use Responsive Table and build the table. You have static table.

    See this http://css-tricks.com/responsive-data-tables/ and plugin http://tablepress.org/extensions/responsive-tables/

    in reply to: Remove page titles from body of page #13741
    Sakin
    Keymaster

    @ajamison: Just use the following CSS:

    .page .entry-title { display: none; }
    .page .featured-slider .entry-title { display: block; } 
    in reply to: table in responsive #13738
    Sakin
    Keymaster

    @gabie: Yes, you need responsive table. I check your table at http://psi-spedition.de/de/team/ and see that you have fixed width table. That is why it is cut off.

    in reply to: Multilingual home page content – qtranslate #13735
    Sakin
    Keymaster

    @evam: Can you share your site and let us know how and where to add that tags in.

    in reply to: custom css #13733
    Sakin
    Keymaster

    @alin.stafie: It should work on Internet Explorer as well. When I check in my IE. It is working fine. Can you clear your browser cache, refresh the browser and check it.

    in reply to: Click on Slider #13732
    Sakin
    Keymaster

    @offirkeren: Sorry there is not option to change that in Catch Everest Free theme as it only have Featured Post slider. So, it only accepts post. But if you upgrade to Catch Everest Pro version then you have option to use Featured Page Slider, if you want to link to page. Or if you want to link to different links then you can use Featured Image Slider. For more details about Catch Everest Pro, see this http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Featured image gets cropped #13731
    Sakin
    Keymaster

    @kapo_e: Sorry there is no option to control image in Catch Everest Free theme, you need to upgrade to pro version where you have option to choose the image sizes. Also you have option to user Featured Image Slider, where you have upload any image as per you need.

    For Catch Everest Free then you need to build child theme and copy content.php file to your child theme. Then in your child theme content.php file replace <?php the_post_thumbnail( 'featured' ); ?> with <?php the_post_thumbnail( 'slider' ); ?>

    in reply to: page post question #13730
    Sakin
    Keymaster

    1. At the end of the page apears Posted in category and tagged ….
    Can I delete or move them in another place?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
    footer.entry-meta { display: none; }

    2. Can I change at the begining of the post? : Posted on 26 August, 2013 by admin
    — To change this, you need to build child theme and create functions.php file in your child theme and then copy function `catcheverest_header_meta()’ from template-tags.php file to your child theme functions.php and edit there.
    This is bit technical so be careful while you edit or hire developer to do that for you.

    3. Can I change the reply formular?
    — I don’t get it what you mean.

    in reply to: Removing space above Featured Content #13729
    Sakin
    Keymaster

    @Craig: Always post your site URL so that it’s easier for me to check and send you the correct css.

    You can reduce the margin and padding as per your need. So, I have added the following css in which you can adjust the margin and padding. Then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Margin above Homepage Headlines Box */
    #homepage-message { margin-top: 50px; }
    /* Padding above Featured Content Box */
    .home #main { padding-top: 50px; }
    in reply to: Previous/Next links in Galleries #13728
    Sakin
    Keymaster

    @emmykk: Can your try login in with different browser or by refreshing your browser. We don’t recommend changing the size of featured image. It’s design that way. Can you send me screenshot of what you want to do with your site.

    in reply to: Previous/Next links in Galleries #13727
    Sakin
    Keymaster

    @jkbart: try uploading image from “Add Media” in that particular page or post. Then you can just add the shortcode [gallery] in your content instead of creating gallery from media library and adding in gallery shortcode. This will correct the previous and next image in your gallery.

    The other custom gallery you have created using media library will only work if you have Jetpack plugin installed and “Carousel” module activated in Jetpack plugin.

    in reply to: home page #13725
    Sakin
    Keymaster

    @gabie: Thanks for your reply and willing to find the solution in php file. I hope you are talking about Homepage Headline text. That is controlled though function catcheverest_homepage_headline() which you will find in the file catcheverest-functions.php inside inc directory of Catch Everest Pro Theme.

    Let me know if you find any fix then I will update it. Thanks a lot.

    in reply to: table in responsive #13723
    Sakin
    Keymaster

    @gabie: I am not sure about that but when I search in google for Responsive Table I found this tablepress.org/extensions/responsive-tables/

    Sakin
    Keymaster

    @Arcturus: You can add the following CSS.

    body {
        padding-top: 0;
    }
    Sakin
    Keymaster

    @Arcturus: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding #site-logo img {
        margin: 0;
        padding: 0;
    }

    Then upload the header image of 1000px. Currently you have header image of 999px.

    in reply to: remove shadow between widgets #13701
    Sakin
    Keymaster

    @jason: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* To Remove Border Bottom in Widgets */
    .widget { border-bottom: none; }
    /* To Remove Rounded corner in Widgets */
    .widget { border-radius: 0; }
    Sakin
    Keymaster

    @Arcturus: Can I see your site. When I check in your url, it says “We’ll up and ready for readings soon!”

    in reply to: home page #13698
    Sakin
    Keymaster

    @gabie: I don’t get it what you mean and sorry I cannot help in translation.

    in reply to: table in responsive #13697
    Sakin
    Keymaster

    @gabie: You can install plugin like responsive tables.

Viewing 20 posts - 10,781 through 10,800 (of 14,506 total)