Forum Replies Created

Viewing 20 posts - 11,621 through 11,640 (of 14,507 total)
  • Author
    Posts
  • in reply to: RSS Feed Widget #11239
    Sakin
    Keymaster

    @Derek: Which plugin are you using? This is not theme related issue, so I won’t be able to help you out. This is more of Hosting Server memory issues. Check this out http://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-2

    in reply to: Logo positioning relative to menu #11238
    Sakin
    Keymaster

    @mohossain: You can add the following CSS.
    .site { overflow: visible; }

    in reply to: change " posted on" line in post #11235
    Sakin
    Keymaster

    @klhaight: I don’t see issue in your site. Nice customization.

    in reply to: Logo positioning relative to menu #11233
    Sakin
    Keymaster

    @mohossain: I check in your site and the logo looks fine. It’s not getting cut off.

    in reply to: Font size and bold #11232
    Sakin
    Keymaster

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

    @media screen and (min-width: 1000px) {
    .entry-header .entry-title { font-size: 30px; }
    }
    in reply to: CSS/HTML for Text widget not working #11231
    Sakin
    Keymaster

    @aceenrichment: You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the font size.

    #header-right h1 { font-size: 26px; }
    #header-right h2 { font-size: 24px; }
    #header-right h3 { font-size: 20px; }

    Second, if you want to do it inline the it will be as:

    <h3 style="color: #808080; font-size: 26px;">Give us a call</h3>
    <h1 style="color: #ff6600; font-size: 26px;">3105008187</h1>
    <h3 style="color: #ff6600; font-size: 26px;">Mon-Fir</h3>
    in reply to: insert finance calculator #11230
    Sakin
    Keymaster

    @jwendell: You can add the following css:

    /* To move header right to left */
    #header-right { padding-right: 20px; }
    /* Call Us now Font Size */
    .header-sidebar .widget-title { font-size: 20px; }
    /* Phone Number Font Size */
    .header-sidebar .textwidget { font-size: 16px; }
    in reply to: Header & Footer #11229
    Sakin
    Keymaster

    @ianroach: Great you did it.

    in reply to: Resize the featured image inside a post #11222
    Sakin
    Keymaster

    @Anja0625: You have option to set different image for individual post if you have Catch Everest Pro Theme. There is option to select images from
    slider: 1140px by 450px
    featured: 690px by 462px
    Original Full Image

    To center the copyright line in the footer, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .copyright {
    text-align: center;
    width: 100%;
    }

    Oh I though you were using the Pro version. But when I check in, I see that you are using Catch Everest Free Version. Note: You are not allowed to change the footer credit Theme: Catch Everest. This is only the means of recognition that we received for providing the free theme and free support. So, if you want to remove the footer credit, just upgrade to Catch Everest Pro and edit the footer text through easy to use Footer Editor in Theme Options panel.

    For more information about Catch Everest Pro. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Update to the latest version #11221
    Sakin
    Keymaster

    @zahra: Can you check now? You should be able to download from your account. If you still have problem. Then contact our sales team directly through http://catchthemes.com/contact-us/

    in reply to: Font size and bold #11193
    Sakin
    Keymaster

    @DesignerD: It would have been easy for me, if you have added your site URL. Now, since you have posted in Catch Everest Free Theme forum. I guess you are using Catch Everest Free Theme.

    You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu a {
        font-size: 18px;
        font-weight: bold;
    }
    in reply to: Remove footer area space #11192
    Sakin
    Keymaster

    @mohossain: You can reduce the padding top of the footer widget area so that it will be close to slide. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #supplementary {
        padding-top: 50px;
    }
    in reply to: Logo positioning relative to menu #11191
    Sakin
    Keymaster

    @mohossain: I don’t know what you are trying to do as you have added logo outside the header.

    in reply to: Blog #11190
    Sakin
    Keymaster

    @LogoSystems: There is one option to for that. Build child theme and then copy page-blog.php and on that page edit the line
    $blog_query = new WP_Query( array( &#039;post_type&#039; => &#039;post&#039;, &#039;paged&#039; => $paged ) );
    to
    $blog_query = new WP_Query( array( &#039;post_type&#039; => &#039;post&#039;, &#039;paged&#039; => $paged, &#039;order&#039; => &#039;ASC&#039; ) );

    then you can add blog template to any page.

    in reply to: Header & Footer #11185
    Sakin
    Keymaster

    @ianroach: I am bit confused. Do you mean to add the image as the background instead of color or you want additional featured image?

    in reply to: Center logo? #11184
    Sakin
    Keymaster

    @Bee1derful: You can remove the css that I gave you earlier. As you have used the logo and the search bar. It will not work. So, you have to try in padding left. So, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (max-width: 960px) { #header-left { padding-left: 28%; } }

    in reply to: Bug with non-standard browser default font size #11183
    Sakin
    Keymaster

    @nesciens: Ok thanks I will check with my development. Do you have any suggestion?

    in reply to: Customise bullets #11182
    Sakin
    Keymaster

    @Potzas: The css that you have added is good. But the image that you have added to replace is too large. that is why it is not displaying. Since, you have added the height and width as 20px. It will show only the 20px of the image you have added.

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

    @elenbahr: Can I know your site URL? I need to check your site to send you the css.

    in reply to: change " posted on" line in post #11180
    Sakin
    Keymaster

    @klhaight: You can add the following css and change the padding of header as per you need.

    #branding hgroup {
        padding: 2.5em 0;
    }

    I see that you have already remove the links from your pics and your signature in your posts.

    You can add the following CSS to change the font size of the date.
    .entry-meta .entry-date { font-size: 12px; }

    To remove by admin, just add the following css
    .single-author .entry-meta .by-author { display: none; }

Viewing 20 posts - 11,621 through 11,640 (of 14,507 total)