Pablo
Pablo
About
- Username
- Pablo
- Joined
- Visits
- 4,874
- Last Active
- Roles
- Moderator
Comments
-
Hi,After disabling all of the plugins, is this issue exsists?Cheers
-
Hi,Slow loading of website can be fault of pluginsDo you have a lot of them? But, PHP version should be 7.0Cheers
-
Hi,All changes of image effects are in Theme Options > Global > Generalhttp://prntscr.com/k9v9t8 If there is no effect you wanted, you have to edit the Theme files, which we do not support.Cheers
-
Fix this issues I told you beforehttp://prntscr.com/k9v8nc Disable a sidebar and check again.Thanks
-
Add this CSS code too: li.current-menu-item i { color: #fce531 !important; } Cheers
-
Hi, purchase codes (license keys) are not included for plugins which are bundled into the theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plug…
-
I don't understand.You want to change a color and size of title of the fields?Please make a screenshot with highlighted things you want to change. Cheers
-
Hi,Please change the scroll plugin to other in Theme Options > Addons & Plugins > Addonshttp://prntscr.com/k9sg13Cheers.
-
Be sure that you have full-width website in Theme Options > Global > General.And, edit the section, tick the Full Width and remove horizontal margin.http://prntscr.com/k9sff0 Cheers
-
Hi,I think that the second option will be better.But start with transparent menu and menu content and at start just make a CSS transition of appearing the menu after the 10 seconds.More about transitions here: https://css-tricks.com/almanac/propert…
-
Hi,Please use this Custom CSS in Theme Options > Custom CSS & JS#Content .entry-content .column_attr div{ border-top:0px !important; } Thanks
-
Hi, It can be this way?#Action_bar{ padding-top:30px !important; } #Action_bar .container{ margin-top:-20px; } #Header #Top_bar:not(.is-sticky){ margin-top:30px; } Thanks
-
You can use a header layout named "Stack:Center" and then just upload a 1x1px transparent logo or just make it disappear by display:none with Custom CSS.Cheers.
-
Hi, Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you pro…
-
I do not see any issue in <head>Also, we do not support this plugin, so we cannot be any help for you.Cheers.
-
We cannot say anything now. We can only assure you that BeTheme will be compatibile with Gutenberg.Thanks
-
We are creating the new documentation. Soon it'll replace the old one. 1) If you're using JQuery filtering, you cannot use pagination or load more button. Just increase the number of visible items. When you don't have JQuery filtering turned on, wh…
-
Hi,It's not possible through the BeTheme Options in portfolio type page.You would have to delete whole category or just hide it with Custom CSS(which i dont recommend because it's working badly with JQuery filtering)Also, JQuery filtering shouldn't …
-
Hi,Please increase your PHP_Time_limit in php.ini to 180secondsCheers
-
I do not see any conference tickets.You have to categorize all of the products or it just won't show up. Cheers.
-
Sorry, I wanted to type a subheader image.http://prntscr.com/k9sl7zCheers
-
Hi,Please go to Theme Options > Blog, Portfolio & Shop > BlogScroll a little and you'll find a Post Meta fields, leave ticked on only the things you want to see near the post on blog page.http://prntscr.com/k9sjw7Cheers
-
Hi @skypenglish I do not see the message.Please send it again.Cheers.
-
Hi,Better to copy and paste your custom css and scripts to other place and then copy it to the newest version.Here is an instruction on how to update the theme: http://themes.muffingroup.com/betheme/documentation/#general Theme updates will not dele…
-
Hi, Sorry, but we did not test this script/plugin with the theme. Our policy states that we do not support third party plugins or custom code so unfortunately, we cannot be of any help to you. Also, we cannot recommend any plugins other than the on…
-
Hi, purchase codes (license keys) are not included for plugins which are bundled into the theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plug…
-
Hi, What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact your web developer. Item Policy says: Item support does not include se…
-
Hi, Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you pro…
-
Hi,Use CSS made this way:@media (max-width:767px){ #Top_bar .logo { display:none !important; } } Cheers