Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Billybob7522: You cannot remove just the date from CSS as there in no element to select it. So, the best option to modify it will be by building child theme and create functions.php file in your child theme and copy function
catchevolution_posted_on()from catchevolution-functions.php and edit it as per your need.From CSS if you remove the Date, it will be as below:
.entry-header .entry-meta .entry-date { display: none; }Sakin
Keymaster@inventorgeorge: You can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and then in “Enable Sidebar”, you can just select “Disable”.
There is no such chart but you can see details about the feature additional in our Catch Evolution Pro theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@cssi2007: I don’t think it’s the theme that is causing issue. Mostly the blank screen you get it from Plugins and your WordPress setup. Our theme is compatible with PHP 5.4. There is no problem with it.
You can talk with BlueHost support team.
Sakin
Keymaster@suchi: Can you post in your site URL and then I can check in. Also but confused which 3 header you are talking about. If that is Homepage Featured Content then you can add or remove link as per your need. Just leave the link url empty in “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”
Sakin
Keymaster@CWG32813: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { overflow: auto; }This will make the menu overflow to fit in the screen. So, you can scroll down and see all the menu items.
Sakin
Keymaster@paulmag: Thanks for your appreciation and support. You too have a lovely Christmas and New Year 2014. Have a nice day. Cheers 🙂
Sakin
Keymaster@osaczenitram: I don’t get it what you mean. Can you send me specific page URL where you have issue.
Sakin
Keymaster@caramele: The dimension for the slider image in 976 and 313. So, you don’t need to change anything. You just need to upload the image of greater then that. All the small image below that dimension will show it as it is with center.
They will be in the order of Published date. Note, if you just have 3 posts then it will show 3 posts. Remember, if you have “Exclude Slider post from Home page posts” from “Appearance => Theme Options => Featured Slider”. Then the post in the slider will not be display. So, if you have 7 total post with 4 slider posts, then the remaining 3 will be shown.
Which one is Categorized. Also remember, if you have same post in 2 categories then it will show it.
Sakin
Keymaster@paulmag: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.fb_edge_widget_with_comment iframe { max-width: 450px; }Sakin
Keymaster@silentcall: This is bit technical and if you find plugin at http://wordpress.org/plugins/ it will be great. As plugin can provide shortcode to add in either page or post.
But if you want to do it manually from the code then it’s too complicated. I recommend hiring customizer. Here is the guide, first you need to build child Theme of Catch Box Pro theme. Then you need to create the page template file for this and then add css to arrange it. For page template, you can take reference of page-blog.php file.
Sakin
Keymaster@paulmag: Can you active the Catch Box Theme and let me know it then I can check in the issue.
Sakin
Keymaster@Markus: You can directly upload the zip copy from your WordPress Admin panel. See the theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/ . Look like you have extracted the zip file.
If you don’t want to use WordPress Admin panel then only you need to extract and upload through FTP.
Let me know if you need any assistance in updating. I can do that for you.
Sakin
KeymasterAbout your Featured Post Slider images, you need to assign Featured Image of size minimum 976px width and 313px height. See theme instruction page http://catchthemes.com/theme-instructions/simple-catch. After you add that images, you can change order in Slider and it will show you changed images.
To control then number of recent post, you can go to “Settings => Readings” and change the number in Blog pages show at most.
But I don’t understand your 3rd request. You can select the categories that you want to display from “Appearance => Theme Options => Homepage / Frontpage Category Settings”
Sakin
Keymaster@positronic: Thanks for sharing.
Sakin
Keymaster@cculinary: Simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .social-search .searchform { display: none; }Sakin
Keymaster@cculinary: Just remove the following CSS from “Appearance => Theme Options => Custom CSS” box.
#header .social-search { display: none; }Sakin
Keymaster@simonw: Try this one:
#content .entry-summary .wp-post-image { float: left; margin: 0 15px 15px 0; }Sakin
Keymaster@simonw: then it will be like below:
.hentry { background: #fff; /* For Old Browser, normal background */ background: rgba(255, 255, 255, 0.7); }Sakin
Keymaster@web-automobile: I just check in and your header is working fine.
-
AuthorPosts
