Forum Replies Created

Viewing 20 posts - 14,141 through 14,160 (of 14,488 total)
  • Author
    Posts
  • in reply to: Bug in version 1.7 #2956
    Sakin
    Keymaster

    @mike: I don’t get your question. Webmaster tool are for Website Verification and Header and Footer codes. But the Social Links are for the social icons. There two are different. Can you tell me what you need to do. Also while posting support question please don’t forget to add in your Site URL. So, that I can check it.

    in reply to: Language-files #2955
    Sakin
    Keymaster

    @openMind: All our translation if done voluntary by all users like you. So, I need to ask them on the fixed and will update.

    in reply to: Post preview height and padding #2954
    Sakin
    Keymaster

    @kangooloss3: You need to send me your site URL to send your the CSS that you can add in your Theme Options under Appearance Tab in your WordPress Dashboard.

    But you can try the following css:

    /* For padding below */
    .hentry { padding-bottom: 0; }
    /* For padding top */
    .entry-header hgroup .entry-title { padding-top: 0; }

    in reply to: Publicize – wrong permalink published on Facebook #2953
    Sakin
    Keymaster

    @kangooloss3: Let me know what you get feedback from plugin and if I need to fix anything then I will work on that.

    in reply to: change menu color #2952
    Sakin
    Keymaster

    @hendrik: Yes we will add the additional features in updates. The main addition to the Simple Catch theme is the Responsive Design and Featured Image Slider.

    Solutions for your questions. You can add the css in your child theme style.css or in your theme theme options.
    1. how do I change the color of the menu. Just change the color code in the below css.

    /* For menu main background */
    #access {
    border:1px solid #ccc;
    background-color:#fff;
    }
    /* For hover and current menu background */
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color:#444;
    }
    /* For submenus menu background */
    #access ul li ul li a:hover, #access ul li ul li:hover > a {
    background-color:#333;
    }

    2. how do I change the color or background of the header
    To change the background just change the image.

    #branding {
    background:url("images/bg-header.jpg") left bottom repeat-x;
    }

    To change the color and remove the background image. Just change the color code below:

    #branding {
    background: none left #000;
    }

    3. how can I increase the space between logo and site title. If you check my site http://69.89.31.69/~riceandc/ you see that it looks a bit strange. Just increase the padding left as below:

    #site-title {
    padding-left: 30px;
    }

    in reply to: update child theme? #2951
    Sakin
    Keymaster

    Hi Henry,

    Don’t worry about this. Can you add the same version in your child theme and then you will stop receiving the update notice.

    Regards,
    Sakin

    in reply to: Slider text #2912
    Sakin
    Keymaster

    @Anusha: You are using Featured Post Slider so it will linked with the post. But if you want to liked with the external link then you may try redirection plugin. Which will help you to redirect your post to external site.

    in reply to: Dimensions of Columns #2911
    Sakin
    Keymaster

    @Abbtt: The width of the content in 642px and the sidebar is 306px. Yes, if you know css then you can edit the width by adding css in “Custom CSS” box in Theme Options.

    in reply to: Images – how to change border outline? #2910
    Sakin
    Keymaster

    @d33d3345: Do you want to change it in all posts in homepage as well or just in the Single Post view. Also what is changes you want to do. Is it border color.

    in reply to: default catch theme? #2898
    Sakin
    Keymaster

    @vonromantiko: Which theme are you using? If you are using Simple Catch free theme then to reset the “Content Color Options”. Open the Content Color Options box and then you will see “Reset Color” check box. Just tick there and click on save.

    in reply to: Adjust height of main nav menu #2897
    Sakin
    Keymaster

    @jamesandtina: If you are using Simple Catch Pro theme then you can add the following CSS in “Custom CSS” box in your Theme Options in WordPress Dashboard. You can decrease further by decreasing the number from 40px to further below.

    #access ul li a {
    line-height: 40px;
    }
    #access ul li ul {
    top: 40px;
    }

    in reply to: update child theme? #2896
    Sakin
    Keymaster

    @hendrik: Can you send me your site URL. If you have created the child theme for simple catch pro theme then in your stylesheet style.css you need to define
    Template: simple-catch-pro

    If you want to update the Simple Catch Pro theme then you can download it from your account in Catch themes.

    in reply to: Remove CatchThemes attribute #2894
    Sakin
    Keymaster

    @Mihir1997: You shouldn’t remove the Catch Theme attribute in the footer if you are using free theme. In free theme this is the only way to get any support for the developer.

    But if you want to remove then just upgrade to Catch Box Pro theme and there you will see Footer Editor box where you can just edit or delete it.

    in reply to: How to remove something on home page #2893
    Sakin
    Keymaster

    @vonromantiko: Archives and Meta are default if you don’t have any widget is sidebar. If you don’t want sidebar at all in the home page then select Default layout in theme options as One-column, no sidebar . If you want more layout option then upgrade to Catch Box Pro theme.

    in reply to: How to remove something on home page #2892
    Sakin
    Keymaster

    @vonromantiko: The sidebar is controlled through widget. Go to your widgets http://www.vonromantiko.com/wp-admin/widgets.php and drag and drop the widget you want. If you don’t have widget on Main Sidebar then it will display Archives and Meta as default.

    in reply to: Impossible to insert Youtube videos #2867
    Sakin
    Keymaster

    @Guy Truite: Hi you can add youtube video by just pasting the link or by embeding the code.

    in reply to: catch box pro feature slider dimension #2866
    Sakin
    Keymaster

    @thorsten: There is no fixed picture dimension for Featured Image Slider as you can make the image slider whole width or just a small one like in basic version.

    If you use regular image slider then width is 644px but if you use large full content slider then width is 920px.

    You can set the number of slides in the slider through “Slider Options”. There you will see “Number of Slides” input box just type in the number you want.

    For opening in new window. It is not currently supported. We have noted down and wil add in future version updates. For now, you need to hire a customizer ( http://catchthemes.com/hire-customizer/ ) or post it in jobs ( http://jobs.wordpress.net/ )

    in reply to: how to add button upper the homepage img #2865
    Sakin
    Keymaster

    @chen: for this you need to create child theme and thne crate new header.php where you can add button code just above <nav id="access" role="navigation"> . Then after adding that from css you need to position your button.

    in reply to: Catch Box Pro sometimes wrong text distance #2864
    Sakin
    Keymaster

    @thorsten: You can upload through FTP or using WordPress admin panel. Uploading from FTP is just easy. Just upload and replace the theme files. But for using through administrative panel. You need to first activate any other default theme and then delete “Catch Box Pro” theme. Then install the updated fresh copy just like you installed the new one.

    To fix the Font Size Options and Header Options in your Theme Options panel in older version. Go to those settings and check “Reset Header Margin?” and “Reset Font Size?” respectively and save changes.

    in reply to: Home page error and slideshow issue #2862
    Sakin
    Keymaster

    @rlsdesigns: No necessary to delete the plugin just remember to clear the cache when you make changes.

Viewing 20 posts - 14,141 through 14,160 (of 14,488 total)