Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Christer: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#colophon { display: none; }Sakin
Keymaster@theraleighsocialclub: For this you need to build child theme and then add the following function in your child theme functions.php file.
/** * Remove grey script */ function adventurous_child_scripts() { wp_dequeue_script( 'adventurous-grey' ); } add_action( 'wp_enqueue_scripts', 'adventurous_child_scripts', 20 );But if you are having difficult in child them then try to add the following css in “Appearance => Theme Options => Custom CSS” box.
.social-profile .img_grayscale { opacity: 1 !important; }Sakin
Keymaster@theraleighsocialclub: You are not allowed to add external link image URL. You need to upload that meetup logo in your site. For that you can just click on “Add Image” and upload the meetup logo or you can upload from Media uploader at “Media => Add New”, then pate the meetup logo url. You current meetup logo is from site http://img2.meetupstatic.com but the image should be from your own site http://www.theraleighsocialclub.com
Sakin
Keymaster@theraleighsocialclub: Can you remove that meetup custom social icon image http://img2.meetupstatic.com/img/8308650022681532654/header/logo-2x.png. As you are not supposed to add image from outside your site in Theme Options panel. So, you can upload this image in your site and add it. Then it will work.
Sakin
Keymaster@theraleighsocialclub: But it’s working fine in our site. You can see in our demo site as well http://catchthemes.com/demo/adventurous/. So, I don’t get it how you get issue with menu when you have Adventurous social widget. Can you show that error to me.
Looks like we are understanding different. I will email you for faster response.
Sakin
Keymaster@Christer: Can you post in your site URL so that I can check in.
Sakin
Keymaster@theraleighsocialclub: In which section did you add in Adventurous Social widget?
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,
Sakin -
AuthorPosts
