Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
You're welcome ;)
-
Hi, if you will set one of those headers on your site and you will send us url to site where you want to do this, we'll see if it's possible with just css make such thin menu bar.
-
Yes, Portfolio Grid item allow to display items from multiple categories. Maybe you configured something wrong and that's why it does not work as should? How did you configured this item? Are you sure that you used SLUGS for categories properly? As …
-
Upload size won't change anything in this case. Some other variables like: upload_max_filesize, max_execution_time, post_max_size, memory_limit should be changed as we know. But because we are not hosting administrators we don't know what other limi…
-
You're welcome ;)
-
Other demo may import because probably does not have so many images or videos. This is the reason why some demos may import but some not. We already import Be|Factory demo on our side and it works fine so this is not a problem. What limit you increa…
-
Hi, we have no idea what you did but this definitely shouldn't happen. We recommend to update WP to recent 4.3 version and also please update theme files to latest 9.3 version. But please update all theme files via FTP because it's the safest way. …
-
@Salisa777 Looks like theme files are incomplete. We recommend to update theme files to latest version (9.3) via FTP. Also please deactivate all plugins to check if one of them is not not reason of this layout. But if above solutions won't help, the…
-
@Salisa777 Any url to site where this happen?
-
In the theme files only. This can not be done with css. But please notice that we do not offer any files modifications, so if you want to modify them, you must do this on your own.
-
This is how scale with grid class works and it is not possible to change this behave. But in our opinion this banner at the top "Cosmetic Dentistry" looks great on smaller devices as well.
-
Hi, please try to import without "Media attachments" because probably your server got some limits and that's why you are unable to import whole demo.
-
Hi, to change "Quick fact" font size, please use below css:.quick_fact .number { font-size: 40px !important; }
-
Hi, to change font size of H2 tag for posts, please use below css:.post-title h2 a { font-size: 20px !important; }
-
Hi, the sidebar is under the content because you forgot to set sidebar layout for Shop page. Please go to "Shop" page edition, and select sidebar layout under "Page options" section. This will do the trick.
-
Hi Luke, it's because of the logo size. Your logo is too big for mobile devices and that's why logo cover the menu button. What you can do is decrease logo size on mobile devices and move the button to the right side. This can be done with below cs…
-
Ok. We give you css to remove both sections:#Filters .filters_buttons { display: none !important; } /* removes section with diagonal stripes only */ #Filters .filters_wrapper { display: none !important; } /* removes categories only */ #Filters { dis…
-
Instead of 959px, choose the own width when you want to display logo large.
-
It's "Progress Bars" item with below content inside:[progress_icons icon="icon-heart-line" count="12" active="8" background=""] [progress_icons icon="icon-thumbs-up" count="12" ac…
-
We do not see errors now. Looks like you fixed it. Thanks to that we were able to find where the problem is. There is something wrong with your slider settings. It's not section. If you don't know what you did wrong inside slider, then below css wil…
-
Yes, this is definitely very hard to replicate this on our end because we did never met with anything similar in the past. We are pretty sure that this must be something wrong with the content inside. In our opinion this can not be anything else.
-
Next to each item, in the left top corner you have +/- buttons so you can increase/decrease item sizes.
-
Did you used Force Regenerate Thumbnail plugin after this change? Because whenever you change images sizes, you must use this plugin.
-
Sorry but we do not understand what you mean exactly. Please try to explain one again and also send us url to page where you want to do this.
-
Please send us url to page where you use project in widget and image is 960px so we can have a look on it.
-
Hi, please send us url to page where you want to increase logo size because in each case, css may be different. Thanks!
-
@kyra1234 You did not imported slider if you got this message. What slider version you use? Does slider exist in slider section and does it have lawyer alias? Maybe you imported different slider and now you should change slider under "Page opti…
-
Hi, we have only one item which is responsible for videos and it's called "Video".
-
You are welcome! :)
-
Hi, to remove this background behind the year, please use below css:.timeline_items li h3 span { background: none !important; } .timeline_items li h3 span::after { background: none !important; }