Forum Replies Created
-
AuthorPosts
-
Mayur SomaniMember
Hi, 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 SomaniMemberIt may have something to do with it. Please remove them and check.
Mayur SomaniMemberHappy to help 🙂
Mayur SomaniMemberHi, 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 SomaniMemberActivate default WordPress theme temporarily to see if that resolves the issue.
Mayur SomaniMemberWhat's the url of your website?
Mayur SomaniMemberI suggest you to contact the plugin developer once.
Mayur SomaniMemberGlad to help 🙂
Mayur SomaniMemberWhich theme are you using?
Mayur SomaniMemberGlad its resolved 🙂
Mayur SomaniMemberHi, 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 SomaniMemberAdd this code at the end of style.css file,
.genesis-nav-menu { text-align: center; }
Mayur SomaniMemberHi, 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 SomaniMemberNow, 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 SomaniMemberThe 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 SomaniMemberHi, Disable 'all' your active plugins and check.
Mayur SomaniMemberThat's ok. Please add it and post back.
Mayur SomaniMemberTry adding this code to functions.php file,
remove_action( 'genesis_before_header', 'genesis_do_nav' ); add_action( 'genesis_after_header', 'genesis_do_nav' );
Mayur SomaniMemberI 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 SomaniMemberTry this one: http://tinyurl.com/genesisbuilder
-
AuthorPosts