Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,882
- Last Active
- Roles
- Administrator
Comments
-
You're welcome ;)
-
To move logo to the left edge, you need to use the following css:.header-stack #Top_bar .logo { padding: 0 !important; } #Top_bar .column.one { margin: 0 !important; } #Top_bar .container { max-width: 1040px !important; } #Top_bar .one.column { widt…
-
As we can see, background header does not work because of your extra css which overrides this image:#Top_bar, #Header_creative, #Top_bar { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000000, #ffffff) repeat scroll 0 0; }
-
Hi, when you mark layer in Revolution Slider, you need to set Click > Simple Link action and then, under Attributes section, you need to set scroll class name. Thanks!
-
Looks like we misunderstood because as we can see, you want to change background of the content section. For that, you need to use custom css:/* for single post pages */ .postid-xxx #Content { background-image: url('PATH-TO-BACKGROUND') !important; …
-
Hey, this is background image which can be changed under Theme options > Global > General section. Thanks!
-
You're welcome! ;)
-
Those details you can remove under Theme options > Header & Subheader > Subheader section but as we can see, you probably do not mean to remove it completely but just hide the text to keep the background. If that's what you mean, you need …
-
Ok. As we can see, you forgot to use Full Width no margin style for sections where those images are.
-
You're welcome!
-
For all items/shortcodes is responsible functions/theme-shortcodes.php file.
-
Hi Lizy, this works fine. The header type you use, get the background from the Top Bar left option so it's fine. To set different background color for section, you need to use the following css but it won't look as probably you wish because menu an…
-
Hi, please send us private message with dashboard access to your site so we can have a look on it. Thanks!
-
As we can see, the problem is not related with theme at all but with the option you used. Please check pages where menu is not complete because looks like you set CUSTOM MENUS for those pages under Page Options section.
-
@stvnalln We found it finally. It does not work for the blog item only. For blog page it works because we did checked it. However, this will be fixed for the item with next theme update for sure. Thanks!
-
Please send us private message with dashboard access then so we can have a look on it closer.
-
We suggest to check this feature with default WP theme first if it works or not.
-
Thanks for your explanation! We appreciate it :)
-
@Hk096j You need to contact with your admin then because the limits must be deeper and need be increased by your admin only.
-
No, this is nothing special. You can try to sort it out yourself on your FTP. Above we gave you link to cors library where everything was explained. But more details about it you can read on http://forum.muffingroup.com/betheme/discussion/4902/icons…
-
1. The content of footer, can be added under Appearance > Widgets section where right widgets for footer are. 2. The link you sent above, does not work unfortunately and we don't understand what navigation you mean because menu supposed to displ…
-
Hi, we have no idea where from you get above css but it's wrong. The right @media rule should be:@media only screen and (min-width: 768px) and (max-width: 1024px) { /*content*/ } More details about @media rules, you can read on http://www.w3school…
-
You're welcome!
-
Hi, as we can see, this is woocommerce page which is not editable. What you ask for, requires files customization. Thanks for understanding!
-
Hi, please send us link to page where this happens.
-
Hi, please send us a screenshot of how it looks like on your pc then.
-
No, it is not possible.
-
Hi, In reference to first question, if you want to use search for shop products only, you need to use Icon | Search Shop Products only and except that one, we do not have other option unfortunately. But to change placeholder text of search, please …
-
@besilio Solution for what exactly? There was so many questions asked above what is totally confusing. Would be great if you can clearly explain what for you ask + send us link to page that concerns your question.
-
Hi, Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all should be fine.