Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
But the background is already fixed. It works on your site exactly the same way as on http://caseycares.org/about-us
-
No, we do not have other opportunity. Let us know when you site would be online then so we can have a look on it first.
-
Please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason then because it doesn't work the same on our side. Please don’t forg…
-
The only way to use it, is to download font files and upload as custom font. But because google fonts provides .ttf files, you need to use the following generator https://www.fontsquirrel.com/tools/webfont-generator to generate the rest types of fil…
-
Yes, we understand what you mean but we do not have any impact on how slider works because it's external plugin. The only thing we can do is just drop the information to plugin's author with hope they would be able to have a look on it in the future.
-
Please send us link to page where filtering does not work then. But before this, we recommend to remove all extra plugins because we are 100% sure that filtering is fine as we checked it already.
-
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; } }