Hello,
Thanks @PMstal.
The version V3 have offset option built in. Will be lunched tomorrow.
Thanks!
Hello,
Not easily, but the easy way is to add it directly in code.
You can make the content with visual composer, switch to classic editor, copy the shortcode and add it as a shortcode directly in code like:
<?php echo do_shortcode('paste your shortcode here') ?>
Edit you template for homeapges are in root like page-homepage-loop.php
Thanks!
Hello,
What you can do is to make the text smaller on ipad to fit the menu content.
You can add this in style.css
@media (min-width: 768px) and (max-width: 1018px) {
.sf-menu > li > a {
font-size: 11px;
}
}
Thanks for the message!
Hello,
Thanks for suggestion!
Hello,
You can use a condition in php like:
if (is_category('9')) {
}
9 is the ID of the category you want to use.
Thanks for the message!
Hello,
Sorry, but is not possible to have a custom sidebar on a specific tag. The theme have a custom sidebar settings for tag template general.
Thanks for understanding!
Hello,
No, the theme don’t have a update system announcement in WP. You can check on themeforest here: http://themeforest.net/item/newspaper/5489609 and check here the latest update date http://screencast.com/t/7m9SbXquuE
About the email that themeforest should announce you when the theme is updates, could be in you spam folder, please check there to.
Thanks
Hello,
I see that you have changed the menu.
Hello,
You have to update the Social plugin to from the latest theme version 2.4. Delete the social plugin and re-instal it.
About translation should work if you have the latest version. We will release V3 this week if you want to wait, this have a new custom Theme panel.
Thanks for the message!
Hello,
We still have it on our issue tracker, we will try to fix it.
Thanks for the message!
Hello,
We have a Login/Registration form as a widget that we used in top right menu, but this open a modal with the form.
or you can use bbPress login widget that come with bbPress, you can try it http://screencast.com/t/zr2kvFHM1hu
Thanks!
Hello,
You can go here http://themeforest.net/downloads and enable that option http://screencast.com/t/GD9zL1UuHmM
All updates are on themeforest/download section.
Thanks for the message!
Hello,
Please can you give me your site URL to see the issue.
Thanks!
Hello,
Use the css from above to reduce the space on homepage. On post looks fine http://screencast.com/t/yJgKPrZ0HiX
Hello,
You have to edit the top menu file is located in parts folder and remove the social section and use full with a span12. The margin can be removed easily with a css.
I can give you more details how to make it in V3, if you don’t manage it in V2.X, but we want to release V3 and this have some file structure modification.
V3 will be ready this week.
Thanks for the message!
Hello,
Sorry but this can’t be done easily without custom code modification.
Thanks for understanding!
Hello,
If you use the excerpt field, that rewrite our excerpt settings. Our excerpts are used for autogenerate excerpts, if you put something manual there(excerpt field) that will be show as excerpt.
Thanks for the message!
Hello,
I don’t know, try to search another time with notepad++, should work.
Thanks!
reply via email!
Hello,
1. Big slider work only on full width(3 columns) you can use the Homepage blank template and add the Big slider with Visual Composer.
2. Use Homepage blank or Homepage – bg – no article list and add 2/3 + 1/3 columns with page buiilder. first column 2/3 add a block like you want to display the posts and use “Load more” as setting. http://screencast.com/t/8oDdcRyAQoW and use the next columns 1/3 as sidebar, add from page builder Widgetised sidebar and select a sidebar that you want to use.
3. To add another banner you have to add it directly in code, in v3 the file is in parts folder, the files with header…php(depends what style of header do you use)
4. The space can be reduced via CSS, use inspector from Chrome or firefox and add your custom css in style.css or in V3 we have a section for custom CSS.
Thanks for the message!
Hello,
We will release V3 this week with a new admin panel and we have in mind an import option, but I’m not sure that will be ready for V3, we need more time to make it.
Thanks!
Hello,
You can go here in Appearance -> Install plugins http://screencast.com/t/sm8rFcwxkBEK and install it from there
Thanks!
Hello,
The information are here: http://screencast.com/t/GBU9OcRV all modules, slides, big slide, etc.
Thanks for the message!