Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Homepage Footer took over homepageHey there,
Did you get this sorted?
I just took a look but it all seems good for me, this is what I see down the bottom of the page:
http://monosnap.com/image/nxXN7V4FFjd8qWeG8pRUUsycoaBmBf
If you do still have issues please try clearing your cache, if it still happens then what browser and OS are you on?
Take care.
Forum: Themes and Templates
In reply to: [AccessPress Lite] How to change line spacing?Somehow your code seems to have broken the layout of this page :-/
http://monosnap.com/image/mSE2bQAjMyll0mn45eh9yyEtTCfUrS
Anyway, why are you editing the html, you can just use the CSS I provided and this should target the right area for you. I tested with developer tools and it seemed fine for me.
My CSS was targeting the list items, not just one span.
Perhaps you’re not sure how to add CSS?
You can add the CSS to your themes stylesheet.
If the theme is not one you made, then you may wish to use a child theme for this additional CSS. That way you’re protected when you come to upgrade.
Read more about Child Themes here:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/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/
Hope this helps. 🙂
Take care!
Forum: Themes and Templates
In reply to: [Cazuela] Customized link color not showingHey there,
I’ve asked a number of guys (5) to test this for me, no one is getting this on Windows with any of the main browsers.
I note you’re logged in, does this happen when logged out too? Does it happen in other browsers?
I’m reluctant to make suggestions because I can’t see what’s causing it and don’t want to adversely affect any other areas of your site.
Take care.
Forum: Themes and Templates
In reply to: [AccessPress Lite] How to change line spacing?Hey there, you could do something like this:
ul li {line-height:20px}Or to be more specific:
#ert_pane1-2 ul li {line-height:20px}Hope this helps.
Take care.
Forum: Themes and Templates
In reply to: [Hemingway] Homepage Footer took over homepageHey there,
Without a link it’s hard for us to see what’s happening there.
Take care.
Forum: Themes and Templates
In reply to: Theme Issue – White BarHey there,
If you’re talking about the grey/white bar then you could use this CSS to remove it:
#mainwrap, #dstable td.even { background-image: none; }If not then could you please show me a screenshot of where you refer to exactly.
Take care.
Forum: Themes and Templates
In reply to: [Cazuela] Customized link color not showingYou could upload it to your host and paste a link here.
You could use a free image hosting service like tinypic:
If on Mac you can Monosnap:
Or Skitch:
Or there is a browser extension which I believe works on other OS systems as well. Chrome, Firefox or Safari:
Or if you prefer another you may take a peek in Google, there are a few out there. These are all ones I’ve tried and enjoy 🙂
Have a great day!
Forum: Fixing WordPress
In reply to: Error saving media itemIf you’re using Window then sure I suppose it could be. I don’t use Windows but I believe the folders need read and write access.
Have you checked in with your host to see what they say, they will surely know the environment the best and maybe able to offer more specific help.
I don’t think I’ve had this issue before so I took a quick look in the code to see where it was but couldn’t find ‘Error saving media item’ I found pretty much the same one though ‘Error saving media attachment’ and instead searched for that to see if other users had issues there.
You may also like to check your browser, maybe try in a different one. It’s the direct the guys over at WP.com were going with that error:
http://en.forums.wordpress.com/topic/error-saving-media-attachment-4
It seems it might be something interfering with the HTTP requests.
Anyway have a look, try another browser, hopefully this might help. 🙂
Take care.
Forum: Fixing WordPress
In reply to: Error saving media itemHey there.
2. Yes, It suggests here deleting admin and includes files and uploading them fresh. Would reinstalling the whole update not achieve this? If not please can you explain how to only refresh these specific files?
That’s a pretty old post (6 years ago), I didn’t read it all.
You need to keep:
/wp-contents/ – This contains uploads, themes and plugins.
wp-config.php – This contains your database and config details.
.htaccess – This basically sets up how files are servedSo you can upload and replace all the other files, unless for some reason you made changes (which you shouldn’t) or uploaded some other files/folders you need to keep.
Usually this is done to update WordPress, replace corrupt files, correct ownership/permissions for example if uploaded by the wrong user.
Using the WordPress updater does the same thing. Multisite install:
/wp-admin/network/update-core.php
And single site:
/wp-admin/update-core.php
There is a Re-install Now button (if on latest version) or update if there is a new version available. This does the same thing for you.
3. Thanks for the info. It mentions on the same post about creating a new .htaccess file under the admin directory (point 6). How do i do that?
This depends on your setup, you can see the options here:
http://codex.ww.wp.xz.cn/htaccess
I’d be checking permissions first.
Take care.
Forum: Themes and Templates
In reply to: [Cazuela] Customized link color not showingHey again.
I didn’t see any screenshot, can you provide a link so I can please? 🙂
I don’t have a Windows computer, I’m going to ask my colleague to drop in and take a look to see if she can see the issue occurring on your site.
Cheers.
Forum: Themes and Templates
In reply to: [Vantage] Center Allign Nav-BarAs per the forum guidelines, you should open a new ticket for anything else 🙂
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: [Business Pro] Remove Read More From Home Page Featured ContentsHey there.
I see the Read More button on the home page, you can use this CSS:
.feature-content-inner .read-more { display:none; }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/
A different option (CSS is easiest)
If you do make a child theme then another option is to simply remove the code instead of hiding it’s display.
/business-pro/home.php
You’ll see in there three parts you’d need to remove if you went with this option rather than the CSS one above:
<a class="read-more" href="<?php if (businesspro_get_option('businesspro_link1') != '') { echo businesspro_get_option('businesspro_link1'); } ?>">Read More</a><a class="read-more" href="<?php if (businesspro_get_option('businesspro_link2') != '') { echo businesspro_get_option('businesspro_link2'); } ?>"><?php _e('Read More', 'business-pro') ?></a><a class="read-more" href="<?php if (businesspro_get_option('businesspro_link3') != '') { echo businesspro_get_option('businesspro_link3'); } ?>"><?php _e('Read More', 'business-pro'); ?></a>Hope this helps. 🙂
Have a fantastic day! 🙂
Forum: Themes and Templates
In reply to: [Catch Box] Remove White Space On Sides Of HeaderOr, another option is to just stick a background colour in there like tihis:
#header_area{background-color:#00bbce;}Take care.
Forum: Themes and Templates
In reply to: [Catch Box] Remove White Space On Sides Of HeaderYou’d probably want to do something like this:
#header { background-size: 100% 100%; } .full_width .page { width: 100%; }You might still need to adjust the height slightly if the image looks stretched.
Hope this helps.
Take care.
Forum: Themes and Templates
In reply to: [Vantage] Just upgraded but have a problemHey there,
You download it, unpack it and move it over the to your /plugins/themes/ folder replacing the one that exists currently.
I guess it’s Windows?
If it’s something like WAMP then the public directory might be:
c:\wamp\www\
Take care.