- This topic has 15 replies, 3 voices, and was last updated 2 years, 8 months ago by
Leo.
-
AuthorPosts
-
September 29, 2020 at 1:16 am #1463269
Jatin
Can you please advise what i need to do for creating a single page exactl like below in GeneratePress.
September 29, 2020 at 2:24 am #1463364David
StaffCustomer SupportHi there,
1, Shadow below the navigation – you will need to set the Customizer > Layout > Primary Navigation to Full Width. Then add this CSS:
.main-navigation .inside-navigation { box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
2. Are you looking to change the form?
3. I can only see one social icon on your site?
4. You would need a recent posts with thumbnails plugin :
https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/
September 29, 2020 at 5:04 am #1463580Jatin
Hi David,
Thanks for the response.
I have tried to find Primary Navigation to Full Width Option but could not find it as per your instructions: https://imgur.com/zCJIEZI# Are you looking to change the form? I am using Jetpack so is it possible to have a form like this and remove with just email address and Subscribe button ?
# I can only see one social icon on your site? Yes, Currently have got only one but i want to change the layout to look more like the ones which i sent in private chat and hover over links like same as that one ? Is it possible.
# You would need a recent posts with thumbnails plugin : Thanks I will try that one.
+ How can i adjust the spacing between the Sidebar Widget Title and Content.For example: https://imgur.com/M178V0U
September 29, 2020 at 5:53 am #1463646David
StaffCustomer SupportWhich version of GP Premium are you using ?
September 29, 2020 at 6:18 am #1463686Jatin
3.0.0-beta.3 + 1.12.0-rc.2 (All Latest) I purchased the theme yesterday.
September 29, 2020 at 7:03 am #1463746David
StaffCustomer SupportCan you tempoararily disable the GP Premium Plugin. Go to Customizer > Layout > Primary Navigation – does the option to change the width appear?
If so – change it and the re-enable the GPP plugin.
September 29, 2020 at 10:19 am #1464183Jatin
I did exactly as you said. No it does not show still. Here is what i see there: https://imgur.com/6Sk5CZq
Can you please check on your test environment and let me know.September 29, 2020 at 10:32 am #1464203Leo
StaffCustomer SupportThe navigation width option actually won’t show when the location is set to float right.
Can you try adjusting the header width instead?
https://docs.generatepress.com/article/header-layout/September 29, 2020 at 11:02 am #1464254Jatin
Thanks Leo,
1. Can i keep the existing layout of my site and use box shadow. Right now it does not work.
2. BTW – https://imgur.com/M178V0U is fixed i searched in the forum and found some css code to fix it. But how can i create a newsletter form as per the screenshot ?
3. the Social Site Icon Customization as per the first screenshot of this post ?September 29, 2020 at 5:54 pm #1464561Leo
StaffCustomer Support1. Something like this?
.single.separate-containers .inside-article, .single.separate-containers .widget { -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); }
2. You will need a plugin for that. Something like MailChimp or Ninja Forms.
3. The example if using this plugin:
https://en-ca.wordpress.org/plugins/simple-social-icons/September 30, 2020 at 12:54 am #1464815Jatin
1. Something like this? – Thanks for the code i tried but had no affect on the page.
2. You will need a plugin for that. Something like MailChimp or Ninja Forms. I will check this.
3. The example if using this plugin: That Worked Fine. Thanks.September 30, 2020 at 8:21 am #1465552Leo
StaffCustomer Support1. That code would only apply to single posts which is what I thought you needed.
Which page are you trying to apply the code on?
September 30, 2020 at 8:27 am #1465562Jatin
Thats for the whole side really. If you check the Example Site i sent in a private chat. You can see the header is having a raised up look throughout the site you can browse through the demo content but header is raised and looks distinct. I know its a different theme but i think this should be possible using css.
September 30, 2020 at 8:39 am #1465585Leo
StaffCustomer SupportThis should work:
.site-header { box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
September 30, 2020 at 3:52 pm #1466176Jatin
Thanks Leo this does work.
-
AuthorPosts
- You must be logged in to reply to this topic.