Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@cocopel12 Okay. Great!
August 27, 2013 at 7:10 am in reply to: Difference between Home's Corp. Type Layout Options and Corp. Pg Template Option #3609Sanjip ShahParticipant@lindagrandjct To select the Home’s Corporate Page Layout, Latest Posts option should be checked in the Reading sub-menu of Settings menu.
Go to Settings->Reading->Check on ‘Your Latest Posts’. You can learn more about it here https://www.themehorse.com/theme-instruction/clean-retina-pro/#HomepageLayoutConfiguration.Sanjip ShahParticipant@yflyjump We will take this as a feedback. The icon we have used in the smaller device to represent the menu is a standard symbol for the menu and menu other themes follow this approach. We will think about what can be done to make it more easier and understandable and will apply this in our updates. Thanks.
Sanjip ShahParticipant@kcullinan When you select the blog page choosing the “Full Content Display” template from the blog Page Attributes for a page you don’t need to set the same page as the post page in the Settings->Readings. I think you have selected the same page as the post page in the Settings->Readings so you need to unset it there. Hope this will fix it.
About the facebook icon repeat issue, it may be conflict with some other plugins, so try disabling you active plugins one by one and see if this solves the issue.Sanjip ShahParticipant@Mowjee Please post a link to the page where you are having this issue so that we can look further into it.
Sanjip ShahParticipant@manelequinocci Okay. Great! No need to say sorry! 🙂
Sanjip ShahParticipant@cocopel12 I think custom css would not help you achieve what you are looking for. You will have to edit the attitude-slider-setting.js file for this. This file is located in theme folder->library folder->js folder. Just change this from
pause: 1
topause: 0
. Also make a child theme for this customization so that you won’t lose the changes when you update the theme.Sanjip ShahParticipant@shawnhoffman In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the css there, make changes as you like and click on ‘Save all Changes’. This way you won’t lose the changes when you update the theme.
August 22, 2013 at 10:07 am in reply to: Possible to have a second business page (with different widget pages)?? #3477Sanjip ShahParticipant@shawnhoffman All you have done is good. But please make a child theme to make this customization so that you won’t lose the changes when you update the theme.
Sanjip ShahParticipant@myzhang Hi, if you talking about disabling the comment section, then read the instructions here https://www.themehorse.com/theme-instruction/clean-retina-pro/#disablecomment. Hope this helps.
Sanjip ShahParticipant@myzhang Select the narrow layout for the site layout options. Then in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#main { background-color: transparent; } .narrow-layout { max-width: none; }
Now, set the background from Appearance->Background. Now, after all this it will be all similar to the free version background setting. Hope this helps.
Sanjip ShahParticipant@BlackWidow Okay. Great!
Sanjip ShahParticipant@gbishopdu-edu Great.
Sanjip ShahParticipant@BlackWidow Our pro theme includes a update notifier system within the theme and it looks like there is some issue with some hosting service provider. We will be fixing this in our upcoming updates. I have sent you the zip file of the attitude-pro theme in your mail that you have used making the theme horse account. Use that and reinstall the the theme and see if this solves the issue.
Sanjip ShahParticipant@Simon You could create a new page template for this just excluding the header and the footer part. Just create a new file page-template-landing.php. Inside it paste the following code and save the file inside the theme folder. Now you could use this template from the template drop down while creating a page. You could make adjustment to the code as yo like.
<?php /** * Template Name: Landing Template */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <?php do_action( 'attitude_title' ); do_action( 'attitude_meta' ); do_action( 'attitude_links' ); wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="wrapper"> <div id="main" class="container clearfix"> <div id="container"> <?php if( have_posts() ) { while( have_posts() ) { the_post(); the_content(); } } ?> </div> </div> </div> </body> </html>
Also, please make a child theme for this customization so that you won’t lose the changes when you update the parent theme.
-
AuthorPosts