Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@billm: For this you need to build child theme and then create the page template.
For Child Theme: http://codex.wordpress.org/Child_Themes
For Page Template: http://codex.wordpress.org/Page_TemplatesSakin
Keymaster@kevin.murray: This means it’s your server loading issue. Can you send same message to your Hosting Server Support and see what they answer. As this is the first time we are experiencing this issue and looks more of loading issue then of code issue.
Sakin
Keymaster@Nancy: Simply replace the previous css with the following CSS.
.blog .entry-summary .wp-post-image, .archive .entry-summary .wp-post-image { display: inline; float: left; margin: 0 10px 10px 0; }Which css to use depends on your requirement. But are fine, just different in conditions.
Sakin
Keymaster@MMchen: Sorry I don’t get it what you mean. The Google Google Publisher settings in in WordPress SEO by Yoast and to add social icons then you can use “Appearance => Theme Options => Social Icons”. I just mean this. For more details, you need to ask in plugin author forum.
Sakin
Keymaster@jmb500: This is not possible by theme default option. You need to hire customizer for this. Sorry too complicated to provide support in forum.
Sakin
Keymaster@chris: It’s little difficult to do this in Catch Everest Pro and will not look good. You can just try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#primary, #secondary { background-color: #ccc; }For better design of box, you can look at our Catch Evolution Pro theme and Catch Box Pro theme.
Sakin
Keymaster@MVS: It’s ok I will take a look at your site.
I see that you are using Featured Post Slider. This takes the post ID and get in the post featured image, post title and post excerpt text.
I see that you have added ID 58 and 1538. Your post ID 58 have Featured Image but the post http://www.looks-familiar.com/wp/wordpress/?p=1538 don’t have featured image. I see that you have insert the image in your post but haven’t assigned as Featured Image. Please assign it and it will be fine.See the theme instruction for details about Featured Post slider http://catchthemes.com/theme-instructions/catch-everest/
Sakin
Keymaster@jmb500: I just check in your site and view with mobile devices as well as with browser resize. But I don’t see logo image jumps down by approx 10 pixels. Can you refresh your browser and check in.
Sakin
Keymaster@Frank: It’s because the plugin try to catch the Content div ID. But Simple Catch Pro theme doesn’t have it. So, you need to open
faviconized-links.phpfile and find content and replace with primarySakin
Keymaster@Fl0W: Microsoft and stockoverflow uses onclick function and they don’t have link in the parent item. They only have link in sub-menus.
Same like we have for “Parent Drop” in demo site http://catchthemes.com/demo/catch-everest/ . In this menu item, we use
<span onClick="return true">Parent Drop</span>in Navigation Label.Sakin
KeymasterSakin
Keymaster@Nancy: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.archive .entry-summary .wp-post-image { display: inline; float: left; margin: 0 10px 10px 0; }March 6, 2014 at 10:40 am in reply to: Logo Size in Header and removing social buttons and search field #21001Sakin
Keymaster@Frank: We will not be able to view the live preview of your site without login. Also there is all this mentioned in our Theme Instruction page at http://catchthemes.com/theme-instructions/simple-catch-pro/
1. In Pro version Social Media and Search in header right is controlled through “header Right Sidebar”. If you want to remove this then you can go to “Appearance => Theme Options => Header Right Sidebar Options” and then disable it.
2. About the logo you can upload the logo of size maximum 978px width from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@kevin.murray: I am bit confused about your issue. Can you take the screenshot of your site when you have that issue and add the link of your screenshot there. What is the problem in homepage?
Sakin
Keymaster@corinnecollins.com: Yes, pro version have that option. See the theme instruction page for detail features http://catchthemes.com/theme-instructions/catch-box-pro/,
See the demo pages:
http://catchthemes.com/demo/catchbox-pro/parent-page/no-sidebar-full-width/
http://catchthemes.com/demo/catchbox-pro/parent-page/no-sidebar-one-column/Yes, you can also build child theme and work on remove the sidebar. But then you need to change css to match with fill width.
Sakin
Keymaster@Fl0W: Strange I am able to click submenu in Ipad but I don’t have Nexus 10 to test it. Sorry for that. When I search in google, I see that most of the theme have the same issue. See this http://wordpress.org/support/topic/not-working-with-chrome-and?replies=5 . Looks like Chrome and Nexus 10 has issue.
I will try searching for solutions and if you also find it then do let me know it.
Sakin
Keymaster@shazcat: This is strange. I have just emailed you the details. Can you respond me there.
Sakin
Keymaster@Khalid: Special Instructions
1. First remember or open your Custom Header, Background, Menus, widgets in new tab. So, that you can just setup same with the pro version.
2. Then you just install the zip copy like the new theme installation, it’s not overwriting files.
3. Then you can copy Custom Header, Background, Menus and Widgets like you did in free one and then also work in additional options as per your need.Sakin
Keymaster@FictionAddiction: I see that you haven’t added Featured Image in your post that is why there is not images in your slider and respectively align issue. “Check to Disable” is for “Exclude Slider post from Home page posts:”. This will not show the post in slider in the homepage, so once the post is in the slider, it will not show again in the post list. But in your case it’s useless as you are using Static Front Page not the latest post.
Sakin
Keymaster@FictionAddiction: You can add Site title and description. Then to remove the site Title only, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-title { display: none; } -
AuthorPosts
