Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@shamwow: It will be different as we haven’t coded extra css for visual mode, that is why it is showing different. Responsive Design means it will adjust the width, margin, padding and font sizes as per the devices so that it displays nicely.
Sakin
Keymaster@azizwaing: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home #main { display: none; }Sakin
Keymaster@shamwow: Sorry you cannot do that. But you have option to add that archive link in your menu to show from that particular month.
Sakin
Keymaster@mark709: I just check in your site and found that you are not using our theme. Sorry, we only support theme by our Theme Shop.
Sakin
Keymaster@jessgranata: It supports landscape image.
Sakin
Keymaster@shamwow: You cannot replace the image. But you can add youtube video embed code in the Content Section.
Sakin
Keymaster@jpbertram: For that you need to have
onClick="return true". So for all those empty menus item, you need<span onClick="return true">before and</span>after you menu item labels. So, your empty menu labels will be as below:
<span onClick="return true">Parent Drop</span>Sakin
Keymaster@jpbertram: I cannot see the error image. To make it clear our themes doesn’t support BuddyPress plugin. We are thinking of adding it one by one soon. But till now we are not targeting buddypress.
Sakin
Keymaster@nnicholson1: I don’t get what type of code is that, as the HTML link doesn’t have onmouseover. See this http://www.w3schools.com/html/html_links.asp
Sakin
Keymaster@k.capelli: You can add padding and increase the space. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding-bottom: 30px; }Sakin
Keymaster@betgriff: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }Sakin
Keymaster@Jeffer: You should have posted your site URL. Are you talking about the sliding image. Are you using Free Catch Everest Theme or Premium Catch Everest Pro Theme.
If you are using Free Catch Everest Theme then the image can be changed or disabled from “Appearance => Featured Post Slider” in your WordPress Dashboard. Free version only have Featured Post Slider and for this you need to first create post with Featured Image and then get the ID of the post and then add that post ID. See the detail instruction at http://catchthemes.com/theme-instructions/catch-everest/
But if you are using Catch Everest Pro then you can simple use Featured Image Slider where you can upload your own image and add text and link as per you need. See the detail instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@a.jagroe: What’s your site URL? It doesn’t take the image inside the post. But it takes the image from the Featured Image in that post. So, you need to assign Featured Image in those posts. See how to add featured image http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@Sarah: If you are talking about the the gap between the widgets then it’s margin button and you can adjust as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.widget { margin-bottom: 30px; }But if you are talking about the padding then it will be as below:
.widget { padding: 30px; }Sakin
Keymaster@shamwow: Archive drop down and post page are different. If you select on archive drop down month then only it will filter with the month.
Sakin
Keymaster@shamwow: If you don’t like hyphens then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }Sakin
Keymaster@nnicholson1: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page #main #content img { background-color: transparent; }Sakin
Keymaster@jessgranata: The excerpt layout will not work good when you are using Custom Post Format. In each of your post, you need to change that to “Standard” format.
Sakin
Keymaster@offirkeren: You should have responsive css for the table. This is not a part of our theme so we don’t normally support it. But I have come up with some kind of solution that will work for you. If it doesn’t then you might need to get CSS developer.
For now, you can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box..page-id-10 .entry-content td{ display: inline-block; padding-right: 1%; width: 31.4%; } -
AuthorPosts
