Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
Hey,sorry but we cannot help with this one. It is all about the additional plugin/script installation and our knowledge is limited. From what I would suggest, You should contact your hosting provider and ask him if there are any mail related restric…
-
We have checked everything, and it looks like this is your custom code in the child theme.You have modified functions.php and theme-head files.We suggest you pinpoint which files modification is it first, and then look for the code that is causing t…
-
I have updated the list in the previous post to Eco2.cheers
-
Yes, we mean default. Default is the standar grid for the gallery.You must have the same size images to have a grid.To do this, go to settings>media and change the thumbnail image sizes to squared, you need to set the dimmensions. 780x780 will be…
-
Yes, always deregister before moving.thanks
-
Hello,those are just simple links. There is no 'betheme instagram linking' present.We click on all of the links and they open fine.The SEO options are up to the user and how he configures them, the theme and which plugins he installs.thanks
-
To do this, go to theme options>global>general and change the theme style from simple to classic.thanks
-
Hey,this can be done in theme options>responsive>headerthanks
-
Sorry but we do not support this plugin. We use the Muffin Builder and WPBakery page builder.thanks
-
The page is under construction and we cannot see it.We really have to see the code to know where this option is set and if can be only changed with css.In the meantime, try to edit the section where the slider is located, and set the'dark' style for…
-
Hello,there is no simple way to do this sadly. We do not modify the woocommerce plugin that much. You would have to edit the main woocommerce single product pages and insert the content manually.thanks
-
Hello,please disable all of your plugins and check again,Are you using any SEO plugins?Do you have SEO settings in theme options>SEO ?Can you link the article that has the sharebox? thanks
-
I have disabled all plugins and installed the Slider plugin again.The issue is still there. This must mean that the database could be corrupted and there is an issue with the plugin that we cannot fix. I would do one more thing, we should re-install…
-
Did you go to theme options>SEO and disabled the built in theme SEO options?You should do that while using a plugin.thanks
-
Hello,please disable all of your plugins and try again.Also, make sure the hosting PHP version is 7.0 or higher.thanks
-
You do have a lot of JS console errors:http://prntscr.com/o4glnq You also got HTML erros: http://prntscr.com/o4glwu You should fix those issues first because when I click any of those buttons, I do not get redirected at all.I am using Firefox.thanks
-
Double click on the image of the guy and it will give you an option to change the image.Also, you can select the image and hit the delete key to remove it. If you are new to Revolution Slider, we suggest taking a look here:https://www.themepunch.com…
-
In the previous answer, you said:"As mentioned above it is the single portfolio page." So I looked at the screenshot and went to the single portfolio page:https://snag.gy/rJ63yh.jpghttps://brizzo.uk/portfolio-item/engagement/ And this is a…
-
Hello,you have errors in the HTML code.http://prntscr.com/o4gch7You are not closing <a> tags properly. You are doing this <a/> and you should be doing this </a>thanks
-
No, you would have to code your own template for the 404 page.404 pages have usually no menu, just the error message so we do not use it this way.thanks
-
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 discuss…
-
Hey, 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 di…
-
Maybe it is some cache in the Safari browser. You should clear the cache there.thanks
-
Oh, no. We do not have such an option.You can only use the Muffin Builder "sidebar" item which does allow you to insert widgets.thanks
-
Hello,the slide are listed as pages because they are a Wordpress custom post type.We cannot do anythign about that.thanks
-
Well, when we built our pre-built websites we basically save in one tab in the browser and refresh the page in another one. But there is no preview, you only see the changes when they are saved.thanks
-
Hello,yes! If You go to wordpress>betheme>install plugins, You will see that there is a plugin called "duplicate post". Install and activate. It does not work for the portfolios out of the box so you have to edit the options of the p…
-
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. W…
-
Hi, Please provide us with your hosting environment settings, to do that please follow these steps: 1) Go to the Wordpress > Tools > Site Health http://prntscr.com/nlyb22 2) Click at the “Info” on the top of the page and open the “Server” ta…
-
This custom css might help you, just the background color for the menu item:@media(min-width:1240px){#Top_bar .menu > li > a:hover span { background:blue !important; }} thanks