Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
Hi, please send us link to page where pagination does not work so we can check what is wrong exactly.
-
Ok. So if you want to start sidebar from desired place, you should use Sidebar Widget item instead per sections. Please notice that there is no other work around to display sidebars that way.
-
@fluxlabs Muffin builder is encoded with base64() and that's why it is not possible. This content must be encoded to be fully safe. For the Muffin Builder is responsible post_meta table.
-
Hi, this is how it works exactly and there is no way to change this behave. JS responsible for counting the space for the logo and banner loads at the end and that's why all css's must be loaded first and then js loads. In reference to slider on t…
-
@JosueAlfonso Yes, this is exactly what you should do. We are glad to see that you sorted it out!
-
Hi, to remove featured images from single portfolio pages, you need to use extra css:.single-portfolio .single-photo-wrapper.image { display: none !important; }
-
Hi, yes, it is possible. Just turn on Boxed to Full Width option under Theme options > Responsive section.
-
You're welcome ;)
-
Hi, there is 2 different places where logos are: Theme options > Global > Logo and Theme options > Responsive sections.
-
You're welcome!
-
Hi, this scroll is called Nice Scroll. If you don't like it's speed you can change it or disable under Theme options > Addons & Plugins > Addons section.
-
Hi, no, it's not because Muffin Builder and of course BeTheme is compatible with WPML plugin. More details about compatibility between wpml and theme you can check on https://wpml.org/theme/betheme/ (compatibility was tested by wpml authors as well…
-
No problem.
-
Hi, we do not have such list. If you want to check what sizes we used on our demo, you must check images manually on site. Or if you prefer, check images sizes under functions/theme-functions.php file.
-
We did checked this slider already and we are sure it's 1000000% fine! So the problem is somewhere on your end for sure. What we may suggest is: - re-install slider files via FTP (remove old files and upload the newest one from package). All plugin…
-
You used different images sizes and that's why all images are different. If you want to get same sizes as we have on our demo, all images must be the same size.
-
This is what you did exactly and this has nothing to theme. As you can see on http://pasteboard.co/2wWm0iAv.png (left/bottom corner) the link is profile/#about. We have no idea how you did it and where but first time we see something like that. And …
-
Hi, please send us link where you got this icon so we can have a look on it first.
-
Hi, we are sorry but it's not possible to change it's position. What you ask for requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your w…
-
If you want to use same footer on all pages, you must remove the following css from Theme options > Custom CSS & JS > Custom CSS section first. After that, you must set own copyright under Theme options > Footer section. Please notice t…
-
We don't know because you still did not provided link to your site and we can not have a look on it.
-
@tonytreacy Any link to page where you used above css and it does not work?
-
We did checked this images but to be honest we do not see anything wrong there. This is how FULL HD images resize on bigger screens and there is nothing what you can do to change this behave unfortunately.
-
Ok. So to remove featured image from single portfolio pages, please use the following css:.single-portfolio .single-photo-wrapper.image { display: none !important; }
-
You're welcome! ;)
-
Hi Matt, to increase header's background height, you must use extra css:body:not(.template-slider) #Header { min-height: 500px !important; }
-
You're welcome ;)
-
To change it's color, please use the following code:#Subheader .title { color: #000 !important; } But in reference to changing it's title, please send us link to page where you changed this title so we can have a look on it.
-
You're welcome ;)
-
Hi, this margin comes from Custom CSS section. The following css is responsible for this space:/* Home margins */ .tuning_portfolio, .tuning_map { margin-top: 70px !important; }