Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
We are sorry but this one is not possible unfortunately.
-
Hi, please send us link to page where stretch stopped working so we can have a look on it.
-
@webpamplona You can force sidebar layout for all pages under Theme options > Sidebars section.
-
Hi, to change it's order, you need to customize footer.php file.
-
Hi, you should be able to move blocks anywhere you want but if you can not, please disable all 3rd party plugins first and check.
-
That's really odd then because on our side, we didn't noticed such behave.
-
Which one for example? Please explain and we will see if it's possible.
-
Hi, demos can not be imported thru FTP but you can try to upload .xml files manually. Of course these files are included into theme package and you can find them under /functions/importer/demo/be/demo-name/ folder.
-
And this can not be changed.
-
Hi Stefan, for that, you need to use WordPress default gallery. More details about WP gallery you can find in pages below: https://codex.wordpress.org/The_WordPress_Gallery https://codex.wordpress.org/Gallery_Shortcode
-
To set up full width video, you need to set Video item as 1/1 size and for the section where this item is, set FULL WIDTH NO MARGIN style.
-
The links you sent this time, doesn't work. Please send us working links using online services like http://pasteboard.co/ or http://snag.gy/
-
All settings located under BeTheme options > Blog, Portfolio & Shop > Blog section are reserved for Blog page only but you use Blog item what means you can display multiple categories only using item's options. To go to item settings, you …
-
Hi, this is how included simple slider works and there is nothing you can do about that unfortunately. Thanks for understanding!
-
Hi, we did never tested such forms so we don't know if it's compatible with BeTheme but you can test it yourself. If forms provides shortcodes, you can put them into Column item and check if it works as you want.
-
Maybe the image was to big or you were trying to insert image directly into editor instead of giving it's link and that's why :) Please notice that this forum does not host images. Anyway, we definitely prefer if you use online services like http:…
-
Hi Irene, we are sorry but we do not offer any reseller and other discounts. Thanks!
-
Yes, we did and still nothing. So please send us link to page where you did it and faced this issue so we can have a look on it.
-
@deviantnabeel Please provide us link to page where you would like to do this then.
-
So if you want to make whole Top Bar smaller, you need to decrease logo size because this element enlarge top bar.
-
Hi, to remove logo but not sticky, you need to use the following css:#Top_bar:not(.is-sticky) .logo { display: none !important; }
-
You are welcome! :)
-
Hi, to remove those dates, you need to use the following css:.blog_slider .blog_slider_ul li .item_wrapper .date_label { display: none !important; }
-
You are welcome! :)
-
You are welcome :)
-
Ok, thanks. So to move the content on blog page down, you need to use below css:.blog #Content { margin-top: 100px !important; }
-
Hi, if you look at http://pasteboard.co/puytHMdYz.png you will see that you set custom css for slider revolution that removes this background on smaller devices.
-
Yes, it is possible.#Top_bar .logo { float: right !important; } .header-simple #Header a.responsive-menu-toggle { left: 10px; right: 0; }
-
Ok, thanks for adding the content. We were able to check it. So because it's 3rd party plugin, it has some styles. However, you can easily move the menu up for sticky header using the following css:#Top_bar.is-sticky .ubermenu-main { margin-top: 0 !…
-
Ok, thanks. So to change counter number colors, you need to use the following css:.counter .desc_wrapper .number-wrapper { color: #FFF !important; } but please remember that each css need to be put under Theme options > Custom CSS & JS > …