Forum Replies Created
-
AuthorPosts
-
February 13, 2018 at 3:10 pm in reply to: Monochrome or Authority Pro: increase the width of Full-Width Content? #216514
Erin Ulrich
ParticipantYou will need to edit the style.css file, line 761 (for Authority Pro). It looks like this:
.full-width-content.single .content, .full-width-content.page .content { float: none; margin: 45px auto 140px; max-width: 680px; }
The line you need to adjust is the max-width line.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantCan you provide a link to your site? It's easier to help if we have that info.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantHere's a tutorial that explains how to edit via FTP: https://my.studiopress.com/documentation/synthesis-sites/manage-your-synthesis-site/synthesis-ftp-quick-guide-how-to-connect-edit-files/
The tutorial will create a widget area for you to place your marketing visual into. Once the widget area is created, you can go to Appearance > Widgets choose an image widget, text widget, or whatever will work best in your situation.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
Participant@krbutton Having retina logo is highly advised so that your logo won't look terrible on retina screens, and I wouldn't suggest removing that. Can you provide a link to your site?
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantI don't see the responsive menu icon appearing on desktop now. (I know quite a bit of time has passed.) Did you resolve this issue?
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantCan you please provide a link to your site?
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantYou can crop an image by going to Media > Library, selecting the image, and editing it there.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantThe Genesis Sample theme is set up for a retina logo (as most, if not all Genesis themes will be). So when you upload a 600 x 180 pixel image for the logo, the theme resizes it to half of that, 300 x 90 pixels, so it will look great on retina screens.
You can certainly adjust the logo size if you are comfortable editing style.css and functions.php files. If you're uncomfortable editing code, you might want to choose a theme that you like more as-is.
I do encourage you to stick with Genesis! There is a learning curve at the beginning, but it's well worth the effort to become acclimated with the way things work. I switched to Genesis 8 years ago, and I'm so glad I did.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantTo simply change the appearance, you could edit the style-front.css file (line 280) to make the background white instead of gray.
To remove the image completely, you can edit your front-page.php and front-page.js files to completely remove the image settings. If you're unfamiliar with editing php and js, please proceed with caution (and you probably would be wise to get help).
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantHi ShariLee, Author Pro has two menu locations by default. The After Header Menu, which you are using, is showing up in the proper place, based on the way the theme is built.
If you want the menu to appear in a different location, you could edit your theme's functions.php file to add a third menu (tutorial here: https://amethystwebsitedesign.com/add-third-footer-navigation-menu-to-genesis-child-theme/).
However, having the menu at the bottom of the content only isn't user friendly, in my opinion, and I'm not sure it's a wise move to make. Typically, when a site includes a menu at the bottom of the page, it is in addition to, not instead of, the menu at the top.
I hope this helps!
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantThis tutorial should help: https://wpsites.net/web-design/how-to-add-icons-before-entry-meta-post-info-in-genesis/
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantYou can add a widget area above your site's header. Brian Gardner has a tutorial for this here:
https://briangardner.com/add-widget-area-site-header/
Erin Ulrich | Genesis Recommended Developer | Design by Insight
September 1, 2017 at 11:16 am in reply to: How to move logo to Magazine Pro theme header menu. #211034Erin Ulrich
ParticipantYou can move your menu into the Header Widget area by using a Custom Menu widget. This will place it to the right of the logo.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantI don't personally have any experience with it. Perhaps someone else can chime in.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantYou may find this page helpful in understanding how WordPress scheduled posts work: https://make.wordpress.org/support/user-manual/content/posts/schedule-a-post/
In particular:
"Scheduled posts will be triggered by the first visit to your blog on or after the exact date/time you set. If you see that the scheduled time has come and gone and your post has not published, simply log out of WordPress and view your blog’s front page. Your visit should cause the post to appear."
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantI don't personally use page builders, but I have heard great things about Beaver Builder. You may find this article from Chris Lema helpful, as it compares several options:
http://chrislema.com/wordpress-page-builders/
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantHave you looked at MemberPress? It might be a good solution for you.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
August 24, 2017 at 12:56 pm in reply to: Which page builder can I use with Studiopress themes? #210738Erin Ulrich
ParticipantNot all page builders are equal. I don't personally use them, but I have heard great things about Beaver Builder. You may find this article from Chris Lema helpful, as it compares several options:
http://chrislema.com/wordpress-page-builders/
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantIt looks like you'll need to edit your style.css file, line 1210.
.genesis-nav-menu .menu-item { display: none; text-align: left; }
Change "none" to "inline-block" and the menu should reappear.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
Erin Ulrich
ParticipantThe link in your post goes to a 404 error. But in general there is an option in the Genesis Responsive Slider settings to stop the image from linking to the post or page. Just go to Genesis > Slider Settings, and look under Content Settings for that option.
Erin Ulrich | Genesis Recommended Developer | Design by Insight
-
AuthorPosts