Pablo
Pablo
About
- Username
- Pablo
- Joined
- Visits
- 4,874
- Last Active
- Roles
- Moderator
Comments
-
Hi, Unfortunately, it's not possible. You can only set the Grid Width globally in the Theme Options > Global > General Of course, if you want to make some section full-width, you can do it by enabling the "Full Width" option in the …
-
Hi, all of the themes on the envato market are under the same license, details: https://themeforest.net/licenses/standard You can use one license per end product, so you can use any pre-built website you desire or mix them but you cannot use the the…
-
Hi,Unfortunately, there is no option in BeTheme's Theme Settings to change the size/behavior of these images. If you would like to change the size of the image with CSS, this value must be static(pixels), of course, you can use the percent value but…
-
You have to provide the Google Maps Api Key to use this shortcode.Paste the API key into the Theme Options > Global > Advancedhttp://prntscr.com/n0gdfq Thanks
-
Really sorry for the late answer.To make it work, you have to fill the "SVG Logo Width" field, it's really necessary to make it work.It's in the Theme Options > Global > Logohttp://prntscr.com/n0gho5 Thanks
-
Hi, Did you fill the "SVG Logo Width" field?It's really necessary to make it work.It's in the Theme Options > Global > Logohttp://prntscr.com/n0gho5 Thanks
-
Hi, Here is an instruction on how to update the theme: http://themes.muffingroup.com/betheme/documentation/#general Theme updates will not delete your content unless you have changed the files directly in which case we suggest using a child theme. …
-
@leydelpromotion Please clear the cache of your browser - it should solve the problem. Also, please contact your hosting provider and ask him about increasing the PHP_Max_Input_Vars value to 5000. The php-info file is the almost the most reliable f…
-
Can you disable the Under Construction mode? I have to check it on your website. Thanks
-
Hi,1) It's really easy to use, these columns shows you on which side they will appear(red circle on image)http://prntscr.com/n0gz8jI've made this kind of layout and it works fine. 2) It's not possible yet.It's out of beta, but it's still early stag…
-
Please check these topics:https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-pagehttps://apollomapping.com/how-to/getting-started-ftps It will explain you everything about it.Thanks
-
Please use the Map Basic instead. It does not have a lot of functionality, but for basic purposes, it should be enough. Thanks
-
1) The problem was related to your images, they had the same name and location.https://prnt.sc/n0ffk9Please use other names for the images. 2) To edit text in the Column item, you have to use the HTML tags. If you want to use the WordPress Visual e…
-
Hi,To display the image on header, you have to disable the "Minimalist" option.You can find it in the Theme Options > Header & Subheader > Headerhttp://prntscr.com/n0da4t Thanks
-
There is no parameter in CSS like "align"To change the position of that line you would have to use "margin-left:0" or "margin-right:0" instead.Thanks
-
Hi,To turn off the hover effects on the images, then please go to the Theme Options > Global > General and change the "Style" option in the Image Frame Section to "Disable hover effects"http://prntscr.com/n0d43y Thanks
-
Hi, Please go to your FTP, create a php file with phpinfo() function inside and send us a link to that file privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a look on your …
-
Hi,Please go to the Theme Options > Blog, Portfolio & Shop > General and turn the "Share Box" option to "Hide"http://prntscr.com/n0d34k Thanks
-
Please paste this CSS into the Theme Options > Custom CSS & JS > CSS.sub-menu span{ font-size:12px !important; } Thanks
-
Hello! If you are having issues with deregistering your license key, want to manage your license key or most important, you want to deregister a website that has been removed without deregistering it first, head to this topic: https://forum.muffing…
-
Hi,When you use the "Map Advanced" item, then you have to provide the proper api key to use it.You can apply it in the Theme Options > Global > Advancedhttp://prntscr.com/n0de6g If this won't help you, please send a link to your webs…
-
Hi,Unfortunately, we do not have any tool to minify the CSS.Also, we recommend not to minify the JS files, it can make a lot of troubles with the theme functionality. We cannot recommend any plugins other than the ones we support. You can find the…
-
Hi,All images used in the I T S E R V I C E ——————————————————————————— Photodune: ———————————— Market analysis https://photodune.net/item/market-analysis/3551091?s_rank=969 Other: ———————————— MacBook Pro - 15 Scalable Mock-ups https://dribbble.c…
-
Glad to hear that.Is there anything else I can help you with?Thanks
-
Hi,Please clear the cache of your browser - it should solve the problem.If your theme is working fine, then you shouldn't be worried about it.Also, too small PHP Time Limit value does not make a lot of troubles (unless it's lower than 60s) Thanks
-
Hi,Unfortunately, BeTheme does not have such a functionality.It require theme files customization to achieve, but we do not support such modifications.Thanks
-
You can change the default sorting of the woocommerce shop page in the WordPress customizerhttp://prntscr.com/n0dqgu You don't have to use the third party plugin for that.Thanks
-
Hi,Please paste this JS script into the Theme Options > Custom CSS & JS > JSjQuery(function($){ if($(window).width() < 768) $('.sidebar').insertBefore('#Content'); }); It will solve your problem Thanks
-
Hi,I do not see that issue anymore on your website.Did you solve your issue?Thanks
-
Use this CSS too:@media (max-width:768px){ .menu-toggle{ font-size:36px !important; font-weight:800 !important; color:red !important; } } Thanks