
Pablo
Pablo
About
- Username
- Pablo
- Joined
- Visits
- 4,874
- Last Active
- Roles
- Moderator
Comments
-
Hello, You did not attach the link to your website, can you send it in this topic? thanks
-
The problem is most probably, related to your hosting provider, you should contact him about these problems, because even after switching to other theme (twenty twenty), issue still exists. Also, check how many error messages in console you got (eve…
-
We investigated the problem, and it looks like calculation with bigger images sometimes make other images pushed down - we created a custom css code for you and the problem is solved, it's temporary solution. The fix of that problem will be included…
-
I answered it to that question few answers ago, can you give me a reply? 2) Well, it has to be edited with the CSS code, what do you want to do? With some minor chnages we can help you to create that code. Thanks
-
I was on your website and tested it out, I cannot notice that problem anymore. Did you clear the cache after providing that JS code? Please test it once more with flushed cache. thanks
-
The "Post Meta" hide author option does not work for that item - it works for the main blog pages only, so sorry about the misunderstanding. The only way to do hide that element is using Custom CSS code, please paste that code into Theme O…
-
So, I cannot log-in with these credentials you sent - you changed them. But please tell me, is your website hosted by Siteground? There was an issue with that hosting which can be easily solved with that tutorial: https://www.sliderrevolution.com/f…
-
It looks like your server is not configured correctly, because even after reinstalling wordpress and switching to default theme, there is a lot of errors on your website. https://forum.muffingroup.com/betheme/uploads/783/JE5PI6A9AAZ2.png Can you c…
-
The problem was with declaration of height, it's always in PX, so writing it once more provide the "130pxPX" which is recognized as an error. https://forum.muffingroup.com/betheme/uploads/833/6VD1QCUGO9XP.png I changed it and it works fine…
-
I have to ask you for one more thing - can you update the theme to the latest version? We do not want to do that kind of stuff, because we are afraid, that we'll mess something and the fault will be on our side. thanks
-
1) The footer works correctly, I provided some text there and it changed after 2-3s. Just change the link or text and it will change by default, remeber to publish the changes. https://forum.muffingroup.com/betheme/uploads/075/HGSDJEOU6YF6.png 2) Yo…
-
1) Why using jQuery is bad, when whole wordpress is based on jquery? Also, recently we updated the jQuery version to 3, the whole wordpress core was updated to new version. 2) New Muffin Builder will be released, but we cannot exactly tell when, it…
-
Update will be uploaded today, so do not worry ;) Thanks
-
You did not attach the link to your website, can you send it right here? thanks
-
It looks like the problem is related to one of the functions from our theme, it will be fixed in next update of the betheme. Sorry about the problem. Thanks
-
We do not have plans to support it right now, but please post your suggestion in this topic, we'll take a look at it :) https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates thanks
-
1) Sorry, but we cannot provide that kind of stuff on support forum, also we do not provide help with theme files customizations. But surely, you should take a look at the single.php file and builder/class-mfn-builder-items.php file 2) I don't thin…
-
It's true that loading speed depends a lot of server parameters and location of that server, so it's not fully depending on our theme. You cannot compare these two themes, they are completely different - our theme is much bigger and a lot older than…
-
Hi, Sorry, but these tools are made for static html pages, not for these which are made with wordpress. Of course, some of them could pass them, but they surely are not that big as BeTheme, some of the rules must be broke because of that. We already…
-
Well, in that case it's the only way to achieve that, even in static page, it will look like that, it's just basic HTML/CSS thing :( So, do you need our further help? Thanks
-
Yes, indeed. Can you disable that "WP Engine" extension? thanks
-
It won't be always equal because this container is between 20%-30% of width by default, with CSS we extended it but HTML code of that form is not desired for that kind of modifications. I changed the CSS code above to be better, but on some resoluti…
-
Sorry, I do not understand what you mean. Can you explain it greater? thanks
-
Hello, I think, that it have something in common with "WP Engine" plugin, can you disable it? I do not see it at the "All Plugins" tab, so it has to be intsalled somewhere on your hosting. Also, does your hosting provider use so…
-
Well, the HTML in CF7 changed again, in that case, you have to remove the [role='alert'] from CSS selector It should look like that: .wpcf7-response-output{background:purple !important; color:white; width:98%; text-align: center;} Thanks
-
I think, that @Phil did not notice that your website is using Muffin Header Builder. Sorry, but the "Custom Menu" feature does not work with that plugin, you have to use our headers which are built in with the theme to use that feature. th…
-
Can you send us a link to your website? The one you sent is not working anymore. thanks
-
You won't be able to change that by changing our shortcode, it does not have any scope for disabling that functionality. To do that, you have to edit the single post template, but I do know, if wordpress have the function to display that thing, that…
-
1) This is normal behavior, because the .css file have to load all of the styles, it takes usually not more than second (as in your result) The only way to change that behavior, is to install some kind of pre-loader, which will display the content o…
-
Then, please use this CSS code, it will hide the code from the homepage. .column_blog .post .post-excerpt{ display: none !important; } thanks