Forum Replies Created
-
AuthorPosts
-
December 20, 2012 at 12:27 am in reply to: Embedded files not showing up on safari mobile devices #2447
Sakin
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.aspSakin
Keymaster@niademe: for adding link see this http://codex.wordpress.org/Linking_Posts_Pages_and_Categories
Sakin
Keymaster@BeSt: I haven’t seen your footer but for http://www.undeadstooge.com/. If you want to make the footer fixed at the bottom.
#main {
padding-bottom: 90px;
}
#colophon {
bottom: 0;
position: fixed;
width: 100%;
}
Sakin
Keymaster@msintenie: Please copy and paste it carefully. there is problem with ‘. I have given you the clear idea of how to build it. If you are not being able to create the function.php in child theme with the code then please use our “Hire A customizer” http://catchthemes.com/hire-customizer/
Sakin
Keymaster@chochonet: can you update your theme to version 1.6 and refresh your browser and check it. If you still have problem then contact me through http://catchthemes.com/hire-customizer/ with your WordPress access and I look in details.
Sakin
Keymaster@alukaszewicz: There is background color white (#fff) define in header id branding that is why it is taking background white. Now you change that background color to match with the main background.
Go to “Appearance -> Theme Options -> Custom CSS” box in your WordPress dashboard and add the following css:
#branding {
color: #c9e17d;
}
@ronmerk: nice site and thanks a lot for your support.Sakin
Keymaster@alukaszewicz: You are using the jpg image (http://www.gettingstamped.com/wp-content/uploads/2012/12/header_sketch3-copy.jpg) which is not transparent image. To create transparent image from the photoshop it needs to be .png image.
Sakin
Keymaster@thetwosents: yes the same logo will be used in your mobile device. It will adjust the size accordingly.
Sakin
Keymaster@msintenie: for function.php don’t copy [php] and [/php]. Just cope the code in between.
Sakin
Keymaster@rozandueta: You can disable the comment in your page while you edit the page or create the page. See this for more http://en.support.wordpress.com/enable-disable-comments/
-
AuthorPosts
