Forum Replies Created

Viewing 20 posts - 1,461 through 1,480 (of 14,500 total)
  • Author
    Posts
  • in reply to: General queries – Catch Everest theme #80951
    Sakin
    Keymaster

    Ok then replace all your above css with the following:

    /*Header-Background image*/
    #hgroup-wrap,
    #main-feat-img {
    	clear: both;
    	background-image: url("http://limocycle.com/wp-content/uploads/2014/03/header_gradient.jpg");
    }
    #hgroup-wrap {
    	padding-bottom: 0; 
    }
    #hgroup, 
    #header-right { padding-top: 0; }
    h1 { color:#154f8e; }
    h2 { color:#154f8e; }
    h3 { color:#154f8e; }
    p { margin-top: 0.5em; }
    blockquote {
    	padding: 10px;
    	background: #ffe8a4;
    }
    /* For spacing between paragraphs */
    @media screen and (min-width: 960px) { p { margin-bottom: 20px; } }
    /* For footer height */
    #site-generator .site-info { padding: 10px 0; }
    /* For font size in custom footer area*/
    #footer-sidebar { font-size: 12px; font-size: 1.2rem; }
    /* Footer Widget Margin Bottom */
    #footer-sidebar .widget { margin-bottom: 10px; margin-bottom: 1rem;}
    /* Change font size in table */
    .tablepress-id-1 tbody td { font-size: 14px; }
    /* Center page titles */
    .entry-title { text-align: center; }
    /*Content Header – no linking*/
    .entry-header .entry-title { color: #222; }
    .entry-header .entry-title a { color: #222; text-decoration: none; }
    .entry-header .entry-title a:hover { color: #222; }
    /*Posts- remove author*/
    .entry-meta span.byline { display: none; }
    /*Widescreen – Desktop Only*/
    .site { margin: 0 auto; }
    .site { width: 100%; }
    @media screen and (min-width: 1060px) {
    	#primary { width: 60%; }
    	#secondary { float: right; width: 35%; }
    }
    in reply to: Continue reading wordcount #80948
    Sakin
    Keymaster

    @gavin-lewis: Looks like you have to go with @pratik suggestion as the update will be available to pro version first and that is also due in end of December.

    You don’t need to access you files in server. You can just build child theme or download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the above code. Zip you child theme and upload it in your server from “Appearance => Theme Options => Add New => Uplaods”

    in reply to: Mobile menu content #80947
    Sakin
    Keymaster

    @casak: Yes it might solve it.

    in reply to: Mobile menu content #80942
    Sakin
    Keymaster

    @casak: But your sidebar is too long to have it in mobile menu. Mobile menu should be equal or less not more. Sorry don’t have this option in theme.

    in reply to: Mobile menu content #80940
    Sakin
    Keymaster

    @casak: Sorry it’s confusing what you mean here. You don’t have option to replace mobile menu with the secondary sidebar content.

    in reply to: Header Space for Phone Number #80939
    Sakin
    Keymaster

    @Mandala528: I see that you have already added in Phone number in header top sidebar. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box to make that bar white, text align right and remove padding. I hope this works for you.

    #header-top {
        background-color: #fff;
    }
    #header-top .container {
        padding-right: 35px;
        text-align: right;
    }
    #masthead {
        padding-top: 0;
    }
    in reply to: Continue reading wordcount #80892
    Sakin
    Keymaster

    @Pratik: Thanks for the detail codes. But we might need to add this in next version update.


    @gavin-lewis
    : Thanks for the feedback. We have added this in version update list.

    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.

Viewing 20 posts - 1,461 through 1,480 (of 14,500 total)