Forum Replies Created

Viewing 20 posts - 3,841 through 3,860 (of 14,509 total)
  • Author
    Posts
  • in reply to: Gridalicious Questions #57366
    Sakin
    Keymaster

    @designbym:
    1. Did you mean to add phone number under social icon in header right section. For this the easier way is to upgrade to Gridalicious Pro theme where you will get Header Right Sidebar and you can add social widget and text widget in there. But to do in Free version, you need to know little bit technical. So, first you need to build child theme and then copy gridalicious_header_right() function to your child theme functions.php file and then add it. For child theme, please refer to http://catchthemes.com/blog/create-child-theme-wordpress/
    2. Sorry I don’t understand this question. Can you explain in reference to your site URL.
    3. Yes, you can change that. Just go to “Appearance => Widgets” from your WordPress Dashboard and then drag and drop your necessary widget to Primary Sidebar.
    4. For this, please share your site URL so that I can check in. Make sure your image size for that Featured Grid content is at least 800px width and 450px height.
    5. Sorry, I don’t understand this question as well. We don’t have any default projects type in WordPress. WordPress only uses, post, pages, category and tags. Do you mean that you create post and add them in Projects category.
    6. This option is again there only in Gridalicious pro theme where you can add/edit footer text from “Appearance => Customize => Theme Options => Footer Editor Options”. In Free version to add text you need to build child theme edit gridalicious_footer_content() functions in your child theme functions.php file.

    For more info about additional featured in Pro version, you can refer to pro version theme instructions page at http://catchthemes.com/theme-instructions/gridalicious-pro/

    Thanks for your appreciation and I will try to help you as much as I can.

    in reply to: Mobile #57365
    Sakin
    Keymaster

    @Kim: It’s wide enough and I cannot see place to expand it. Also the 2 images that you have share looks same. I am bit confused.

    in reply to: Change nav menu font colour #57344
    Sakin
    Keymaster

    @canehoyer: We only have shadow in mobile menu on hover. If you want to remove that then you can add the following css:

    .sidr ul li:hover>a, 
    .sidr ul li:hover>span, 
    .sidr ul li.active>a, 
    .sidr ul li.active>span, 
    .sidr ul li.sidr-class-active>a, 
    .sidr ul li.sidr-class-active>span {
    	box-shadow: none;
    }
    in reply to: Second Language in Featured Slider #57341
    Sakin
    Keymaster

    @Roberto: Not sure about that. It working fine with WPML and Polylang through string translation where we have wpml-config.xml file. So, you can ask in plugin support forum.

    in reply to: Problem adding CSS on a per widget basis in sidebar #57303
    Sakin
    Keymaster

    @robertjm : You css should be as below:

    #secondary a.no-dec {
    color: #7FFF00;
    text-decoration: none;
    }
    in reply to: Problem with Slider Images #57302
    Sakin
    Keymaster

    @Brandon: When I check in your site. It’s loading fine. It’s just 2 second like that and slider changes after the image is loaded. You are try changing your Image Loader settings at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”

    Sakin
    Keymaster

    @Kerrie: For jetpack issue, I suggest you to post in their support forum and also ask your hosting server support. We have no control over Jetpack plugin.

    in reply to: Checking in #57300
    Sakin
    Keymaster

    Hi Dona,

    Thanks for check in. Yes, we all are safe now. But our city and villages has been severely damage. Death toll is rising day by day. We are not operating relief works to help our community. Really sad to see all these happening. But I am positive that we will be back soon and I am so thankful that many countries are helping us directly.

    Regards,
    Sakin

    in reply to: Decrease size for the featurer slider in homepage #57299
    Sakin
    Keymaster

    @Rolando: Ok you can make your logo align left with menu by adding the following css in “Appearance => Theme Options => custom CSS” box:
    #header-content { margin-left: 0; margin-right: 0; }

    Fro slider, I don’t recommend you to change the size, if you want then I recommend you to use featured image slider and then upload image of your own size. then you can reduce the size by adding in the following css where you can change the width percentage.
    #main-slider { width: 100%; }

    in reply to: width of slider #57298
    Sakin
    Keymaster

    @Vivien: Catch Kathmandu theme is not build to make it 100% width. For 100% width, we have theme like Full Frame, Catch Flames, Adventurous.

    in reply to: Link to blogpost in slider image #57297
    Sakin
    Keymaster

    @Vivien: For this you need to use “Featured Image Slider”. Just go to “Appearance => Theme Options => Featured Slider => Slider Options” and Select Slider Type as “Image Slider”, after this you can upload image and add custom link from “Featured Image Slider Options”. See this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    For, more about slider and other options, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Social Icons in Header #57296
    Sakin
    Keymaster

    @Vivien: First fill your social profile URL in “Appearance => Theme Options => Social Links => Predefine Social Icons”. Then go to “Appearance => Widgets” and drag and drop “1. Catch Kathmandu: Social” widget to Header Right Sidebar.

    in reply to: Adjust size of menu #57295
    Sakin
    Keymaster

    @Vivien: Please share your site URL and explain. Sorry, I am but confused.

    in reply to: Menu disapears #57294
    Sakin
    Keymaster

    @Gareth: I don’t see that. I can see your About and Contact menu fine. But yes, I see that your page “Meditation” http://www.pathwaystohappiness.co.uk/?page_id=515 is redirecting to homepage.

    in reply to: Comments On Pages remain, after I remove them. #57293
    Sakin
    Keymaster

    @Gareth: You have WP Super Cache active. So, when you make any major changes then you need to go to WP Super Cache settings and empty cache. This will load your old cache, so need to clear to see the change. I just check in your site and don’t see any comment.

    in reply to: Menu text size modification #57291
    Sakin
    Keymaster

    @Samson81: For sub-menu, you can adjust the font in the following css:

    .nav-primary .menu .sub-menu a, 
    .nav-primary .menu .children a {
        font-size: 14px;
    }
    in reply to: Menu text size modification #57290
    Sakin
    Keymaster

    @beatmaniaNZ: Please don’t edit core theme files inside ‘catch-responsive-pro’ directory. As these edits will be reverted back to original when you update the theme. So, for CSS changes either you need to add in “Appearance => Customize => Theme Options => Custom CSS Options” box or you need to build child theme and add in you child theme style.css.

    So, to change the font size of primary menu, you can adjust the size in the following css and then add it “Appearance => Customize => Theme Options => Custom CSS Options” box

    .nav-primary .menu a {
        font-size: 16px;
    }
    in reply to: Featured Content headings color #57288
    Sakin
    Keymaster

    @Kevin: Did you check in “Appearance => Customize => Color Options => Featured Content Color Options”. There you have “Featured Content Title Color”. If this is not what you are looking for then please send me your site URL and the color code what you want to change to.

    in reply to: Grid lay out for posts #57285
    Sakin
    Keymaster

    @Susie: There is no option to do that. But you can use Featured Content Option to show your post. Refer to Theme Instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-content. For this go to “Appearance => Customize => Featured Content Options” and select either “Featured Category Content” or “Featured Post Content” and show you posts there.

    We will be coming with new theme soon which will have columns layout. Also our theme Create uses Columns layout for posts. See this demo http://catchthemes.com/demo/create/

    in reply to: shortcodes #57283
    Sakin
    Keymaster

    @Michael:
    1. What do you mean by removing blog out of category. If you don’t want then you can remove that category.
    2. We don’t have any defined shortcode in Catch Evolution theme. So, I don’t understand what are you trying to add in. Maybe you are using shortcode from plugin.
    3. Your author archive is there, see this http://www.michaelhiebert.com/author/Michael/. Also you can add post in Book category and then list that category page. For example this one http://www.michaelhiebert.com/category/blog/guest-posts/

Viewing 20 posts - 3,841 through 3,860 (of 14,509 total)