If you are searching Scent – Model Agency WordPress Theme for free download, nulled and updated on 12 January 20 you can download from our website for free. Scent – Model Agency WordPress Theme is one of most popular wordpress templates from Creative category in the last 30 days by our internal search.
Download Scent – Model Agency WordPress Theme for free
Below this text you will find link to download nulled Scent – Model Agency WordPress Theme wordpress theme for free, just click on the link and save on your desktop, unzip and upload on your website. Process is simple. Our wordpress templates are not locked, you will not need pasword to use Scent – Model Agency WordPress Theme WordPress template.
Scent – Model Agency WordPress Theme Nulled [Latest Version]
Instead of paying for $49 to Coffeecream and giving 50% of their earnings to Envato. We are giving you for free Scent – Model Agency WordPress Theme working latest version.
About Scent – Model Agency WordPress Theme
Scent is a beautifully designed and fully responsive WordPress Themes dedicated for model and photography agencies. It includes full screen animated slider that will bring attention all your viewers and allow you to show your best photos.
Models gallery with category filter and model profile pages will let you customers to learn about all your models and choose the models they would like to work with before visiting your agency, which will save time of yours and your… Read More
FastBitz
Dear Coffeecream!
Since some time i’m having a problem with Contact Form 7 on your template. It seems after the last update, this cannot be used anymore?
The form appears, but no field or button is clickable.
Please see the error in action @ http://degelinmodelgroup.com/casting/
Thanks for your opinion about this!
Kr,
Bitz
FastBitz
Thanks
Bitz
Coffeecream Author
Hello,
I think you have overlay enabled in the “Section Page Settings” fr these pages. It cover all the content, thats why you can’t click anything.
Thank you.
FastBitz
Perfect!! Thanks (again )
designgofor
hello please tell me how can I find your importer? Thank you kevin
Coffeecream Author
Hello, everything is in the download file – demo data files, documentation. Thank you.
designgofor
thanks
Coffeecream Author
Please, do not duplicate your requests both here and in support system, this doesn’t helping to solve the issue. And please clearly eхplain what you need. You have everything in the download file. It’s explained in the documentation, what steps to follow to recreate the demo site. No other people have problem with that.
thinqlabs
such a nice theme.. for that “begin” button, can there be a row of 5-6 buttons there instead of 1?
Coffeecream Author
Hello, yes it can. Some small CSS fix may be needed, but we can help with that via support. Thank you.
MartinMartinN
Great job! I put it to my website: https://goescorts.co.uk/ . Best WP theme ever! Thanks!
Coffeecream Author
Thank you very much for your feedback. Please rate the theme here, it’s important for us. Please let us know if you have any questions or issue.
NovaStratta
how come when i install the theme and the demo content i get more of a blog page and not the main video intro like i see on your demo?
Coffeecream Author
Hello, please read the documentation file, everything is explained there. Thank you.
AfrostEvents
Hi, on the models page, i want to increase the image size, how can i do this? I have to tried the settings page to adjust thumbnails, it is not working. Please help with the correct css asap. Thanks a lot.
Coffeecream Author
Hello,
do you want to increase thumbnail height? Or if you want to increase it proportionally, you can just choose to show fewer columns, like 2 instead of 4 for example.
The editable thumbnail sizes in the Settings > Media are the default WP sizes to use in post content. So they will not affect models gallery image size.
If you want to edit the actual thumbnail dimension, you can do that by adding custom code to the child theme functions.php, like so:
<?php function scent_child_setup() { add_image_size('gallery-6', 300, 250, true); } add_action( 'after_setup_theme', 'scent_child_setup', 100 ); ?>In this snippet, I change the existing ‘gallery-6’ media size, which is 286×286, to 300×250. You can find a list of all media sizes in the scent/functions.php, lines 51-66. It depends on the actual case, to determine what size exactly you wish to edit.
Thank you.
polfeck
Pre-sales question. What events plugin is compatible?
Coffeecream Author
Hello,
if you describe the concept of your website more specifically, I could recommend something. There is no limitations to use any plugins. In the same time, I can not check that theme works with absolutely all plugins. If you have experience with some event plugins – tell me and I will check if I can.
Thank you.
marcacer
Pre-sales question: The demo was a lot of errors. when I click a model I get OOPS! THAT PAGE CAN’T BE FOUND. When will this be fixed?
Coffeecream Author
Hello, weird that doesn’t happened before… This is random problem, which always clear after permalinks settings saving. Please see now. Thank you.
enruiwe
The theme is outdated with the latest wordpress update
Coffeecream Author
Hello, theme is fully compatible with latest WP version. If you see any problems, please let us know. I see that you did not purchased a theme, and I don’t see any problems in the demo. Thank you.
parrandhaman
Hi, i have added the “read more” link in text block but the read more is not showing in frontend. i inspected it and there is just a <!-more-> html comment in the html content. please tell me what should i do for read more link to show
Coffeecream Author
Hello, where you are adding it, for a blog post using the built in read more WordPress feature? Thank you.