Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@adasprom: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to show header only in homepage.
#hgroup-wrap { display: none; } .home #hgroup-wrap { display: block; }Sakin
Keymaster@thorslev: Maybe your download is not completed. So, re-download it and upload it. If problem still exist then let me know it. I will contact you through email
Sakin
Keymaster@thorslev: Maybe your download is not completed. So, re-download it and upload it. If problem still exist then let me know it. I will contact you through email.
Sakin
Keymaster@thorslev: Maybe your download is not completed. So, re-download it and upload it. If problem still exist then let me know it. I will contact you though email.
Sakin
Keymaster@pohl: It is not enough with float none. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
.logo-wrap { float: none; text-align: center; width: 100%; }Sakin
Keymaster@Jodi: I don’t know what you have done in your site. So, send me the URL of the page you have issue with.
Sakin
Keymaster@kz2284: Your gallery page is loading fine for me. There is no such format in WordPress.org. It’s only for WordPress.com users. Maybe you can add Jetpack plugin and activate the module for that. Usually WordPress.com features are added through Jetpack plugin.
Sakin
Keymaster@interiorsalvage: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* Title as Italic */ .entry-header .entry-title { font-style: italic; } /* Hide Author */ .entry-meta .by-author { display: none; }Sakin
Keymaster@Elisabetta: Ok may be your site was loading. Great. 🙂
Sakin
Keymaster@Oceani5: Sorry you cannot add page in Catch Everest Free Theme as it only have Featured Post Slider. To add page, you need to upgrade to Pro version and select Featured Page Slider. See more about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@interiorsalvage: Yes plugins are good enough.
Sakin
Keymaster@keithphotos: Either you have to build child and write the custom code. But the easiest one will be to add in the css to hide in that page. So, can you send me the page url where you want to hide it then I can send you the Custom CSS to hide, which you can just add in your “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@s-design: For that you need to change the menu script. So, check in your catcheverest-menu.js which is uncompressed version of catcheverest-menu.min.js . So, in that file change the below script
jQuery("#masthead .menu").tinyNav({ 'active' : 'current-menu-item', // String: Set the "active" class header: '' // String: Specify text for "header" and show header instead of the active item });with this one
jQuery("#masthead .menu").tinyNav({ active: 'selected', // String: Set the "active" class header: 'Main Menu', // String: Specify text for "header" and show header instead of the active item label: '' // String: Sets the <label> text for the <select> (if not set, no label will be added) });Then compress and add it in catcheverest-menu.min.js
Sakin
Keymaster@iqbalsaini: Both the question, you have posted in need to fully customize the the theme. So, you need to build child then and do the customization. This is bit difficult, so I recommend you hiring developer. You can can use elance.com, odesk.com, jobs.wordpress.net
Sakin
Keymaster@aaronborrego: Sorry don’t have that option. But why don’t you merge two images into one image and upload it. Then it will look like you have two images.
Sakin
Keymaster@abtaxlaw: Let me know what you want to do with the H1, H2 tags. Also send me your site URL so that I can check in your site.
You can change the font size from “Appearance => Theme Options => Font Size”
Sakin
Keymaster@Bethann: I just did that in my server and it is working fine. I need to check in your site admin to see it in details. Have you customize any code. I will email you and then you can send me the access.
Sakin
Keymaster@Bethann: You have activate Featured Image in Both section. In the header as well as in the content. That is why you have images in two places.
If you want to remove in the content section then on your test page. choose
Content Featured Image Size – “Default Layout Set in Theme Options”.Sakin
Keymaster@elli: Don’t change any code theme files such as simplecatch_functions.php, style.css, functions.php and all. If you want to edit any core theme files then you need build child theme and edit the child theme.
-
AuthorPosts
