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 - 1 through 15 (of 846 total)
  • Author
    Posts
  • in reply to: using WPML #9817
    Sanjip Shah
    Participant

    Hi Juan,

    This theme is translation ready meaning that you can create language files for another language. Say, you can create spanish language file and load it to show the website in spanish language.

    Where as WPML plugin compatibility feature is a different thing which allows your site to be in different languages at the same time so that visitors can click on the flags and switch the language to view the site in the choice of their language. We are sorry but this feature/compatibility is not available in the theme. Using this plugin, you may be able to translate most of the part of your site but yet it will not be 100% compatible. For the 100% compatibility you may need to hire a developer on this one. Thanks.

    Sanjip Shah
    Participant

    Hi,

    Firstly, open this file content-extensions.php. This file is located inside theme folder->library folder->structure folder. Go to lines around 141. Find the following code

    <span class="by-author"><?php _e( 'By', 'cleanretina' ); ?> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></span>
    <span class="date"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_the_time() ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span>

    and replace with following

    <span class="by-author vcard author"><span class="fn"><?php _e( 'By', 'cleanretina' ); ?> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></span></span>
    <span class="date updated"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_the_time() ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span>

    Now, these lines of code also appears in other lines (for other functioning like single page, archives etc.). Go to other lines 330, 500, 616 and 737 within the same file and repeat the same. Checked your above code and it looks that you missed to add one closing </span> which may have caused the code to break. Hope this helps.

    Sanjip Shah
    Participant

    We are sorry to hear all the hard time that you had. We will be taking this as feedback and try to improve the color and patterns options.

    in reply to: Change posts to full text #8681
    Sanjip Shah
    Participant

    @rachelabills Please go through the instructions here https://www.themehorse.com/theme-instruction/attitude-pro/#blogpage. Hope this helps.

    in reply to: Remove Link From Site Header #8678
    Sanjip Shah
    Participant

    For the first question,
    You will need to find this line which is located in theme folder->library folder->structure folder->header-extensions.php file. Go to lines around 200.

    <h1 id="site-title"> 
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?>
    </a>
    </h1>

    Replace it with
    <h1 id="site-title"><?php bloginfo( 'name' ); ?></h1>

    For the second question, you will need to load font that you want via coding or via some plugins and write the custom css to use it.

    in reply to: Remove underline #8677
    Sanjip Shah
    Participant

    @Tryffel Just checked you site and I don’t see the css that I provided is not added to the custom css option. Can you check on that. About the box behind the slider, have you changed any of the css. You can try re installing the theme.

    in reply to: Can't make elements full-width #8676
    Sanjip Shah
    Participant

    With the purchase of theme, we provide our customers help on using the theme features, fix the bugs and provide few lines of css tweaks. In this case, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. See if this helps.

    .home #main.container {
        max-width: 1038px;
    }
    in reply to: Featured slider: disable in mobile view #8675
    Sanjip Shah
    Participant

    Hi Rikkie, In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Give it a try and see if this helps.

    @media only screen and (max-width: 767px) {
     .featured-slider { display: none; }
    }
    in reply to: custom CSS has stopped working #8674
    Sanjip Shah
    Participant

    Check the css code and it looks all fine. About the dark BG patterns, we will take this as feedback and try to improve it in our version updates.

    in reply to: Social Links >RSS yields a XML page #8673
    Sanjip Shah
    Participant

    I checked this with other sites as well and they are appearing same for other sites (XML code). So, I guess this has changed to way like this. I would be looking into it more and pass it to you if I get something on this.

    in reply to: Remove Menu #8672
    Sanjip Shah
    Participant

    Hi, You can try the following css.
    1. .page-id-807 #branding { display: none; }
    2. I could not see the footer part on your site include the social media icons. Did you change anything? If this is some issue that you are facing, try re installing the theme and see if this helps.

    in reply to: Remove Black lines separating sections #8671
    Sanjip Shah
    Participant

    @Renee Okay. Great!

    in reply to: Creating a homepage like demo – minus the testimonials #8670
    Sanjip Shah
    Participant

    Hi Kathy, If you follow the instrutions in this https://www.themehorse.com/theme-instruction/clean-retina-pro/#corporatetemplate, you will be able to create page just like in our demo. Now, you can go to Reading-Settings. Check on ‘static front page’ and set this (the one using the corporate template) as front page and click on ‘Save all Changes’.
    But with this template for the top section you can only use the pages within your site as redirect link. If you want to redirect the links to external sites, I fount this plugin which does the same http://wordpress.org/plugins/page-links-to/. Give it a try and see if this helps you.

    in reply to: Preview and next buttons on the pages #8626
    Sanjip Shah
    Participant

    Hi, in WordPress there is feature to rotate the posts with next/previous button. But I don’t think there is a feature to do the same for child pages of a parent page. There may be plugin for this, which you can try searching in wordpress.org/plugins.

    in reply to: Remove underline #8624
    Sanjip Shah
    Participant

    Hi, for the first question.
    In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Chagnes’.

    #access {
        border: medium none;
    }

    For the second question, the menu is placed below the header image. We have designed the theme way. If you use a slider just like in our demo the menu will appear above it. If you want the menu above the header image. It will need coding and corresponding css changes for which you may need to hire a developer.

Viewing 15 posts - 1 through 15 (of 846 total)