Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dennisvs: If you want to remove the way it it show on the iPad/iPhone then you need to disable the responsive. You can do it from WordPress Dashboard “Theme Options -> Theme Options -> Responsive” Just check on Check to disable.
Sakin
Keymaster@klrouth: You can simply add the Following CSS in “Theme Options -> Theme Options -> Custom CSS” box:
.featured-slider {
margin-top: 15px;
}
Sakin
Keymaster@Piirus: can you send me your site URL and then I can send you the custom css to add in.
Sakin
Keymaster@ronmerk: There is problem with your image URL. In that post the image url is http://i2.wp.com/www.blazeonline.com/wls/wp-content/uploads/2012/12/suagr-003-575×640.jpg?resize=150%2C150 which is not working. I think there is conflict with your Jetpack plugin “Photon” feature.
Sakin
Keymaster@Castelbon: I don’t get it. So, can you send me the URL in which you have problem and then I will send you the css code.
Sakin
Keymaster@fbalague: I am not so sure what you want to achieve. So, can you send me the screenshot of the design that you want.
Sakin
Keymaster@Rich2337: There has been lot of known issues in WordPress Version 3.5. This is not our theme problem.
See this : http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
and http://wordpress.org/support/topic/wordpress-35-add-new-post-is-not-working/Sakin
Keymaster@chochonet and @antonimicer: send me your site URL and also be more specific. If possible send screenshot of what you want to remove.
December 20, 2012 at 12:27 am in reply to: Embedded files not showing up on safari mobile devices #2447Sakin
KeymasterHi Eric,
Yes Ron gave you the perfect answer. Flash is not supported in Apple smart devices.
Thanks Ron.
Regards,
SakinSakin
KeymasterHi Elisabeth,
You you can add the Custom CSS in Custom CSS box which you will find in “Theme Options -> Custom CSS” box in your WordPress Dashboard.
Correction to Ron’s css. See it as below:
h2#site-description {
font-style: italic;
font-weight: bold;
}
Thanks Ron for your support.
Sakin
Keymaster@webbfirman: Yes it looks fine to me. You can change the logo from Theme Options. If you are confused about how to use it then see theme instruction http://catchthemes.com/theme-instructions/simple-catch-pro/
Sakin
Keymaster@chochonet: It’s fixed.
Sakin
Keymaster@chochonet : I have installed Version 1.6.1.1 which is not yet released. See this http://www.linuxeando.org/wo/wordpress/wp-content/themes/catch-box/style.css
You can download. The same theme and use it in your other site. We are in the process of releasing it live soon.
Sakin
Keymaster@chochonet: You can download the theme from your own site and then use it in live site. It’s already fixed in your site. Yes, we are schedule to push it live soon and maybe it will be out next week.
Sakin
Keymaster@chochonet: I have edited the language file and now it doesn’t show the space in closing of span.
Sakin
Keymaster@chochonet: I have contacted you thorough email and send you the patched theme. The actual problem was in spanish translation of theme which will be fixed in version 1.6.1.
In the file es_ES.po there was space in closing of span tag.
Sakin
Keymaster@alukaszewicz:You can make the header and page background transparent. Delete the previous css and add the following
#page, #branding {
background: none transparent;
}
Sakin
Keymaster@alukaszewicz: transparent background always takes the background of the parent. So, I don’t get is no color at all. It will take one or the other color is made transparent.
So, add in the final image and then call for css. We will help you. Also if possible send the image of the design that you want to change in the site. So, that we can know what exactly you want to do with your transparent image.
Sakin
Keymaster@alukaszewicz: Sorry I gave you the css to change the text color. So , remove the old css and add this one.
Go to “Appearance -> Theme Options -> Custom CSS” box in your WordPress dashboard and add the following css to change the background color:
#branding {
background-color: #c9e17d;
}
But if you want to change the background color to background image then check this:
http://www.w3schools.com/cssref/pr_background-image.asp -
AuthorPosts