Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@David: yes notification will be there in your WordPress Dashboard. WordPress cron it just twice a day for safe database. We also publish this information from our facebook, twitter and google plus page.
Sakin
Keymaster@Carla: Please don’t post same question in 2 places. It just makes me confused. I have already replied you in http://catchthemes.com/support-forum/topic/changed-fonts-dont-respond-on-android/
Sakin
Keymaster@Ralf_St: Are you using Catch Base or Simple Catch Pro theme. As you have posted this question in Simple Catch Pro support forum and looks like you are asking about Catch Base Pro theme.
Once you purchase the pro version, you need to download the zip file from your account at http://catchthemes.com/my-account/ and then installed the zip file from “Appearance => Themes => Add New”. You can find detail instruction of Catch Base Pro at http://catchthemes.com/theme-instructions/catch-base-pro/. Also the additional features in pro is mentioned there.
You can remove the footer line from “Appearance => Customize => Theme Options => Footer Editor Options” from Catch Base Pro theme.
Sakin
Keymaster@Carla: I see that you have added in Cochin font only for the screen size above 1000px so it will not show in your tablet. See you css in Child theme:
@media screen and (min-width: 1000px) { body { font-family: Cochin, sans-serif; /* Type of Font */ font-size: 16px; /* Size of Font */ line-height: 24px; /* Line Height of Font */ }}You need to take out font-family outside of
@media screen and (min-width: 1000px) {So, it can me like this
body { font-family: Cochin, sans-serif; /* Type of Font */ } @media screen and (min-width: 1000px) { body { font-size: 16px; /* Size of Font */ line-height: 24px; /* Line Height of Font */ }}Sakin
Keymaster@oly: Yes you can add full width non-parallax images for the individual posts or pages. For that first, you need to set features image in your post and page. See this for featured image http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/.
Then you can check Full Frame theme instructions page to enable header featured image go to “Appearance => Customize => Header Image” and then section option in “Enable Featured Header Image on”
Sakin
Keymaster@David: For create pro support forum is http://catchthemes.com/support-forum/forum/create-pro-premium/. If this page, fist you will see latest question and below that you will see the form Create New Topic in “Create Pro | Premium WordPress Themes”. Just fill that form,
1. Sorry I was checking in the development version. There is fix in version 1.2 which we have just released it. This fixed dropdown menu in secondary menu. For update, you need to download zip file from your account at http://catchthemes.com/my-account and use Catch Updater plugin. Detail instruction is mentioned in http://catchthemes.com/wp-plugins/catch-updater/. If you have any problem then let me know it and I can help you in setup as well.
2. The Featured Page is the list of featured we have together in all themes. Create Pro theme is not designed to have slider. So, we don’t have it. That is why you have list of features listed in each theme page. See this http://catchthemes.com/themes/create-pro/
3. If you are talking about additional features in Create Pro theme. We have listed that in Create Pro theme instructions page at http://catchthemes.com/theme-instructions/create-pro/
February 21, 2015 at 12:01 am in reply to: Featured Post Widget Excerpt Displaying Current Page Text #52070Sakin
Keymaster@Josh: Hum WPML, I am not that expert in WPML plugin. I just know few details about it. I try to fix it but no success so you might want to contact WPML plugin support forum.
Sakin
Keymaster@afeauto:
1. I think you are confused with “Settings => Readings => For each article in a feed, show” Full text. This is for RSS Feed. For blog post to show full content in archive pages, you need to go to “Appearance => Customize => Theme Options => Layout Options” and in “Archive Content Layout” you need to select “Show Full Content” then save changes.2. For Bad Request in Read More. Can you check your permalink setting at “Settings => Permalink”. Try loading default, save changes. If this work then there must be issue with permalink. Maybe try to add custom as
/%category%/%postname%/and leave category base and tab base empty.3. You have added in logo, logo will always display in all pages. I think, you are confused with logo and header image. Yes, you can change the display option if you remove that logo and add image as header image. For Header image go to “Appearance => Customize => Header Image”. Here upload your image and then to show only in homepage you need to select “Homepage/Frontpage” from “Enable Featured Header Image on”
Sakin
Keymaster@oly: Sorry I don’t get it what you mean. Yes, we have just release the complete version of Full Frame that is 0.6. So, what is the version you are using is and can you explain your issue in reference with your site URL.
Yes, Full Frame Pro 1.0 is stable version we released yesterday.
Sakin
Keymaster@afeauto: It’s because you have large logo image and that make your header right sidebar where you have social icons float down. It create spaces. So, either you can remove that widget or you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#site-branding, #masthead { padding-bottom: 0; } .sidebar-header-right { padding: 0; }Sakin
Keymaster@David: Hello David,
1. I don’t know why you are angry suddenly. We have been supporting all our theme for free. You can see all our support forum details. Also you are posting in wrong support forum. If you are using Create Pro then the support forum is http://catchthemes.com/support-forum/forum/create-pro-premium/
2. If you see the theme instruction of Create Pro, we haven’t mentioned anywhere there is Slider. Check this out http://catchthemes.com/theme-instructions/create-pro/ and also we have clearly states the features at theme page http://catchthemes.com/themes/create-pro/. So, I think you are looking at other theme instructions page.
3. Support is free for limited question and css changes. But if you want advance support with ticket then only you can sign up for membership.
4. Again the Grid content option is there only in Girdalicious theme. There is no grid option in Create Pro.
5. Primary and Secondary menu both support sub-menus. You need to create custom menus from “Appearance => Menus” and then assign location from “Appearance => Menus => Theme Locations” or from “Appearance => Customize => Navigation”
February 20, 2015 at 12:46 am in reply to: How to create and register custom page or blog posts for Simple Catch Pro? #52020Sakin
Keymaster@Michael: You job board in not designed for mobile as it’s not responsive design. So either you need to disable responsive design from “Appearance => Theme Options => Responsive Design” or you need to ask for responsive codes from your job board.
Sakin
Keymaster@Andy: I see that your images already has text in design. So, I recommend you to hide the post text by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#main-slider .entry-container { display: none; }Sakin
Keymaster@valezaii: There are lot of plugin for font. You can check out https://wordpress.org/plugins/search.php?q=fonts
Yes, Pro version will cost you. See this http://catchthemes.com/themes/simple-catch-pro/ and theme instructions at http://catchthemes.com/theme-instructions/simple-catch-pro
Sakin
Keymaster@daniel12:
1. No you cannot change menu like that. You might want to check for plugin to use sticky menu. We haven’t designed that that.
2. Slider stopped working as you have remove/edited the footer.php. Restore that file and it will start working.
3. Yes, you shouldn’t edit/delete any files inside ‘simple-catch’ folder. This is not the good way to modify the theme. As all your modification will be reverted back to original when you update the theme. Child theme is the safe way to edit the theme. Check this http://catchthemes.com/blog/create-child-theme-wordpress/
4. For few css, you can just add it in “Appearance => Theme Options => Custom CSS” box or create child theme and add in your child theme style.css file.Sakin
Keymaster@Will: It’s strange as all the edits made in theme from Appearance => Theme Options panel should remain unchanged. Only the edits if you have made inside ‘catch-evolution-pro’ theme folder will be reverted back to original.
Sakin
Keymaster@Andy: Sorry can you share your site URL and explain. It’s bit confusing what you are trying to say it.
Sakin
Keymaster@B1ngle: Sorry this theme is 978px width based theme. So, how can we make it full width. I don’t think that can be done easily. Best will be to choose any other full width theme. Or you can share with me your screenshot of design that you are trying to achieve it.
Sakin
Keymaster@luismarioochoa:
1. Dots are already there in the center, so you might want to remove this. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box :
#slider-nav { display: none; }2.a) You can change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box :
#featured-post .entry-title { font-size: 22px; }2.b) There is nothing like that. But yes, you can manually add hyper link in that content post. For example:
<a href="you-url">Continue Reading →</a>3. Simply add the following css in “Appearance => Theme Options => Custom CSS” box:
.site { box-shadow: none; }4. Sorry I don’t get it what you mean.
-
AuthorPosts
