Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,934
- Last Active
- Roles
- Administrator
Comments
-
Hi, you can translate it under Theme options > Translate section.
-
Ok, got it. So to remove this spacing, you need to use the following css:.column_zoom_box { line-height: 0 !important; }
-
Hi, the best place to use html is Column item.
-
Hi, we just set button style under Theme options > Global > General section.
-
Hi, as you can see, none of these errors are related with theme so you need to look for a problem out of the theme. Thanks!
-
Hi, for that, you can use WP Mobile Detect plugin.
-
Hi, we did never tested any wp pizza plugin and we have no idea how to display it's cart. Thanks!
-
No problem :)
-
Hi, it's probably quite new font and that's why is not included on the list. Thanks!
-
Where it does not work? And what is exactly happening?
-
We are sorry but you won't be able to modify anything in database because the content is encoded. But if you want to know where it is stored in database, it's wp_posts and wp_postmeta tables.
-
Ok, great to know that you did it yourself already.
-
We get this image from https://pixabay.com/en/lights-bulbs-electricity-lamp-690629/
-
Hi, please send us link to page where you would like to do this first. We do not have an option to set gradient backgrounds but if you will send us link to page, we will see it's possible with custom css.
-
Hi, as far as we know, something like that is not possible with Slider Revolution plugin. Thanks!
-
Hi, what exactly you want to set up in footer?
-
Hi, yes, it is possible but requires custom css:.home #Top_bar .logo { display: none !important; }
-
You're welcome! :)
-
Hi, you set BLANK template for page/s and that's why top bar and footer does not appear. More detail about the templates you can find in the documentation (section 4.3).
-
You are welcome! :)
-
Hi, to stretch header's background, you need to use the following css:body:not(.template-slider) #Header_wrapper { background-size: cover !important; }
-
You are welcome ;)
-
Hi, to add background image to the header area, you need to use the following css:#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_ba…
-
Hi, to remove those details from mobile, you need to use:@media only screen and (max-width: 767px) { #Top_bar .logo { display: none !important; } #Header .top_bar_right { display: none !important; } }
-
Hi, these are widgets and you can sort them out under Appearance > Widgets section. More details about this part you can find on http://themes.muffingroup.com/betheme/documentation/#footer-widgets
-
You can remove those links with an extra css only:.image_frame .image_wrapper .image_links { display: none !important; }
-
Hi, it's a Footer and you can disable it easily under Theme options > Footer section.
-
You are welcome :)
-
We need link to your site so we can have a look on it. But about the map, please take a look at http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key/p1 where everything was explained.
-
You are welcome ;)