Jonathan Bossenger
Forum Replies Created
-
Hi @bobby61189
I’ve just tested this myself on a clean WordPress install with Elementor, and I can confirm that it does break the layout. I also notice that when switching from Elementor to the WordPress block editor, a warning appears that this might break the layout, which is triggered by Elementor.
I recommend asking at the Elementor support forum so the Elementor developers and support community can help you with this.
https://wordpress.org/support/plugin/elementor/
- This reply was modified 4 years ago by Jonathan Bossenger.
Forum: Fixing WordPress
In reply to: How to place the logo, cart icon and menu INSIDE the image slider?Hi @trancedbrain, you appear to be using a commercial theme called BeTheme: https://themes.muffingroup.com/betheme/
If you use a commercial theme and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
https://support.muffingroup.com/
Forum volunteers are also not given access to commercial products, so they would not know how to customise your commercial theme. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Alpha/Beta/RC
In reply to: 6.0-RC1-53342 Sticky header Twenty Twenty-Two Version: 1.2Hi @a4jpcom
I recommend posting your question in the Twenty Twenty Two theme’s support forum https://wordpress.org/support/theme/twentytwentytwo/ so the theme’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Download free products based on some confidential codesYou should be able to find a plugin that does this if you search for either membership (https://wordpress.org/plugins/search/membership/) or restrict content (https://wordpress.org/plugins/search/restrict+content/) in the plugin directory.
Forum: Fixing WordPress
In reply to: Help styling the latest posts blockHi @ethangreen
For the font size I recommend reaching out in the Astra theme support forum, so the theme’s developers and support community can help you with this.
https://wordpress.org/support/theme/astra/
With regards to the exclusion of the current post, are you using the default latest posts block that ships with WordPress 5.9? I ask because I’ve added it to a page to test, and I don’t see such an option?
Forum: Fixing WordPress
In reply to: What is the best way to move media gallery by date rangeOk, glad you have some ideas.
The other way to go about it is to use a site migration plugin. There are both free and commercial plugins out there that allow you to migrate only the database, or only the media files.
Forum: Fixing WordPress
In reply to: Navigation Bar not working on mobile, pages appearing blankGlad you got it sorted out.
If your question has been answered, we would love if you would mark this topic as resolved in the sidebar.
This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
Forum: Fixing WordPress
In reply to: Logined user can see the CategeryI’m afraid I don’t know how that plugin works, so I’m not able to give any further advice there. Your best bet would be the plugin developers.
Forum: Fixing WordPress
In reply to: Site works Externally but not locallyAha I see. Yes, it probably is something to do with the pi firewall or some network configuration. This forum is for WordPress specific issues, so I’m not sure if any of the other support volunteers would be able to assist, unless they also host using a pi.
Hi @oriver I do understand. However, without seeing the code I won’t be able to help further. It sounds like the randomisation of the posts relies on that session.
Forum: Networking WordPress
In reply to: Multi-site friendly namesI’m with you.
I don’t think this is possible out of the box, but it could be possible to use some custom code (in a plugin or child theme), the is_admin function and the the get_blogs_of_user filter.
Essentially you could check if the request is being done in the admin dashboard using is_admin, and then using the get_blogs_of_user filter, change the name of each site in the $sites object.
I’m not sure what your level of familiarity is writing custom code for WordPress, so you might need to reach out to a developer to create it for you.
Forum: Fixing WordPress
In reply to: Trigger when a block is duplicatedAha I see what you mean. It may be possible programmatically, by hooking into the JavaScript event that duplicates the block, but one would have to customise it on a per block level.
However, diving into that topic would be outside of the scope of this support forum.
Hi @incompl
Based on the error message you have shared, this looks like the error is being triggered by something from your theme, which from what I can see is called flexform. This looks like a commercial theme from Themeforest – https://themeforest.net/item/flexform-retina-responsive-multipurpose-theme/4258755 – and you will need to ask the theme author for support.
In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
Forum volunteers are not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: Internal 500 error with envato elements kitIf you’re using a commercial product and need support, you’ll need to go to the author’s official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
https://themeforest.net/user/jegtheme
Forum volunteers are also not given access to commercial products, so they would not know why your commercial product is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.`
- This reply was modified 4 years ago by Jonathan Bossenger.
Forum: Fixing WordPress
In reply to: Navigation Bar not working on mobile, pages appearing blankHi @kman17wp
It looks like you might still be having some errors in your theme code, which might be affecting your mobile menu. See the screenshot below of the two errors reported in red when I open developer tools and view your side in the mobile/responsive mode