Forum Replies Created

Viewing 20 posts - 2,261 through 2,280 (of 14,496 total)
  • Author
    Posts
  • in reply to: Image style #66921
    Sakin
    Keymaster

    @Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .wp-caption {
        border: none;
    }
    .wp-caption .wp-caption-text, 
    .gallery-caption, .entry-caption {
        font-style: normal;
    }
    in reply to: Navigation does not display on an iPhone #66920
    Sakin
    Keymaster

    @Christine: Please post in your site URL then I can check in from my iPhone

    in reply to: Site not updating & subscribe box doesn't look right #66919
    Sakin
    Keymaster

    @shaun.smudger.smith: I just check in your site and see that you have already changed to black box.

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

    @flp2001: It is still showing different image sizes. How did you change that image?

    in reply to: Tag Cloud Widget – number of Tags #66870
    Sakin
    Keymaster

    @richtrcentrum-cz: Hello Tomas, We cannot control that as it’s from WordPress Core. You can search for Tag cloud plugin and change it.

    in reply to: only one featured content #66869
    Sakin
    Keymaster

    @Alexandre Yes, you can just add one featured content and send me your site URL then I will change it custom css. For example, if you choose three columns and then only add one then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #featured-content.layout-three .hentry {
        text-align: center;
        width: 100%;
    }
    in reply to: Images on Frontpage #66868
    Sakin
    Keymaster

    @Alexandre: It will take featured image instead of first image. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    But if you don’t like this then you can change the layout to “Show Full Content (No Featured Image)” Layout from “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout”. This will show all the image and content from your post. Then you can break content using <!--more--> more tag/ For more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    in reply to: PHP in Footer #66867
    Sakin
    Keymaster

    @Alexandre: Yes, you can do that. But for what you need to build child theme and then copy footer.php file to your child theme and add your code. As if you edit/add code inside ‘catch-responsive-pro’ core theme directory, all your edits will be reverted back to original when you update the theme.

    in reply to: PHP in Footer #66865
    Sakin
    Keymaster

    @Alexandre: Sorry PHP code is not acceptable. To add in PHP code, you need to build child theme and edit the function.

    in reply to: Issue on the header part #66864
    Sakin
    Keymaster

    @kalatos: The CSS that I gave you is correct. But the css that you have got missing closing bracket }. Find the following css:

    #header #mainmenu ul li:hover > a {
    	background-color: #444;
    	color: #e3ba84;
    

    and then replace it with

    #header #mainmenu ul li:hover > a {
    	background-color: #444;
    	color: #e3ba84;
    }
    in reply to: Add Link to Footer #66863
    Sakin
    Keymaster

    @Alexandre: Sorry PHP code is not acceptable. To add in PHP code, you need to build child theme and edit the function.

    in reply to: Preview different from Actual Post #66858
    Sakin
    Keymaster

    @Antoinette: It depends on your server and cache setup.

    in reply to: Headings Font Size option (for slider) #66856
    Sakin
    Keymaster

    @Tomáš: Thanks a lot 🙂

    in reply to: "read more" options #66840
    Sakin
    Keymaster

    @tmanastasio: Sorry, this theme doesn’t have Full Content layout option in free version. This option is there only in Pro version, in pro version you can just go to “Appearance => Customize => Theme Options => Layout Options” and then choose Show Full Content in “Archive Content Layout” option.

    in reply to: Preview different from Actual Post #66839
    Sakin
    Keymaster

    @Antoinette: Sorry can you post in your site URL and screenshot of your dashboard previous. So, that we can check in what you mean.

    in reply to: Changing the alt text for social icons #66838
    Sakin
    Keymaster

    @steve-large: Yes, to change that you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy adventurous_social_networks() function to your child theme functions.php file and make modification. In this way, you will not have issue when there is update. If you modify directly in main more theme files/folder in ‘adventurous-pro’ theme directory then your changes will be reverted back to original when you update the theme. So, to make changes in any functions, you need to build child theme and edit it.

    in reply to: Waste of money – nothing works #66836
    Sakin
    Keymaster

    @Christine: Looks like you are trying to change Featured Demo Slider with your own Image. For that, check out theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/#featured-slider
    1. First, you need to select the slider type from “Appearance => Customize => Featured Slider => Featured Slider Options”
    2. Then depending up the slider type you need to setup accordingly. If you select Featured Image Slider, then you need to upload image, title, content and link as per your need from “Appearance => Customize => Featured Slider => Featured Slider Options”
    If you choose Featured Page slider, then you need to select the page. These pages will replace the demo slider. Same with post slider and category slider. But make sure you have added in featured image in those page/post.

    in reply to: Updating the Catch Adaptive PRO #66818
    Sakin
    Keymaster

    @EricT: Thanks, I found there was path issue. I have fixed it in your theme and also will fix this in new version update.

    Sorry for the trouble.

    in reply to: Updating the Catch Adaptive PRO #66816
    Sakin
    Keymaster

    @EricT: Then I need to check in your sever. I will email you, please reply me there.

    in reply to: widget : problem with ct : Advertisement #66815
    Sakin
    Keymaster

    @bertolotti: Yes, that is advertisement widget and it works if you add in advertisement code or image URL. So, if you just want link and text. Then just add HTML link code in “Advertisement Code”. Like below:
    <a target="_blank" href="Add in link here">Add in text here</a>

    For more about HTML links, check this http://www.w3schools.com/html/html_links.asp

Viewing 20 posts - 2,261 through 2,280 (of 14,496 total)