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.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
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