Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterI tried to refresh your site much times, but the thumbnail seems loading fine.
For remove the animate effect, please download this updated file https://www.dropbox.com/s/uh23baq5oj78kju/van_portfolios_func-1003.zip?dl=0
Unzip it and upload it to /functions/plugins/van-portfolios/inc/ folder, override the old file. (Backup the old file first.)Thanks
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
It seems no problem, because the thumbnails will appear with animate effect, that’s why when you scroll down the page, then they will loaded. Do I understand correct?
If so, did you mean you want to display the thumbnail as normal without animate appear effect?
Thanks
October 2, 2014 at 3:05 pm in reply to: How to change font size/weight in the body text (fluid grid mode, wordpress) #6375FocuxTheme Support
KeymasterIf I understood correct, you can try to use the following custom style
body,p{font-size:16px;font-weight:bold;}You must have valid license to access this content.FocuxTheme Support
KeymasterHi
The image is cropped by WordPress thumbnail setting, so, you have to edit includes/theme-functions.php, find the following code about at line 78
$attachmentimage=wp_get_attachment_image($image->ID, 'image_slider' );
Change it to
$attachmentimage=wp_get_attachment_image($image->ID, 'full' );
And put the following CSS into custom style.css or OldCar options > Custom code > CSS code
.flexslider img{margin:auto;}I will also improve this issue in the next version.
Thanks
-
AuthorPosts
