Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi 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; }
}
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.
Sakin
Keymaster@stephennewton: Thanks for your suggestion. I will change it.
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.
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;
}
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.
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.
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.
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.
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.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.
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.
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.
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.
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;
}
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.
Sakin
Keymaster@stephennewton: It’s great that it solved your issues.
October 22, 2012 at 11:39 am in reply to: Decreasing the height of the header & adding image as the whole width of header #1310 -
AuthorPosts