Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
@ultrawirt Ok. So please send us url to page where you pasted this code and we'll have a look on it because we tested this css on our side and it works. So maybe you do not refer to single portfolio pages? @michalkrut So basically want to remove ne…
-
Hi, you can center those images with below css:.single-portfolio .single-photo-wrapper .image_wrapper { text-align: center !important; } but to change crop effect, you must play with functions/theme-functions.php file.
-
Hi, those fonts are loading by default from functions/theme-head.php file.
-
Hi Marcus, we are really sorry but we do not have such built-in function. Login exist as widget only and can be used in places where widgets are acceptable: Sliding Top Bar, Sidebars and Footer sections. Thanks!
-
@regenuilty It's because of empty space in one of the MAP fields. Please remove all empty spaces from map fields and all will be good.
-
Hi, please send us url to page where you lost images and we'll have a look on it. Please also show us on screenshot where images supposed to be.
-
Hi Alex, 1) This empty space comes from bottom padding of section where subheader is. You can see this on http://pasteboard.co/1zzEIP1u.png 2) Header type, you can change under Theme options > Header & Subheader > Header section. But if …
-
We are very sorry because it's probably not what you would like to hear but like we wrote before, we checked your site several times on many different computers (Windows and Mac, Firefox, Safari, Chrome, Opera) and all is fine. We checked even out o…
-
Hi, any pre-made layout can be imported from BeTheme Demo Data > Demo section. We are just wondering which instruction you read carefully if you downloaded xml files. We do not support that kind of files since very long time and all demos are in…
-
Please send us private message then with access to your dashboard and we'll have a look on it. Also please attach some screenshots with explanation in what categories blog posts you want to see the sidebars.
-
Hi, it's not because of theme but because of WP option. More details about that you can read on http://forum.muffingroup.com/betheme/discussion/1007/fixed-visual-editor-text-area-not-scrolling Thanks!
-
We did checked this url in Google testing tool and as we see, hentry tag is fine like we thought what you can see on http://pasteboard.co/1zrRdfmg.png You can test any page you want withing the following tool https://developers.google.com/structur…
-
This is how that kind of CSS works. This works exactly the same on our demo so it's fine. There is nothing what you can do with that css unfortunately.
-
Hi, look at your JS console and you will see the reason why icons does not work. It's because of CORS library which is not enabled on your server. More details about that you can read on http://enable-cors.org/server.html Thanks :)
-
Hi, we did checked your site, we navigate between different pages and of course menu on contact page works fine what you can see on http://pasteboard.co/1zprAn0N.png We did not noticed anything wrong.
-
What does it mean that you are looking for the items? If add section works, you must do the following: add section > add wrap > add item.
-
Hi Aaron, we do not have option to use custom icons unfortunately. Thanks for understanding!
-
Hi, please send us url to page where you got list with icon and we'll try to help you. Thanks!
-
Hi, subheader can't be sticky. Only header can be sticky and this can be set under Theme options > Header & Subheader > Header section.
-
We did checked it and we noticed that below css will do the trick:#Content { position: relative; z-index: 2 !important; }
-
You're welcome! :)
-
Ok, now we got this header. So it was pretty difficult and below you got the only css we found for this. IF this won't fit to your needs, please notice that nothing else won't be possible.#Top_bar .menu_wrapper { width: 80% !important; } #Top_bar .m…
-
No it works ;) So to remove author and tags from filtering, please use below css:#Filters .filters_buttons li.authors, #Filters .filters_buttons li.tags { display: none !important; }
-
There could be few reasons of this error: 1) Please turn off all extra plugins. 2) If plugins deactivation won't help, then please re-install theme files via FTP only to be sure that all files has been transferred properly. 3) If none of above po…
-
But as we see, you are not using any of our headers. You deactivated our header completely and you are using your own instead. In this situation, it won't be possible to display logo on sticky header because actually you do not have sticky header. T…
-
@gmasson We'll consider this of course when we finish about thousand of features that are currently in queue.
-
Hi, we did never tested those plugins so unfortunately we don't know why they won't work. Thanks!
-
Please send us url to example page where hentry tag is missing.
-
As we see, you used custom css to set this color, but you forgot about !important declaration and that's why color is grey. This is how your css looks like http://snag.gy/qCwQn.jpg So please use !important declaration and all will be good.
-
Hi Sam, tables won't be never responsive because html tables and responsive are technically incompatible. But in recent version we added possibility to swipe this content on mobile devices. If you touch the screen on table and you will swipe your f…