Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@theraleighsocialclub: Can you add that CSS and let me know it as I don’t see the CSS added in. As when I try with Firebug in your site using Custom CSs. I wan able to add menu in the top of header. See this screenshot https://www.diigo.com/item/p/qqqcreozccooprbrbzbepepbaa
Sakin
Keymaster@Patrice: Sorry it’s strange why Gallery is not working. I need to check in your site admin panel. So, I will email you now.
Sakin
KeymasterYou can upload many images in your gallery page.
Sakin
Keymaster@greengiant: About your sidebar issue in Mobile devices. It’s from the custom css. Please remove the following css in “Appearance => Theme Options => Custom CSS” box and it will be fine.
#secondary { width: 34%; }About the Google Structure data, will be adding it in next version update.
Sakin
Keymaster@Wolfgang: If you site Live now. I need your site URL to check in the issue
Sakin
Keymaster@interiorsalvage: Yes I recommend Jetpack plugin but seems you have problem only with gallery slideshow. So, remove that settings only.
Sakin
Keymaster@ashrafashraf: try adding in following CSS to add in line separator.
.entry-content .lcp_catlist li { border-bottom: 2px solid #ccc; margin-bottom: 20px; padding-bottom: 10px; }Sakin
Keymaster@EATBETTER: It will not be exactly like your reference site but can be similar.
1. You first need to change your layout to “Left Sidebar” from “Appearance => Theme Options => Layout Options => Sidebar Layout Options”
2. then you can create custom menu from “Appearance => Menus”
3. then you can add that menu to your sidebar from “Appearance => Widget” using Menu widget.Sakin
KeymasterHi Jeroen,
It will be really hard to guess your issue without viewing your site. Can you upload the screenshot in any photo sharing site and send me the URL of screenshot. So, that I can understand what is the issue.
Read More link is shown only in archive pages when you have Content Layout set as “Excerpt/Blog Display” from “Appearance => Theme Options => Layout Options”.
Regards,
SakinSakin
KeymasterHello Phil,
1. For Post Slider, you can check out this tutorial http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
2. You can create new post or page and then upload the image in that post/page and add gallery shortcode in your post/page. For more support for gallery, you can install Jetpack plugin and activate jetpack gallery module like “Tiled Galleries” and “carousel”
3. You can upload logo from “Appearance => Theme Options => Header Options”. For this, we recommend logo of maximum height 41px. As this will be fixed header when you scroll down. But if you want to add large Header Image, then you can upload it from “Appearance => Theme Options => Header Featured Image Options”. For this we recommend the image size of 1600px width and 400px height.
4. To disable latest post from homepage. Go to “Appearance => Theme Options => Homepage / Frontpage Settings”, check in “Disable Latest Posts” and save change.
5. For menu, you can create custom menu from “Appearance => Menus” and then show these menu in different location from “Appearance => Menus => Manage Locations”. For more see this at http://catchthemes.com/blog/custom-menus-wordpress-themes/
For more options, you can upgrade to Pro version. See the list of additional features at http://catchthemes.com/theme-instructions/adventurous-pro/
Have a nice day.
Regards,
SakinSakin
KeymasterHello Maryann,
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the box shadow.
.site { box-shadow: none; }Regards,
SakinSakin
KeymasterHello Maryan,
For Cache, we recommend W3 Total Cache instead of WP Super Cache. But you need to configure it properly to make it work smooth.
Sorry, this is not the slideshow that we have developed. I see that you are using Jetpack plugin Slideshow. So, ask in Jetpack plugin support forum.
Regards,
SakinSakin
Keymaster@ashrafashraf: Try following css:
.entry-content .lcp_catlist { font-size: 14px; }Sakin
Keymaster@Arisnel: The page that you have listed in here now is from buddypress. So, the page layout will not work in buddypress pages. I think we are in bit confusion about it. I will email you personally. Yes, I am the developer of Simple Catch Themes and I provide all the theme support.
If want more detail paid support the you can hire customizer http://catchthemes.com/hire-customizer/
Sakin
Keymaster@ashrafashraf: Simply add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .by-author { display: none; }Sakin
Keymaster@Highlander79: You shouldn’t edit or add any core theme files inside ‘adventurous’ theme directory as all your edits will be reverted back to original when you update or upgrade the theme. So, this is not the safe way to do it.
The safe way to change the CSS style is either by adding your custom css in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in your child theme style.css
Thanks for your reply.
Sakin
Keymaster@Patrice: Glad that no 2 is fixed.
For no. 1: Here is the code in https://gist.github.com/catchthemes/317bcc9b582168d8473d and after you add this code in you child theme, make sure to change any value in theme options panel to clear the cache instantly otherwise you will see changes only after 24 hours.
To reduce the space between the header logo image and the menu, you can adjust the padding bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding-bottom: 30px; }Check your Gallery test, did you add in featured image in that post http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ and then after that you need to upload image in that post to show the images there. Please check in with your other Gallery post. It should work fine. Did you add in your Gallery post from “Galleries => Add New” or just “Posts => Add New”
if this doesn’t work then let me know it. I need to check in your server and in this case I will send you personal email.
Sakin
Keymaster@Anthony: Nice you worked it out yourself. Let me know if you have any other issue.
Sakin
Keymaster@theraleighsocialclub: Oh you have added large image in the Header Top Sidebar. That is why it is showing issue. Actually, you should have only added small logo from “Appearance => Theme Options => Header Options” like in our demo page.
So, to fix this, we need to keep mobile menu always on top. Try to add in following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 980px) { #masthead { position: fixed; top: 0; } .admin-bar #masthead { top: 32px; } .site { padding-top: 40px; } } @media screen and (max-width: 782px) { .admin-bar #masthead { top: 46px; } }Sakin
Keymaster@Highlander79: Yes, we have build this theme to add logo in masthead. I think you are confused with Logo and Header Featured Image.
To add logo:
1. Go to “Appearance => Theme Options => Header Options”
2. Then in “Logo url”, either you can paste in your logo URL image or you can simply upload it by clicking on “Change Logo” button.
3. Make sure you have un-checked “Disable Logo”
4. Save changes and you will see your logo.Have a nice day.
-
AuthorPosts
