Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@quinice85 Our theme is not compatible with the buddypress plugin. Please search other themes for this purpose. You can use the tag filter to search the appropriate themes http://wordpress.org/themes/tag-filter/.
January 20, 2014 at 5:33 am in reply to: Possible to have multiple dropdown menus from the header menu? #6515Sanjip ShahParticipant@katherinejo Our theme supports only one primary menu at the header part. You can create the dropdown for this menu. Please refer to this link http://en.support.wordpress.com/menus/. This shows how you can create the custom menu and drop down menu.
Sanjip ShahParticipant@andreapater Please refer to this link https://www.themehorse.com/support-forum/topic/cant-center-menu/. Hope this helps.
Sanjip ShahParticipant@Olivier There is an option to add header logo image. Try that. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom Header. Add the header logo image there, also check on ‘show header logo image’ option and click on ‘Save all Changes’. Hope this helps.
Sanjip ShahParticipant@pilafa About the navigation menu, you will also need to register the menu. Please view this link http://codex.wordpress.org/Function_Reference/register_nav_menus. In this case you may also need to hire a developer as this can be a little difficult to adjust the coding and the related css.
Sanjip ShahParticipant@sentier In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.header-image { display: none; } .home .header-image { display: block; }
Sanjip ShahParticipant@andreapater It looks like you have edited the css which has caused this issue. In our css there is this bit of code
#access li.default-menu, li.default-menu { display: none; }
It looks like you have written some css to overwrite it. Please check on it.
Sanjip ShahParticipant@sabrina_it There is similar discussion in this thread https://www.themehorse.com/support-forum/topic/page-title-does-not-appear-on-default-template/. Please refer to this and see if this helps.
Sanjip ShahParticipant@Victoria In the dashboard, go to Settings->Permalinks. Click on ‘Save Changes’ and see if this solves the issue. Also make sure there is a page with id ’20’.
Sanjip ShahParticipant@SEOMIN I guess this question is related to the gallery feature within the attitude pro theme. For the first issue. You can use the custom css option for this. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#content .gal-filter { display: none; }
For the second question of yours, we have designed the gallery in our theme just to be shown in the fancybox when you click on it rather that to be directed to the post page. So, currently what you are asking is not available in our theme. For this you will have to use some other gallery plugins or you will have to hire a developer for this feature.
Sanjip ShahParticipant@Brianjk May be you are using the page befworld1 as you static home page so that the read more link is redirecting the main page.
Try to make a new page and use that page as the first page in the Services widget instead of befworld1.Sanjip ShahParticipant@pixelandmore Our theme does not have the feature to turn of responsive feature. There might be some plugin that may help to achieve or activate to different viewing modes one for mobile and one for desktop. This feature can take some effort to be added so in this case you may need to hire a developer as well.
January 18, 2014 at 5:27 am in reply to: How to change the reduced Responsive Menu to the complete Menu? #6444Sanjip ShahParticipant@Rupprecht You can try using the custom css for this. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
@media only screen and (max-width: 767px) { #access { height: auto; } #access ul { display: block; } #access select { display: none; } }
Hope this helps.
Sanjip ShahParticipant@kmrcassidy Yes, you can use the custom css for that. Please tell me the widgets that you want to hide in those pages one by one and I will provide you the css.
Sanjip ShahParticipant@jamar3030 If you check our theme demo here https://www.themehorse.com/preview/attitude/?s=apple. You can see this is all fine, our search system in the theme is as per the theme review standards of wordpress.org. However, it looks like you are using some kind of plugin and we cannot gaurantee the full compatibility with the plugin that you use. There might be some edits that you need to make for this to work, for which you may need to hire a developer.
-
AuthorPosts