Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme: RibbonAwesome, thanks for letting me know 🙂
Have a great day!
Forum: Themes and Templates
In reply to: [Virtue] Theme showing Double PricingThen you remove it when you need to show them.
How else would you envisage it working?
Take care.
Forum: Themes and Templates
In reply to: [Virtue] Theme showing Double PricingHey there,
Not sure why, I don’t use that theme or Woo but it they both have the same .amount class. One is a little more unique so you could do this:
.woocommerce-price-suffix .amount{ display:none;}You’d need to test how this affects the rest of your site just in case there are any areas that only use .woocommerce-price-suffix class.
Hope this helps.
Take care.
Forum: Themes and Templates
In reply to: Theme: RibbonHey there,
That smiley face is the reason, it pushes down the site and it’s needed for your WP stats that you’re collecting. This CSS should help:
img#wpstats { position: absolute; margin-top: -90px; }This will take it out of it’s natural order and then reposition it on the site slightly whilst removing the extra space you see.
Hope this helps. 🙂
Forum: Themes and Templates
In reply to: [Theme: OTW carbon light] want to set the subtitles in middle.Hey there,
You didn’t provide a link or provide any details on what exactly you wanted aligning, I presume you mean the portfolio titles?
If so then use this CSS:
.otw-sc-portfolio .otw-portfolio-item-link > div.title { text-align: center; }If that isn’t what you need then please provide a screenshot of where you refer to so that I may better understand.
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: [Twenty Twelve] More space on top of page and body downAndrew beat me, he’s awesome like that! 🙂
Forum: Themes and Templates
In reply to: [Twenty Twelve] More space on top of page and body downHey there,
You could do something like this with CSS:
body .site { margin-top: 80px; }You can learn how to make a child theme here:
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! 🙂
Hey there,
You could do something like:
@media screen and (max-width: 300px) { }You then place your CSS within the curly brackets.
If you require something more specific then can you post a link to the logo and to your site please 🙂
Take care.
Forum: Themes and Templates
In reply to: [Theme Outlet by Pixel Stores]I think this is probably a general issue in the open source community because if I had bought a propritarian system I would have had prober support.
Not unique to open source, and extremely common in proprietary systems too. A reason I came to use open source products.
Over the last couple of decades I’ve used a ton of software both free and commercial. Proprietary systems can often be developed by smaller teams with less support coverage, but even those larger ones can still fail just the same.
I remember once a client wanted to use a system on ColdFusion (around 2003, maybe before), the software cost nearly £6k. We got no support from the start, getting fixes and updates were next to impossible unless we did them.
A few years back I installed a commercial chat software, that was around £4k and again the support was abysmal taking weeks to months before we’d even get an initial response. Ended up going to an open source XAMPP solution where support was free, a little slow but definitely there.
I also use a system called WHMCS, I’ve had great support but others complain they’ve had none. I’ve purchased add-ons costing a couple of hundred dollars and received no support but then I’ve purchased $5 add-ons and found the developer had all day to chat and help.
My early experience with closed source is what pushed me to open source, I got fed up of getting screwed and not being able to do anything about it. With open source you have the option to take charge and stuff done.
I guess what I’m saying is that just because you pay for something doesn’t guarantee it will be a sound investment with prompt and fruitful support. In fact Themeforest also state that the author does not have to support your purchase, you can also review and leave feedback for others to learn from.
It’s all about the people and how they care for their customers and business, doesn’t matter if it’s open or closed source.
Ultimately I think it’s also a case of not taking on clients you can’t handle unless you have a get out plan for when things don’t go to plan, in this case it would be factoring in some development time and billing accordingly to cover any costs.
You didn’t mention originally if it was the featured images or not, if it is then you can check here:
http://codex.ww.wp.xz.cn/Post_Thumbnails
Hope you get this fixed up for your client.
Take care.
Forum: Themes and Templates
In reply to: [Theme Outlet by Pixel Stores]Unfortunately the risk you take, often best to stick with the more established companies and developers. I don’t know this developer and I’ve never used his stuff so I can’t really comment.
If you can’t get help from the author then you may need to hire a developer to assist. Some companies do offer support like this with their support plans, you can shop around for that first. The jobs board is here:
As this is a client you could simply pass the costs on as part of your overall price for the job.
About a month back the author announced a new support area, you could try there first:
It’s here:
http://pixelstores.com/forums/
Take care.
Forum: Themes and Templates
In reply to: [Hueman] Removing footer from specific pageGlad to hear you got this sorted out, thanks for letting us know.
Have a great day! 🙂
Forum: Themes and Templates
In reply to: Sidebar being cut offLooking at your theme it seems that originally you have it hidden in here:
#inner .wrap { overflow: hidden; }So you could change that to visible:
#inner .wrap { overflow: visible; }You might like to check how that affects other areas of your site.
Just realised this is a commercial offering, unfortunately as per the forum rules I won’t be able to assist further, sorry:
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Hope this gets you sorted, if not then you’ll need to chat with the author:
http://shop.17thavenuedesigns.com/products/genevievewp/
Take care.
Forum: Themes and Templates
In reply to: [Minamaze] Connection Lost ?!!Hey again,
hmmmmm…..
Can you check your error_log to see if anything is output there, some kind of error like a database connection error.
What host are you with and have you contacted them regarding matter?
If so what have they said?
There was some chatter about this kind of thing in previous versions:
https://core.trac.ww.wp.xz.cn/ticket/25660
Not sure if the cheers is a Brit thing or not but according to Urban Dictionary it is:
http://www.urbandictionary.com/define.php?term=cheers
🙂
Take care.
Forum: Themes and Templates
In reply to: [Adelle] Styling the date.You’re most welcome 🙂
Forum: Themes and Templates
In reply to: Menu Not Showing on Mobile – 2012 themeHey again,
Out of interest what occurs when you pop this into your child theme:
.assistive-text, .site .screen-reader-text { position: initial !important; }Take care.