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 - 466 through 480 (of 846 total)
  • Author
    Posts
  • in reply to: Revolution slider.. issues with text sizing #5630
    Sanjip Shah
    Participant

    @danielsteeves I think this is the way the rev slider works. May be you will have to set the bigger font so that it will respectively be bigger for the smaller screens.

    in reply to: Tag page default layout #5622
    Sanjip Shah
    Participant

    @XavierC Currently there is no such option for the tags,category or archive view.

    in reply to: Eastern European Characters do NOT work #5567
    Sanjip Shah
    Participant

    @ka222 In the dashboard, go to Theme Options->Custom CSS. Paste the following css, replace the font and click on ‘Save all Changes’. See if this helps.

    .featured-text .featured-title {
        font: 24px/30px 'Philosopher',sans-serif;
    }
    in reply to: Slider issue with Event Manager Plugin #5566
    Sanjip Shah
    Participant

    @Themehorse As this is related to Event Manager plugin, perhaps the plugin author/support might provide you better support. Also, the plugin may not be fully compatible with our theme.

    in reply to: Problems With Corporate Layout #5565
    Sanjip Shah
    Participant

    @debthewebuk Please go through the instructions here https://www.themehorse.com/theme-instruction/clean-retina-pro/#corporatetemplate. Don’t select the home page as Corporate in the Home Page layout options. Use the method in the instruction and set this page a home page from Settings->Reading.

    in reply to: Responsive Issues #5564
    Sanjip Shah
    Participant

    @randey132 OKay. Great.

    in reply to: Validator and other questions #5563
    Sanjip Shah
    Participant

    @codyblum For you first post, the child theme code that you have used in style.css is fine. About the HTML validator error, please don’t worry about that. We have made our theme in latest HTML5 and CSS3 standards. The HTML validator does not recognize the latest HTML5 tags.
    About your second post, In the theme folder, go to library folder->structure folder->content-extensions.php file. Copy this function from there attitude_theloop_for_page and paste in the functions.php file of your child theme and make your customization there. You may also have to hire a developer if you are not so much familiar with making the child theme and customization ways.

    in reply to: Drop-down menus taking up full width #5453
    Sanjip Shah
    Participant

    @daeruin Okay. Great.

    in reply to: Site Tagline is not showing under Site Title #5450
    Sanjip Shah
    Participant

    @suresh-kumar Okay. Great.

    in reply to: Drop-down menus taking up full width #5449
    Sanjip Shah
    Participant

    @daeruin Just visited the page and it looks fine to us. The drop down in the page is taking only the width of the drop down selector and not the full width.

    in reply to: Hidden Page Titles #5447
    Sanjip Shah
    Participant

    @randy132 For unique templates that are templates other than the default one the title of the page will appear in the header part and for normal template that is the default template the title will appear in the content part. We have designed the theme that way and we have done this to highlight the page title of the unique templates.

    in reply to: Responsive Issues #5444
    Sanjip Shah
    Participant

    @randey132 It looks like you have edited the css file in the random manner and have edited the css inside the media queries also in a random manner. In our theme css we have a css like

    @media only screen and (max-width: 1078px) {
    	.wrapper { 
    		width: 708px; 
    	}
    	.container {
    		width: 668px;
    	}

    And checked your site you have changed it with

    @media only screen and (max-width: 1078px) {
    	.wrapper { 
    		width: 800px; 
    		
    	}
    	.container {
    		width: 1078px;
    
    	}

    which is causing the issue. Also you have made many other changes affecting the responsiveness. If you are unfamiliar with media queries and responsive css, I suggest you to hire a developer to make the changes.

    in reply to: Link to detail-page in Galleries #5441
    Sanjip Shah
    Participant

    @franky_joe You will have to make changes to this function attitude_display_gallery_four_column_content or attitude_display_gallery_three_column_content or attitude_display_gallery_two_column_content as per which template you want to make changes to.
    You may have to hire a developer for this if you are unfamiliar with coding. Also make a child theme for this so that you wont lose the changes when you update the theme. Or you may also use gallery plugins for this, some may provide what you are looking for.

    in reply to: Error on Notification in Dashboard #5440
    Sanjip Shah
    Participant

    @fstrecke If you are admin then you can access all the pages and features in the dashboard, if you are not being able then this might be the issue with host, these sorts of issues are not related to the theme as we have coded our theme in WP standards.

    in reply to: Bold Font Not Thick Enough #5417
    Sanjip Shah
    Participant

    @torch You can try using the heading tags like. <h3>Dates for 2014 Camp</h3>

Viewing 15 posts - 466 through 480 (of 846 total)