badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Sanjip Shah

Forum Replies Created

Viewing 15 posts - 766 through 780 (of 846 total)
  • Author
    Posts
  • in reply to: Slider to not freeze on hover #3612
    Sanjip Shah
    Participant

    @cocopel12 Okay. Great!

    Sanjip Shah
    Participant

    @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.

    in reply to: menu text on drop down smart phone navigation #3605
    Sanjip Shah
    Participant

    @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.

    in reply to: Blog "Full Content Display" template #3604
    Sanjip Shah
    Participant

    @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.

    in reply to: Tables on website have lost responsiveness #3602
    Sanjip Shah
    Participant

    @Mowjee Please post a link to the page where you are having this issue so that we can look further into it.

    in reply to: Delete "powered by" #3481
    Sanjip Shah
    Participant

    @manelequinocci Okay. Great! No need to say sorry! 🙂

    in reply to: Slider to not freeze on hover #3480
    Sanjip Shah
    Participant

    @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 to pause: 0. Also make a child theme for this customization so that you won’t lose the changes when you update the theme.

    in reply to: How To Change Slogan Button Color #3478
    Sanjip Shah
    Participant

    @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.

    Sanjip Shah
    Participant

    @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.

    in reply to: Question about comments #3468
    Sanjip Shah
    Participant

    @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.

    in reply to: Trouble with Background setting #3467
    Sanjip Shah
    Participant

    @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.

    in reply to: Warnings in WordPress #3464
    Sanjip Shah
    Participant

    @BlackWidow Okay. Great!

    in reply to: Rev-Slider on homepage #3417
    Sanjip Shah
    Participant
    in reply to: Warnings in WordPress #3416
    Sanjip Shah
    Participant

    @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.

    in reply to: Landing Pages Using WP Lead Plus #3415
    Sanjip Shah
    Participant

    @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.

Viewing 15 posts - 766 through 780 (of 846 total)