Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dan: Adjusting the overall width of the site for Simple Catch might be problem, when you are viewing the site in lower screen size.
Sakin
KeymasterSee this screenshot of embed code http://pinterest.com/pin/548594798329798864/
Sakin
Keymaster@mjcorder: There is already issue with your custom css that will have issue in your mobile devices.
I don’t see the use of following CSS in “Appearance => Theme Options => Custom CSS” box.#header .layout-978 { position: relative; } #header .logo-wrap { margin-top: 20px; } #header .social-search { margin-top: 0px; padding-right: 0; position: absolute; right: 0; top: 0; } #header-left { float: none; } #site-logo { float: none; text-align: center; } #site-logo a { display: inline-block; } @media screen and (max-width: 960px) { #header-left { padding-left: 28%; } }But yes the following css is fine.
#header-right .widget_search { display: none; } #site-logo { padding-top: 20px; } #hgroup-wrap { padding-bottom: 0px; } body { padding-top: 0; } .home #primary .entry-header { display: none; } #main-slider .entry-container { display: none; } .no-sidebar #primary { width: 90%; }So, first correct this and then your logo will be in left and you will have social icons on right so, there won’t be much space.
Sakin
Keymaster@donestefano71: Can you send me your Site URL? So, that I can look in your css customization.
Sakin
KeymasterThere was issue with your css. I have fixed it. You can copy from here. There was css issue in bullet css.
http://pastebin.com/Ei4rmvauSakin
Keymaster@donal.leader: Are you using the older version of WordPress as the Blogroll widgets has been removed from the WordPress version 3.5 onwards. It is not safe to use older version of WordPress.
See this: http://wordpress.org/support/topic/links-and-blogroll-widgets-missing
That is why I recommend you to use “Custom Menu” widget. For this, you have to build the new menu through “Appearance => Menus” there you can add your links. Then you can do to “Appearance => Widgets” and add the your menu thorough Custom Menu widgets.
See this for Menu: http://en.support.wordpress.com/menus/
See this for Custom Menu Widget: http://en.support.wordpress.com/widgets/custom-menu-widget/Sakin
Keymaster@saludypaz: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featured-post .post { text-align: center; }Sakin
Keymaster@donal.leader: We also check in the though Mac Chrome. It looks fine on your site. Can you send me your screenshot?
Sakin
Keymaster@jackwagon: I don’t get it what you mean. You can enable it back.
Sakin
Keymaster@mjcorder: Once you upload the image. You will see “Insert into Post” button. See this screenshot http://pinterest.com/pin/548594798329798533/
If you having problem with then, then you can just copy the image url and paste it in the url box.
Sakin
Keymaster@mjcorder: The Payment for our Premium and Pro theme goes like this.
1. Once you make the payment, you can use the theme for lifetime
2. There is manual optional renewal process after a year. This renewal is for the Support and Theme Updates. But if you don’t want this then you don’t need to renew it.Sakin
Keymaster@Potzas: Send me the complete code with the css for bullet. I think there is mistake.
Sakin
Keymaster@Potzas: There is problem with your first 3 lines.
#header-menu { ubuntu; sans-serif } #header-menu ul.menu a { font-family: ubuntu, sans-serif; } #header-menu ul.menu a { text-transform: none; }Replace the above css to the following
#header-menu ul.menu a { font-family: ubuntu, sans-serif; text-transform: none; }Sakin
Keymaster@ncmh-cardiff: I just check in your site and you have already done it.
Sakin
Keymaster@donestefano71: Thanks for your answer. See this is you have confusion http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@jrmschaefer: You have to build child theme and add the function
function_exists( 'simplecatch_loop' )which you will find in simplecatch_functions.php file -
AuthorPosts
