Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@David: 20 MBS size of website is too huge. It will take lot of time to load the site. But if you just linking the file to download then it’s no problem. As it will load file only when people click on download.
Sakin
Keymaster@Anne-Pia: About the table in that page, you can added fixed height in your table code. See the following code:
<table cellspacing="0" cellpadding="0" border="0" align="left" width="584" style="height: 13164px;" class=" aligncenter">You need to remove fixed height
style="height: 13164px;". So, the code should be
<table cellspacing="0" cellpadding="0" border="0" align="left" class="aligncenter">Sakin
Keymaster@Kim: There is not option to do that from theme. It falls under plugin territory. So, search for plugin which help you to add banner. Otherwise, you need to create child theme and add banner to it, which is complicated and will require you to hire customizer. So, searching for plugin at http://wordpress.org/plugins will be best.
Sakin
Keymaster@paul: I see that you are using default page menu, which will list all the pages in your site. You cannot hide it. But this menu can be replaced by your custom menu. In custom menu, you can add pages/posts/categories/links as per your need.
So, just create custom menu from “Appearance => Menus”. Then add in the pages, you want to show in your custom menu. Then in Menu location, assign it as “Primary Menu”. Check this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@rojtalbot:
1. For homepage headline color, here goes the css:#homepage-message { background-color: #21759b; border-color: #1b5f7d; color: #fff; }2. I don’t get it what you mean. I don’t need any Featured Content in your Homepage. If you are trying to hide the content in your Featured post slider then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { display: none; }November 19, 2014 at 8:28 pm in reply to: Remove "Catch Kathmandu by Catch Themes" from Footer #47787Sakin
Keymaster@vidyaekta: I think you are again misunderstanding us. Where did we advertise. It’s the attribution of theme which will be there in all themes. We haven’t asked in return. There are user who use our Premium theme and still have attribution. This is nothing we have done any kind of advertisement. All themes has it.
November 19, 2014 at 7:56 pm in reply to: How to add background to sidebar, content area and continue reading #47786Sakin
Keymaster@aleks.mavric123: Here goes the css for continue reading.
a.readmore { background-color: #fff; color: #000; display: inline-block; padding: 5px 10px; }Sakin
Keymaster@johanfalk: Did you refresh your browser and check in. As when I check in, your slider is working fine.
Sakin
Keymaster@BlueFalcon: That’s cool 🙂
Sakin
Keymaster@Vibelingo: I think you have set static font page from “Settings => Readings”. If you don’t need front page home, then why do you set that page as static front page. Just remove that from “Settings => Readings”. Then you can go to “Appearance => Theme Options => Homepage / Fontpage Settings”, then check in “Disable Latest Posts” and save changes.
Sakin
Keymaster@rojtalbot: Please don’t post the same question in 2 places. I have already answered you in http://catchthemes.com/support-forum/topic/kathmandu-customization/
Sakin
Keymaster@Jaume: Ok so you mean that we add in support for mqtranslate plugin as well. Ok sure we will add this in future version update. Thanks.
Sakin
Keymaster@fmck718:
#2: Featured Post Widget only display the Featured Image and the excerpt text. It will not display the full content. So, if you want to display the full content of the post. Then you might need to add in Plugin which does this.Sakin
Keymaster@Anne-Pia: Not sure if this features is available in Catch Flames Pro Theme. Can you check out Footer Area One, Footer Area Two, Footer Areas Three and so on. You can use the Text Widget or Adspace widget to these area from “Appearance => Widget” and add in the images and links.
Sakin
Keymaster@sbartsch: Sorry, please replace the previous css with the following css:
.wp-caption .wp-caption-text { text-align: justify; }Sakin
Keymaster@paul: Sorry I don’t get it what you mean. Can you explain win reference with your site URL.
I have already given you the instructions to create custom menu, where you can add the pages which you want to make it visible to users.
Sakin
Keymaster@rojtalbot:
1. You can actually remove it from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Then un-check “Enable Latest Posts” and save changes.If this doesn’t remove then only you add in the following css in “Appearance => Theme Options => Custom CSS”.
.home #main { display: none; }2. Detail color options are there in Pro version Theme Options panel. But, you are using free version. So, you need to change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
/* Footer Area Color Options */ #footer-sidebar { background-color: #21759b; } #supplementary .widget-title, #supplementary .widget-title a { color: #fff; } #supplementary .widget-area, #supplementary .widget-area a { color: #ddd; } /* Footer Info Color Options */ #site-generator { background-color: #fff; color: #404040; } #site-generator a { color: #eee; }Sakin
Keymaster@Sebastiaan: Can you try it from different browser and check in. From which browser you are checking in.
Sakin
Keymaster@paul: You can create custom menu and then then add in the menu items as per your need. In this way you remove that check out pages from menu. For more about custom menu, check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/ and http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Sebastiaan: Thanks for your appreciation and sorry that you are having problem with Aksimet and Theme. But when I check in our server with Catch Everest Version 2.7 and Aksimet version 3.0.3. It’s working fine. I am able to add media in pages/posts.
Are you sure it’s Aksimet. Maybe combination of Aksimet and other plugin. So, can just just disable other plugins and check in.
-
AuthorPosts
