Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Otton: For align center, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box
.home .entry-summary .wp-post-image { display: block; margin: 0 auto; }Updated should work on the Catch Box Theme. Have you customize any code. Then change that to default and then it will work fine.
Sakin
Keymaster@jessgranata: You should disable the header image by going to “Appearance => Header” and click on “Remove Header Image”. This will remove the current Header Image and the Featured Header Image in your post and page.
Then go to “Appearance => Theme Options => Header Options” and in Logo url add your log image url http://feastplaylove.me/wp-content/uploads/2013/10/cropped-Slide13.jpg then Uncheck “Disable Header Logo” and save changes.
Sakin
Keymaster@cpuss: I’m sorry that I don’t have knowledge about the language switcher. Also it difficult for us to test as we only know English language.
The best option for you now is. Go to that plugin support forum and ask what code is needed to modified to make it language switching for Homepage Featured Content. Then we will add that in next update.
Sakin
Keymaster@chrystel: For font style, you have to add the following CSS in “Appearance => Theme Options => Custom CSS”.
#homepage-message span { font-style: normal; }Sakin
Keymaster@@jessgranata: I see that you have add your logo as an header image from “Appearance => Header”. This will show featured image for all the page and post which have their own image.
To add logo you need to add your image url http://feastplaylove.me/wp-content/uploads/2013/10/cropped-Slide13.jpg in “Appearance => Theme Options => Header Options => Logo url”
Sakin
Keymaster@chrystel: To hide the excerpt from the slide, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-content { display: none; }About changing the permalink word, you need to build child theme and edit it. This is complicated. I don’t know why you want to change this. This is SEO friendly title.
Sakin
Keymaster@chrystel: You can get it from and try searching in google
http://www.google.com/webmasters/tools/
http://www.bing.com/toolbox/webmaster/Sakin
Keymaster@adminleah: Sorry I don’t get it what you mean as I just check in your site with my phone and it’s showing fine. Can you upload the screenshot in your site and send that URL. As it is working perfectly.
Remember, this is responsive design and the image will be adjust as per the screen size. Where width is 100% and height will be auto.
Sakin
Keymaster@Keren: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1225px) { .three-columns .content-sidebar-wrap { float: right; width: 860px; } .three-columns #primary { width: 530px; } .three-columns #secondary { width: 300px; } .three-columns #third { float: left; width: 300px; } }Sakin
Keymaster@rbrt_bene: Yes you are right. For features image it will be as below
.page-blog .hentry .featured-image { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }If this is not working then you need to send me the url of that particular page.
Sakin
Keymaster@chrystel: You can adjust the font size as per your need. Right now it’s 20px. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) { #homepage-message span { font-size: 20px; } }Sakin
Keymaster@rbrt_bene: That’s great. It’s ok you can buzz me that’s not a problem.
Sakin
Keymaster@Otton: ok great. Yes, mostly it’s plugin issues. So, you have to carefully select and configure the plugins. Thanks for notifying.
Sakin
Keymaster@chrystel: It is not recommended to change the font size as we have designed the font size to adjust as per the screen sizes. This is called responsive design.
Can you be more specific on which font size you want to change and in which screen size. Then I can help you with CSS.
Sakin
Keymaster@chrystel: I just check in your account and you are using Catch Everest Pro theme. I also see the home in the menu. All menu can be managed through “Appearance => Menus”.
About the update: All your edits done though Theme Options panel and Custom CSS will not be reverted back. But if you have customize any core theme files like index.php, header.php, functions.php, style.css and so on. This will be reverted back to original when you update the theme.
About the slow. I see that the images in the slider are heavy. You can reduce the size of those image from Photoshop. Edit that image to 1140px width and 450px height with optimization. Right now your image are too heavy.
You can also use “W3 Total Cache” plugin to cache your site.
To change the font you can go to “Appearance => Theme Options => Font Family Options”.
Sakin
Keymaster@Sihedow: Looks like the plugin use the same JS so it is showing. If you could send me your site URL or maybe upload it in test server and send me the url then I can check in details.
Sakin
Keymaster@Stefing: Sorry that is not possible with the Custom CSS. You need to do advance customization by building child theme and editing the file.
Sakin
Keymaster@rbrt_bene: It’s bit complicated as it’s not designed that way. But maybe you can try adjusting the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
.page-blog .hentry { height: 1%; overflow: hidden; } .page-blog .hentry .featured-image { display: inline; float: left; width: 30%; } .page-blog .hentry .entry-container { display: inline; float: right; width: 65%; }Sakin
Keymaster@Fredrik: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-header { display: none; } -
AuthorPosts
