Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterHi
You can simply add the following custom CSS into custom.css or “OldCar options > Custom Code > Custom CSS” to hide the post date information.
.blog-article-info{display:none;}Thanks
FocuxTheme Support
KeymasterYes, the default text length is 200 words, you can add the excerpt text manually when you edit the post, then you can control how many words you want to display in the main page.
Edit a post, click “screen options” button which at the top right side, then, select “excerpt” checkbox, you will see the excerpt field will display under the editor, just paste your own words there.
Thanks
FocuxTheme Support
KeymasterAs I said in the last reply, it’s not easy to do, because you need to change javascript code in js/oldcar.setup.js file and probably mess the layout up.
Just tell you the solution below.
1. You should find the following code in oldcar.setup.js file
$fluid.masonry({ itemSelector : '.box', isAnimated: true, columnWidth:boxwidth });You can try to add “gutter” argument like below
$fluid.masonry({ itemSelector : '.box', isAnimated: true, columnWidth:boxwidth, gutter: 10 });Thanks
FocuxTheme Support
KeymasterHi
Are you using fluid grid template for the posts? It’s not easy to adjust, because the space value is dynamic depending on the window size.
Thanks
You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
I logined admin and checked the files in theme editor, and I found single-portfolio.php is missing, please unzip this file https://www.dropbox.com/s/bfs8vuf96u9a1x8/single-portfolio.rar?dl=0 upload the php file to wp-content/themes/samsara/ folder
I don’t have ftp account, so I can’t help you to upload it.
Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterI’m confused that all the issues you said are not related with this updated file. Have you changed any settings?
Could you tell me your wp login details again? I can’t find it if you told me before.Thanks
You must have valid license to access this content. -
AuthorPosts
