Forum Replies Created
-
AuthorPosts
-
Mayur SomaniMember
See the official tutorial: http://my.studiopress.com/tutorials/register-widget-area/
Mayur SomaniMemberHappy to help!
Mayur SomaniMemberSridhar wrote a great tutorial on this issue: http://sridharkatakam.com/primary-nav-left-site-title-logo-middle-secondary-nav-right-genesis/
Mayur SomaniMemberGlad its resolved and thanks for posting your solution.
Mayur SomaniMemberI’m a little confused about the best way to maximise on SEO for the home page?
Hi, do you want to add more text on the home page? What do you have in mind?
Mayur SomaniMemberYou can simply upload the current sample xml file over your existing content.
Mayur SomaniMemberOne way to do it is to assign all posts that you want to have one widget to a specific category and then show the widget on per category basis.
Mayur SomaniMemberCan you disable feedblitz redirection temporarily so that I can check the issue?
Mayur SomaniMemberAdd this code at the end of style.css file,
.site-footer { background-image:none; background: #000; }
Change the color code (#000) in the above code with the color you want. You can use this online color picker tool to find the color code of any color.
Mayur SomaniMemberAdd this code to functions.php file,
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
Mayur SomaniMemberThe image that appears in this widget is not a featured image. Its actually an image from the content. You can select 'excerpt' and select a smaller sized featured image in the widget options to fix this.
Mayur SomaniMemberHi, I can explain how to create a custom page template in genesis, but can you post what do you want to show on it? I can give you a better answer if you post more details.
March 26, 2014 at 1:52 pm in reply to: What is the HTML code for Centric Pro's Blue background? #96788Mayur SomaniMemberIts here,
body { background-color: #13afdf; }
Mayur SomaniMemberPlease see this: http://genesistheme.com/changelog/
Mayur SomaniMemberPlease make sure to follow this guide exactly: codex.wordpress.org/Moving_WordPress
Mayur SomaniMemberI think you will need custom development for this type of plugin.
Mayur SomaniMemberIts probably because you are using a caching plugin. Please clear cache from it and check.
Mayur SomaniMemberThe user must scroll down a bit to see the content 🙂
A solution would be to use a smaller font size on smaller screen. You can use media queries to do it.
Mayur SomaniMemberDon't install beta version of WP, it will create more problems then it would solve.
You can login to your website via FTP to access wp-content/uploads and change its permissions. Make sure to do it recursively. Your FTP program will have an option to do it recursively.
Mayur SomaniMemberDisable all your active plugins once and check.
-
AuthorPosts