Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@RimFrost: But what are you trying to do with the css:
For team the css shuld be as below:.teamportfolio { clear: both; display: block; } .teamportfolio .teamimage { display: inline-block; float: left; width: 20%; } .teamportfolio .teambox { display: inline-block; float: right; width: 78%; } .teamportfolio .teamname { font-weight: bold; color: orange; border: 5px solid #000; }For Single, I don’t get it what you are trying to do it as that class is not there in single posts.
Sakin
Keymaster@cytorath18: You can edit that page and then select “No Sidebar (Content Width)” from Layout options, that you will see in Catchbase Options meta box below you page editor.
Sakin
Keymaster@Kenta: Have you customize the site as I see code
<noscript>after each featured image.Sakin
Keymaster@leotrim77: you can add the following css:
.single-post .hentry { padding: 0; } .sidebar-primary { padding-bottom: 0; padding-right: 0; padding-top: 0; }Sakin
Keymaster@Paul: Sorry there is no option to do that. For slider you can either add it in homepage or entire site. there is no option to change the position of slider. For that you need to build child theme, edit in your child theme functions.php file
Sakin
Keymaster@buffmuffin: try adding in the following css in “Appearance => Theme Options => Custom CSS” options box:
#header .social-search { display: none; } #header .logo-wrap { padding: 0; text-align: center; width: 100%; }Sakin
Keymaster@deevd: Looks like you have changed css. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#featured-post.layout-four .post:nth-child(4n+1) { margin-left: 0; }Sakin
Keymaster@psankari: This post http://catchthemes.com/demo/chicago/uncategorized/hello-world/ has Header Featured Image but disable single post image. If you want to same like this, then go to “Appearance => Customize => Header Image” and then select “Entire Site, Page/Post Featured Image” in Enable Featured Header Image on option.
Again go to “Appearance => Customize => Theme Options => Layout Options” and then select “Disabled” in “Single Page/Post Image Layout” option.
Sakin
Keymaster@ShayC: You can check this screenshot which shows how to post questions https://www.pinterest.com/pin/548594798338119057/
There is not much color option in Simple Catch Free theme. To change the link color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
a { color: #000; }Sakin
Keymaster@psankari: Can you explain in reference to your site URL. So, that I can check in and explain it to you.
Sakin
Keymaster@truewp: Yes you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }Sakin
Keymaster@Edward: You have already change it.
Replace:/* Mobile Menu Items Text Color */ .sidr ul li a, .sidr ul li span { color: #eee; }with the following:
/* Mobile Menu Items Text Color */ .sidr ul li a, .sidr ul li span { color: #255a8c; }Then replace:
/* Mobile Menu Items Text Hove Color */ .sidr ul li a:hover { background-color: #1569c7; color: #fff; }With the following:
/* Mobile Menu Items Text Hove Color */ .sidr ul li a:hover { background-color: #255a8c; color: #fff; }Sakin
Keymaster@buffmuffin: Please post in your site URL and then I can check in.
Sakin
Keymaster@cesudweeks: This clearly show that there is conflict between plugins Social Lite and wondergallery plugin.
So, I see only option is to contact that plugin author to fix the plugin conflict. You can also ask how to re-run the installation wizard in that plugin support.
No, you don’t need to pay for Pro version to get my support. I give support to both free and pro version equally.
Sakin
Keymaster@Trisha: Looks like there is issue with the plugin that you are using which is changing the position of
responsive.css. So, try disabling plugin one by one to find the conflicting plugin. Also, you site is protected to view source to check in what’s the issue.Sakin
Keymaster@Robert: I just check in your setting and found this. You have checked “Check to exclude Grid Content post from Homepage posts” from “Appearance => Customize => Featured Grid Content => Featured Grid Content Options”. I un-checked it and it’s showing all posts now.
Sakin
Keymaster@deevd: You featured content is in center, you just need vertical alignment. So, replace previous css:
#featured-post .post { display: inline-block; float: none; }With the following css:
#featured-post .post { display: inline-block; float: none; vertical-align: top; }Sakin
Keymaster@cytorath18: You can install Jetpack plugin and activate “Widget Visibility” module from where you wan control widget is various pages.
-
AuthorPosts
