codeManiac
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Home page banner not showing on mobileyou are welcome 🙂
Forum: Themes and Templates
In reply to: Home page banner not showing on mobilehehe helendeedee I told you it can’t be done and it would need change at PHP files level and asked if insist I will come back with a solution but you chose not to do it :p
“Eeek! Yep don’t want to mess with anything I shouldn’t ha!”
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Center & Size Featured Imagewow really nice 😀 thx man !
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Center & Size Featured ImageHi themofella !
I don’t think it has an option from the customizer but you can reach your goal using some CSS code
go to dashboard -> Appearence -> Editor and open style.css file , then paste the following in the end
.post-thumbnail img { margin: 0 auto; height: 300px; }In case you want to understand what the code does :
margin: 0 auto; –> will center your images
height: 300px; –> specify the images height so replace 300px with the value you think is good for youI hope this helps
Cheers !
Forum: Themes and Templates
In reply to: Image won't resize on Mobilehmmm I see that your website is down ? I will check back again when your website is back because it seems am unable to see it right now 🙂
Cheers !
Forum: Themes and Templates
In reply to: Site title isn't going across my header?oh don’t take it seriously man ! I was just joking so no need to be sorry 😀
Feel free to let me know whenever you need sthg and I will be happy to help you with it
Cheers !
Forum: Themes and Templates
In reply to: Home page banner not showing on mobileYou are welcome !
If you need anything else let me know and good luck with your new shop 🙂
Forum: Themes and Templates
In reply to: Home page banner not showing on mobileWell this will need some changes in php files and trust me you don’t want that to happen. The theme authors didn’t consider that so we will have to hack our way to the solution.
If you allow me I suggest you remove ‘product categories’ on mobile with the following@media (max-width:767px) { #main h1 { display: none; } }ofc if you insist, I will need some time to try what I have in mind in a local lab
so what do you say ? 🙂
Forum: Themes and Templates
In reply to: Site title isn't going across my header?yep it does. Paste the following in your style.css file
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width:100%; }and the result http://imgur.com/711KLqF
btw you almost made me crazy too by keeping on modifying the page while I try to come up with a solution for you :p
let me know how it goes
Forum: Themes and Templates
In reply to: Home page banner not showing on mobileHurry up then can’t wait to be the 1st to buy from your shop :p
Ok the solution is simple, go to dashboard -> appearence -> editor and open your style.css file and paste the following
.homepage-banner { display: block; }let me know how it goes and if you need anything else 🙂
Forum: Themes and Templates
In reply to: Css and Template problemHi thomascoleman !
Happy new year !
Can you please be more specific ? what’s that “adding expires header” ?
I checked your website and I can’t seem to find any error or slow loading . Maybe you can provide a screenshot or sthg?Cheers !
Forum: Themes and Templates
In reply to: CSS for hiding category header won't show when saved/publishedHi sofitee !
Happy new year !
just remove .category which means put only the following in your style.css file
.page-header { display:none; }oh yeah and if this works, I get free health and fitness advice :p
Cheers !
Forum: Themes and Templates
In reply to: Site title isn't going across my header?Hi builthockey !
New year just started so it’s not a good idea to get crazy, at least not now :p ( joking here )
I would be happy to help you but can you please provide a link to your website? This will help me give you a quick and precise solution 🙂
Cheers !
Forum: Themes and Templates
In reply to: Home page banner not showing on mobileHi helendeedee !
Happy new year !
Can you please provide a link to your website? This will help me give you a quick and precise solution 🙂
Thx
Forum: Themes and Templates
In reply to: Single Page Site with multiple SectionsHi CotswoldD !
I don’t know about Sydney theme but what you are looking for is called a single page WordPress theme :-). A quick googling of that will give you many results from which you can choose what you like.
Oh yeah and welcome to WordPress, feel free to ask if you need anything else
Cheers !