deathlynotes
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Composer Website Builder] Site crashes after PHP updateHi @mcdorand ,
Your website is using a former Visual Composer plugin, now called WPBakery.You need to upgrade it to the last version (6.0.5) in order to your site works on the new PHP version.
There’s a difference between getting WPBakery Page Builder directly from WPBakery.com or in a theme.
If you purchased from us, this means that you own license and you can access our ticket system and get direct and free updates (instantly) from support.wpbakey.com
If you got WPBakery Page Builder in a theme, that means that theme author has a license and only he/she can download the latest versions of WPBakery Page Builder and include it in the theme.
You as a theme user may use WPBakery Page Builder free of charge while you use a theme that came with WPBakery Page Builder (because you have a license for that theme).
You can read more here: https://go.wpbakery.com/faq-update-in-theme
Let us know if you need further assistance.
Forum: Plugins
In reply to: [Visual Composer Website Builder] close 1st accordion item at startupHello @ariebl
The first Accordion row default behavior is to start opened.
You can add custom JS if it is necessary to have the first item starting closed. We don’t have this option native, but I will make sure to add it in our Backlog.
Let us know if you need further assistance.
Hello Axel,
Thank you for contacting our Support. We are glad to help!
I set your request to our Bug Report, and our DevTeam is working on your case.
Please, keep an eye on the plugins updates page, the fix will be available on our next launch.
Let me know if you have any other questions!
Forum: Fixing WordPress
In reply to: Important question about Visual Composer pluginHello,
Impreza theme has WPBakery plugin integrated, not Visual Composer. You can know more about the differences in https://visualcomposer.com/help/faq/visual-composer-website-builder-vs-wpbakery-page-builder/
You need to contact the theme developer and request support to upgrade your plugin.
If you are seeing Visual Composer on your Plugins page, it is because your plugin is very outdated and it could contribute with the issues you are facing. The WPBakery current version is 5.7.
If you have a WPBakery valid license, contact the support.wpbakery.com.Forum: Fixing WordPress
In reply to: Plugin Suggestion for WooCommerceThank you, @broseph and @shokotheloko, in the end we will produce a new plugin to do this.
Have a nice weekend!Forum: Fixing WordPress
In reply to: ‘Fatal error’ message when trying to edit with visual composerHi Meg,
Could you provide your domain name, please?
Thanks!Forum: Fixing WordPress
In reply to: wordpress migration issueHi Raj,
Could you check if your new DNS propagated fully in whatismydns.net, please?
And ask your users to check the new site using an anonymous tab for now.
Please add screenshots with the errors that they are seeing, so we can review for you.
And of course, give us your domain… we can’t check it if we don’t know it. ??
See you later.Forum: Fixing WordPress
In reply to: iFrame video embed code from not working – showing up as blank frameHi,
This error could occur because you are loading a http link inside a page with https.
Browsers consider it mixed media and don’t show the content of the iframe in cases like this anymore.
I have this error on your console:
Mixed Content: The page at 'https://republicandirtytricks.com/bernie-gop-true-believers-real-goal-is-to-end-social-security-and-medicare/' was loaded over HTTPS, but requested an insecure resource 'https://tunein.com/embed/player/s242824/'. This request has been blocked; the content must be served over HTTPS.
Forum: Fixing WordPress
In reply to: My header on mobile devices is smaller then on desktop.Hi,
This kind of issue is solved adding multiple media queries in your CSS related to the screen size that you are using.
I usually use this site to help me to fix this kind of issue.
https://tools.nasqueron.org/css/media-queries-generator
I hope this tool helps you.Forum: Plugins
In reply to: [Genesis eNews Extended] Enews with Mailchimp CaptchaYep… didn’t work =/
Thank you!Forum: Fixing WordPress
In reply to: Comments loading another postHello
I followed all the processes of this link. And each update, I saved all the files and all the DB.
The problem is that updates are over 10, and I do not know exactly where the comments started giving error.
Now changing some tags in the related files, is that I noticed that the comments made ??on posts appear in comments made on pages too …
What a mess …
Thanks anyway ??Forum: Themes and Templates
In reply to: Call Pages instead PostsHey
It did work!
I’m just stupid, you know… I forgot to change block positions in code (left, bottom, top, right). LOL
Now it’s all working.
Thank you, David!
You saved my life. =)Forum: Themes and Templates
In reply to: Call Pages instead PostsHi
Thanks for your answer.
Well, your code works, but just for only one category (cat=12).
Its 4 blocks, which have categories 4, 12, 14 and 8, but only cat 12 worked. I tried name WP_Query(“cat=14” but it didn’t work.
But thank you again. I will read about wp_query.
=)