Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@FictionAddiction: It’s a responsive design theme. So, it will be difficult to fix the height. Best option it to upload the image of equal height. The recommended size for slider image is Width: 644px and Height: 320px
Sakin
Keymaster@MMchen: You cannot change the position in Catch Box Free Theme. You need to upgrade to pro version then you will get this Social Icon as widget.
But yes you can change to make it like the hover state from your custom css box. Just send me your site URI and then I will give you the css that you can add in.
Sakin
Keymaster@KathrynW: Thanks for your appreciation. But there is no option to add it. You can add photo credit in photo itself and upload it.
Sakin
Keymaster@jmb500: Yes you can add that CSS in your Child theme style.css file. Custom CSS box is there to help you do quick edit of css. The css added in Custom Css will not be lost. But if you want my opinion then I would suggest child theme.
Sakin
Keymaster@BenniemanZA: Bit confused. I hope you re trying to remove the box-shadow of the main body. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { box-shadow: none; }Sakin
Keymaster@MMchen: You need to add your google+ publisher link into SEO Yoast “Google Publisher Page:”. Then you will see Optons “Author for homepage:” There you can choose the author/user in your site. Then in that user profile, you need to add Google+ author link from “User => Your Profile” in your WordPress dashboard.
Sakin
Keymaster@kevin.murray: Yes, you meed to told them that the site cannot load fully sometime and you have to refresh your browser to bring the site to fully load. Then you can share your screenshot of what happen.
Sakin
Keymaster@jmb500: You can change the padding as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { #header-menu .wrapper, #access-footer .wrapper { padding: 14px 0; } }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
Keymaster -
AuthorPosts
