Forum Replies Created

Viewing 10 posts - 5,731 through 5,740 (of 6,341 total)
  • Author
    Posts
  • in reply to: Sliders With Text? #1720
    You must have valid license to access this content.
    in reply to: Pricing Table Button #1719
    You must have valid license to access this content.
    in reply to: A few minor issues #1714
    You must have valid license to access this content.
    in reply to: Pricing Table Button #1713
    You must have valid license to access this content.
    in reply to: Sliders With Text? #1712
    You must have valid license to access this content.
    in reply to: Lost in translation #1711

    Oh, I missed these two words, I will improved in next version.
    Now, you can also change it by yourself.

    1. Edit single.php, find the following codes

    <div class="pagination">
                                            <span class="nav-previous alignleft"><?php previous_post_link( '%link', __( '&larr; Previous Post', 'SimpleKey' ) ); ?></span>
                                            <span class="nav-next alignright"><?php next_post_link( '%link', __( 'Next Post &rarr;', 'SimpleKey' ) ); ?></span>
                                            <div class="clearfix"></div>
                                        </div> 

    2. Change it to:

    <div class="pagination">
                                            <span class="nav-previous alignleft"><?php previous_post_link( '%link', __( '&larr; Previous Post', 'OldCar' ) ); ?></span>
                                            <span class="nav-next alignright"><?php next_post_link( '%link', __( 'Next Post &rarr;', 'OldCar' ) ); ?></span>
                                            <div class="clearfix"></div>
                                        </div>

    3. Open your language file and update it, then you will see “Previous Post” and “Next Post” in the list, just translate them and save the file.

    Thanks!

    in reply to: Change contact page image #1710

    Sorry for the delay.
    Go to “OldCar Options > Contact Section > Google Map”, you can insert the google map code or custom image HTML here, e.g.

    <img src="image URL" width="400" />
    

    The best size is 400X200

    Thanks!

    in reply to: Problem with ipad responsiveness #1704
    You must have valid license to access this content.
    in reply to: Sliders With Text? #1703
    You must have valid license to access this content.
    in reply to: Problem with Images in-between pages #1702
    You must have valid license to access this content.
Viewing 10 posts - 5,731 through 5,740 (of 6,341 total)