Forum Replies Created
-
AuthorPosts
-
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%; }Sakin
Keymaster@ultradezins: This is strange why it is not working in your site. I need to check in your server. So, I will email you for further correspondence.
Sakin
Keymaster@jmott310: Thanks for your site access. I am able to check in. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 960px) { #header-right { float: left; } .header-sidebar .widget, .header-sidebar .widget_text { float: left; } }Sakin
Keymaster@ultradezins: Remember, it only takes post ID not the page ID. So, please check that. I see that you have added one post ID as 698. So, let’s try adding in as following 4 slides.
698
1039
1027
865Sakin
Keymaster@Sonia: Get the link url form “Media” and then add the link and when you add link check on “Open Link in New Window/Tab”. See this for more details http://en.support.wordpress.com/links/
Sakin
Keymaster@offirkeren: The way you have added table seems to be problem. There is fixed width in the table td. Either you need to reduce that or you need to add responsive table with the help of plugin.
It is showing correctly in Chrome, as chrome correct the table automatically. Check our this plugin http://tablepress.org/extensions/responsive-tables/ or search for other responsive table plugins.
-
AuthorPosts
