Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterI checked, The portfolio slideshow doesn’t support image thumbnails in currently. Because all centent is loaded by ajax method.
FocuxTheme Support
KeymasterI 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]
FocuxTheme Support
KeymasterCan you tell me that post link?
You must have valid license to access this content.FocuxTheme Support
KeymasterHave you switched the editor mode to “text” mode before you insert the embed code? If not , just do it.
You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
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!
FocuxTheme Support
Keymaster@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!
You must have valid license to access this content. -
AuthorPosts
