Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@carlosdonan: Child theme is build by just defining style.css in your child theme. See this http://codex.wordpress.org/Child_Themes
You need to create functions.php file in your child theme and then copy the functions what you want to change and edit that in child theme functions.php file.
Sakin
Keymaster@Yybjaa: I got it we will fix that in new version update. But for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding #access-secondary ul ul { float: right; left: auto; right: 0; } #branding #access-secondary ul.menu ul ul { left: auto; right: 100%; }Sakin
Keymaster@BenniemanZA: I see that you are using old version of Catch Everest Theme which might be issue. So, can you update the theme and check in.
September 16, 2013 at 10:12 pm in reply to: Allow to overwrite all functions in catcheverest_functions.php in client themes #14616Sakin
Keymaster@slabbi: There is
if ( ! function_exists( '' ) ) :code in all the codes that we allowed to change in child theme. So, you can just build child theme and then create fine functions.php file and then add the functions in your child theme functions.php file which will not be overwritten when you update the theme.Sakin
Keymaster@keller113: Custom CSS box is only for writing CSS code. But for functions you need to build child theme and create new functions.php file and add there.
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.
-
AuthorPosts
