Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@lanretobi: For this you need to build child theme and then copy content.php in your child theme and edit it as per your need. If you just want to hide with css then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.blog .entry-summary { display: none; }Note: please post in your site URL so that I can check in your blog page.
Sakin
Keymaster@Phil: Sorry there is not option for that. You might want to try custom header featured image option. Where you can add your own image and link as per your need. Check out “Appearance => Theme Options => Header Featured Image Options”. After you add this, you can disable your current logo from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@Creese: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-content .entry-title, #featured-content .entry-title a { color: #fff; }Sakin
Keymaster@Széchenyi István: This is strange, it’s working fine in our side. I hope it’s no plugin conflict with theme. So, can you try disabling plugin one by one and check in.
Sakin
Keymaster@machoyouk: but your question was to hide from Mobile. Mobile browser doesn’t have old browser. So, it will work on all mobile devices.
Sakin
Keymaster@Susie: That is from your content editor. You have lot of empty paragraph code
<p></p>and that it the reason you have lot of spaces. So, edit that page/post and then to go text mode in content editor and then delete that codes. See this screenshot, which shows the text mode button https://www.pinterest.com/pin/548594798332210926/Sakin
Keymaster@Raul That option is there only in Catch Everest Pro theme, where you can disable it from “Appearance => Theme Options => Content Featured Image Options”. But in free version, you can either remove that by building child theme and removing that code or you can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.single .featured-image { display: none; }Sakin
Keymaster@Connie: Just click on that color box and it will show you color picker, where you can pick the color or add color code in the color box.
Sakin
Keymaster@Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#hgroup-wrap { padding-left: 0; }Sakin
Keymaster@Connie: Are you sure that you change the color of “Footer Sidebar Area Background Color” and not “Footer Widget Background Color”. As in our server, when I change the color in Footer Sidebar Area Background Color, it change it throughout and if I change in Footer Widget Background Color, then it will not extent.
To debug more, I need your site to be live for me to check in.
May 28, 2015 at 9:53 am in reply to: Polylang: translating Featured Content title and description #58476Sakin
Keymaster@widespread: Not sure, you might need to ask plugin support. Can you go to “Settings => Languages => string translations”
May 28, 2015 at 9:46 am in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #58475Sakin
Keymaster@Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-content { margin-left: 10px; }Sakin
Keymaster@Raul: I don’t get it what you mean by remove the permalink image. Can you explain in reference with your site URL.
To hide the author and date from all the post, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }If you purchase Catch Everest Pro, you content will load same and also your custom css in “Appearance => Theme Options => Custom CSS” will be safe. Only, you might need to set your custom menu location. You can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@Amanda Barbosa: Yes, in free version. Copyright line will take your “Site Title” set in “Settings => General”. Only Pro version have option in Theme Customizer to change the footer content.
Sakin
Keymaster@oly: This looks more of server and core WordPress issue. Can you ask your Hosting Server Support. Also can you go to “Dashboard => Updates” and then click on “Re-install Now” button and check in. Even your core WordPress css is not loading in http://www.festivalfiresolutions.co.uk/wp-login.php
Sakin
Keymaster@Kim: Not sure that you want to do with that. Try adding the selector as
#main-wrapperSakin
Keymaster@Cattext: Ok then you can add the following css in your child theme style.css file.
#hgroup-wrap #site-title { text-shadow: 2px 2px #fff; }Sakin
Keymaster@Kingfisher: Sorry to header that. I hope you are recovering fast.
Ok now I see that you are not taking about the header image but about the Featured slider. I see that you have removed the footer which is causing issue. The slider script will run in the footer and you have removed it. That is the reason it’s not sliding. So, please put it back and it will slide it.
-
AuthorPosts
