Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
Hi Zoltan, as we can see, your import is incomplete because of server limits or you just was unlucky during this import. What we recommend is to remove all data with Wordpress Reset plugin. But please remember that this plugin removes all data, lik…
-
We mean modifications inside theme files. So basically code modification.
-
You got this message, 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 slider imp…
-
So if you install it locally, then it might be the reason why it does not work.
-
Sorry but we do not understand what you want to do with the image size. But to set up sidebar for WooCommerce pages, you need to put widgets into Plugins | WooCommerce sidebar under Appearance > Widgets section.
-
But is it prohibited by your hosting provider? Or what? Because we really do not understand.
-
So if you want to decrease h1 heading size on mobile, you need to use custom css:@media only screen and (min-width: 768px) and (max-width: 1239px) { h1 { font-size: 16px !important; } }
-
Ok, great!
-
Hi, to change font size on mobile devices, you need to use custom css, especially @media rules. All details about this rule you can find on http://www.w3schools.com/cssref/css3_pr_mediaquery.asp but all pre-defined rules you can find inside respons…
-
@mysocialgenius Please show us on the screenshot how it looks like on your end then. But please do the screenshot of our demos of course where you faced with menu issue.
-
Hi, 1. To change pricing label, please use:.pricing-box-label ul li { color: #FFF !important; } 2. As we can see, you set br html tags so if you want to have those dots centered vertically, all you need to do is change it's code to the following:*…
-
1. It means that we added new options for menu buttons under Theme options > Colors > Menu & Action Bar > Menu Button section. 2. May we know where did you set those images? Because as we can see, you do not have them even in the code …
-
Ok, thanks. We did checked it and looks like the problem is with your child theme. Please switch to parent theme and check.
-
1. It's just simple IMAGE item. 2. You can get PSD file of this mockup from http://graphicburger.com/i-am-creator-perspective-edition-demo/
-
Hi, to do this, you need to set FULL WIDTH NO MARGIN style for section where you got those images.
-
Hi, to decrease header height on mobile, please go to Theme options > Header & Subheader > Header section and activate Minimalist option. Thanks!
-
Hi, to remove default copyright, you need to set own under Theme options > Footer section instead.
-
Hi, as you can see on http://pasteboard.co/3K4c3MbEw.png your custom item is centered already and it's size has completely nothing to do with the theme itself. Looks like the widget you use, is adding custom width for this item and to increase it's…
-
Hi, yes, you can enable comments for pages under Theme Options > Pages > General section.
-
As we can see, it works so it must be cache on your end if you do not see any changes. You can put text next to the icon but they won't align properly because this requires files customization.#Top_bar a.responsive-menu-toggle span { width: 70px !im…
-
You are welcome! :)
-
Ok, thanks. So to remove date, please use the following css:.section-post-related .post-related .date_label { display: none !important; }
-
Hi, please send us link to page where you got this so we can have a look on it because we are not sure what you mean exactly and we need to have a look on it. Thanks!
-
Hi, to center Action Button, you need to set Align Center option for Icons under Theme options > Responsive > Header > Top Bar section.
-
Hi, Looks like your server does not support wp_remote_get() function which is a default WP function btw. wp_remote_get() uses loopbacks and this could be the reason why you are unable to import complete pre-made layout. So or you will contact with …
-
Ok, got it. So to make same header as you presented on 2nd screenshot above, you need to use the following custom css:@media only screen and (min-width: 768px) and (max-width: 1239px) { #Top_bar .menu_wrapper { position: absolute !import…
-
Ok, thanks. So to center those icons, please use the following css:.list_item.lists_3 .list_left { width: 100%; } .list_item { text-align: center; }
-
Hi Michelle, the button you mentioned above is the only button option we have for header section. It's Action Button and you can define it under Theme options > Header & Subheader > Extras section. Thanks :)
-
This couldn't be done with custom css. This requires files customization.
-
Let us know when your site would be online then because we need to have a look on it.