Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Mark: Yes using plugin is good way to do it.
/* For Text Widget */ .widget-area .textwidget { font-size: 14px; } /* For Image Widget Text */ .widget-area .widget_sp_image { font-size: 12px; }Sakin
Keymaster@Parvus: Yes, in Pro version you have 2 more options that is “Page Slider” to link to page and “Image Slider” to link/unlink anywhere you like.
Thanks for your appreciation.
Sakin
Keymaster@Jeff: Yes you can change it. That is just a demo image to show how theme looks like. Just go to “Appearance => Header” and then upload your own image and save changes.
For detail instructions check out http://catchthemes.com/theme-instructions/catch-evolution/
Sakin
Keymaster@James: How did you get that grey overlay. We don’t have that in our theme. See the demo page http://catchthemes.com/demo/catch-kathmandu/. Can you post the URL where you find that.
Sakin
Keymaster@ianedward: If you want to remove the border from only the page mentioned in the link then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-691 #main #content img { border: none; }Sakin
Keymaster@jexywaverider: You can add the following css in “Appearance => Theme Options => Custom CSS” box
#header-menu ul.menu a { padding: 0 1em; }Sakin
KeymasterHi Troy,
1. I don’t recommend adding such as large and heavy image as the background of your header. I recommend you to add image size of maximum 300px height and 1600px width. The image you are trying to add is 5760px width and 3840px height. This is too big and will impact your site loading.
But if you still want to add in then then you can add the following css in “Appearance => Theme Options => Custom CSS” box.#branding { background: url("http://theendlesseditor.com/wp-content/uploads/2014/04/typewriter11.jpg") no-repeat scroll center center transparent; }2. First you need to disable header right sidebar from “Appearance => Theme Options => Header Right Sidebar Options” and click on “Disable Header Right Sidebar” and save changes. Then to move the title and tagline to the right side of the header, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding .logo-wrap { float: right; }Sakin
Keymaster@jsmoriss: I think you should add that in your Readme.txt file or plugin instruction file. That you might want to disable “Social” featured from WordPress by Yoast plugin to prevent duplicates. This will be great 🙂
Sakin
Keymaster@jsmoriss: Yes agree on that. But if the user wants to use your plugin then they need to disable “Social” featured from WordPress by Yoast plugin. I don’t think adding both is a good idea.
Sakin
Keymaster@ROBERT: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
p { margin-bottom: 1em; }Sakin
Keymaster@jsmoriss: Thanks for coming to our forum and posting in your clear message. I said conflict between “WordPress SEO by Yoast” and “NGFB Open Graph” plugin as both were adding Open Graph Text. So, I mean to say that use only one plugin.
Sakin
Keymaster@cpuss: There is nothing change in 2.0.1 it’s just the admin section optimization and 1 bug fix. It shouldn’t reflect any issue with the performance. I see that your homepage is too heavy. Your homepage size is 4.4mb that is why it is taking time to load. For slider image, you can upload the image size of width 1140px. But your images are 1280px width. When you are using lot of image, it will be little show. Maybe it time for you to use CDN or cloudflare
Sakin
Keymaster@Drewmikita: You can check out instructions at http://catchthemes.com/theme-instructions/catch-everest-pro/ and if you want assistant then you can contact our sales team at http://catchthemes.com/contact-us/
Sakin
Keymaster@drew: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
/* For slider */ #main-slider { background-color: #c91515; } #main-slider .entry-container { background: none transparent; } /* For Footer */ #site-generator { background-color: #c91515;}Sakin
Keymaster@Drewmikita: You will not loose anything is you haven’t edit any core theme files such as index.php, functions.php, style.css and so on. All your edits from Theme Options will be safe.
Sakin
Keymaster@Drewmikita: Strange as I just tested in my server and it’s showing excerpt. Maybe some cache issue, can you try changing the “Content Layout” from “Appearance => Theme Options => Layout Options” one time. Also I see that you are using old version of Catch Everest Pro. Can you update as well.
Sakin
Keymaster@drew: Thanks for your appreciation. Just wanted to let you know that you should never edit any core theme files like style.css, index.php, functions.php and so on. As all the edit in the core theme files will be reverted back when you update the them.
So, to edit the CSS. Either you need to add in “Appearance => Theme Options => Custom CSS” box or you need to build child theme and add the css that you want to change in child theme style.css. It would have been easy if you had post in your site URL. So, now I am assuming that you are using Catch Kathmandu theme. If you upgrade to Pro version then you will be able to change the color from Color Options panel. So try that. If you want to stick with the free one then send me your site URL and let me know the color that you want to change to. Also is it background color or text color.
Sakin
Keymaster@low2k: Yes you can add smaller featured image. As when you upload the smaller image like 200px width by 200px height and then add the following css in “Appearance => theme Options => Custom CSS” box
.entry-summary img { display: inline; float: left; margin: 0 15px 10px 0; }Sakin
Keymaster@Drewmikita: Yes this will work. In “Settings => Reading” you have “Front page” and “Posts page”. Front page is to display static page in Home and Post page is to select the page which will display your blog.
-
AuthorPosts
