Forum Replies Created

Viewing 20 posts - 14,381 through 14,400 (of 14,469 total)
  • Author
    Posts
  • in reply to: How to enable ads or adsense ? #1376
    Sakin
    Keymaster

    Hi pele: There is one css trick you can use it.
    For Regular Ads, wrap the ads code with regular wrapper div. For example:
    <div class="regular-ads">Add in your regular ads script</div>
    For Mobile ads, wrap the ads code with the mobile wrapper div. For example:
    <div class="mobile-ads">Add in your mobile ads script</div>

    Then you can use the “Custom CSS” box in your theme option to show and give the div in various devices:
    For example:

    /* For Regular */
    .mobile-ads { display: none; }
    /* For Mobile view */
    @media screen and (max-width: 767px) {
    .mobile-ads { display: block; }
    .regular-ads { display: none; }
    }

    in reply to: How to enable ads or adsense ? #1373
    Sakin
    Keymaster

    @pele: In your screenshot what is the issue. Can you explain as I am not fully aware of mobile ads. So, I am trying to give you css so that you can make the regular ads responsive.

    in reply to: Inserting Javascript directly into footer #1372
    Sakin
    Keymaster

    @stephennewton: Thanks for your suggestion. I will change it.

    in reply to: Responsive tinynav Menu not woring #1370
    Sakin
    Keymaster

    @iirving: I just check in the theme Cath Box http://catchthemes.com/demo/catchbox/ . The responsive menu is working fine. Can you send me your site URL. There might be setting missing. You don’t need to change anything in css. I will check in as soon as I get your site URL.

    in reply to: Remove Comments are closed #1368
    Sakin
    Keymaster

    @sabine: Can you send me your site URL?

    in reply to: Remove posted on/by/in #1367
    Sakin
    Keymaster

    @sabine: You can just use css to hide it. Add the following CSS in “Custom CSS” box in the you Theme Option under Appearance tab from Wordress Dashboard:

    .entry-meta {
    display: none;
    }

    in reply to: Cannot align header nav bar and body #1366
    Sakin
    Keymaster

    @wonderwendi81: I check in your site kpopfix.com and it look really nice. But sorry I don’t see any alignment issue. Let me know if it is solved. If there is problem then can you send me the screenshot and in which browser you are having problem in.

    in reply to: How to enable ads or adsense ? #1365
    Sakin
    Keymaster

    @pele: can you add in the regular adsense and send me your site URL. Then I will check it on mobile devices and see the issue. If you can then you can send me the mobile device screenshot.

    in reply to: Stop Stripping from Excerpts #1364
    Sakin
    Keymaster

    @Tanzytales: The excerpt doesn’t display videos and images. It’s just a text. For excerpt length it can be any. You can setup it from Appearance -> Theme Options -> Theme Settings -> Excerpt / More Tag Settings.

    in reply to: Copyright Notice #1336
    Sakin
    Keymaster

    @stephennewton: Currently there is not option to change the footer copyright from the dashboard. You need to edit the code. We will be adding it in the future.

    in reply to: Inserting Javascript directly into footer #1335
    Sakin
    Keymaster

    @stephennewton: This is very simple. From your WordPress Dashboard go to
    Appearance -> Webmaster Tools -> Webmaster Site Verification Code. Then add your script in “Analytics, site stats footer code” box.

    in reply to: Stylesheet is missing after updating #1334
    Sakin
    Keymaster

    @brianschildt: It happens sometime to all the theme if it get interrupted while updating the theme. So, in this situation, you need to delete the directory catch-box and then install the fresh copy. It will be fine.

    in reply to: upgrading from simple catch to Pro #1333
    Sakin
    Keymaster

    @devynconstruction: There is little change in the structure change in Simple Catch Pro and if you build a child theme then you need to build the child theme of Simple Catch Pro.

    Simple Catch Pro is Responsive Web Design and uses HTML5 and CSS3 so there is changes.

    in reply to: Removing the space around the edge of a posting #1332
    Sakin
    Keymaster

    @Raul, what didn’t work for you can you send me the URL and the screenshot.

    in reply to: Front Page- Right column/ side bar disappeared #1331
    Sakin
    Keymaster

    @Raul: Now you are talking about slideshow issues. I don’t get it what you mean. Can you send me the design or screenshot that explain the issue.

    in reply to: Footer appearing in right sidebar #1330
    Sakin
    Keymaster

    @DebDardon: There is problem with the Ads Widget code. If you remove that your site will work fine. Please check the ad code properly. This will fix it.

    in reply to: Removing the space around the edge of a posting #1315
    Sakin
    Keymaster

    @Tri-ang: can you add the following css in Custom CSS box in Theme Options under Appearnae tab of your WordPress Dashboard.

    .fullwidth #content {
    margin: 0;
    }

    in reply to: Footer appearing in right sidebar #1312
    Sakin
    Keymaster

    @DebBardon: Sorry if I missed your topic. Can you send me your site URL so that I can see the issues and send you the fix.

    in reply to: Edit CSS & email forms not working #1311
    Sakin
    Keymaster

    @stephennewton: It’s great that it solved your issues.

    Sakin
    Keymaster

    @Raul, Yes are are working to solve your issues and providing support even for the free themes. Thanks a lot for your appreciation. Let me know if you have any issues in your site.

Viewing 20 posts - 14,381 through 14,400 (of 14,469 total)