Hello,
How we can import slider for press demo?
Regards
Hi,
From version 20, we have introduced a new way of installing sliders. Now, when you install a pre-built website, the slider is imported automatically. You can also import them without installing the pre-built website.
Here is a screenshot for better understanding:
http://prntscr.com/h85ybi
If you do not see this option, please ensure that the revolution slider is installed and active. Also, the version of your theme must be 20.0 or more.
Thanks
Hi Phil,
Revolution slider is very "hevy".
Can you please help me, how to install classic, lightweight post slider?
But this is how it look like at front page: https://i.imgur.com/HTQNtt8.png
Please, check the following video tutorial:
https://support.muffingroup.com/video-tutorials/how-to-create-a-simple-slider/
There you will find out how to create it.
The tutorial shows a previous version of Muffin Builder and Betheme, but the rule of creation is still the same.
Thanks!
This is the nice tutorial!
But, we will like to show a posts slider, something like newspaper theme: https://i.imgur.com/hAxsGhj.jpg
What you are pointing is a Blog Teaser item.
https://themes.muffingroup.com/be/theme/shortcodes/loops/#blogteaser
And here is a tutorial for a blog slider:
https://support.muffingroup.com/video-tutorials/how-to-create-a-blog-slider/
This is working perfectly!
How i can translate a number of comments?
Unfortunately, there is no option in Betheme to translate it.
To achieve that, you will have to modify the WP files, but we do not provide help with such customization.
Best regards
Hmm i use transalted version of wp (wp in my language). I will write at wp forum for that.
Can i add space (divider) between posts?
1) Please open the option of the Blog Teaser and enable the margin.
2) If you are using Custom HTML widgets on your footer, you can center the content with the inline CSS.
Otherwise, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
If you want to do this but do not know how, please, let me know, but I will need a link to your website.
Here is our website url: https://cutt.ly/nnSJfY6
Here is my css:
.mc4wp-form {
margin: 0 auto;
text-align: center !important;
width: 66%; !important;
margin-top: 0;
font-size: 16px;
}
Still, it is not perfectly center.
Best Regards
I have visited your website, and the only button seems not to be centered.
I noticed that you tried to use float:center for that element.
Please, try to use float:none instead.
Hmm i have addit, but email filed is not in center
https://i.imgur.com/QjMZxP9.png
float:none
----------------------------------------------
<br>
<p>Пратите посљедње новости путем Ваше имејл адресе!</p>
<p>
<label>
<input style="float: none;" type="email" name="EMAIL" placeholder="Ваша имејл адреса" required />
</label>
</p>
<input style="float: none;" type="submit" value="Пошаљи" />
Please, try the following code and check if the display suits you:
#Footer .mc4wp-form input[type="email"]{ width: 100%!important; }
Comments
Hi,
From version 20, we have introduced a new way of installing sliders. Now, when you install a pre-built website, the slider is imported automatically. You can also import them without installing the pre-built website.
Here is a screenshot for better understanding:
http://prntscr.com/h85ybi
If you do not see this option, please ensure that the revolution slider is installed and active. Also, the version of your theme must be 20.0 or more.
Thanks
Hi Phil,
Revolution slider is very "hevy".
Can you please help me, how to install classic, lightweight post slider?
But this is how it look like at front page: https://i.imgur.com/HTQNtt8.png
Regards
Please, check the following video tutorial:
https://support.muffingroup.com/video-tutorials/how-to-create-a-simple-slider/
There you will find out how to create it.
The tutorial shows a previous version of Muffin Builder and Betheme, but the rule of creation is still the same.
Thanks
Thanks!
This is the nice tutorial!
But, we will like to show a posts slider, something like newspaper theme: https://i.imgur.com/hAxsGhj.jpg
Regards
What you are pointing is a Blog Teaser item.
https://themes.muffingroup.com/be/theme/shortcodes/loops/#blogteaser
And here is a tutorial for a blog slider:
https://support.muffingroup.com/video-tutorials/how-to-create-a-blog-slider/
Thanks
Thanks!
This is working perfectly!
How i can translate a number of comments?
Unfortunately, there is no option in Betheme to translate it.
To achieve that, you will have to modify the WP files, but we do not provide help with such customization.
Best regards
Hi,
Hmm i use transalted version of wp (wp in my language). I will write at wp forum for that.
Can i add space (divider) between posts?
Regards
1) Please open the option of the Blog Teaser and enable the margin.
2) If you are using Custom HTML widgets on your footer, you can center the content with the inline CSS.
Otherwise, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
If you want to do this but do not know how, please, let me know, but I will need a link to your website.
Thanks
Hi,
Here is our website url: https://cutt.ly/nnSJfY6
Here is my css:
.mc4wp-form {
margin: 0 auto;
text-align: center !important;
width: 66%; !important;
margin-top: 0;
font-size: 16px;
}
Still, it is not perfectly center.
Best Regards
I have visited your website, and the only button seems not to be centered.
I noticed that you tried to use float:center for that element.
Please, try to use float:none instead.
Thanks
Hmm i have addit, but email filed is not in center
https://i.imgur.com/QjMZxP9.png
.mc4wp-form {
margin: 0 auto;
text-align: center !important;
width: 66%; !important;
margin-top: 0;
font-size: 16px;
float:none
}
----------------------------------------------
<br>
<p>Пратите посљедње новости путем Ваше имејл адресе!</p>
<p>
<label>
<input style="float: none;" type="email" name="EMAIL" placeholder="Ваша имејл адреса" required />
</label>
</p>
<p>
<input style="float: none;" type="submit" value="Пошаљи" />
</p>
Please, try the following code and check if the display suits you:
Thanks