Forum Replies Created
-
AuthorPosts
-
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
Galleriesto<span onClick="return true">Galleries</span>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/
Sakin
Keymaster@ajamison: Just use the following CSS:
.page .entry-title { display: none; } .page .featured-slider .entry-title { display: block; }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.
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.
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/
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.phpfile to your child theme. Then in your child themecontent.phpfile replace<?php the_post_thumbnail( 'featured' ); ?>with<?php the_post_thumbnail( 'slider' ); ?>Sakin
Keymaster1. 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.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; }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.
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.
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.
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/
August 26, 2013 at 12:31 am in reply to: Removing top of background and extra white space around header #13705August 26, 2013 at 12:24 am in reply to: Removing top of background and extra white space around header #13702Sakin
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.
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; }August 26, 2013 at 12:17 am in reply to: Removing top of background and extra white space around header #13699Sakin
Keymaster@Arcturus: Can I see your site. When I check in your url, it says “We’ll up and ready for readings soon!”
-
AuthorPosts
