Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
You will need coding knowledge for this. Hope this link http://codex.wordpress.org/Function_Reference/register_post_type help you. You may need to hire a developer for this as our free support does not cover this.
Sanjip ShahParticipant@liebs29 Currently, there is no such feature in the theme. But I found a plugin that could be helpful https://wordpress.org/plugins/display-widgets/. This plugin helps to show/hide the widgets in different pages. Give it a try.
Sanjip ShahParticipant@yeskay This is not available in the theme. May be one of the plugins in this page https://wordpress.org/plugins/tags/html-sitemap will help you.
March 7, 2014 at 7:50 am in reply to: Menu item page not showing abstracts of sub menu items pages #8472Sanjip ShahParticipantWhat you could do is create a category instead, I think that might be the case in the example you have shown. Create a category, add the posts to that category and show that in the menu. You can view this link http://en.support.wordpress.com/menus/ on how to add it to the menu. Hope this helps.
March 7, 2014 at 7:48 am in reply to: Menu item page not showing abstracts of sub menu items pages #8471Sanjip ShahParticipant@WhyCulturedMeat Actually, the page show their own content added through the dashbaord. This is usaully like this with almost all themes and also same with our theme. The example that you have shown may have links to the subpages in its content that why you might be seeing it. The example that you have shown may be specifically designed that way. Our theme is not like that it shows the content of the page added in the backend to the frontend.
Sanjip ShahParticipant@ChristinaMeade 1. The Leave a Comment is actually rendered by this function comment_form(). So, open the comments.php within the theme folder. Find the code
<?php comment_form(); ?>
and replace it with<?php comment_form( array( 'title_reply' => __( 'Give Me Your Thoughts' ), 'cleanretina' ) ); ?>
. Hope this will help. Also, I would suggest you to make child theme to make this changes so that you won’t lose the changes when you update the theme.
2, 3. The color options, font family and size options is available in the pro version. So, you can upgrade to pro version if you like.Sanjip ShahParticipant@jkrassman Okay. Great!
Sanjip ShahParticipant@Cameron This forum is the support for the Attitude Pro theme. For the instruction page you can visit this page https://www.themehorse.com/theme-instruction/attitude-pro/. If that does not support your query. You can search this forum or start a new topic.
To install the rev slider packed within the theme, go to Appearance->Install Plugins and install the rev slider plugin from there.
To learn on how to use the theme you can visit the following videos
http://www.themepunch.com/codecanyon/revolution_wp/liveguide/02.video.html
http://www.themepunch.com/codecanyon/revolution_wp/liveguide/03.video.html
http://www.themepunch.com/codecanyon/revolution_wp/liveguide/04.video.htmlAfter you can successfully created a slider. You can use it int the following ways.
1. In the dashboard, go to Appearance->Theme Options->Slider Options Tab->Slider Options. Choose the rev slider there and in the ‘Revolutions Slider Options’ bar, adjust the settings and click on ‘Save all Changes’.
2. While you create the sliders with rev slider, you will see the corresponding shortcodes are also generated which you can use in the post/page content to render the slider.Hope this helps.
Sanjip ShahParticipant@markmapston Unset the blog page as posts page from Settings->Reading. Then set the blog page using the blog page templates. Here is the instruction https://www.themehorse.com/theme-instruction/attitude-pro/#blogpage. See if this solve the issue for you.
Sanjip ShahParticipant@Marc Please provide a link to the exact page, where you want to change the text. Also, information on which text would you want to change. That way it would be easier for me to provide you the custom css.
Sanjip ShahParticipant@Edward Please provide a link to your site so that I can check further on it.
Sanjip ShahParticipant@Victoria If this is just for this one page, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Hope this helps.
.page-id-191 #primary { width: 82.64%; } .page-id-191 #secondary { margin-left: 5.06%; width: 12.28%; }
Sanjip ShahParticipant@alphasite It would be easier for us to look the issue and provide the support if you could provide a link to the exact page.
Sanjip ShahParticipant@Russell Okay. Great!
Sanjip ShahParticipant@Russell Okay. Great!
-
AuthorPosts