Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Adelle] Styling the date.Hey there,
Did you copy the last CSS I posted?
It was slightly different and if I use that CSS I get this:
http://monosnap.com/image/09AwsFusd9Wxm8Dnukm0vfvEqCtaP3
Just wanted to check 🙂
Forum: Themes and Templates
In reply to: [Theme: Avada] Change ''Read more'' to own buttonThat’s awesome news!
Glad I could help 🙂
Forum: Fixing WordPress
In reply to: Creating website with wordpressHey there,
You can use a plugin like:
https://ww.wp.xz.cn/plugins/membership/
To create membership based service where you charge a monthly membership for access to content, this includes media.
WordPress has a Media Library where you can upload your content to. There are tons of video type plugins that can also extend this or do their own thing.
https://ww.wp.xz.cn/plugins/video/
https://ww.wp.xz.cn/plugins/jw-player-plugin-for-wordpress/
You can continue taking a look through here:
https://ww.wp.xz.cn/plugins/search.php?q=video
Hope this helps.
Take care.
Forum: Themes and Templates
In reply to: [Adelle] Styling the date.Just to add that you’ll want rid of the original radius also, so altogether for example:
.article .post-date { background: url('http://i44.photobucket.com/albums/f48/brittsbook/date_zps353b78ac.png') no-repeat center; background-size:55px; } .radius-100 { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }Hope this helps. 🙂
Forum: Themes and Templates
In reply to: [Adelle] Styling the date.I’m thinking that PhotoBucket don’t allow hotlinking so I did a quick Google and found:
http://webmasters.stackexchange.com/questions/24142/image-hotlinking-providers
A comment there states they don’t.
Could you not download it again and upload to your own host, that should negate the issue 🙂
Give that a try and let me know how you go.
Take care.
Hey,
Thanks for taking the time to leave a rating and your feedback, we really appreciate it! 🙂
Hope you’re having a fantastic weekend! 🙂
Forum: Themes and Templates
In reply to: [Adelle] Styling the date.Hey there,
The black circle will go, you’re replacing it with an image.
Can you provide the full image link, and a link to your site please.
I’ll take a look at what’s happening there 🙂
Take care.
Forum: Themes and Templates
In reply to: Hiero WordPress ThemeHey there,
The menu width is set by it’s container which is 980px, you’d have to take it out of its natural order with position absolute:
#main-navigation{ margin-top:65px; position:absolute; left:0; right:0; } .site-main { padding: 60px 0; }The first part deals with the navigation, you need some margin to make it fall below the header. Also need some extra padding for the main body content.
You’ll need something for the responsive part of the theme, you could give this a go:
@media screen and (max-width: 960px) { #main-navigation{top:20px;} }Hope this helps 🙂
Forum: Themes and Templates
In reply to: [Fruitful] How to hide the author name?Hey again.
Sure, it’s £10 per question, lol 🙂
(Joke in case the moderators see the price)
You can use something like this:
input#s { width:334px; }It was originally 234px, you can change it accordingly.
Take care.
Forum: Themes and Templates
In reply to: [Adelle] Styling the date.Hey again Brittany,
This is styled with CSS, you can do this:
.article .post-date { background: url('http://domain.com/image.jpg') no-repeat fixed center; } .article .post-date a {color:#000;}Replace the URL (http://domain.com/image.jpg) with your own image URL. The second part there with the colour is the change the text colour because I think you might use something other than black for the background. If not then you probably don’t need that.
If you do use the font colour then you can find a list of hex codes (colour numbers) here:
Hope this helps. 🙂
Forum: Themes and Templates
In reply to: [Theme: Avada] Change ''Read more'' to own buttonHey there,
I wouldn’t recommend editing any files there except CSS. One typo and your site could go down.
The button, you could use this CSS:
.read-more { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa)); background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%); background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%); background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%); background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%); background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0); background-color:#2dabf9; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; display:inline-block; cursor:pointer; color:#ffffff; font-family:arial; font-size:15px; padding:9px 23px; text-decoration:none; text-shadow:0px 1px 0px #263666; } .read-more:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9)); background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%); background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%); background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%); background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%); background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0); background-color:#0688fa; color:#fff; } .read-more:active { position:relative; top:1px; color:#fff; }And for the translation (Read More) you can translate both themes and plugins easily with a free tool like PoEdit, for more information you can read up here:
http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-theme/
I just realised in your subject that you’re using the Avada theme, this is a commercial one and as such we’re not permitted support it here as per the forum rules:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
You would need to get support from the author:
http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226
Sorry I can’t assist further, but I hope what I provided will be of use to you 🙂
Take care.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Error message when viewing site on cell phonesAh it’s ok I see you solved it whilst I was looking 🙂
Great stuff!
Forum: Themes and Templates
In reply to: [Sugar and Spice] Error message when viewing site on cell phonesHey there,
I just took a look on my iPhone 5 and I can access the site perfectly fine.
http://monosnap.com/image/ScAI2cmNoO5JAJV5gruiaDZgnmzmWw
Did you get this fixed up?
Take care.
Forum: Themes and Templates
In reply to: How to remove white space underneath header?Hey there,
I’m guessing you mean this theme:
http://ww.wp.xz.cn/themes/adelle
There are a lot of themes for WordPress, sometimes they have the same or similar name. If it is then to ensure the author sees your questions it’s always best to post through the relevant support forum:
http://ww.wp.xz.cn/support/theme/adelle
If it is that one, and you refer to the white space between the navbar and the site name/desc then you can adjust the margin the nav bar is away with this:
.nav{margin-top:10px;}Originally it was 40px, I used 10px to leave a little spacing so it looks nice 🙂
Hope this helps, have a great weekend!
Forum: Themes and Templates
In reply to: [Minamaze] Connection Lost ?!!Backing up shouldn’t have affected anything, no.
Reducing the autosave interval reduces the amount of times the page pings the server to save.
Out of interest what happens if you switch your browser, can you please test this and let me know.
Use one you are not currently:
Firefox: https://www.mozilla.org/en-US/firefox/new/
Chrome: https://www.google.com/chrome/browser/
Opera: http://www.opera.com/
Safari: http://support.apple.com/en_GB/downloads/#safariLet me know how that goes.
Cheers.