Forum Replies Created

Viewing 20 posts - 6,761 through 6,780 (of 14,504 total)
  • Author
    Posts
  • in reply to: Change the color of the website "behind" the web copy? #41927
    Sakin
    Keymaster

    @Signal512: I am not sure if I understand you correctly. To change the background color of the main area which is behind the page post and widget: Go to “Appearance => Theme Options => Color Options” and then change the color code in “Content Background Color” and save change.

    If you are not talking about this, then please explain in reference with your site URL or send me the screenshot URL showing the area where you want to change the color.

    in reply to: Widget adjustment #41925
    Sakin
    Keymaster

    Hi Klaas,

    I check in your site and see that all your post links to Homepage. I am not sure about the issue in detail. But I guess that your permalink settings in incorrectly setup. So, can you to to “Settings => Permalinks” from your WordPress Dashboard and then try “Default” and save change. If this works then you can check other and check in.

    Regards,
    Sakin

    in reply to: Aweber Forms Using a Text Widget #41905
    Sakin
    Keymaster

    @Signal512: Yes it happen when you have cache all over. There are 3 levels of Cache, one is Server Level of Cache, second browser level cache and then ISP level cache. So, it’s all confusing. Yes, it’s working fine.

    in reply to: Aweber Forms Using a Text Widget #41900
    Sakin
    Keymaster

    @Signal512: I just check in your site and it is showing for me. Clear you WP Super Cache plugin and also clear your browser cache and check in.

    in reply to: Aweber Forms Using a Text Widget #41896
    Sakin
    Keymaster

    @Signal512: Looks like you making mistake while you paste in your code. You need to paste the exact code. Even a single quotes make mistake. For example it should be " and not . So, just copy the following code and paste it. Also after you paste in the code and save change. You need to go to Wp Super Cache and clear the cache.

    <div class="AW-Form-1379976796"></div>
    <script type="text/javascript">(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "http://forms.aweber.com/form/96/1379976796.js";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, "script", "aweber-wjs-2bhvmzz4g"));
    </script>
    in reply to: How do I add an advertising tracking code to my site #41894
    Sakin
    Keymaster

    @Jeff: If you have user Featured Image Slider then you should be able to link to any external link. Yes, to open the link in new window, you need to check “Target. Open Link in New Window”. You can check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    in reply to: Mistake #41893
    Sakin
    Keymaster

    @Nuno: It depends on your case. Can you contact our sales directly at http://catchthemes.com/contact-us/ with your order ID.

    in reply to: Aweber Forms Using a Text Widget #41892
    Sakin
    Keymaster

    @Signal512: I check in your site and I don’t see any code there. You just have 3 widgets: Awesome Posts, Awesome Categories and Awesome Comment. But I don’t see any Advertisement widgets there.

    Ok I just see that WP Super Cache plugin activate. Can you go to WP Super Cache plugin settings and clear your cache.

    in reply to: How do I add an advertising tracking code to my site #41887
    Sakin
    Keymaster

    @highschoolfootballamerica: Which theme are you using it. If you are using our Pro/Premium themes, then you will see the Header and Footer Code at “Appearance => Theme Options => Webmaster Tools”. You can add it in Footer Code box.

    in reply to: Aweber Forms Using a Text Widget #41886
    Sakin
    Keymaster

    @Signal512: Can you add the code in “2. Catch Everest: Advertisement” widget to Main Sidebar from “Appearance => Widgets”. As it’s working for me. I added your code and it’s working fine. So, just code the following code in 2. Catch Everest: Advertisement and send me your site URL if it is not working.

    <div class="AW-Form-1379976796"></div>
    <script type="text/javascript">(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "http://forms.aweber.com/form/96/1379976796.js";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, "script", "aweber-wjs-2bhvmzz4g"));
    </script>
    in reply to: Shortcode ultimate / Transparent Images #41885
    Sakin
    Keymaster

    Hello Jan,

    I just check in your site and see that you have added in Meta Slider and it’s working fine. I don’t see like what you have mentioned.

    Where is your tab item. I don’t see it.

    About the white frame, the frame must be there in your logo. As We have added png logo in demo site http://catchthemes.com/demo/simplecatch-pro/ and it is not showing white frame. Can you check in your image.

    If you want to remove the border, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    img[class*="align"], img[class*="wp-image-"] {
    	border: none;
     	padding: 0;
    	max-width: 100%;
    }
    a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"] {
    	background: none transparent;
    	border: none;
    }

    To center the page title, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { text-align: center; }

    For Adsense advertisement, sorry there is no option to add it it above the header. You can add in header right sidebar from “Appearance => Widgets”. The only option to add it above header will be through Child Theme. So, you can build child theme and then in your child them functions.php, you can add in the following css where you can paste in your adsense code instead of <!-- Add in your Adsense code here -->

    // Added Adsense code above header
    function simplecatch_child_headercode() { ?>
    	<!-- Add in your Adsense code here -->
        
    <?php	
    }
    add_action( 'simplecatch_before_headercontent', 'simplecatch_child_headercode', 10 );

    Regards,
    Sakin

    in reply to: menu doesn't appear on mobile device #41882
    Sakin
    Keymaster

    @fluegasknowhow: I see that you have customize the script. Either you have minified js as I couldn’t find catchevolution-menu.min.js js file in your site. If you see in our demo site http://catchthemes.com/demo/catch-evolution/, you will find the js
    http://catchthemes.com/demo/catch-evolution/wp-content/themes/catch-evolution-pro/js/catchevolution-menu.min.js . So, please check in your setting and it will work fine.

    in reply to: Genericons #41881
    Sakin
    Keymaster

    @Scholz: What do you want to do it? We will be adding option to change most of the ICON to Generion soon.

    in reply to: Blank space above header image #41880
    Sakin
    Keymaster

    @fluegasknowhow: You can replace your css
    #header-content { padding: 0; }

    With the following css, as you are not using Logo:
    #header-content { display: none; }

    in reply to: submenu: dropdown column width #41869
    Sakin
    Keymaster

    @fluegasknowhow: Yes sure, you can increase the width in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box. IN the following css, I have already increased 30px as initially it was 205px and 185px. Make sure you increase equal image in both the css.

    #header-menu ul.menu ul { width: 235px; }
    #header-menu ul.menu ul a { width: 215px; }
    in reply to: Site Title Hover Color #41868
    Sakin
    Keymaster

    @@Danielle: Your text under Featured Content is aligned center. But your image is aligned left and your image with is small for 3 column layout. So, either you need to center your images or need to upload the larger image. If you want to center images, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post img.wp-post-image { margin: 0 auto; }

    in reply to: setting maximum width #41861
    Sakin
    Keymaster

    @surianto: It’s bit complicated, you might need to hire customizer to more customization. For now, I have manage to come up with the css. Can you try to add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1020px) {
    	#main-slider, #main-wrapper .container, #supplementary { width: 1000px; }
    	#main-slider { margin: 0 auto; }
    	#primary { width: 640px; }
    	#secondary { width: 330px; }
    }
    in reply to: Customizing Post Pages #41860
    Sakin
    Keymaster

    @greengiant: First can you update your Catch Kathmandu Pro theme to latest version 3.0 and then check in.

    in reply to: Site Title Hover Color #41859
    Sakin
    Keymaster

    @Danielle: Can you post in your site URL and then I will check in.

    For Site title hover color: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box

    #site-title a:hover,
    #site-title a:focus,
    #site-title a:active {
    	color: #7c9b30;
    }

    For menu color, you can go to “Appearance => Theme Options => Color Options => Menu Color Options”, change the color as per your need and save changes.

    For content color, you can go to “Appearance => Theme Options => Color Options => Site Color Options”

    in reply to: Shortcode ultimate / Transparent Images #41858
    Sakin
    Keymaster

    Hello Jan,

    Can you post in your site URL and explain then I can check for conflict with Shortcode unlimited.

    Then for the image also send me the URL and then I will check in and send your custom css to remove that.

    Regards,
    Sakin

Viewing 20 posts - 6,761 through 6,780 (of 14,504 total)