Forum Replies Created

Viewing 20 posts - 1,481 through 1,500 (of 14,487 total)
  • Author
    Posts
  • in reply to: Mobile Menu is now centered #80889
    Sakin
    Keymaster

    @mark-argentino: Sorry but that is responsive design to make your mobile use easy to touch menu in center and read nicely.

    Let me know what are you trying to do in mobile devices.

    in reply to: Text alignment when importing images #80888
    Sakin
    Keymaster

    @nextstep: Try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    img.alignleft, img.alignright, img.aligncenter {
        margin-bottom: 1em;
        margin-right: 1.5em;
    }
    in reply to: Table Disappears #80887
    Sakin
    Keymaster

    @matthewseanmclachlan: But you about page don’t have image image http://www.trendfly.org/about/

    Also that is post not page. If you want you posts to show full content. Then go to “Appearance => Theme Options => Layout Options” and select option “Full Content Display” in “Archive Content Layout”

    in reply to: Featured content slider text box #80885
    Sakin
    Keymaster

    @Alan: For additional social icons, you can add in your own custom images from “Appearance => Customize => Social Links => Custom Social Links”.

    Yes, sure we can add in telephone, website and others in social icons. We get icons from http://genericons.com/. Will add this in next version update.

    About the Contact Information widgets, we will check that out.

    About the Wish list, we don’t have in this site. We are update in new design soon. We are re-designing and re-branding it. So, there we will add wish list as well.

    Thanks for your feedback.

    in reply to: Google report of theme #80882
    Sakin
    Keymaster
    in reply to: Featured Slider not working. #80879
    Sakin
    Keymaster

    @alan: Sorry not in our theme. Maybe you can ask plugin author to fix that.

    in reply to: Custom social image and link #80876
    Sakin
    Keymaster

    @Tiffini: Full Frame Pro 3.3. is out now and available for download. Cheers 🙂

    in reply to: Featured Slider not working. #80869
    Sakin
    Keymaster

    @alan: For detail, please post in your site URL and then we can check in. But reading your issue, I assume it’s plugin conflict. So, try disabling plugin which you have recently added or updated. Then you will find the issue.

    in reply to: Homepage Content #80868
    Sakin
    Keymaster

    @Mandala528: It’s fine. Cheers 🙂

    in reply to: The slider doesn't work #80867
    Sakin
    Keymaster

    @alan: It’s just script issue. So, you need to ask plugin author to make that compatible.

    in reply to: Logo and site title lined up #80866
    Sakin
    Keymaster

    @Alan: You can add padding top. So, try adding in the following css:

    @media screen and (min-width: 991px) {	
        #site-header {
            padding-top: 20px;
        }
    }
    in reply to: Featured content slider text box #80742
    Sakin
    Keymaster

    @Alan: Great thanks 🙂

    in reply to: Featured content slider text box #80694
    Sakin
    Keymaster

    @Alan: Yes, in Pro version you can select “Featured Image Slider” instead of “Featured Page Slider”.

    In Featured image slider, you need to upload image directly in the slider option and it is not tied to any page/post. So, you can option to link or not. If you want to link then you need to add link manually. If not then you can leave link option empty.

    in reply to: Post affiliate pro integration with Woocommerce #80692
    Sakin
    Keymaster

    @Paul: That instructions is about editing the plugin. So, you can edit that plugin.

    in reply to: Top header sidebar: sticky? #80685
    Sakin
    Keymaster

    @Andy: Let’s do this and if it’s not working then I need to check in your server.

    body { padding-top: 52px; }
    #header-top {
        background-color: #fff;
        display: block;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    #masthead.fixed-header {
        box-shadow: none;
        top: 52px !important;
    }

    Note: let me know if it’s not working then I will email you.

    in reply to: Change slider Image on only one page #80682
    Sakin
    Keymaster

    Hi Dona,

    For that you need to build child theme and customize it, as there in no option to hide slider in particular page. So, it’s better you just add in the following css in “Appearance => Theme Options => Custom CSS” box to hide it.

    .page-id-440 #main-slider { display: none; }

    Regards,
    Sakin

    in reply to: Help Comments Label #80681
    Sakin
    Keymaster

    @Cokalejandro: You can update to Simple Catch Pro 3.3 where you have added in Spanish Translation and it will work fine. For more about change log, you can check out at http://catchthemes.com/changelogs/simple-catch-pro-theme/ and for update instructions, you can check out at http://catchthemes.com/theme-instructions/simple-catch-pro/#updating

    in reply to: Featured content slider text box #80634
    Sakin
    Keymaster

    @Alan: Yes, pro version that option. For that you need to use “Featured Image Slider”. Read more about it at http://catchthemes.com/theme-instructions/catch-responsive-pro/#enable-featured-image-slider

    in reply to: Custom Post Types #80633
    Sakin
    Keymaster

    @Meinhard: Thanks for you appreciation and if you like my support and theme then please help us by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-evolution?rate=5#postform

    in reply to: Custom Post Types #80621
    Sakin
    Keymaster

    @Meinhard: Yes, that possible. For that you just find your product post id. If you need help in id then you can install Catch IDs plugin. Once you know the ID, you can add the css like below. The following css will work for post ID 271 only.

    .postid-271 #primary { width: 100%; }
    .postid-271 #secondary { display: none; }

    So, if you want to do it for 2 then it will be like this. This is for 271 and 305 postids.

    .postid-271 #primary, 
    .postid-305 #primary { width: 100%; }
    .postid-271 #secondary, 
    .postid-305 #secondary { display: none; }

    Same way you can add more and more:

    .postid-271 #primary, 
    .postid-305 #primary { width: 100%; },
    .postid-305 #primary
    .postid-271 #secondary, 
    .postid-394 #secondary,
    .postid-394 #secondary { display: none; }
Viewing 20 posts - 1,481 through 1,500 (of 14,487 total)