Several Queries

Discussion in 'Cloriato WordPress Theme' started by ltcpg, Jan 24, 2013.

  1. ltcpg

    ltcpg New Member

    Joined:
    Jan 24, 2013
    Messages:
    6
    Likes Received:
    0
    I'm new to the Cloriato Pro theme. I have lots of questions.

    1. Am I able to change what the search bar looks like? Font, etc?

    2. How do I change the font and color of the Home Page Heading?

    3. How do I change the font and color of the Home Page Description?

    4. How do I remove the Home Page 2 Cols completely?

    5. How do I remove the text and spacing lines in the footer?

    6. How do I keep paragraphs from merging together?

    That's everything for now. Thank You!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //Font replace
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Now,

    *For your 1st,2nd,3rd and 5th issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .top_right_bar #searchform #s, .footer #searchform #s {
    font-family: your font type;
    color:your color code;
    }
    .home_content h1 {
    font-family: your font type;
    color: red;
    }
    .home_content p {
    color: your color code;
    font-family: your font type;
    }
    .footer {
    background: none;
    }
    .feature_content .read_more {
    display: none;
    }

    *For your 4th issue

    Go to Appearance > Theme Option > Homepage 2 cols
    and add paragraph tag in all text box.

    For example

    Code:
    <p></p>
    *For your 6th issue
    Please explain your problem with the help of screenshot, where your text is merging and also share the link of your website, so that we can give you the exact solution.
     
  3. ltcpg

    ltcpg New Member

    Joined:
    Jan 24, 2013
    Messages:
    6
    Likes Received:
    0
    Thank you so much, Gourav!! That fixed a bunch! But I'm afraid that I have several more queries:

    1. I disabled the slide captions - is there still a way to attach a link to the images? (My website link: http://glgr.westhostsite.com/)

    2. I was able to remove the Home Page 2 Cols, but it left a large gap. Can I reduce this? (see attached image)

    3. How do I change the color/font/size of the Col 3 Headings? (see attached image)

    4. How do I get rid of the dotted lines? (see attached image)

    5. How do I make the 3 Cols single-spaced? (see attached image)

    6. How do I center the middle column and right-align the right column? (see attached image)

    7. How do I get rid of the footer text completely? (see attached image)

    Thanks again, Gourav!!
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue
    Download updated version of theme in couple of hours

    2.For your 2nd, 3rd and 4th issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature_content {
    padding-top: 0px;
    margin-top: -30px;
    }
    .feature_content .featured h2 a {
    color: Your color code;
    font-size: Your font value;
    font-family:Your font type;
    }
    .feature_content .featured h2 {
    border-bottom: none;
    }
    3.For your 5th and 6th issue.


    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    4.For your last issue
    Go to the
    Appearance > Widgets
    Drag text widgets and add paragraph tag and drop them in the first, second and third widget area.
    For example
    Code:
    <p></p>
    This will solve your issue.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Support mail sent.
     
  6. ltcpg

    ltcpg New Member

    Joined:
    Jan 24, 2013
    Messages:
    6
    Likes Received:
    0
    Thank you so much, Gourav!

    Now for more queries...

    1. How do I change to font color/size/style for posts on my pages?

    2. Every time I add media into a post, it duplicates the image - how do I fix this?

    3. I have made it so that viewers can't post comments on many of my pages. How do I remove the text "Comments and Responses | Comments Are Closed" at the bottom of the screen?

    4. How do I change the column fonts? (I figured out the title - I'm talking about the actual lists)

    5. How can I alter the column padding to make it closer to the right side of the screen?

    I hope that all made sense!
     
  7. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello

    1.Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    And also put your font type in place of "Your Font Family"

    Code:
    .content_wrapper .content .post .post_title a {
    font-family: Your Font Family;
     
    .post_content {
    font-family: Your Font Family;
    }
    2. Can you please send the link of the page where you are getting duplicate image..

    3. Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .content h3 {
    display: none;
    }
     
    #commentsbox p{
    display:none;
    }
    4. Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .sidebar_wrapper .sidebar ul li {
    font-family: symbol;
    }
    5. Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .sidebar_wrapper .sidebar {
    padding-left: 140px;
    }
     
  8. ltcpg

    ltcpg New Member

    Joined:
    Jan 24, 2013
    Messages:
    6
    Likes Received:
    0
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For your first issue, Put the following code in your custom css
    (Appearance -> theme options -> styling options -> custom css)
    Code:
    .post_content p {
    font-family: verdana ! important;
    }
    .content_wrapper .content .post .post_title a {
    font-family: verdana ! important;
    }
    .content_wrapper .content .post .post_title {
    font-family: verdana ! important;
    }
    For your second issue,
    You are using nextgen-gallery plugin as well as the theme default gallery feature, because of that the gallery pages are showing the duplicate images.
    Those images which are having caption beneath their and are displaying above section of the gallery pages, are displaying there with the help of Nextgen-gallery plugin and the remaining below duplicate images are displaying there with the help of theme default gallery feature.

    So, Edit the gallery page from the dashboard and remove all the text and shortcode from the text editor.Do this with both the gallery pages. This will solve your issue.
     
  10. ltcpg

    ltcpg New Member

    Joined:
    Jan 24, 2013
    Messages:
    6
    Likes Received:
    0
    I did as you said - I removed all the text and shortcode from the text editor, and then I deactivated nextgen-gallery, but there are still images that I can't get rid of. How do I delete them off of these pages so that I can start over?

    Also, it's still duplicating the images even without nextgen. See http://glgr.westhostsite.com/?page_id=498
     
  11. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  12. ltcpg

    ltcpg New Member

    Joined:
    Jan 24, 2013
    Messages:
    6
    Likes Received:
    0
    This didn't actually solve my issue...

    When I upload a photo and add a link to the photo, it creates duplicate images.

    ex: http://glgr.westhostsite.com/?page_id=40

    When you click on the first image, it takes you to another page - this is what I want. When you click the second image, it simply lets you view the image - I need this one removed. When I "Permanently Delete" a photo, I lose both of them. For my purposes, I need only the image that links you to another page. How do I get rid of the second image?
     
  13. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Itcpg,

    There are two ways to create gallery.
    I)Wordpress default gallery
    Add new page, Click add media > create gallery > select images > then click insert gallery.
    After that select default or fullwidth page template and publish page.
    In this you can add links with the image.

    2)Themes default gallery
    Add new page and select gallery page template. Then follow process shown in link given below.
    http://www.inkthemes.com/community/threads/gallery-page-2.1677/
    In this gallery it is not possible to add links with the images.
    I think you are merging both process. Try any one. It will work.
     

Share This Page