Jonathan Bossenger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is the best way to move media gallery by date range@adamderesz is the rest of the data in the site you’re wanting to transfer from the same as the site you are wanting to transfer to? In other words, are the images being used inside of posts or pages, and those relationships need to be kept?
Forum: Fixing WordPress
In reply to: Button to save my details as a contact in iPhoneHi @matogar
I’m not aware of any current plugin that would enable this (and a search of the plugin repository did not result in any) so your next best bet would be to see if you can hire someone to develop this for you.
You could try posting a job at https://jobs.wordpress.net/ or any freelance WordPress development service of your choice.
- This reply was modified 4 years ago by Jonathan Bossenger. Reason: spelling fix
Forum: Fixing WordPress
In reply to: GA External LinksHey @deeveearr
These forums are for supporting those experiencing problems with their WordPress websites. Generally the forum support volunteers don’t have deep experience with plugin functionality in a specific area.
What I can suggest is that you post a question in the support forum specific to any of the available plugins you’re considering, which you can access by clicking on the Support tab on a plugin page.
That way you can generally speak to either the plugin developer, or that plugins user community, to ask your questions about the plugin.
Forum: Fixing WordPress
In reply to: Videos or images not showing with TinyMceHi @wandersoncs I checked, and it seems the developer has not abandoned the plugin, as it was updated about 3 months ago.
If you scroll down to the bottom of the plugin page https://wordpress.org/plugins/wp-real-estate/ you will see in the FAQ’s section under Where can I get support?, the plugin developer offers support via the external support forums. You could try posting your question there?
Forum: Fixing WordPress
In reply to: Gallery/album plugin to import from phpBBNo problem @petebm
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.
Thanks
Forum: Localhost Installs
In reply to: localhost wordpress so slow if LAN is connectedUnfortunately without knowing what’s installed/configured on your laptop/network, it’s rather difficult to say.
Another alternative you could try is the Airplane Mode plugin https://wordpress.org/plugins/airplane-mode/
This allows you to control loading of external files when developing locally.
Forum: Fixing WordPress
In reply to: Critical errorYes, in that case, if the site is not sending an email to the admin email address, you might need to enable the debug log, to see if any errors are being reported.
Forum: Fixing WordPress
In reply to: Disable emoji option doesn’t exist but still in useHi @kalonya
There is a plugin available should you want to disable the feature completely (details here https://wordpress.org/support/article/using-smilies/#to-turn-off-graphic-smileys).
You can read more about why this plugin exists on this trac ticket – https://core.trac.wordpress.org/ticket/34773
Forum: Fixing WordPress
In reply to: Problems listing posts with Gutenberg – in Formidable forms viewHi @baardkr
If I look at the content under the Artikler heading on https://bimverdi.no/deltakere/entry/361, it does appear to be showing blog posts, the difference compared to the old url is how the post are laid out.
Forum: Fixing WordPress
In reply to: Problème de l’option modèle personnalisé WordPress (menu déroulant)Hello @vicmag89
I have just tested your template code on my WordPress install, and it works as expected.
Are you creating the services.php file in the root of your theme’s directory?
Forum: Fixing WordPress
In reply to: Fill data from Profile in FormsHi @sanju369
For plugin specific help, I recommend asking at the plugin support forum so the plugin’s developers and support community can help you with this.
WPForms support https://wordpress.org/support/plugin/wpforms-lite/
Ultimate Member support https://wordpress.org/support/plugin/ultimate-member/
Hi @trevorvb
Based on the error you have shared here, this appears to be linked to the Query Monitor plugin. Can I ask you to try and deactivate this plugin from the Plugins list in the WordPress dashboard, and see if the error continues?
Forum: Fixing WordPress
In reply to: SEMRUSH Broken LInksIf you believe the TranslatePress plugin is where the problem lies, I recommend asking at https://wordpress.org/support/plugin/translatepress-multilingual/ so the plugin’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Site works Externally but not locallyHi @thejuice027
It sounds like you have both a local copy of your site at 10.0.0.11, and a hosted copy of your site at https://www.wagswithmags.com (which is probably via a specific web host).
If that’s the case, on which site did you edit the siteurl and home web addresses?
Ideally you shouldn’t edit those details, as they need to match the environment (either local or hosted on a server) that the WordPress site is installed on.
Forum: Localhost Installs
In reply to: localhost wordpress so slow if LAN is connectedHello @ahmedfouad7
Depending on the theme you are using, it might be making a bunch of external network calls (for things like fonts and/or CSS libraries) that could be slowing down your local site. Have you tried it with a default theme like Twenty Twenty Two?