Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
1) At this moment, we have over hundred of features on "to do" list that must be done first. After that, we may consider your request of course. 2) Each css should be stored under Theme options > Custom CSS & JS > Custom CSS sec…
-
Hi Josh, please send us url to page where you imported sport demo and it does not work. We must have a look on it. BTW the image you sent above, does not work. Thanks!
-
@dasser This is unfortunately not possible. What you want to do, requires files customization.
-
If you prefer 6 characters code, just use it. It does not matter if you would use 3 or 6. The effect would be the same.
-
Ok. So to remove those titles, please use below css:.portfolio_group .portfolio-item .desc { display: none !important; }
-
You're welcome ;)
-
Footer, can be easily disabled with below css:#Footer { display: none !important; }
-
Hey, to change menu items color when header is sticky, please use below css:#Top_bar.is-sticky .menu_wrapper .menu > li > a { color: #000 !important; } Thanks :)
-
You're welcome! ;)
-
Hey, what you got in header, is header background feature. If you don't need it, please activate "Header | Minimalist" option under Theme options > Header & Subheader > Header section. Thanks!
-
Hi Roger, 1) To remove footer from homepage only, please use below css:.home #Footer { display: none !important; } 2) Please give us link to page where you wish to set transparent header for home page and we'll see if it's possible with your curre…
-
Hi, use " " then for each blockquote and use below css as well to remove default background:blockquote::after { background: none !important; }
-
You're welcome :)
-
Thanks, the the url because now everything is clear. Under Appearance > Menus > Manage locations section, you activated custom menu instead of social icons and that's why icons does not appear. You should leave this drop-down field empty if yo…
-
Yes, it is possible to have the header transparent like on home page. But we see, that you did it already because header on inner pages looks the same as on homepage what you can see on http://pasteboard.co/2t0JSx2W.png
-
Hey, no, you won't lose current content if you will update theme files only. Whole content is stored in database and it's safe while update. But would be great if you can do update thru FTP because this is the safest method and you can always be su…
-
Hey, you get this error because of the limits on your server side. Your server does not work properly with wp_remote_get() function which is default WP function btw. In this case, you can import options manually. Thanks!
-
Hi, you are probably using wrong item. If you would read the doc, will be clear that CODE item is not parsing the code. If you want code to be parsed, you supposed to use COLUMN item instead. Thanks!
-
The colors may be different for each browser but this is how browsers render such items themselves. On our side, the color is not blue what you can see on http://pasteboard.co/2sZVDeTG.png BTW The css we gave you above, change border color as well.
-
But we use recent version always and we do not see anything like on your screenshot above. If you would install theme for tests and would set this item, we'll check what may be wrong on your side.
-
Hi, it's all because of your JS errors in console what you can check on http://pasteboard.co/2sZgbHqM.png - those errors could be related with your plugins or you just simply did the mistakes somewhere in the code. Thanks!
-
For which button you want to swipe these colors?
-
Hey, this looks like a slider. In files it's called Flexslider but because we do not use anything like that, we don't know if this requires only this plugin or maybe some deeper modification. Thanks!
-
So please deactivate this plugin and the check the icons because we are pretty sure that this plugin is the reason.
-
Hi, do you ask in which file can be changed masonry? If that's what you mean, let us know if you mean portfolio item or what? Thanks!
-
Sorry, but we do not see any vibrate at scroll. All is fine.
-
To be honest, we have no idea what may be wrong. We are sure that it's not because of the theme because you can install this theme on other server and you would see that everything would be fine. All we can suggest is to deactivate all plugins. Howe…
-
Ok, thanks for this explanation. I'm going to forward this message to programmer and would speak with him about this on Monday.
-
We investigated really a lot of time in your questions and we did not found anything wrong. We have no idea what may be wrong on your site because we completely do not see any difference between the code on your site and our demo. All we can suggest…
-
Thanks. So to change this background color, please use below css:input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:fo…