Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@fmck718: It would have been easier if you have live URL. Looking at your screenshot, I can just assume it. So, let’s try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header-top { padding-top: 5px; } #site-logo, .header-sidebar { padding-top: 0; }November 7, 2014 at 12:45 am in reply to: How to hide widget from home page or specific page only? #47039Sakin
Keymaster@harish: Use “Widget Visibility” module from “Jetpack” plugin http://jetpack.me/support/widget-visibility/
Sakin
Keymaster@Joz: For this you can either you links in your images. For plugin we are not sure which is best. You can search for plugin at http://wordpress.org/plugins
Sakin
Keymaster@Boaz: For header featured image we have two function one is
catchevolution_featured_page_post_image()for post/pages header image andcatchevolution_featured_image()for default header image. Then these are controlled throughcatchevolution_featured_overall_image()functions.In your child theme you can copy these functions and edit it as per your need. No need to use action hooks as this functions is wrap with
if ( ! function_exists() )condition and this make your child theme function to overwrite the parent theme functions.Sakin
Keymaster@Oceani5: Sorry it’s not working good. But I need your site URL to check in what are you doing in.
1. About the slider, which slider type are you using it. If you are using Page or Post or Category Slider then you need to have featured image in those pages/posts. It’s not enough to just add image. See this for featured image http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
2. About the image size, I am but confused and I need to check in your site first.
You can check our theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/ where you can read about Image Sizes and Content Featured Images.
Image Sizes
Feature Post Slider
Width: 1140px
Height: 450pxThumbnail in Homepage and Archive Page
Width: 690px
Height: 462pxSmall Thumbnail
Width: 390px
Height: 261pxContent Featured Image
You can select the content featured image sizes options from “Appearance => Theme Options => Content Featured Image Options”.Note: If you are doing all this correctly, there there might be changes of plugin conflict. So, check by deactivating recently updates/added plugin one by one.
Sakin
Keymaster@harish: You might want to check this link http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@harish: I see that you have set in Front Page as Blank Home page from “Settings => Readings”.
Now, there is two ways to remove that.Option 1:
– Go to “Settings => Readings” and in Front page displays, check in “Your latest posts”
– Then go to “Appearance => Theme Options => Homepage / Frontpage Settings” and then check in “Disable Latest Posts”
– Save changesOption 2: if you just want to hide that home title, then you can add in the following css in “Appearance => Theme Options => Custom CSS” box.
.home #content .page { display: none; }Sakin
Keymaster@harish: There is no option to add custom image in the header right section in Adventurous theme. If you want then you can use Custom Header Image from “Appearance => Header” but this will be below the header.
For this sorry, you might have to build child theme and edit the functions to add in.
Sakin
Keymaster@hoeing: For this, search for plugins like Widgetize Pages at http://wordpress.org/plugins
November 5, 2014 at 10:05 pm in reply to: Scrolling problem with secondary menu and Safari on Ipad #46976Sakin
Keymaster@alk: About the secondary menu disappears covered by the header zone, I am not being able to check in details as you have replaced
adventurous-custom.min.jsfile from your plugin W3 Total Cache. So, you need to check that.Then about the secondary menu overflow, we can fix the size and then add in scroll if you want. So, can you try it adding the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget ul.menu ul, .fixed-header #header-right .widget ul.menu ul { max-height: 300px; overflow-y: scroll; }Sakin
Keymaster@TBM:
1. For social icons, you can just copy the functioncatcheverest_social_networks()from catcheverest-functions.php file. Then you will see the block of code with////Youtube, you need to move the whole block position.2. For reach focus width, you can add the following css your child theme style.css file.
#header-right #s:focus { width: 121px; }Sakin
Keymaster@boosted179: Ok that’s nice.
Sakin
Keymaster@TBM: For child theme you can refer to this article at http://catchthemes.com/blog/create-child-theme-wordpress/ . Can you explain me with your site URL, what changes are you looking form. As some changes just need CSS and other you might need to do custom functions.
Sakin
Keymaster@fabger: Actually detail color picker option is there in Pro version. But for the free version, you need to do it manually using custom css. You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
/* Page Background & Text Color */ #content article { background-color: #fff; color: #444; } /* Page Title Color */ .entry-title, .entry-title a { color: #222; } /* Header Background Color */ #header-content { background-color: #fff; }Sakin
Keymaster@Naomi: The menu that you are using in “Primary Menu” which is supposed to be in the header right section. But since it is too long it pushed it down. So, if you want full with menu, then change that menu location from Primary Menu to Secondary Menu from “Appearance => Menus => Manage Locations”.
Then you can disable your header right section from “Appearance => Theme Options => Header Options” and then click on “Disable Header Right Sidebar” and save changes. Then in “Appearance => Theme Options => Responsive Design” make sure you have checked in “Enable Secondary Menu in Mobile Devices”.
Sakin
Keymaster@Adam:
1. I don’t know what is the level of customization that you have done. If you have customize the theme just using theme options panel, then all your edits will be safe. But if you have edit/added any files inside ‘catch-box-pro’ theme directory, then this will revert back to original when you update the theme.So, we recommend to make the edit only from our Theme Options panel and other settings and not to edit any core theme files inside ‘catch-box-pro’ theme directory. And if you need to change any core theme files or functions then you need to build child theme and edit it.
2. There is one easy option to update the theme. Just activate our plugin Catch Updater. You can download and read the instructions from http://catchthemes.com/wp-plugins/catch-updater/
But if you want to use the FTP then you need to replace all the files and folders in ‘catch-box-pro’ theme directory.
Sakin
Keymaster@boosted179: It’s difficult to check it when your site is not live. Also it will be better if you could send me your site screenshot not just image screenshot. I don’t know where this image came from.
Ok can you try the following css:
#featured-post img, #main-slider img { box-shadow: none; }Sakin
Keymaster@jkbart: You table code has issue. Also this type of static table is not supported by responsive theme and it will break. So, for this type of columns wither you can use Responsive table plugin and add it or use responsive columns plugin. Try to find the best fit for your need. I suggest responsive columns plugin should work best.
-
AuthorPosts
