Forum Replies Created

Viewing 20 posts - 7,781 through 7,800 (of 14,494 total)
  • Author
    Posts
  • in reply to: Get full width image in slider #28399
    Sakin
    Keymaster

    @Matt88: Can you refresh and check in. As when I check in your site, it look same like our demo http://catchthemes.com/demo/catch-kathmandu/ . See this screenshot http://i.imgur.com/rvGWaV8.jpg

    in reply to: Get full width image in slider #28387
    Sakin
    Keymaster

    @Matt88: I just check in your site and the image in the slider is working full width. I am confused what do you mean.

    in reply to: Mailchimp web form not working on pages #28386
    Sakin
    Keymaster

    There is problem with the code and theme. It used class clear which we use to clear the elements.
    So, try replacing that code with the following:

    <!-- Begin MailChimp Signup Form -->
    <link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
    	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
    </style>
    <div id="mc_embed_signup">
    <form action="http://ardennealumniny.us3.list-manage.com/subscribe/post?u=a9a01e7607b1a11b215187f85&id=8e76781743" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    	<h2>Subscribe to our mailing list</h2>
    <div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
    <div class="mc-field-group">
    	<label for="mce-LNAME">Name </label>
    	<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
    </div>
    <div class="mc-field-group">
    	<label for="mce-EMAIL">Email Address  <span class="asterisk">*</span>
    </label>
    	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
    </div>
    <div class="mc-field-group input-group"><strong>Email Format </strong><ul><li><input type="radio" value="html" name="EMAILTYPE" id="mce-EMAILTYPE-0"><label for="mce-EMAILTYPE-0">html</label></li><li><input type="radio" value="text" name="EMAILTYPE" id="mce-EMAILTYPE-1"><label for="mce-EMAILTYPE-1">text</label></li></ul></div>
    <div id="mce-responses"><div class="response" id="mce-error-response" style="display:none"></div><div class="response" id="mce-success-response" style="display:none"></div></div><!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--><div style="position: absolute; left: -5000px;"><input type="text" name="b_a9a01e7607b1a11b215187f85_8e76781743" value=""></div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
    </form>
    </div><!--End mc_embed_signup-->
    in reply to: How To Change Category Page Layout #28384
    Sakin
    Keymaster

    @TheSydneySiders: Please post in your site URL so that I can help you width exact CSS. For now I am giving you code on the basis of Catch Everest Theme. First, just make the layout as Excerpt mode and add Featured image in those post. Make sure you add small featured image for the left align then add the following css in “Appearance => Theme Options => Custom CSS” box.

    .archive .site-content article {
        border: 1px solid #e6e6e6;
        display: block;
        padding: 10px 2%;
        height: 1%;
        overflow: hidden;
    }
    .archive .site-content article .featured-image {
        display: inline-block;
        float: left;
        width: 22%;
    }
    .archive .site-content article .entry-container {
        display: inline-block;
        float: right;
        width: 75%;
    }
    in reply to: Change content background colour – specific page #28382
    Sakin
    Keymaster

    @Flipipip: You should have added your site URL. So, that I could check in details.
    Try the following css.
    .page-id-75 #main { background-color: #403C3C; }

    in reply to: Changing the footer text #28380
    Sakin
    Keymaster

    @Manu: I see that you have already added back the footer text. So, I assumed it as solved. Thanks

    in reply to: Reduce and remove empty space #28373
    Sakin
    Keymaster

    Hello Yuliya,

    Looks like your site id down. I cannot open it. Can you check in and reply me when your site it back live.

    Regards,
    Sakin

    in reply to: Display category besides date insted of author #28372
    Sakin
    Keymaster

    @GiovannaChine: Thanks for your appreciation.

    in reply to: Image borders #28370
    Sakin
    Keymaster

    @koh: Yes the css in iframe code is controlled from the iframe code creator. That is why they use iframe.

    in reply to: Help with Images In Catch Everest #28369
    Sakin
    Keymaster

    @zafilm: It depend on the theme. Which theme are you using it? Post in your site URL and then I will check in.

    in reply to: Image borders #28285
    Sakin
    Keymaster

    @koh: Sorry, I just check in your site and found that you are using iframe code for images of Webstagram. So, we cannot overwrite it. You are getting that border from that iframe code which calls in the css as http://widget.stagram.com/css/bootstrap2.min.css

    in reply to: Header Design #28281
    Sakin
    Keymaster

    @Bethann: Thanks for your appreciation.

    in reply to: Gap between header submenu and menu #28279
    Sakin
    Keymaster

    @Caroline: Can you add in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu ul {
        top: 25px;
        top: 2.5rem;
    }
    in reply to: add image-icon before text in menu #28278
    Sakin
    Keymaster

    @Djapeto: You should change the width of both. I have make it smaller. Add the following css.

    .header-sidebar .widget ul.menu ul { width: 169px; }
    .header-sidebar .widget ul.menu ul a { width: 105px; }
    in reply to: Header Design #28277
    Sakin
    Keymaster

    @Bethann: I just check in your custom css and found the following code:

    #masthead {
        background: url(;"http://192.185.142.81/~rawhideo/wp-content/uploads/top-left1.jpg";) no-repeat scroll left top transparent;
    }
    #hgroup-wrap {
        background: url(;"http://192.185.142.81/~rawhideo/wp-content/uploads/bottom-right1.jpg";) no-repeat scroll right bottom transparent;
    }

    In the above code that you have added has extra ;. So, the code should be as below:

    #masthead {
        background: url("http://192.185.142.81/~rawhideo/wp-content/uploads/top-left1.jpg") no-repeat scroll left top transparent;
    }
    #hgroup-wrap {
        background: url("http://192.185.142.81/~rawhideo/wp-content/uploads/bottom-right1.jpg") no-repeat scroll right bottom transparent;
    }
    in reply to: home page/ remove nothing found archive #28262
    Sakin
    Keymaster

    @peithoemporium: I am confused what you are trying to do. You can add Image Gallery in your page and then add it ad homepage.

    in reply to: Reduce and remove empty space #28261
    Sakin
    Keymaster

    Hello Yuliya,

    1. reduce white space above widget area on the bottom of main page and remove the grey line
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .page .site-content article {
        border-bottom: none;
        margin-bottom: 0;
    }

    2. change color of bottom widget area into dark grey (same as very bottom of the page)
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #footer-sidebar { background-color: #3a3d41; }

    3. Change “All rights reserved” into local language “Все права защищены”.
    — This is done by translating the theme in Russian language using ru_RU.po and ru_RU.mo file in languages directory. We are Russian language in next version update.

    4. Add Russian language (does this theme allow this)?
    — We are in the process of it. After this you can just define WPLANG in your wp-config.php file like below:
    define('WPLANG', 'ru_RU');

    5. Make Social buttons look full-colored, they are not visible
    — I see that you are just using linkedin. So, add the following css in “Appearance => Theme Options => Custom CSS” box for linkedin
    ul.social-profile li.linkedin a { background-position: -603px -43px; }

    in reply to: Featured Post Slider for pages not working #28246
    Sakin
    Keymaster

    @Amanda: Which theme are you using it? This is Catch Kathmandu Free theme support forum. But I assumed that you have upgraded to Catch Kathmandu Pro theme.
    Did you check in theme instruction page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    Homepage uses, Featured Slider, Homepage Headline, Homepage Featured Content and then you have option to enable either latest post or static page below the homepage featured content.

    For Featured Slider:
    Catch Kathmandu Pro have 4 different slider type to choose from 1) Featured Image Slider, 2) Featured Page Slider, 3) Featured Category Slider and 4) Featured Post Slider.
    1. Featured Image Slider
    This is an Independent Image Slider where you can upload your own image and add title, content and link all optional. For this, follow the Steps as below:
    * Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
    * Under Slider Options Select Slider Type as Featured Image Slider.
    * Go to Featured Image Slider Options, where you have the option of uploading images, connecting to an image link, adding in the title, content, and setting target to open link in a new window as needed and Save changes

    2. Featured Page Slider
    Featured Page Slider is there to highlight your Pages in the Slider. For this first, you need to create page from “Pages => Add New”. Then you need to add Featured Image in your page. See below to see how to add featured image in your page.

    * Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
    * Under Slider Options Select Slider Type as Featured Page Slider.
    * Go to Featured Page Slider Options and simply insert the ID numbers for Pages in the boxes, one Page ID number in each box
    as needed and Save changes

    3. Featured Category Slider
    Featured Category Slider is there to highlight your Posts in Particular Category. For this first, you need to create post from “Posts => Add New” and assign category to the post. Then you need to add Featured Image in your post. See below to see how to add featured image in your post.

    * Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
    * Under Slider Options Select Slider Type as Featured Category Slider.
    * Go to Featured Category Slider Options and simply select the category and Save changes

    4. Featured Post Slider
    Featured Post Slider is there to highlight your Posts in the Slider. For this first, you need to create post from “Posts => Add New”. Then you need to add Featured Image in your post. See below to see how to add featured image in your post.

    * Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
    * Under Slider Options Select Slider Type as Featured Post Slider.
    * Go to Featured Post Slider Options and simply insert the ID numbers for Posts in the boxes, one Post ID number in each box
    as needed and Save changes

    For Homepage Headline
    This headline comes with default text. You have the option of changing headline and sub-headline text or disabling it through “Appearance => Theme Options => Homepage Settings => Homepage Headline Options” in your WordPress Dashboard.

    For Homepage Featured Content
    Homepage Featured Content Options give you the ability to showcase your portfolio, photos, articles or services in Homepage. By default, this featured content is shown with default images and texts. You can either change the image and text or disable it through “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” in your WordPress Dashboard.

    For more visit theme instruction page.

    in reply to: Header Design #28234
    Sakin
    Keymaster

    @Bethann: The best option will be to create 3 images.
    1. Just the png logo
    2. Top Left corner blue/white gradient image
    3. Bottom Right corner blue/white gradient image

    Then you can upload the logo and then add the following css in “Appearance => Theme Options => Custom CSS” box for 2 gradient images.

    #masthead {
        background: url("TopLeftImageURL") no-repeat scroll left top transparent;
    }
    #hgroup-wrap {
        background: url("BottomRightImageURL") no-repeat scroll right bottom transparent;
    }
    in reply to: Image borders #28228
    Sakin
    Keymaster

    @koh: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main img,
    #main img.size-full, 
    #main img.size-large, 
    #main img.wp-post-image { 
        border: none; 
        padding: 0; 
        max-width: 100%;
    }

    But if you are talking about Webstagram image in your sidebar, then you an further add the following css.

    #main .media-grid a {
        border: none;
        box-shadow: none;
    }
Viewing 20 posts - 7,781 through 7,800 (of 14,494 total)