Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@shamwow: Please don’t add email signatures and reply here. This is public forum.
I just check in your links and found that is added from css of wolfnet-idx-for-wordpress plugin. The only image shadow in your logo soflims is added from our theme. You can remove that by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .entry-content img { box-shadow: none; }For that listing you need to contact plugin author to fix the css issues. They have following CSS which is giving issue.
.wolfnet_widget.wolfnet_featuredListings .wolfnet_listing .wolfnet_listingImage img, .wolfnet_widget.wolfnet_listingGrid .wolfnet_listing .wolfnet_listingImage img { border: 1px solid #EBEBEB; box-shadow: 0 5px 10px rgba(153, 153, 153, 0.25); height: 95px; }If you look that the css, it’s height is fixed 95px. So, as per this plugin your email should be of same proposant.
Sakin
Keymaster@rgcoles: There is nothing in the dropbox link you shared. for updating check this theme instructions at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@brooklynfunbus: Your site is working fine for me. About the custom social icons. Just add it and send me the details of your site. I will contact you in email.
Sakin
Keymaster@moffie: Sorry there is no option to add other featured image. It’s there only in Pro version.
Sakin
Keymaster@Sakin: By the way, I just check in your site in my iPhone5 and it’s working great. Can you refresh and check in.
Sakin
Keymaster@ddelmotte: For custom menu, first you need to create menu from “Appearance => Menus => create a new menu” then you need to assign location from “Appearance => Menus => Manage Locations”. See more about menus at http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@jennyebermann: If you haven’t edited any core theme files like sytle.css, index.php, header.php, footer.php, functions.php and so on then you don’t have to worry about updates. You will not loose any of your settings and content. That is why we recommend our user to customize the theme with the help of theme options, widget and so on. And if you want to do advance customization then you cn build child then and add or edit core theme files.
Sakin
Keymaster@Frans: Can you contact Fancy Gallery Pro Plugin author. They need to make that plugin compatible to theme. As out there is fully review and made compatible as per WordPress.org guideline.
Sakin
Keymaster@Dignan17: You can add category in Custom Menu. So, just add the category news in your menu.
Sakin
Keymaster@rgcoles: Can you send me your design so that I can check in if that is possible or not. You can create post from “Posts => Add New”.
Sakin
Keymaster@brooklynfunbus: oh sorry yes it was added for additional icons. That is why it is not showing. We will fix that in new version. But for now you can disable your default facebook and twitter icon by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
ul.social-profile li.facebook, ul.social-profile li.twitter { display: none; }Sakin
Keymaster@Dignan17: Oh sorry, I forgot about the width. Please replace the old css that I gave you with the following.
@media screen and (min-width: 1190px) { .site { width: 990px; } #main { padding: 30px 30px 0 30px; } #primary { width: 570px; } }Sakin
Keymaster@Lorena Poling: Lot of confusing questions.
1. About your menu. You can actually build your own custom through “Appearance => Menus”. See this http://catchthemes.com/blog/custom-menus-wordpress-themes/
2. To make the heading of Homepage Featured Content center. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.#featured-post .entry-header { text-align: center; }But your image is smaller in width. This is why after center it will look odd. With that image width you need to add 4 featured content or just increase the size of the image width to about 390px
3. About the headline, I don’t get it what you mean. Can you explain please.Sakin
Keymaster@Dignan17: Sorry there no option to add old post first. It will show the latest post first. Maybe you can look for plugin to support these functions.
Also, I am bit confused with your question as you have talked about Menus as well. For menus, you can simply create custom menu from “Appearance => Menu”. http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Terry M: Look like WordPress upload error. Can you tell me which theme are you using it. To check if that is WordPress Setup or Theme Issue. You can change to default them and check in.
To upload Featured Image Slider in “Simple Catch Pro”, follow the instruction as below.
1. Click on Appearance => Theme Options => Featured Slider from your WordPress Dashboard
2. Click on Slider Options, then click on Image Slider
3. Click on Featured Image Slider Options
4. Then upload the images, once the upload is complete, click on Insert Into Post
5. Then add in the tile, content, link and target as needed
6. Click on Save Changes buttonSakin
Keymaster@Dignan17: Oh but this theme is design to fill in both large and small screens. I suggest you not to make 900px as it will be too small. So, I am giving you the css to make ti 990px. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1190px) { .site { width: 990px; } }Sakin
Keymaster@Dignan17: Homepage featured content if to show any highlight you want. That is why we don’t want to restrict to post only. People can use their own image, title, content and links. It give more flexibility then post.
Sorry there is no option to populate those three featured content with your post. But you can just copy the post title and content there.
About the list of post showing full content. You can make it show excerpt through “Appearance => Theme Options => Layout Option” and in “Content Layout” just click on Excerpt/Blog Display and save it.
-
AuthorPosts
