Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@moffie: It looks like there is conflict with the plugin you have installed. So, can you try disabling the plugins and check in.
Sakin
Keymaster@iqbalsaini: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding #s, #branding #s:focus { width: 150px; }Sakin
Keymaster@stmblhappiness: there is function
comment_form()in comments.php file in Simple Catch Theme. So, I don’t get it what is the issue. I also see that you have activate another comment form well. So, looks like there is conflict with your plugin.For your question. I have just activate Jetpack comment in Simple Catch Demo. See this http://catchthemes.com/demo/simplecatch/uncategorized/beautiful-view-from-namobuddha/ , it’s working fine. So, check in your configuration.
September 16, 2013 at 9:52 pm in reply to: PayPal "BUY NOW" buttons have too much space above and between the lines… #14611Sakin
Keymaster@questions: Sorry I don’t know how you are using paypal button in your site. So, can you send me your site URL where you have added paypak button.
Sakin
Keymaster@meheehee: IN free theme at current stage it don’t have separate DIV to hide it through CSS. I will ask to add this in future update.
For now either you have to hide whole text or you have to edit that functions by building child theme.
Yes, Pro theme has that option.
Sakin
Keymaster@interiorsalvage: Yes you can simply change the color form “Appearance => Theme Options => Color Options”. Let me know which color option is not working
Sakin
Keymaster@slabbi: For this you have to build child theme and create functions.php file and then copy the function catcheverest_post_sliders() from catcheverest-functions.php to your child them functions.php. Then edit the orderby from “post__in” to “rand” and then remove comment
//fromdelete_transient( 'catcheverest_post_sliders' );Sakin
Keymaster@yoshimura55: Sorry I don’t get your issue. Can you let me know what is effecting it. When I check Catch Everest in mobile. I can click on all menu item and it’s working fine.
Sakin
Keymaster@ashrafashraf: I don’t know about App Store. So, how can I help you about it.
Sakin
Keymaster@carlosdonan: That is hyperlink title. It is not recommended to remove it. If you want then you have to build child theme and then remove a title=”Permalink to” from each fuction
Sakin
Keymaster@arichardc: Can you try adding in the widgets in Homepage Sidebar.
Sakin
Keymaster@kat22: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 1000px) { #site-title { font-size: 30px; } } #hgroup { padding-left: 20px; }Sakin
Keymaster@fogruen: Can you change it through Color options and send me your site URL. Then I will check in your site why it is not working and give you the css code to change it.
Sakin
Keymaster@tracypie: I just check in your product http://kickinitinkindergarten.com/product/jan-brett-author-study/ and found that image url as http://kickinitinkindergarten.com/wp-content/uploads/2013/09/JanBrettAuthorStudy-e1379201537379.jpg
This image is small so when expanding it is blurred. So, upload the larger image.
Sakin
Keymaster@ashrafashraf: What happen? Why cannot you update the theme. can you explain.
Sakin
Keymaster@wardism: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1000px) { #content p { font-size: 14px; } }Sakin
Keymaster@Yybjaa: I am not sure I understand your issue. Maybe you can send me screenshot showing what is it.
Sakin
Keymaster@fogruen: If you don’t change any font then then the site will not load the google font. So, I think this is not an issue.
About font face css code, you need need to build child theme and then add font in your child theme and then add css in child theme style.css
September 14, 2013 at 10:56 pm in reply to: Remove text for location on certain pages in Navigation Menu #14535Sakin
Keymaster@interiorsalvage: Yes you need to add it in “Appearance => Theme Options => Custom CSS” box or you need to build child theme in then add in child theme style.css
.page-header { display: none; } -
AuthorPosts
