Forum Replies Created
-
AuthorPosts
-
September 6, 2013 at 4:05 pm in reply to: Google Analytics "Tracking Not Installed" Notification #14196
Sakin
Keymaster@youngwings: I just check in your site and I see that you only have Google Site Verification id but not the google analytic code. You have to add the google analytics code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”.
Get your code and add there. See how to get the code https://support.google.com/analytics/answer/1008080?hl=en
Sakin
Keymaster@rlsdesigns: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1061px) { .site { width: 960px; } }Sakin
Keymaster@Sarah: You should add in your site URL. You can add the CSS in “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@Sarah: Can you send me your site URL and what do you mean by same thing. Please explain.
From next time, please create new question in Catch Everest forum .
Sakin
Keymaster@ncmh-cardiff: We haven’t change our code in admin section. Can you check in you have any additional plugin installed.
Sakin
Keymaster@Shanan: Sorry I don’t understand your site issue. Can you explain it more for send me the exact page url of issue with example.
For header image what you want to do it. If you want to remove the left padding then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .logo-wrap { padding: 0; }And if you want to remove the margin top and bottom then you can add the following CSS.
#header .logo-wrap { margin: 0 } #header #mainmenu { margin-top: 0 }September 5, 2013 at 10:24 pm in reply to: responsive menu bug (exists on most if not all Catch themes) #14176Sakin
Keymaster@tjrenk: For me it is showing for English version as well. Also there will be fixed for this issue in next update version 2.7.1
Sakin
Keymaster@Site Destiny: Sorry that option is only there in Catch Everest Pro. See more details about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@Bookmama: You have to remove Social widget from “Header Top Sidebar” through “Appearance => Widgets” and same with header right sidebar. You can disable the header right sidebar from “Appearance => Theme Options => Header Options”, there you have to check on “Disable Header Right Sidebar” and save it.
September 5, 2013 at 12:29 pm in reply to: responsive menu bug (exists on most if not all Catch themes) #14161Sakin
Keymaster@tjrenk: You can add the same thing in the english website as well. What the website url of english site.
Sakin
Keymaster@rbrt_bene: There is missing closing } in your css. Please copy as below.
#hgroup-wrap { padding-bottom: 1rem; } #site-logo { padding-top: 0; } #secondary ul li { border-bottom: 1px solid #e6e6e6; } .page .entry-title { display: none; } .page.page-blog .entry-title { display: block; } @media screen and (min-width: 960px) { #primary { width: 70%; } #secondary { width: 25%; } }Sakin
Keymaster@rbrt_bene: I see you have issue in your custom css box. Can you paste all your CSS from custom CSS to http://pastebin.com/ and send me the url.
September 5, 2013 at 12:10 pm in reply to: responsive menu bug (exists on most if not all Catch themes) #14146Sakin
Keymaster@tjrenk: Looks like you have customize the site that is why it is giving issue. You can add the following CSS in “Appearance => Theme Options => Custom CSS”
.tinynav option:last-child { display: block; }Sakin
Keymaster@rbrt_bene: You can add the following CSS in “Appearance => theme Options => Custom CSS” box.. The following CSS will work for screen size above 960px. Below 960 is mobile devices. So, I advice not to change that. Change
@media screen and (min-width: 960px) { #primary { width: 70%; } #secondary { width: 25%; } }Sakin
Keymaster@Teedok: You can add the following CSS.
@media screen and (min-width: 960px) { p { margin-bottom: 20px; } }Sakin
Keymaster@rbrt_bene: Send me your site URL and then I will check in.
Sakin
Keymaster@martyn: After you build child theme, you need to create functions.php file in your child theme. Then copy the whole function
catcheverest_homepage_featured_content()from catcheverest-functions.php file to your child them functions.php file.Then add do_shortcode before
$options[ 'homepage_featured_content' ][ $i ]See more details about shortcode at http://codex.wordpress.org/Function_Reference/do_shortcode -
AuthorPosts
