Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jihn_1: You can change the font size in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
#site-generator { font-size: 13px; }Sakin
Keymaster@xcaliber: for Page with updated posts. You can assign that page with the template “Blog”.
To remove the search in the header right. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget_search { display: none; }But if you want to remove the Header Right Section itself then you can just go to “Appearance => Theme Options => Header Right Section” and select “Disable Header Right Section” and save it.
Sakin
Keymaster@xcaliber: That’s the normal blog layout of Simple Catch Theme. Can you show me your site. Maybe you have missed adding in the Featured Image in the post. The picture in the side in the Featured Image of that post. To add in the Featured Image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@impresnet: Now the css is same for pro and free version.
Sakin
Keymaster@shaneskinner: Build the child theme and then copy the function catcheverest_social_networks() from catcheverest-functions.php file and add in in our child theme functions.php file and edit the text
Sakin
KeymasterSame thing it also have image script. Check your script carefully. There is http://assoc-amazon.com/ image. See the code as below:
<p><strong>To read more about “Survivor,” <a target="_blank" href="http://www.amazon.com/exec/obidos/ASIN/0758280688/readforplea0b-20">click here</a><img width="1" height="1" border="0" src="http://www.assoc-amazon.com/e/ir?t=readforplea0b-20&l=as2&o=1&a=0758280688" alt="" style="border: none !important; margin: 0px !important;">.</strong></p>Sakin
Keymaster@Elisabetta: The issue has been fixed. I just updated to latest version 2.4.3
Sakin
Keymaster@striderbl: Thanks for putting back the footer. I see that there is some issue with the slider with the version. So, I have just push the update, but it will be only release once the WordPress theme review team makes it live. For now you have to manually update the theme. You can download theme from http://wordpress.org/themes/download/simple-catch.2.4.3.zip
Sakin
Keymaster@dbentzen: Can you replace that with the following
.single-post #main-slider { display: none; }But at this in the top section of Custom CSS box.
Sakin
Keymaster@impresnet: What happen in Pro version?
Sakin
Keymaster@Elisabetta: It looks like there is some issue with the slider script. Do debug, I need to check in your site. So, I will contact you through email.
Sakin
KeymasterOh sorry I forgot the existing css. So, can you replace it with the following
#hgroup-wrap #site-logo img, #main-feat-img { box-shadow: none; opacity: 1; }Sakin
Keymaster@aceenrichment: You can replace the above css with the following.
#main-feat-img, #site-logo img { box-shadow: none; opacity: 1; }Sakin
Keymaster@Derek: Check this for enabling and disabling comments http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@xcaliber: There no limit. It’s just a suggested size. You can upload the Header Image of any size. Just to note, after you upload the image from “Appearance => Header”. You will get “Crop Header Image” box. There you can just click on “Skip Cropping, Publish Image as Is”.
You can create the post in the categories. But you cannot assign category in page. There is only one option, where you can assign the page template as “Blog” there it will show all the posts.
June 7, 2013 at 3:44 pm in reply to: PLEASE HELP!!! Site down after trying to add facebook code #10073Sakin
Keymaster@amyfanton: Oh sorry for the late reply and it’s great that you have fixed the issue.
I see that you are modifying the core theme files directly. It is not recommended to modify that way. If you are just modifying css then you can add it in “Appearance => Theme Options => Custom CSS” box. But if you want to further customize the theme then you need to build Child theme and edit it.
Sakin
Keymaster@amyfanton: You can add widgets from “Appearance => Widgets”. The easy method to add Facebook like box will be to install Jetpack Plugin http://wordpress.org/extend/plugins/jetpack/, which will add different widgets that you need. Among those, you will see “Facebook Like Box (Jetpack)” then just drag and drop that widget to required sidebar.
Sakin
Keymaster@dbentzen: Don’t have option to remove the slider from the post. But yes you can hide the slider in the post by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single-post #main-slider { display: none; } -
AuthorPosts
