Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
Hi, the background does not disappear but is not responsive and never won't be. It's technical problem between responsiveness and css backgrounds. Thanks!
-
As we can see, the icons displays on mobile. The thumbnails has been replaced by icons on mobile. Do you mean that you want to change their color?
-
We suggest you to remove that page and create new one or try to clone this page with Duplicate Post plugin first and check if you would be able to edit cloned page because we have no idea what you did and why exactly you are unable to edit page.
-
Hey, so far we did never tested this plugin unfortunately. Thanks for understanding!
-
Hi, this 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 web developer. Thanks for understanding!
-
Hi, we are sorry but this requires files customization unfortunately. Thanks for understanding!
-
We mean that map item need to be full width (1/1 size).
-
@romy101 So what exactly you want to do?
-
Ohh, ok. So you mean Section's backgrounds. We thought that you mean something completely else. But we are glad to know that you sorted it yourself. Thanks!
-
We also don't know what for this code is and what is that. We completely do not understand your request.
-
We do not offer such customization but you can contact with our colleges who offer such customization. You can contact with them thru: http://rewrkz.com/ and http://customizationgeeks.com/
-
That's weird because on our computers it does not look the same. You have probably larger screen size and that's why it's not full width on your end. As you can see on http://pasteboard.co/Q3PeP9b.png your image is only 1187px width and if you want …
-
No, we mean your website developer who is responsible for any changes in theme files. 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 must…
-
You are welcome! :)
-
Ok, thanks. So to change sub-menu items text, you need to use the following css:#Top_bar .menu li ul li a span { text-transform: lowercase !important; }
-
You are welcome @ale-sap :)
-
Hi, what is exactly happening? Any link to page where you got a problem? Did you checked Appearance > System Status if you don't have any limits?
-
@chitu Just increase memory_limit on server side and all would be fine. In some cases, it is necessary to contact with admin because this need to be increased deeper. Like we wrote above, you can check all limits under Appearance > System Status …
-
You are welcome :)
-
You got this message, only because you didn’t watched our instructional video. Slider Revolution is external plugin and it’s content can not be imported automatically with the demo import so you need to import it separately. More details about slide…
-
As you can see on http://codex.wordpress.org/images/1/18/Template_Hierarchy.png there is no such template like single-xxx.php. Such template just does not exist. Ohh, the above screenshot comes from official WP documentation.
-
Great! :)
-
We left you above link to page where we explained how to send us message. This is that link http://forum.muffingroup.com/betheme/discussion/2783/important-learn-how-to-send-private-message
-
You're welcome!
-
Hi, this warning is not related with theme but with one of your extra plugins. We did never used such function as has been mentioned above. Thanks!
-
Ok, thanks. To put the same line under menu items, you need to use the following css:#Top_bar .menu_wrapper { border-bottom: 1px solid #000 !important; }
-
Hi, this image is full width already on our side. On what screen size it's not full width exactly on your end?
-
You are welcome! :)
-
You can use img tag.
-
1. You must set class name for that section first. And if you set class name, you can use the following css to remove that padding on mobile:@media only screen and (max-width: 767px) { .section.class-name { padding-top: 0 !important; } } 2. To…