Forum Replies Created
-
AuthorPosts
-
Sridhar Katakam
ParticipantSridhar Katakam
ParticipantAdding the following code in Appearance > Customize > Additional CSS should make the site header static, center the title area and nav menu, reduce the gaps and make the top of the sidebar visible.
.site-header { position: static; } .title-area { float: none; padding: 42px 0 22px 0; text-align: center; } .nav-primary { float: none; text-align: center; } .genesis-nav-menu a { padding: 12px 20px; } .site-inner { margin-top: 20px; }
Sridhar Katakam
ParticipantThis is happening because of the number of menu items in the nav menu. Is it possible for to reduce/consolidate by perhaps moving a few as sub menu items?
April 3, 2018 at 12:17 am in reply to: Best Way To Modify the Genesis Featured Posts Widget? #218583Sridhar Katakam
ParticipantYou could use the Custom Genesis Featured Posts Widget plugin for this.
https://sridharkatakam.com/custom-featured-post-widget-plugin/
April 3, 2018 at 12:16 am in reply to: Best Way To Modify the Genesis Featured Posts Widget? #218582Sridhar Katakam
ParticipantMarch 18, 2018 at 7:31 pm in reply to: Genesis featured page widget in Galery Pro not working #218075Sridhar Katakam
ParticipantAs can be seen from https://docs.designbybloom.co/article/194-dynamic-widgets, placing 3 widgets is going to make the first one go full width with the other two in equal halves below.
Simply add a text or Custom HTML widget with a title or some intro text or even nothing in it above the first Featured Page widget and that should do what you want.
Sridhar Katakam
ParticipantSridhar Katakam
ParticipantI personally use the free version of Wordfence plugin on client sites.
I also make sure I follow good security practices like making sure that the admin username is not "admin", using a secure password etc.
Does not hurt to have automatic scheduled backups as well.
March 7, 2018 at 3:32 am in reply to: Need help with Genesis Sample – adjust column and sidebar width #217414Sridhar Katakam
ParticipantTry adding this in your custom CSS:
@media only screen and (min-width: 1024px) { .content { width: 680px; } .sidebar-primary { width: 300px; } .site-inner { max-width: none; } .content-sidebar-wrap { display: flex; justify-content: center; } .content-sidebar .content, .sidebar-primary { float: none; } .sidebar-primary { margin-left: 40px; } }
Sridhar Katakam
ParticipantIt should be possible to disable plugin's scripts on specific pages using the dequeue function in WordPress. I will take a look at this tomorrow.
I would avoid any plugin that loads its own version of jQuery vs using the one that's already built into WordPress.
Sridhar Katakam
ParticipantSridhar Katakam
Participantso you want the widgets in Front Page 2 widget area to NOT appear in columns but instead one below the other?
Sridhar Katakam
ParticipantThe last part of my message seems to be covered up/not visible. It is this:
You can see more by checking out the plugins recommendations Google sheet in the #plugins in Slack.
https://genesis.community/slack/
Sridhar Katakam
ParticipantA few suggestions by the members of Genesis Slack chat:
Event Organiser
Events Manager – Calendar, Bookings, Tickets, and more!
http://wp-events-plugin.com/Simple Event Management – Sugar Calendar (Lite)
https://simplecalendar.io/You can see more by checking out the plugins recommendations Google sheet in the #plugins in Slack.
https://genesis.community/slack/
Sridhar Katakam
ParticipantThese two are well-known in the WordPress security space:
Sridhar Katakam
ParticipantI understand it can be frustrating to see answers behind a paywall. That is why I make sure to post such links from my site only if I know that the person asking the question is already a paying member.
I considered this post as an exception because you are prepared to hire someone to do this i.e., you are ok with spending money.
Anyway, if you would like me to set this up on your site for the same $47 (one-time price), send me your WP and FTP/cPanel logins via https://sridharkatakam.com/contact and we will take it from there.
Sridhar Katakam
ParticipantSridhar Katakam
ParticipantI will be writing a step by step tutorial on setting up parallax scrolling for the Front Page sections 1, 3, 5 and 7 in Altitude Pro tomorrow on my site, https://sridharkatakam.com/.
Disclaimer: It will a members-only article. Membership costs $47/mo.
March 4, 2018 at 11:23 pm in reply to: How to Make Altitude Pro Widget on Front Page Responsive #217300Sridhar Katakam
ParticipantTry adding this in the Custom CSS area in the Customizer:
@media only screen and (max-width: 1024px) { .front-page-1 #text-6 { padding-left: 0; } #text-8 { padding-left: 0; } } @media only screen and (max-width: 880px) { .front-page-1 { background-position-x: -280px; } }
Sridhar Katakam
ParticipantI wrote a tutorial for you on my site here: https://sridharkatakam.com/flexible-footer-widget-area-monochrome-pro/
(I know you are a member over there, hence posting the "members-only" tutorial link here)
-
AuthorPosts