Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
Ok, so to remove hover effect from the Icon Box item, you need to use the following css:.icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before { background-color: transparent !important; } .icon_box .icon_wrapper, .icon…
-
Please switch to default WP theme then and check if it appears there because we are pretty sure this has nothing to do with the theme as we checked it already on our side.
-
Ok, thanks. So we checked and this has completely nothing to do with the BeTheme itself and it's due to your custom css:.portfolio_group.masonry-hover .portfolio-item { margin: 0 10px 20px 10px; } .portfolio_group.masonry-hover.col-3 .portfolio-…
-
Yes, this one is very easy and we understand it very well however we do not have an option to add sidebars for custom post types provided by 3rd party plugins and this requires files customization unfortunately. Thanks for understanding!
-
Hi @davebal4, we are pretty sure it is related with limits on server end. This might be not enough memory or extra extensions like Suhosin or Zend OPCache which are limiting main settings.
-
Hi, please set custom class name for the section you want to be transparent and send us link to such page so we can give you custom css to achieve what you ask for.
-
Hi, what you would like to do then? Clear WordPress and do new import once again?
-
There is nothing to be fixed and the plugin we gave you above is exactly what you are looking for. Please bear in mind, Facebook need to clear cache before would be able to display proper featured image.
-
Please, do never do this that way. Did you read info next to this field? This field is reserved for class names but the custom css as above, need to be put under Theme options > Custom CSS & JS > Custom CSS section.
-
You are welcome! :)
-
But could you explain what is wrong with this link? For us, it looks good and we didn't noticed anything wrong.
-
Hi, please send us link to page where you got these images so we can have a look on it first. Thanks!
-
As we already said above, all custom post types we made you can find under /includes/ folder and if you create own post types, you need to base on these files. And if you are developer, all our custom post types located in this folder, should be def…
-
Hi, please send us link to page where from you would like to remove it because in some cases it is border but in some box shadow and we are not sure which one would work in your case. Thanks!
-
We just realized you use FULL SCREEN style for this section and that's why got this top padding. So if you don't want this padding, you need to disable FULL SCREEN style for this section.
-
Hi, you probably use VC for posts and that's why got code. Blog items are able to display simply text only so to set up custom excerpts, you need to set some text for each post under Excerpts field which is located under each post edition.
-
Sorry, we missed this screenshot. However, we checked your site and to be honest, we are not sure what you would like to do because if we are thinking about the same, you supposed to set Stack Center header type under Theme options > Header &…
-
Hi, do you mean to count words with Yoast plugin?
-
Hi, please send us link where you got this padding first because this is not how theme accordion looks like and we think that you modified something.
-
@magazino Actually, this was fixed few weeks ago so if you will update theme to latest version, everything would be fine.
-
Hi Tomas, please send us link to page where you got these padding so we can have a look on it first.
-
What you are talking about is Premium option and it is reserved for plugin customers only. This option is simply not provided with the standard version of VC.
-
Please show us on the screenshot what is being enlarged because we didn't noticed anything wrong on this site.
-
Please send us private message thru above form and we will give you the e-mail address.
-
@DaraEmerson What does it mean "not scroll"? Sorry but we don't get it. did you tried to set this header to check?
-
To set up similar menu, please set up Classic header under Theme options > Header & Subheader > Header section and also disable Sticky header.
-
It depends what you lost. If you are taking about Muffin Options, you can find them in wp_options table but the column is option_name. And inside this column, you need to look for a betheme value.
-
Yes, exactly, this is how it works exactly. This is how we designed it as probably in some cases while designing we found different issues. If you want to remove those margin/padding for the columns completely, you need to set FULL WIDTH NO MARGIN s…
-
@cavalcante_cio Please make sure Appearance > System Status is out of any errors and contact with your admin/hosting provider because the issue you faced with is related with hosting limits only.
-
Hi, sub-menu font can be changed with custom css only:#Top_bar .menu li ul li a { font-size: 16px !important; }