Forum Replies Created
-
AuthorPosts
-
March 11, 2014 at 5:19 am in reply to: Page H2 "About" Interfeering with my SEO Plug In…Please Help #8622Sanjip ShahParticipant
Thanks for sharing this bit of information. I really appreciate it. 🙂
Sanjip ShahParticipant@Edward Currently, the header does not have the widget area registered. You will have to add that in other widget areas like sidebar and footer sidebar. Or you will need to customize the theme to make the necessary changes, for which you may need to hire a developer.
Sanjip ShahParticipantThe blog description code is located in theme folder->library folder->structure folder->header-extensions.php file. Look for the lines around 245. Hope this helps.
Sanjip ShahParticipant@Renee I have replied your topic thread regarding this same issue. Please check on that.
Sanjip ShahParticipant@Mitchell This will need both coding and corresponding css changes which we cannot cover in free support. For this you will need to hire a developer to make the necessary changes.
Sanjip ShahParticipant@Petra In the dashborad, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Hope this helps.
.archive figure.post-featured-image { float: left; }
Sanjip ShahParticipantOkay. Great.
March 11, 2014 at 4:47 am in reply to: need main nav bar child links to appear on parent activation #8615Sanjip ShahParticipantI don’t see any child links under the Domain Registration sub menu. Can you check on that..
Sanjip ShahParticipant@patricia Can you paste all the code that you have added in the custom css option. I will have a look at it.
Sanjip ShahParticipant@Gerry Welcome.
Sanjip ShahParticipant@indieweb If you are using a bigger header image then the social media cons and search bar will appear above it. For the change that you want it will need both coding and corresponding css customization, so you will need to hire a developer on this one.
March 11, 2014 at 4:38 am in reply to: Menu item page not showing abstracts of sub menu items pages #8611Sanjip ShahParticipantOkay. Great.
Sanjip ShahParticipant@liebs29 The option to have sidebar uniques to different pages is not available in the pro version as well. Just visited the link that you provide and I see the home page is using one set of widgets and other all pages are using another set. I have no exact idea how the site may be doing that, the may be using a plugin or may be have customized the code. The site also uses the jetpack plugin, which also has this feature. So, the site may be using that as well.
Sanjip ShahParticipant@Renee I have replied your thread regarding this same issue. Please check on that. If you have any issues regarding it you can continue in the same thread.
Sanjip ShahParticipantJust visited your site and I see that you have to different pages as landing page and home. In the custom css of the theme options. Add the following code to remove the menu from landing page.
.page-id-807 #access { display: none; }
Add the following code to remove the menu from home page.
.home #access { display: none; }
You can add the both above code to remove the menu from both pages. -
AuthorPosts