Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Els: I check in the link you send me. You have image set as Full Width and also align none. If you want image next to each other then it should be added as thumbnail and align left ( Read this about image alignment http://en.support.wordpress.com/images/adding-images-to-posts-or-pages/#image-alignment )
You can also add it as beautiful gallery. For that you can activate “Tiled Galleries” module from “Jetpack” plugin ( Check this out http://jetpack.me/support/tiled-galleries/ )
Sakin
Keymaster@bobgarrett: Is this demo site submenu opening for you http://catchthemes.com/demo/catch-kathmandu/ or only have problem in your.
I am away from office so I don’t have Internet Explorer 11 to check in. But when I check in all other browser FF, Chrome, Safari. It’s working fine. Can you try adding in the following css and add it in “Appearance => Theme Options => Custom CSS” box:
#secondary-menu ul.menu ul { top: 45px; }Sakin
Keymaster@phil: I see that you are using Adventurous Free theme which doesn’t have detail color option but it’s there in Adventurous Pro theme in “Appearance => Theme Options => Color Options”.
1) How to change the background colour on home page for the top strip where the menu and logo on left site
— To change the header background color, then you can upgrade to pro version where you have option panel to change the color. But if you want to keep the free one only then you need to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#masthead { background-color: #fff; }1.1) the area around the Promotional Headline and Featured content (I would like the entire page black colour background)
and black for all other pages.
— Same pro version will be easy and for free, you need to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#featured-post, #primary { background-color: #fff; }2) How to remove the word REVIEWS on the home page (to right of promotional headline)
— Go to “Appearance => Theme Options => Promotion Headlines Options” and check option to “Disable Button”.3) It is not allowing me to simply copy and paste/drag an image into the text box in wordpress (in pages or posts) and makes me âupload mediaâ insteadâŚwhen this happens it is saving the page with the image I uploaded small in size and with white backgroundâŚ.can u advise? It doesnt seem to do this in my Coral island Club version, I can drag images in to the box easily. And I also have black background.
for eg http://stafftravelvoyage.com/?page_id=40
— I am not sure about this your color island club used PRo version and also check your WordPress Version. If you are using Old WordPress version then it will nto work properly.4) Can you tell me please how to change the font style and size and colour of text I enter in pages and posts? I onyl seem to have one set of tools for changing styles and text info etc?
— Can you tell me what you want to do it. We don’t recommend changing the font sizes as this is responsive design and font are set as per the screen size. Color again with Pro you can change it and for free you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box. What do you mean by style and which style you want to change to.
body, button, input, select, textarea { color: #404040; }Sakin
Keymaster@luismarioochoa: Nice that you figured it out. It must be from plugin.
Sakin
Keymaster@Stephan: Ok I will email you and then you can send me the German translation. Also looks like you have customize the core theme files inside ‘catch-everest-pro’ folder. You are not supposed to edit/add any files inside this folder as all the changes will be reverted back to original when you update the theme. Also I see that you style.css file is not complete one as per the original file. So, can you first update these files then I can check in.
Sakin
Keymaster@RimFrost: You can upload image size as per your wish that is no fixed size for this. But since, it’s responsive design and to match we have use width 360px and height 240px size images in our demo site http://catchthemes.com/demo/catch-kathmandu/
Sakin
Keymaster@Riccardo: Which version of WordPress are you using it. There is changes in Color Picker from Farbtastic Color Picker to Iris Color Picker. It’s mentioned in change log. I see there is small issue in default color for Primary menu color but you can use the color picket to change that.
There is background color options in “Appearance => Theme Options => Color Options = Site Color Options”. From there you can change “Content Background Color (Which will link to Default WordPress Background section), Header Background Color, Content Background Color, Footer Background Color” and for the site background color, we always use default from WordPress.
Sakin
Keymaster@Els: Please share your site URL so that I can check in. But as per your question, it looks like you have added in smaller size image. You need to upload image of width 1600px. Check out theme instructions page for more details about the suggested sizes http://catchthemes.com/theme-instructions/adventurous-pro
Sakin
Keymaster@monti14: If you want same in mobile then you can disable responsive design from “Appearance => Theme Options”. As your image height is only 170px and width is 1200px so when it resize as per the screen size your image height is too small.
Sakin
Keymaster@paul: Ok then build Custom Menu from “Appearance => Widget” and then assign menu. Read more about custom menu at http://catchthemes.com/blog/custom-menus-wordpress-themes/
January 10, 2015 at 1:51 am in reply to: Custom Header: Logo & Site Details: You do not have sufficient permissions #49851Sakin
Keymaster@arun: If you are using Catch Kathmandu Pro theme then go to “Appearance => Widgets” and then add in Text Widget in “Header Right Sidebar”. In that text widget you can add in your phone no.
Sakin
Keymaster@Jonathan: Sorry I have you one incorrect css. So, can you find the following css
@media screen and (min-width: 981px) { #header-content { padding: none; } }And then replace it with
@media screen and (min-width: 981px) { #header-content { padding: 0; } }Sakin
Keymaster@Bas: Thanks nice and thanks for sharing but be careful as that plugin is outdated and have not been updated over 2 years.
Sakin
Keymaster@alexmo: You can reduce the padding-top as per you need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#main { padding-top: 50px; }Sakin
Keymaster@Raphael: Sorry I don’t get it what you mean. Can you explain in reference with your site URL so that I can check in and suggest you the solution.
Sakin
Keymaster@andriansah: Sorry we only support theme developed by us that is Catch Themes. You are not using our theme.
Sakin
Keymaster@baj7783: Check this screenshot http://www.pinterest.com/pin/548594798331986216/. Before your click on “Insert Into Post”, make sure “Link URL” is not empty. Sometime, it’s empty. If it’s empty then click on “File URL” and “Full Size”, then you will see your logo image link and then click on “Insert Into Post”.
Sakin
Keymaster@j17dascoli: Sorry there is no option to add in social links from Footer Editor. You can add it in different widgets area from “Appearance => Widgets”. Did you try adding in “Footer Area One”.
But if you really want to add in the social icons in the footer site info area then you need to build child theme. Read this http://catchthemes.com/blog/create-child-theme-wordpress/, you can also download sample child theme from here then you can add the following code in your child theme functions.php file
// Adding Social Icons in site generator area add_action( 'catchkathmandu_site_generator', 'catchkathmandu_social_networks', 5 );January 10, 2015 at 1:02 am in reply to: How do I change default Image sizes in Blog listings? #49840Sakin
Keymaster@Consciousness: In Catch Evolution theme, then recommended size for Featured Image in post is Width: 754px and Height: 400px. So, all the image uploaded at this size or larger then this size will be automatically crop to this size. In your case, you want smaller image, then just upload the image smaller then height 400px and it will load your original small image that you have uploaded.
-
AuthorPosts
