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 - 736 through 750 (of 846 total)
  • Author
    Posts
  • in reply to: Search function #3825
    Sanjip Shah
    Participant

    @todd-benton We have now included a search in our forum. Thanks for you suggestion.

    in reply to: Installation Pro #3820
    Sanjip Shah
    Participant

    @fs1ihr-mso-com I have responded to your same question in the installation forum please read that and contact us via our contact page. Thanks.

    in reply to: Put page title in the breadcrumbs bar #3819
    Sanjip Shah
    Participant

    @shawnhoffman You will have to edit this function as well. Just remove the title from this function.

    in reply to: Put page title in the breadcrumbs bar #3803
    Sanjip Shah
    Participant

    @shawnhoffman Where did you paste this code. functions.php of the Child theme or the parent theme?

    in reply to: Remove White Space in Home Slogan #3802
    Sanjip Shah
    Participant

    @edgariraheta In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
    #main { padding-top: 10px; }
    You can increase/decrease the px values you like.

    in reply to: revolution slidernot centered #3801
    Sanjip Shah
    Participant

    @Dominik Great!

    in reply to: revolution slidernot centered #3783
    Sanjip Shah
    Participant

    @Dominik In the dashboard, go to Revolution Slider->Any of you slider->To Slider Settings. Adjust the Appearance and Position options. There might be some padding there and click on ‘Update’.

    in reply to: responsive Video #3780
    Sanjip Shah
    Participant

    @Dominik The videos that you add in the post should be responsive. Can you post a link where you are having the issues?

    in reply to: Removing the Revolution Sliders plugin #3779
    Sanjip Shah
    Participant

    @petrichorpost The rev slider is in ‘uninstalled state’ by default. Unless you install it from Appearance->Install Plugins it is already uninstalled state.

    in reply to: Put page title in the breadcrumbs bar #3751
    Sanjip Shah
    Participant

    @shawnhoffman For the page templates other than default page template the titles will appear in the grey part and for the default page template title will appear in the content area. We have designed the theme this way to highlight the titles of unique page templates. You will have to customize this function attitude_header_title function. You could just add

    elseif( is_page()  ) {
    		$attitude_header_title = get_the_title();
    	}

    just below this code

    elseif( is_page_template()  ) {
    		$attitude_header_title = get_the_title();
    	}

    Also make a child theme to make this customization so that you won’t lose the changes when you update the theme.

    in reply to: Form input lengths #3750
    Sanjip Shah
    Participant

    @shawnhoffman Our theme includes the css for the Contact Form 7. Just using the shortcode of the CF7 should be enough. The contact form will be like shown in our demo page here https://www.themehorse.com/preview/attitude/contact-us/.

    in reply to: Trying to add a phone number to the header area #3748
    Sanjip Shah
    Participant

    @jordan-wirkkalagmail-com The file you need to edit is header-extensions.php file. The path of this file is theme folder->library folder->structure folder. The code you need to edit is inside the attitude_headerdetails functions. Add your code/text just above this line <?php attitude_socialnetworks( $flag ); ?> which is around line 230. Also use a child theme to make these changes so that you won’t lose the changes when you update the theme.

    in reply to: COntrol over posts on non static homepage #3746
    Sanjip Shah
    Participant

    @Hubb Our services widget only support pages and do not support the post. You could use this plugin http://wordpress.org/plugins/siteorigin-panels/ to generate columns in page and use to featured post widget plugin with it. Try this out.

    in reply to: Slider loses test on Mobile #3732
    Sanjip Shah
    Participant

    @micronda We understand what you are trying to say. We have designed the theme that way, not to show the featured text for ipad, iphone and other similar small devices.
    In the iPhone if you show the featured text it may go beyond the slider area so this might be a issue, however you can use the following custom css to show the featured text in ipad.
    In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS and click on ‘Save all Changes’.

    @media only screen and (max-width: 1078px) {
    	.featured-title,
    	.featured-content {
    	display: block;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.featured-title,
    	.featured-content {
    	display: none;
    	}
    }

    We will be thinking about showing the featured text in all devices including iPhone in an optimized manner in our future updates. Thanks.

    in reply to: Slider Title gone #3729
    Sanjip Shah
    Participant

    @Fexin Please provide a link to the page where you are having this issue so we can look further into the issue.

Viewing 15 posts - 736 through 750 (of 846 total)