- This topic has 27 replies, 3 voices, and was last updated 10 years, 8 months ago by
ephraimdov.
-
AuthorPosts
-
August 21, 2014 at 3:29 pm #16929
Ross Robson
Thanks, deleted jigoshop now, its not very good compared to woocommerce so will just wait until your next update 🙂
August 21, 2014 at 3:36 pm #16931Tom
Lead DeveloperLead DeveloperIn the mean-time, you can add this file to the “generatepress” folder.
https://gist.github.com/generatepress/159b98701e9b71e8e705
Just be sure to name it woocommerce.php
August 21, 2014 at 4:36 pm #16958Ross Robson
I look on the homepage of generatepress pretty much every day as i’m editing my sites and fair play its starting to pick up a hell of alot, averaging between 500 and 100 downloads a day, awesome stuff keep up the top class work!
As i said before the way you help others on the forum and the speed that you reply to people is outstanding.
August 21, 2014 at 5:32 pm #16991Tom
Lead DeveloperLead DeveloperI appreciate it! I hope it keeps going 🙂
Always happy to help!
August 23, 2014 at 4:28 am #17754Ross Robson
Hi Tom will this file https://gist.github.com/generatepress/159b98701e9b71e8e705 make woocommerce compatible yes?
August 23, 2014 at 8:35 am #17783Tom
Lead DeveloperLead DeveloperYes, name it woocommerce.php and place it in the generatepress folder.
August 23, 2014 at 10:02 am #17785Ross Robson
How would i upload it to the generatepress folder i can’t find where to place it?
Thanks
August 23, 2014 at 6:12 pm #17839Tom
Lead DeveloperLead DeveloperYou’ll have to use an FTP program or your host’s cPanel File Manager.
It’s located in /wp-content/themes/
August 24, 2014 at 7:21 am #18075Ross Robson
Ok thanks, back to the shadows now lol, on here http://7dd.613.myftpupload.com/ as you can see the shadow between the main nav and site header shows on the top of the main nav which i think is part of the bottom shadow on the header, what i would like to do is have a shadow like the content and sidebar areas but behind both the header and nav without it overlapping like it has, any ideas?
August 24, 2014 at 1:22 pm #18141Tom
Lead DeveloperLead DeveloperYou can achieve this with the CSS attribute: z-index
Here’s a question on it: http://stackoverflow.com/questions/3258943/css3-drop-shadow-under-another-div-z-index-not-working
Basically you want to give each element a z-index – the one you want to show up below the other needs a smaller z-index.
August 25, 2014 at 6:43 pm #19112Ross Robson
Is there a way to group the header and main nav as that looks quite complicated for me lol, im learning slowly on other things though
August 26, 2014 at 10:34 pm #19601Tom
Lead DeveloperLead DeveloperHmm, well you can use GP Hooks to add an element above the header and close it after the nav?
So something like:
<div class="my-header-nav-wrapper">In “Before Header”.
And:
</div>In “After Header”.
June 30, 2015 at 12:12 am #117562ephraimdov
More CSS Shadow Examples
Dov
-
AuthorPosts
- You must be logged in to reply to this topic.