Themonic-Support

Forum Replies Created

Viewing 10 posts - 471 through 480 (of 1,486 total)
  • Author
    Posts
  • in reply to: Move search to menu #4734

    Yes, but it would require custom work. Contact [email protected] for quote.

    in reply to: background color #4726

    Site Background color will affect all pages.

    Please check if the Customizer -> Background Image is not set as that overrides the background color settings.

    If that doesn’t work then disable all plugins and set background color and check.

    If that also doesn’t fix it then send email to [email protected] along with login details, we will check and fix it.

    in reply to: Default image for featured images #4724

    Hi,

    Very Sorry about the thread, it must have got deleted during the 2 hour downtime yesterday as hosting company was upgrading to latest OS.

    The blue image in sidebar is just a placeholder image, it appears when you do not have set a featured image.

    It’s location is Theme folder -> img folder -> sidethumb -> default.png

    You can browse to this location using ftp software like filezilla.

    You can replace it with same name image and size of 60 x 42px

    in reply to: Design changes for post author comment background .. #4721

    Please try the following custom css, replace hex color code with your choice if needed.

    1)

    
    .bypostauthor {
        background: #f7a3a3;
    }

    2)

    
    li.bypostauthor cite span {
        background-color: #f43f3f;
    }

    3)

    
    .js .selectnav {
        background: #f43f3f;
    }
    in reply to: Add header image #4720

    Yes, only one at a time, another option is given below:

    If you want logo along with background then:

    Upload logo in customizer and use custom css like this

    
    .site-header {
    background-image: url(“http://yoursite.com/wp-content/uploads/imagename.jpg” );
    }

    this type of background usually works best with pattern type images for eg.
    from subtlepatterns.com as it is not responsive.

    in reply to: Change link colour to blue #4719

    For sidebar links

    
    .widget-area .widget a {
        color: #0099ff;
    }

    we don’t delete any of the posts unless it’s a duplicate.

    in reply to: CAn't change settings #4718

    Please try after disabling all plugins and saving settings, after that you can enable plugins. If issue persists email details to [email protected] with link to this thread and along with login details.

    in reply to: Add header image #4713

    Please refer Docs: http://themonic.com/online-documentation-usage-guide-for-iconic-one-pro/

    Header image option is in live customizer. Width must be 1040px, height can be your choice.

    in reply to: Change link colour to blue #4712
    in reply to: Automatically resize thumbnails #4711

    Try this:

    open Appearance -> Editor -> functions.php

    on line 51 you will see

    
    add_image_size('excerpt-thumbnail', 200, 140, true); // Sets Index Page Thumbnails

    Replace it with

    add_image_size('excerpt-thumbnail', 200, 140, false); // Sets Index Page Thumbnails

    We just changed true to false.

    true: images will be cropped : this is the default
    false: images will be scaled : can cause uneven sizes if your parent images are of different sizes.

Viewing 10 posts - 471 through 480 (of 1,486 total)