Forum Replies Created

Viewing 20 posts - 6,641 through 6,660 (of 14,504 total)
  • Author
    Posts
  • in reply to: Disable footer box + remove space between banner #42568
    Sakin
    Keymaster

    @Christer: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon { display: none; }

    in reply to: Adventurous Pro Mobile Menu not working #42567
    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; }

    in reply to: Adventurous Pro Mobile Menu not working #42560
    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

    in reply to: Adventurous Pro Mobile Menu not working #42556
    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.

    in reply to: Adventurous Pro Mobile Menu not working #42554
    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.

    in reply to: Disable footer box + remove space between banner #42553
    Sakin
    Keymaster

    @Christer: Can you post in your site URL so that I can check in.

    in reply to: Adventurous Pro Mobile Menu not working #42550
    Sakin
    Keymaster

    @theraleighsocialclub: In which section did you add in Adventurous Social widget?

    in reply to: Not working on iPhone #42546
    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,
    Sakin

    in reply to: Site and Header Width and Padding #42539
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Google Structured Data- hcard errors #42530
    Sakin
    Keymaster

    Hi Matt,

    I mean that you remove that CSS not add it.

    Regards,
    Sakin

    in reply to: Adventurous Pro Mobile Menu not working #42526
    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

    in reply to: Header image, image caption, portfolio, and gallery #42525
    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.

    in reply to: Having just feature content and slider #42524
    Sakin
    Keymaster

    You can upload many images in your gallery page.

    in reply to: Google Structured Data- hcard errors #42518
    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.

    in reply to: Problems with mobile version #42493
    Sakin
    Keymaster

    @Wolfgang: If you site Live now. I need your site URL to check in the issue

    in reply to: Gallery slideshow javascript error #42492
    Sakin
    Keymaster

    @interiorsalvage: Yes I recommend Jetpack plugin but seems you have problem only with gallery slideshow. So, remove that settings only.

    in reply to: post #42469
    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;
    }
    in reply to: Replace title menu #42468
    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.

    in reply to: "More"-link in posts not showing in postspage #42467
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Having just feature content and slider #42466
    Sakin
    Keymaster

    Hello 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

Viewing 20 posts - 6,641 through 6,660 (of 14,504 total)