Forum Replies Created

Viewing 20 posts - 1,461 through 1,480 (of 14,506 total)
  • Author
    Posts
  • in reply to: Search Box? #80966
    Sakin
    Keymaster

    @lmf33: Sorry there is no option to add that from theme as a default. We have that option in theme like Clean Box Pro, Clean Journal Pro, Catch Adaptive Pro, Catch Responsive Pro, Full Frame Pro and Gridalicious Pro. You might want to check it at http://catchthemes.com/themes/category/premium/

    But if you like to add this in Catch Evolution Pro theme then you need to build child theme and then add search search in your menu. Then you need to add css to make it to the right of menu. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: General queries – Catch Everest theme #80965
    Sakin
    Keymaster

    @Yvonne: This looks more as plugin/script issue. Have you install any new plugin/script or update it. Then try disabling it and it should work fine.

    in reply to: Size of slider-picture changes in fullscreen #80963
    Sakin
    Keymaster

    @kwinston: You can find the recommended image size in theme instructions page at http://catchthemes.com/theme-instructions/full-frame/

    So, yes it’s good to have all image height and width same for consistency. But it is not required. It’s you design choices. When uses posts featured image, theme take the image size from http://catchthemes.com/theme-instructions/full-frame/#featured-image . So, if the image size is smaller then recommended then it will take the original image otherwise it will take the listed image size.

    in reply to: Mobile Menu is now centered #80959
    Sakin
    Keymaster

    Hi Mark,

    You can purchase it from http://catchthemes.com/themes/catch-box-pro/ and follow theme instructions for installation and configuration http://catchthemes.com/theme-instructions/catch-box-pro/

    Thanks for your appreciation.

    Regards,
    Sakin

    in reply to: Change Main Nav Bar Color #80957
    Sakin
    Keymaster

    @Kim: It’s in your child theme style.css https://beautyblackbook.com/wp-content/themes/hidemyage/style.css , line no 109

    in reply to: Mobile Menu is now centered #80956
    Sakin
    Keymaster

    @mark-argentino: Ok if you want it left then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 767px) {	
    	.logo-wrap {
    	    float: left;
    	    text-align: left;
    	}
    	.one-menu #mobile-header-left-menu {
    	    float: left;
    	}
    	.one-menu .menu-access-wrap, 
    	#colophon .menu-access-wrap,
    	#site-generator .copyright, 
    	#site-generator .powered {
    	    text-align: left;
    	}
    }
    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 🙂

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