Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
Hi, we just visited your website and the font is not Times New Roman. Please try to delete your browser cache. thanks
-
HI, what do you mean exactly, could you give an example? thanks
-
The logo must be changed in theme options>global>logo, it is not the part of the slider. You have to either use your own logo or the text.
-
Hi, This error "The package could not be installed. The package contains no files." means that you have not deregistered the website before moving. Please deregister it on both domains and register again on the new one. If this is not poss…
-
We said that you should attach a link tot his forum disscussion, which you did not. THis is why it took so long. Could you please send a screenshot of what element exactly do you want to hide?
-
Sorry but there is no ipad size, the website does not recognize devices. Did you upload a retina logo? Please try this custom css @media (max-width:1239px){ #Header_creative #Top_bar #logo img.logo-sticky { max-height: 100px !important; padding:0…
-
Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to this forum discussi…
-
Sorry but it will not work with padding, the responsive buttton is absolute.
-
Hi, this is because the height of the columns is different. If you want them to not break the rows please place each column item in a wrap and use the divider to divide the rows. See screen: http://prntscr.com/hdt7fn
-
Sorry but the only sollution would be to change the mobile menu early. Like we said, the initial width should be set to very hight.
-
How would it exactly look like with the padding, we can help you with custom css.
-
If everything is working then how can we help.
-
Hello, Yes this is true, to fix this please: 1. Download the newest version of betheme from themeforest 2. Remove the theme completly from your FTP and install a fresh theme 3. Install and update woocommerce to the newest version Please remeber to m…
-
Hi, the related posts can be disabled in theme options>blog,portfolio&shop>blog, just set the count to 0. We cannot suggest any third party plugin of that kind, sorry. thanks
-
Hello, can you please send us a link to your single product page so we can check? thanks
-
Hi, sorry but we do not have an option for that, the menu has to be closed manually. thanks
-
Please see this screenshot: http://prntscr.com/hdqw4j
-
Sorry but this happens to be only for the blog posts not the single portfolios. We will try to enable it the next update, for now there is nothing we can do.
-
Hi, you can only hide the header or menu globally or for one page using custom css. There is no option to hide the menu for particular users. thanks
-
It means that if you create a website that the user has to pay a fee or a monthly subscription to enter and use it, then you have to buy the extended license.
-
Hi,the elearning pre-built websites uses the classic header style and the menu is aligned to the right.To change this go to theme options>header&subheader>header and switch the style.To align the menu to the right please go to theme option…
-
Either by uploading a semi transparent background image that you can make in software like photoshop or by adding custom css to the column item.The css would look like this: background:rgba(0,0,0,.5) !important;
-
Yes, we will take a closer look into this matter.
-
Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to this forum discussi…
-
Hi,what we can suggest is to disable all other plugins and check the console because there are a lot of errors there as well. Let us know if it made any difference.thanks
-
Please paste this css into the pages custom css (edit the page) or in theme options>custom css&js>css.Remember to delete browser cache after you save the css.
-
Hi,could you please send some screenshots and a link to this page?thanks
-
@dietlin Please follow the instruction given in the post you linked. Send the phpinfo link.thanks
-
Hi,did you install the right package? If you downloaded the theme from thmeforest, please try to unzip it first. You should install the betheme.zip file into your wordpress.thanks
-
Hi,this star appears when an item is on sale in woocommerce. Please use this css to remove it. span.onsale { display:none !important; }