Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Brandilyn: Sorry for the late reply. As this post was in spam folder. Today when I try to check in detail. I saw this message.
I see that you are using Catch Evolution Pro theme which is responsive web design and it will automatically look good in mobile devices. But you have install “Mobile Theme” module from Jetpack plugin. So, it is loading Mobile Theme from JetPack plugin in your iPhone. To solve this, you can just go to Jetpack settings and disable Mobile theme module.
Regards,
SakinSakin
KeymasterHello Maryann,
I check in your reference site http://e63.415.myftpupload.com/cvt-services/ and your site http://interiorsalvagedesign.com where both of these site have same width of 1140px.
For padding in header, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-top: 0; } #hgroup-wrap { padding-bottom: 0; }The title Gallery from Jetpack is only supported with Sidebar. So, either you need to user default gallery or you can add sidebar to the gallery. If you want to change the width in Jatpack gallery then you need to change the code width in functions.php file. But for this you need to build child theme and then edit it in your child theme.
if (!isset($content_width)) $content_width = 690;Regards,
SakinSakin
KeymasterHi Matt,
I mean that you remove that CSS not add it.
Regards,
SakinSakin
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.
-
AuthorPosts
