Before the last update it was possible to create a homepage without a sidebar. Afterwards now you must have a sidebar on the homepage. Why isn’t it possible to create a homepage without sidebars??? Please help.
Hi!
@dekoff: Not sure what you mean by that but you can always disable the sidebar on every page. Look for Layout > Layout setting. Choose “No Sidebar”.
Best regards,
Ismael
Hi!
You can change the text using this plugin – https://wordpress.org/plugins/codestyling-localization/
I am not sure if i understood your second question. Please elaborate.
Cheers!
Yigit
Hey!
1. We definitely recommend to use this plugin. Did you try it already?
2. I am not 100% sure, but I think you could customize it with this plugin https://wordpress.org/plugins/contact-form-7/
Regards,
Andy
Hi!
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'avf_masonry_excerpt_length', 'slider_excerpt_length');
function slider_excerpt_length() {
$excerpt = 200;
return $excerpt;
}
then add following code to Quick CSS
span.av-masonry-date {
display: none;
}
Best regards,
Yigit