Forum Replies Created

Viewing 10 posts - 5,511 through 5,520 (of 6,341 total)
  • Author
    Posts
  • in reply to: Gallery in the Portfolio Section #2255

    I checked, The portfolio slideshow doesn’t support image thumbnails in currently. Because all centent is loaded by ajax method.

    in reply to: Embedding a Video in a Page #2254

    I would like to answer the second question first, you’d better set the width of video to be a percent value(don’t use fixed value), eg,

    <iframe width="80%"></iframe>

    For the first question, put all video code bewteen [center]….[/center] shortcode, and set width arument to be as same as the video width, e.g.

    [center width="80%"]
    <iframe  src="..." height="498" width="510" allowfullscreen="" frameborder="0"></iframe>
    [/center]
    in reply to: Gallery in the Portfolio Section #2250

    Can you tell me that post link?

    in reply to: Bar navigation does not move with the scroll #2249
    You must have valid license to access this content.
    in reply to: Embedding a Video in a Page #2248

    Have you switched the editor mode to “text” mode before you insert the embed code? If not , just do it.

    in reply to: Contact & Nav Bar Issues #2247
    You must have valid license to access this content.
    in reply to: SEO Settings #2246
    You must have valid license to access this content.
    in reply to: Mobile Menu Not Working #2240

    Hi

    Try to add the following codes into “Oldcar options > custom code > javascript code”

    jQuery(document).ready(function($){
     function resetMain(){
       var sidebarWidth=$('#sidebar').width();
       var mainWidth=$(window).width()-sidebarWidth-60;
       if($(window).width()> 1023){
          $('#main').css('width',mainWidth+'px');
       }else{
          $('#main').css('width','auto');
       }
     }
         resetMain();
         $(window).resize(function(){
            resetMain();
         });
    });

    If you found any issues after you added this code, please let me know, I will keep improve.
    Also, after I release the next version and you update the theme in the future, you can remove the additional code above.

    Thanks for your feedback!

    in reply to: Gallery in the Portfolio Section #2238

    @Musama, no, you didn’t understand @rio9 mean.


    @rio9
    , Just edit the portfolio post, and upload all images into this posts, after the images uploaded, don’t click the insert to post button, just close the uploader window, and save the posts, the slider will auto display at the top of the page.

    Thanks!

    in reply to: SEO Settings #2237
    You must have valid license to access this content.
Viewing 10 posts - 5,511 through 5,520 (of 6,341 total)