Forum Replies Created

Viewing 20 posts - 7,961 through 7,980 (of 14,507 total)
  • Author
    Posts
  • in reply to: move featured slider #26614
    Sakin
    Keymaster

    @medicsontheball: Oh for sidebar, I don’t recommend you to use this slider. As this slider uses the large images and your sidebar will have small area. So, it will be better if you add in Plugin for that.

    in reply to: Change font color in foorter #26613
    Sakin
    Keymaster

    @sabine:
    1. That is padding only. I don’t see any css where you have made #branding padding as 0.

    2. You can add in the following CSS.
    #colophon #site-generator a:hover { color: #fff; }

    in reply to: Unable to set a new logo #26612
    Sakin
    Keymaster

    @Dirk: Can you check your image file type http://en.support.wordpress.com/accepted-filetypes/. If this is fine then you need to make sure “Your server has php(5)-gd installed.”. For this you need to contact your Hosting Sever Support.

    in reply to: Remove published on and in #26611
    Sakin
    Keymaster

    @sabine: That is link to next image in your post. This will be difficult to remove as for this you need to build child theme and then copy image.php in your child theme and edit it.

    in reply to: Blog Page #26610
    Sakin
    Keymaster

    @Drewmikita:
    1. Add additional authors
    — This option is not there in Theme. Sorry, you need to search for plugins.

    2. On the Blog page, I would like it to be small little boxes with pictures/links on it instead of how it looks right now.
    — You can add Featured Image in those post.

    Sakin
    Keymaster

    @Mark: Thanks for Figuring it. As per the Mark – it was Firefox add on – Adblock Plus blocking them.

    in reply to: move featured slider #26593
    Sakin
    Keymaster

    @medicsontheball: You can let me know which slider type you are trying to add in and in which location then I can send you the hook.

    in reply to: Remove Author and Date Text from Posts #26585
    Sakin
    Keymaster

    @Shana: Sorry I don’t recommend you to change the font size of the page. It’s due to responsive design.

    body {
        font-size: 1.4em;
    }
    in reply to: Remove published on and in #26584
    Sakin
    Keymaster

    @sabine: Yes you can do that. Replace the previous css with the following:
    .attachment .hentry .entry-meta { display: none; }

    in reply to: move featured slider #26582
    Sakin
    Keymaster

    @medicsontheball: Sorry I don’t see slider in your site. In which section in footer are you trying to move to. Basically, you can copy the function catchbox_slider_display in your child theme functions.php file and change the action position.

    in reply to: Move post title above featured image #26580
    Sakin
    Keymaster

    @JacobKBluhm: This can be done only by building child theme. Then you can copy content.php and content-single.php in your child theme and change the position of the following code.
    <?php if ( function_exists( 'catcheverest_content_image' ) ) : catcheverest_content_image(); endif; ?>

    in reply to: Social Icons Hover Tag #26578
    Sakin
    Keymaster

    @medicsontheball: I have already given you the instruction. You don’t need to add catchbox-functions.php in your child theme. You just need to copy catchbox_socialprofile function in your child theme functions.php file and edit it.

    in reply to: Change menu colors? #26577
    Sakin
    Keymaster

    @Shana: I check in your site in large screen but your menu is not flowing in two lines.

    in reply to: Social Icons Hover Tag #26575
    Sakin
    Keymaster

    @medicsontheball: If you make changes in the original core theme files then it will be overwritten when you update the theme.

    in reply to: Change font color in foorter #26574
    Sakin
    Keymaster

    @sabine: Sorry I am confused. When I check in your site, the footer copyright area text color is white. It just at link are bold. So, it looks brighter white.

    Also I don’t see white border around the header. I just see padding below the header image and I have already given you the css for that. If you see your header image it’s like this http://www.clairesalon.nl/wp-content/uploads/2014/04/cropped-cropped-header32.jpg

    Sakin
    Keymaster

    @Mark: This is strange as it’s showing in our site. So, I need to check in your site Theme Options panel. I will email you the details.

    in reply to: Changing Header Margins #26562
    Sakin
    Keymaster

    @jbmfeps: In the following css, you can adjust the margin and padding as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .site {
        margin: 40px auto;
    }
    #hgroup-wrap {
        padding-bottom: 50px;
    }
    #site-logo, #header-right {
        padding-top: 50px;
    }
    in reply to: Custom Social Media Icon #26561
    Sakin
    Keymaster

    @medicsontheball: Ok will forward this to our development team. Thanks.

    in reply to: Text Widget – Bullet Points #26559
    Sakin
    Keymaster

    @medicsontheball: Can you post in your site URL and Let me know which widget you are trying to change and what is the font size and color that you want to change to. Yes, you can add html in widgets as well.

    in reply to: Custom Social Media Icon #26558
    Sakin
    Keymaster

    @medicsontheball: There is not option to do that by default. You can either search for plugin or you need to build child theme and add new social icons.

    Can you tell me which social icon you would like to add in. If that is popular, then we will definitely add in next version update.

Viewing 20 posts - 7,961 through 7,980 (of 14,507 total)