Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] aligning text and imageIf it didn’t work then I’d guess you never placed it late enough in the load sequence.
I took a look at your site but I can’t see any code, I guess you removed it. With CSS the last instance called is the one that takes priority so it’s important you ensure this is loaded last.
I just tested on your site and here is what I saw:
http://monosnap.com/image/x0lC0SMjw6P0YcAVnBbyU8KXL6Gpyj
how and where did you originally add the CSS?
Or maybe I misunderstood what you need?
Cheers.
Forum: Themes and Templates
In reply to: menu containerHey there.
This should do the trick:
.nav li ul, .nav li ul li a, .nav li a:hover, .nav li:hover { background:#556B2F; }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: [Hueman] Main PageHey there.
I could just be missing what you’re asking here but I’m not sure what it is.
Could you please maybe restructure your question, possibly include a screenshot link so that I can better understand what you need?
Take care.
Forum: Themes and Templates
In reply to: [Fruitful] aligning text and imageHey there.
Why don’t you want any padding?
Just interested 🙂
The width of the images is 800px but the container is 940px as is the Paragraph the text is within.
You could do something like this:
#page .container .content p { width:88%; margin: 10px auto; }That should then keep it responsive as your downsize the browser/mobile device. Basically it makes the P tag 88% width of the container and the marin is then set to auto adjust (centre) whilst keeping 10px on top from the H tag.
Hope this helps.
Forum: Themes and Templates
In reply to: Editing not possible in StyleSheetHey there.
Looks like you’re using the Circle Light :
https://ww.wp.xz.cn/themes/circle-lite
Always best to post in the appropriate forum:
https://ww.wp.xz.cn/support/theme/circle-lite
This way the author of the theme won’t miss your support thread. 🙂
In your site I see you are using ASCII for the > character:
main-menu > li.menu-home-icon.current-menu-item > a{ background-color: #0061A5; }It seems the theme CSS area does this. :-/
It also looks like the theme declares a colour and then overrules itself by default, placing a colour late in the default style.css appears to have no effect unless you use !important. Rather than using the style.css they hook it into the header for some parts as you’ll have seen in Firebug.
Try this:
#main-menu .current-menu-item a {background-color:#0061A5 !important;} #page-header { border-color: #0061A5 !important; }I wouldn’t usually go straight for !important but it seemed like regardless of location it didn’t make a difference. 🙁
The second one (#page-header) changes the green along the top there.
Regarding the use of !important, you might like to read here:
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
Hope this helps.
Have a great day!
You’re most certainly welcome! 🙂
Take care.
Forum: Fixing WordPress
In reply to: 800 members deleted – Help!Hey there.
I see that Jack is on your ticket over there and has offered to take a closer look for you.
I didn’t realise before that you’re also using SimplePress.
Using the plugin I mentioned before should get everyone back on your site as a subscriber albeit slowly as they land on the site. I’ve not used SimplePress for a while but you may still need to fix up those rules/groups.
It would probably be best to ask your host to do the restore but before doing so I’d also take a new separate backup. The current instance might not be ideal but it’s still a good idea to at least have this point to return to if needed.
When you say deleted if they appear in the other sites then they’d be in the network admin too, or should be, so they’re not deleted as such. Their role was removed for that specific site. I know it might not sound so different but as the actual accounts are still there they exist for all network sites.
Anyway, it’s probably not wise for me to tackle both here and on DEV as this could get confusing and cause issues in itself. If could please continue with Jack there. 🙂
Take care.
Hey there,
Hope you are well today.
You could add this CSS:
.contentclass { padding-top: 0; } .page-header { margin: 0; padding: 0; }That removes the extra padding and margin.
Hope this helps.
Have a great day!
Forum: Themes and Templates
In reply to: Hueman Theme: Where do I put amazon affiliate store link?Awesome!! 🙂
Glad I could help 🙂
Forum: Themes and Templates
In reply to: [WP-Creativix] posts not clickable in blogI just looked at your site, looks like you have it now because they’re clickable for me.
Everything good?
Take care.
Hey there.
It’s looking like a bug in our MarketPress, they shouldn’t all be current and it seems we clone the parent in our code. Stick with me, I had a look earlier and I’ll continue looking into it shortly.
Hopefully won’t be too long. 🙂
Take care.
Forum: Themes and Templates
In reply to: [Make] Get rid of Reply sectionBut doing that will most likely still leave you some text along on the page the lines of “Comments are closed“
If you don’t mind that then using the WP feature is best. 🙂
Cheers.
Forum: Themes and Templates
In reply to: Hueman Theme: Where do I put amazon affiliate store link?Hey again.
I orginally tried putting it in a field on a new page that I created and it appeared as text. So, I was thinking maybe there is another field that I should be putting it in. Or I need to put some kind of brackets? Maybe a field for inserting code that I’m overlooking? Or maybe the php file, somewhere? I will try again.
In the editor click on the text tab and enter it there, then save again.
I’d bet that what you did before escaped the “>” character to ASCII >. ASCII is geek for:
Using the text tab should totally avoid that. I tested on my install and all was good there. 🙂
Take care.
Forum: Fixing WordPress
In reply to: wp-login.php is blank, all else fails!Hey
I haven’t tried to upload all WP files. Could I do that, just keeping my content folder the way it is?
You would retain your .htaccess, wp-config.php and wp-content folder. You should carefully check these for any rogue files or alterations.
The rest are default WP files and you should be able to remove those.
I didn’t install a new version of WordPress, since it was created several years ago. Same goes for the theme so there shouldn’t be a conflict there.
But you said originally:
I’ve also tried adding a new installation of WordPress on the server in a different subfolder
So now I’m confused, did you add a new installation?
And if you did how was the admin/site on that.
Something must have changed from when it was working to when it wasn’t, these things don’t just break on their own. This could be a plugin, theme, custom code, upgrade to your host, etc.
If you’re not seeing the debug.log then please consult with your host about the error reporting and ask them to check.
Take care.
Forum: Themes and Templates
In reply to: [Phogra] Phogra theme problemHey there.
They have an image which has some opacity. You can also achieve the same using RGB for background colours.
Here is some handy info from Chris that should help you:
http://css-tricks.com/rgba-browser-support/
You can also use Opacity and Filter:
http://www.w3schools.com/cssref/css3_pr_opacity.asp
http://www.w3schools.com/css/css_image_transparency.aspThey should help you out here. 🙂
Take care.