Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Ralph177: If you set to show excerpt then you need to add “Featured Image” in those post in order to show the image. In the full content mode, it will show all of your content exactly as it is. But you can add more tag to control the content break for home, see this http://en.support.wordpress.com/splitting-content/more-tag/
Sakin
Keymaster@GinaL: can you send me your site URL and explain in reference to your site which you want to change it. So, I can check your site and send you custom css. For explanation you can also use screenshots.
Sakin
Keymaster@Teabear: Do you mean your site Title and Tagline. If you are try to adjust that then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. YOu can adjust the font size as per you need.
h1#site-title { font-size: 45px; } h2#site-description { font-size: 14px; }Sakin
Keymaster@shesue: It’s not a theme issue. It’s your shipping settings in WooCommerce plugin. See in this screenshot https://dl.dropboxusercontent.com/u/81234910/duncancarders.png where I can select the address. For shipping you can check on youtube for video which will show you how to add it. Also check out the shipping documents at docs.woothemes.com/documentation/plugins/woocommerce/getting-started/shipping/core-shipping-options
Sakin
Keymaster@blackkeys: You site is looking fine in my mobile devices. It’s a responsive view and the design changes as per the screen size. But if you want to make it same like in the desktop view then you need to disable the responsive view from “Appearance => Theme Options => Responsive Design”.
Sakin
Keymaster@Graham: Please post your site URL so that I can check in.
Sakin
Keymaster@shesue: You wither need to post your two image url or if you have upload in your page then that page needs to be published. We cannot view preview the page which haven’t been published.
Sakin
Keymaster@impresnet: It’s not working as you have addition custom CSS below that. Please check your custom css box and you will find the following CSS which is overwriting it.
/* Sub Menu Background */ #header-menu ul.menu ul a { background-color: #187bc9; line-height: 15px;}Sakin
Keymaster@OBO Bettermann: There is little bug in css and will fix in new version. But for now, you can add the following CSS in “Appearance = Theme Options => Custom CSS” box.
#main .article { word-wrap: break-word; } /* For Mobile font size */ @media screen and (max-width: 767px) { .hentry .entry-title { font-size: 21px; } }Sakin
Keymaster@Sihedow: This is bit complex. You need to build child theme and then create functions.php file in your child theme and copy function
catchbox_posted_on()and edit there.Sakin
Keymaster@obiokere: You cannot do that with basic CSS. You need to do full customization. So, consider hiring customizer for that.
But there is one trick of background image with CSS. Can you upload the mobile image in your site and send me that image url and I will check in.
Sakin
Keymaster@shesue: Sorry I don’t see any shipping costs area. Can you upload the screenshot in your site and send me the URL. I cannot see it. Also the screenshot of how it should be.
Sakin
Keymaster@Ralph177: As that is not your homepage, you have added category as home in menu. Right now I see that you have hide it. If you want to hide it then the CSS that you have to add in “Appearance => Theme Options => Custom CSS” is as below:
.archive .page-header { display: none; }Sakin
Keymaster@owen: If you want me to try in your site then you can reply my email that I have just send in.
Sakin
Keymaster@JackJJW: Yes, there are lot of options that you can play with. Thanks you found it. Cheers 🙂
Sakin
Keymaster@MMchen: Can you paste your site URL. Do you mean to just hide the “Leave a Message” text? Let me know the detail and explain in reference to your site.
Sakin
Keymaster@owen: Check this code http://pastebin.com/a33gxQFY that I pasted in “Code to display on Footer” and it’s working fine. Maybe you missed something.
Sakin
Keymaster@shesue: I haven’t used that. So, can you send me the link where that drop down is supposed to be there and what is it coming now. You might need to post it in WooCommerce support forum.
Sakin
Keymaster@Teabear: Sorry that is setting from WordPress itself from “Settings=> Discussion”. If you remove the email, then you have to remove the name as well for required. See the settings. Nothing we can do from theme. Maybe you can check on plugin which allows that. Try disqus plugin
-
AuthorPosts
