Forum Replies Created
-
AuthorPosts
-
Mayur Somani
MemberSee the official tutorial: http://my.studiopress.com/tutorials/register-widget-area/
Mayur Somani
MemberHappy to help!
Mayur Somani
MemberSridhar wrote a great tutorial on this issue: http://sridharkatakam.com/primary-nav-left-site-title-logo-middle-secondary-nav-right-genesis/
Mayur Somani
MemberGlad its resolved and thanks for posting your solution.
Mayur Somani
MemberI’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 Somani
MemberYou can simply upload the current sample xml file over your existing content.
Mayur Somani
MemberOne 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 Somani
MemberCan you disable feedblitz redirection temporarily so that I can check the issue?
Mayur Somani
MemberAdd 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 Somani
MemberAdd this code to functions.php file,
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
Mayur Somani
MemberThe 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 Somani
MemberHi, 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 Somani
MemberIts here,
body { background-color: #13afdf; }
Mayur Somani
MemberPlease see this: http://genesistheme.com/changelog/
Mayur Somani
MemberPlease make sure to follow this guide exactly: codex.wordpress.org/Moving_WordPress
Mayur Somani
MemberI think you will need custom development for this type of plugin.
Mayur Somani
MemberIts probably because you are using a caching plugin. Please clear cache from it and check.
Mayur Somani
MemberThe 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 Somani
MemberDon'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 Somani
MemberDisable all your active plugins once and check.
-
AuthorPosts