Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Emphaino] How to change content widthHey there,
You didn’t provide a link so I took a look at the demo site, the width for the area is 940px.
I’m guessing you’re talking about the space from the content to the edge of the container?
If so then it’s this CSS which does it:
.single.no-sidebar .entry-header, .single.no-sidebar .entry-content, .single.no-sidebar .entry-summary, .single.no-sidebar #image-navigation, .single.no-sidebar .entry-meta, .single.no-sidebar .comments-title, .single.no-sidebar .comment-navigation, .single.no-sidebar ol.commentlist, .single.no-sidebar #respond, body.page.no-sidebar .entry-header, body.page.no-sidebar .entry-content, body.page.no-sidebar .entry-summary, body.page.no-sidebar #image-navigation, body.page.no-sidebar .entry-meta, body.page.no-sidebar .comments-title, body.page.no-sidebar .comment-navigation, body.page.no-sidebar ol.commentlist, body.page.no-sidebar #respond, .one-col-excerpts.no-sidebar .entry-header, .one-col-excerpts.no-sidebar .entry-content, .one-col-excerpts.no-sidebar .entry-summary, .one-col-excerpts.no-sidebar #image-navigation, .one-col-excerpts.no-sidebar .entry-meta, .one-col-excerpts.no-sidebar .comments-title, .one-col-excerpts.no-sidebar .comment-navigation, .one-col-excerpts.no-sidebar ol.commentlist, .one-col-excerpts.no-sidebar #respond, .one-col-full-posts.no-sidebar .entry-header, .one-col-full-posts.no-sidebar .entry-content, .one-col-full-posts.no-sidebar .entry-summary, .one-col-full-posts.no-sidebar #image-navigation, .one-col-full-posts.no-sidebar .entry-meta, .one-col-full-posts.no-sidebar .comments-title, .one-col-full-posts.no-sidebar .comment-navigation, .one-col-full-posts.no-sidebar ol.commentlist, .one-col-full-posts.no-sidebar #respond, .no-js.no-sidebar .entry-header, .no-js.no-sidebar .entry-content, .no-js.no-sidebar .entry-summary, .no-js.no-sidebar #image-navigation, .no-js.no-sidebar .entry-meta, .no-js.no-sidebar .comments-title, .no-js.no-sidebar .comment-navigation, .no-js.no-sidebar ol.commentlist, .no-js.no-sidebar #respond { max-width: 940px; max-width: 66rem; margin-right: auto; margin-left: auto; }You could edit the max-width there and then put that in a child theme or a css plugin.
There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Forum: Themes and Templates
In reply to: [Independent Publisher] Hide Certain Categories in BlogHey there,
Not totally sure what you want here.
You want to hide posts showing when they’re in a specific category?
If so then a membership type plugin should help:
http://ww.wp.xz.cn/plugins/membership/
Doesn’t have to be a premium membership you offer, they can be free.
Or are you wanting to hide the links to specific categories?
Looking at your site I wasn’t totally sure what you’d be referring to, could you please clarify further?
Take care.
Forum: Fixing WordPress
In reply to: How do i change domain name on my wordpress, can't get it to workThe nameservers are what the domain goes into, you can check how it’s set up here:
You can also do a propagation check here:
If you’re making changes you should drop cache until everything is working.
Take care.
Forum: Themes and Templates
In reply to: add a link in my footerThat might not be the code in your Twenty Eleven if you edited it but it’s certainly the code in the originally.
You can even see that in the SVN:
http://themes.svn.ww.wp.xz.cn/twentyeleven/1.8/footer.php
Take care.
Forum: Themes and Templates
In reply to: add a link in my footerHow come you have:
<a>" title??
This is how the code actually looks:
<a href="<?php echo esc_url( __( 'http://ww.wp.xz.cn/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>I’ve not added any spacing, line breaks or paragraphs here, just wanted to show you how it’s working:
http://monosnap.com/image/tSLjoW0W7nueoPJQKAUx7XtecRFXeW
Take care.
Forum: Themes and Templates
In reply to: add a link in my footerWell that’s the complete link code I gave you before, you should be able to just add that into your footer container.
Take care.
Forum: Themes and Templates
In reply to: Functionality of one theme, Design of another themeHey there,
If the themes are not designed to be similar in functionality then it would take a fair bit of development to achieve depending on what and how much needs to be moved from one theme to the other.
As this is a commercial theme it’s best you chat with the author, as per WordPress rules we can’t support commercial projects here:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Take care.
Forum: Fixing WordPress
In reply to: How do i change domain name on my wordpress, can't get it to workI think you’re missing a link.
I can then take a look at the site and see what’s not loading. Perhaps it’s pointing to the old domain?
Perhaps you have some caching type plugins that need clearing? Or your browser?
You never mentioned if this is a single site or a multisite, here are instructions for single site:
http://codex.ww.wp.xz.cn/Changing_The_Site_URL
And MS:
http://codex.ww.wp.xz.cn/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
Take care.
Forum: Themes and Templates
In reply to: [Exclusive] Logo size on home pageYou’re most welcome! 🙂
Keep in mind though that when this theme get’s updated you will need to make these changes again and again if you do them in the child theme.
Have a great day. 🙂
Forum: Fixing WordPress
In reply to: Error saving media itemHey there
1. Change permissions on the uploads folder (to chmod 777? What does that mean please?)
Shouldn’t need 777, 775 should be enough. You can read up on permissions here:
http://codex.ww.wp.xz.cn/Changing_File_Permissions
2. Re-write config or admin files
What do you mean here?
As in replace upload and overwrite with a fresh batch of files?
3. Create or edit .htaccess files (I can’t find this on my FTP directory)
files that start with a full stop/period are hidden files, your FTP program should have an option to show hidden/invisible files. For example if you’re using WinSCP for your FTP program then you can enable them in the preferences, you can read more on that here:
http://winscp.net/eng/docs/ui_pref_panels
Not sure how cache might hurt uploads, where did you read that?
Take care.
Forum: Fixing WordPress
In reply to: Spaces disappeared in Post? [Help]Hey there,
If it just seems to have started happening then the question would be what has changed from when it worked to when it didn’t?
New plugin?
New Theme?
Updates?
Custom code?It would be worth trying with one of the default WordPress themes like Twenty Eleven. You can also follow the flow chart here:
http://premium.wpmudev.org/blog/get-awesome-wordpress-support/
Hopefully this should help you narrow down on the issue. Let me know what you find.
Take care.
Forum: Themes and Templates
In reply to: [Exclusive] Logo size on home pageIf you’re using the WP CSS editor then you’re probably changing the parent themes CSS, this isn’t advisable.
You either make a child theme, or you use one of those plugins. This will ensure you’re protected on updates of the theme.
You then simple need to copy all the CSS as is and paste it into the child theme CSS file or the plugin admin screen.
You don’t need to edit the original, you see CSS stands for Cascading Style Sheet and the great thing about this is it means the last instance called will take priority. Placing the CSS I proposed late in the load sequence will ensure it takes priority. There are exceptions to the rule when using !important but we shouldn’t need to worry about that right now.
Make sense? 🙂
Take care.
Forum: Installing WordPress
In reply to: Did update now my site's gone!Hey there,
If you’re seeing the install page then you need to check your wp-config.php file to make sure it’s still all correct.
You can find more information on editing the file here:
http://codex.ww.wp.xz.cn/Editing_wp-config.php
Take care.
Forum: Themes and Templates
In reply to: [Exclusive] Logo size on home pageThere is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
With any of these options you just need to use the code I provided above 🙂
Have a fantastic day! 🙂
Forum: Themes and Templates
In reply to: [Exclusive] Logo size on home pageThis will need a few changes for example, the logo:
#logo-block a img { height: 190px; }This takes the image to 200px.
It’s cut off I see that, so we increase the container:
#site-title { height: 200px; }No it’s showing but it’s hidden behind your slider slightly and looks a little messy. Lets increase the whole top area there:
#header .container{ min-height: 200px !important; }I’ve used !important because originally you have this as an inline style and it didn’t appear to be overriding. Generally !important shouldn’t be used unless absolutely necessary.
These changes should then make your site looks like this:
http://monosnap.com/image/HNadkvXMp7uKFHKUu9KYSRXhtgKaGp
Hope this helps 🙂
Take care.