Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
The following variables should be increased for sure: upload_max_filesize, max_execution_time, post_max_size, memory_limit and max_input_vars. You can check Appearance > System Status section as well for more details.
-
@Bender1012 Yes, you can update plugin. More details about it you can read on http://forum.muffingroup.com/betheme/discussion/1155/wp-bakery-visual-composer-with-be-theme-how-to-update-visual-composer-plugin
-
@haegeman Sorry but we don't get what exactly and where you want to replace.
-
Theme options > Custom CSS & JS > Custom CSS section.
-
Hi, what the link of your site then?
-
No problem.
-
The items (images) for this item, you can add under Slides section which is on the left hand side under dashboard.
-
Good to know :)
-
We don't have such option because 99% people are using the same action bar as we do on demo. So some details are on the left but some on the right. And because these are 2 different div's with different widths, you can not center them. It's just not…
-
No, nothing because as far as we know, this is just not possible.
-
We checked and we can not agree with you that you changed title. The title is "Tarzan Kay Copywriter" what you can see on http://snag.gy/1GUUW.jpg
-
1) If you want to change images sizes, you need to play with functions/theme-functions.php file where add_image_size() functions responsible for different images are. 2) To make them closer, you need to use extra css:.widget.widget_adrotate_widgets…
-
We host our demos on OVH but we are using dedicated servers for which are responsible admins. We are not server experts so we do not touch them.
-
Good to know that you sorted it out :)
-
Hi, we are sorry but we do not have anything like that included. Thanks!
-
Where exactly you put this css?
-
Hi Ollie, did you followed all steps from http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revolution-slider-into-be-theme ? If not, please read this topic before the import. Thanks!
-
Hi, the text has been cached by Facebook and that's why how this text looks like. We do not have any impact on it.
-
Can you upload this bar the same way as you did when you made a screenshot? Because this bar does not exist currently.
-
Hi, if you want to change link to logo, you need to play with includes/header-top-area.php file. Thanks!
-
Hi, your plugin uses custom post types and that's why there is nothing what we can do in this case because this requires plugin's files customization. Thanks for understanding!
-
With css it is not possible because this text is coded into plugin. Our theme does not have any impact on it.
-
To site where this plugin and theme are. You need to send them us privately.
-
@grinapp What is the link to your site so we can have a look on it? We are not sure what you mean exactly.
-
Hi, to re-create Be|Tuning demo, you need to use 1 click installation feature. More details about this you can read on http://forum.muffingroup.com/betheme/discussion/1064/how-to-re-create-one-of-full-demo-pages-betheme-demo-data You can also watch…
-
Did you added return false; code to the onlick action? Sounds like you didn't and that's why your site refresh. This is how onclick works. The href, comes from the link attribute for button's shortcode.
-
Maybe you can show us what exactly you want to do so we can have a look on it?
-
If that value can not be increased, it means that your server is really poor because this value is definitely too low.
-
Do you mean to replace default sliding top icon or what? On what page you want to do this?
-
Hi, it's all because of your plugin which has 9999 z-index for ribbon. To increase z-index for the sticky bar, you need to use the following css:#Top_bar.is-sticky { z-index: 99999 !important; }