Forum Replies Created
-
AuthorPosts
-
September 11, 2014 at 9:53 pm in reply to: Moving site logo to the left (in front of site title and tagline) #43712
Sakin
Keymaster@natoulie: About the menu in mobile, It will show menu if there is no page that is in menu item or in home. It will show text Menu and if you click on any menu item then it will show that page/post title.
I check in your site and the line height is working fine for screensize above 1060px.
Sakin
KeymasterHi Stéphane,
Your site is not opening at this time to check from my mobile. Yes, I know that your site has issue with the font size the plugin from where you have added the site for site title. It added the fixed size and not responsive size. So, I recommended you to remove that custom size from your plugin and add the css that I have you, which has size css.
Regards,
SakinSakin
Keymaster@gareth.milne: Ok that is the issue. If you have FTP or Hosting Control panel then you can go to
wp-contentdirectory and thenpluginsdirectory and delete qtranslate plugin and it will work.Sakin
KeymasterHi Robertf,
For homepage, you need to select the page in Front page. I don’t know your site URL to check in work in progress.
Regards,
SakinSakin
Keymaster@gareth.milne: Did you installed any new plugin or made changes to ‘catch-evolution-pro’ directory. Then remove the newly installed plugin from FTP. You can ask for your hosting server support to solve issue for you. I will not be able to help it as this will be in your server where I cannot access it.
Sakin
KeymasterHi Stéphane,
When you add the font size, make sure you adjust it in your mobile devices as well. Otherwise, you can just use the font size only for bog screen with condition like this
/* Only for scrensize above 960px */ @media screen and (min-width: 961px) { #site-title { padding-top: 20px; } .site-title a { font-family: 'FrederickatheGreatRegular', sans-serif; font-size: 54px; } }Regards,
SakinSakin
KeymasterHi Stéphane,
Once option will be to center the logo and then move the site title and tag line below the logo and center it. SO, you can add in the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { #site-logo.title-right { display: block; margin: 0 auto; padding-right: 0; text-align: center; width: 100%; } #site-logo.title-right { display: block; margin: 0 auto; padding-right: 0; text-align: center; width: 100%; } }Regards,
SakinSakin
KeymasterHi Stéphane,
Using plugin for font is fine. I don’t think there will be any issue if you are using plugin from trusted developers. Anyway, I have added these two font in our future release note.
Regards,
SakinSakin
Keymaster@Stephane: I need your site URL to check in how tall image that you have added in. Then I can give you suggestions and solution.
Sakin
KeymasterIf you are using Child theme, then there is simple solution. Just go to your child theme and create new file called
functions.phpand then add the following codes:<?php /** * Catch Evolution Child Theme functions and definitions * */ /** * Header Image * * Uses Custom Header and Featued Images * @Hooked in catchevolution_headercontent * @since Catch Evolution 1.0 */ function catchevolution_featured_header() { global $wp_query,$_wp_default_headers; // Header Image $header_image_path = get_header_image(); if ( get_header_image() ) : ?> <div id="header-image"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /> </div> <?php endif; } // catchevolution_featured_headerSakin
Keymaster@gareth.milne: Your site in not opening to check in. Please check in and let me know it. Also can you explain detail where you want o justify the text.
September 11, 2014 at 7:54 am in reply to: Moving site logo to the left (in front of site title and tagline) #43682Sakin
Keymaster@natoulie: Can you tell me which line spacing are you talking about.
About the menu, I don’t understand it. That’s mobile responsive menu. IF you don’t like responsive then you can disable it from “Appearance => Theme Options => Responsive Options”.
Sakin
Keymaster@tess graumans: It’s strange. Can you send me your site URL. Then I can check in.
Sakin
KeymasterHi Angelina,
Then you can add the following css in “Appearance => Theme Options => Custom CSS” box
/* Minimum Screen Size 1061px */ @media screen and (min-width: 1061px) { .wrapper { width: 1040px; } #primary { width: 720px; } #secondary { width: 300px; } } /* Minimum Screen Size 1240px */ @media screen and (min-width: 1240px) { .wrapper { width: 1200px; } #primary { width: 885px; } }Regards,
SakinSakin
Keymaster@tess graumans: No it’s not bug. We have carefully drafted it this module in free version with default WordPress settings and then more option in Pro version.
Post which has featured image will get it replace and in which you don’t have featured image then it will not get replaced.
Sakin
Keymaster@superkefje: You can make it online and let me know it. We check in withing 24 hours at max.
Sakin
Keymaster@Heinz: Sorry I don’t get it as you have jump in some other support. So, can you send me your site URL and explain what you want to do with it.
Sakin
Keymaster@tess graumans: That header image is define like that. It will be replaced by featured image in the posts/pages. So, if you want same image to show in header all the time, then I recommend you to use that image as logo. So, upload that image in “Appearance => Theme Options => Header Options” and add in your image in “Logo url”. This logo image will be showing to all the page and it will not be replaces by header image.
But if you want to continue using Header Image and want the same image to show in all the pages. Then you need to upgrade to pro version, where you will get option in “Appearance => Theme Options => Header Featured Image Options. For more about pro version, check out http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@Shanti: The front page two rotating image is demo slider image. If you are using Catch Evolution Free theme then you have option to use Featured Post Slider. If you want to disable it then go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and then select “Disable” in Enable Sidebar and save change.
But if you want to add in your post slider then please check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and for more theme instructions, check out http://catchthemes.com/theme-instructions/catch-evolution/ and inf you want to upgrade then check out addition features with instructions at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
KeymasterHi Robertf,
As mention in the post earlier. The best option at this stage will be to set Default Layout as “Right Sidebar” from “Appearance => Theme Options => Layout Options”. Then you can set “No Sidebar” layout in your individual page and posts from “Catch Box Options” in your post/page meta boxed below your post/page editor.
Another option, there is one trick in Catch Box Pro theme.
1. Create new page, then in “Page Attribute” assign that page template as “Blog Template” and then in “Catch Box Options” select “Right Sidebar”.
2. Go to “Appearance => Widgets” and add widgets in Main Sidebar.
2. Go to “Settings => Readings” and then in “Front page displays”, select the page that you have just assigned blog as “Front page”.Regards,
Sakin -
AuthorPosts
