Forum Replies Created
-
AuthorPosts
-
Mayur Somani
MemberHi, it may be an issue with the file permissions or it may be an issue with corruption in WordPress installation. If you are not sure how to fix it, I'd suggest you to hire a WordPress developer to look into it.
Mayur Somani
MemberIt may have something to do with it. Please remove them and check.
Mayur Somani
MemberHappy to help 🙂
Mayur Somani
MemberHi, you have a unique niche, so I would suggest creating quality content for now. Please also see these guidelines: http://static.googleusercontent.com/media/www.google.com/en//webmasters/docs/search-engine-optimization-starter-guide.pdf
Mayur Somani
MemberActivate default WordPress theme temporarily to see if that resolves the issue.
Mayur Somani
MemberWhat's the url of your website?
Mayur Somani
MemberI suggest you to contact the plugin developer once.
Mayur Somani
MemberGlad to help 🙂
Mayur Somani
MemberWhich theme are you using?
Mayur Somani
MemberGlad its resolved 🙂
Mayur Somani
MemberHi, imo this plugin is not ideal for you as it lets you create custom post types as needed and you want this functionality for regular posts.
Mayur Somani
MemberAdd this code at the end of style.css file,
.genesis-nav-menu { text-align: center; }
Mayur Somani
MemberHi, please post more details about what kind of help you need. SEO is a very wide topic and the advice I can give you depends upon your specific situation.
Mayur Somani
MemberNow, add this code at the end of style.css file,
.site-inner { margin: 0 auto; margin: 0rem auto; } .site-header { padding: 40px 0; padding: 4rem 0; }
I wrote a full tutorial for you: How To Move Primary Menu Below Header in Going Green Child Theme For Genesis
Mayur Somani
MemberThe code shows this for the paragraph after the image,
<p style="clear: both; text-align: justify;">More ADD humor . . .</p>
The
clear: both;
line makes the text not to wrap. If you are using HTML editor, please remove it and it will work fine.Mayur Somani
MemberHi, Disable 'all' your active plugins and check.
Mayur Somani
MemberThat's ok. Please add it and post back.
Mayur Somani
MemberTry adding this code to functions.php file,
remove_action( 'genesis_before_header', 'genesis_do_nav' ); add_action( 'genesis_after_header', 'genesis_do_nav' );
Mayur Somani
MemberI don't see a menu bar below the header. There is one at the top. Do you want to center it? Can you post a screenshot to clarify?
Mayur Somani
MemberTry this one: http://tinyurl.com/genesisbuilder
-
AuthorPosts