Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@lisa About the question 1) Currently there is no option, you will have to make the necessary customization to add text directly in the theme file. The function that you will have to edit is attitude_display_gallery_four_column_content. This function in located in content-extensions.php file ( theme folder->library folder->structure folder). You may also need to hire a customizer to make changes if you are not familiar with coding.
Question 2) Similarly to above this will also need customization. As we have designed our theme to just show the images in fancy box view and not to show any description of it that you add for the gallery post. For this it will be better to try a gallery plugins like http://wordpress.org/plugins/nextgen-gallery/screenshots/. You can search for others as well that will be suitable to your needs. Hope this helps.
Sanjip ShahParticipant@web Adding tag is same with every theme as it is the core feature of WordPress itself. You can view this link http://en.support.wordpress.com/posts/tags/ to learn about it.
Sanjip ShahParticipant@lillianduggan It looks like you have changed the css. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all changes’.
.entry-title { float: none; }
Hope this works. We provide small css support for free.
Sanjip ShahParticipant@Trina You could create custom menu for this with custom links. You can view this link http://en.support.wordpress.com/menus/. After you have create a menu with all the custom links that you want. You can then go to Appearance->Widgets. Add the ‘Custom Menu’ widget to any sidebar area and select the menu that you just created. Hope this helps.
Sanjip ShahParticipant@White Falcon It looks like you have set the ‘Posts page’ from Settings->Reading. Unset it there. And please refer to the theme instruction in this link https://www.themehorse.com/theme-instruction/attitude/#blogpage to set the blog post template.
Sanjip ShahParticipant@White Falcon Please refer to the link that posted in another topic of yours.
Sanjip ShahParticipant@White Falcon That is the business template that we have used in our demo. Please go through the instructions here https://www.themehorse.com/theme-instruction/attitude/#businesslayout.
Sanjip ShahParticipant@@michaelmhl-se Okay. Great!
Sanjip ShahParticipant@Oliver Okay.
Sanjip ShahParticipant@scarroll Remove this line
<a href="' . get_permalink() . '" title="'.the_title('','',false).'">
and also the closing tag below</a>
some lines below. After that, go to Appearance->Theme Options and click in any of the ‘Save Changes’ button (no changes may reflect due to the previous cache, this is done just to delete the previous caching)Sanjip ShahParticipant@web For the tags part, you can go to Appearance->Widgets. You can drag the ‘ThemeHorse: Tag Cloud’ widget to any of the sidebar areaas ( footer sidebar if you wan to place it in the footer). Hope this helps.
Sanjip ShahParticipant@Justin OKay. Great.
Sanjip ShahParticipant@sentier Okay. Great!
Sanjip ShahParticipant@michaelmhl-se Hmm.. Looks like this issue is similar to one in this thread https://www.themehorse.com/support-forum/topic/main-menu-hover-issue-slider-incompatible/. Please refer to this link and see if the solution helps.
Sanjip ShahParticipant@scarroll Just copy this function cleanretina_featured_post_slider in the functions.php file of you child theme and make your changes there. This is the best approach.
-
AuthorPosts