Jonathan Pantani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: early blogs dropping offIt does sound like it could be an Elementor issue. Best of luck!
Forum: Fixing WordPress
In reply to: early blogs dropping offhi @kdseefari
I’m curious about what the settings are inside your dashboard. If you go to Settings then Reading is everything still on the default 10?
See this snapshot. https://cloudup.com/cthyKCyryk4
If I manually enter https://kdseefari.com/blog/page/6/ so I’m also wondering what theme you might be using. I suspect that there is a theme or plugin that might be stopping more than 5 pages from showing, but I can’t be sure. I would go ahead and double-check that there isn’t any interference from a theme or plugin that you might be using that’s causing the older posts not to show up.
While it’s not a best practice to have more than 10 posts per page, if there is a constraint caused by your theme or plugin, it might be worthwhile considering if you increase the number of posts to 12 or 15 per page since they are three columns in a row, that solution might help fit more posts per page as a quick fix.Here are a few other considerations for you as you troubleshoot.
- Check the Pagination Plugin or Theme: Some themes and pagination plugins have limits on the number of pages that can be displayed. Check if you have a pagination plugin installed and, if so, try disabling it temporarily to see if the issue is resolved. If you are using a custom theme, check the theme documentation to see if there are any known limitations.
- Check for Plugin Conflicts: Sometimes, a plugin can conflict with WordPress, causing unexpected issues. Try deactivating all plugins except for the pagination plugin and see if the problem is resolved. If it is, reactivate each plugin one by one to determine which one is causing the issue.
I hope this helps
hi @rajeevbagra2025
It looks like you asked a similar question recently and are still looking to find a solution that works best. Sorry WooCommerce’s option doesn’t fit your budget.
It also sounds like you were considering something similar to WP Forms.
Don’t forget that various plugins have support so you might be able to ask within the plugin support forum to ensure that you’re finding a good product fit.
In my capacity as a sponsored contributor to WordPress, I don’t have preferences towards one plugin versus another I think this query might be a good starting point: https://ww.wp.xz.cn/plugins/search/form+uploader+documents+subscriptions/
Hopefully this info will help narrow your search to find the right solution!Forum: Developing with WordPress
In reply to: Location of TemplatesHi @billher
From the research I was able to do it seems like like there might be an issue with the way the child theme is set up. When creating a child theme, ensure that the parent theme is properly enqueued in the child theme’s functions.php file, and any modified templates are correctly located in the child theme’s template directory.
There are a few guides that might be helpful in double-checking the setup of the child themes:- ww.wp.xz.cn Child Themes Handbook: Overview with best practices and troubleshooting
Link: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
- Smashing Magazine: in-depth article covers everything you need to know about child themes
Link: https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/
- WPBeginner: How to Create a WordPress Child Theme (Step by Step) tutorial walks you through the process of creating a child theme, including how to properly enqueue the parent theme’s stylesheet and how to modify templates.
Link: https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
- WPMU DEV: Troubleshooting Child Theme Issues in WordPress: This article offers some common solutions to issues you may encounter when working with child themes, such as templates not updating or child themes not appearing in the dashboard.
Link: https://premium.wpmudev.org/blog/troubleshooting-child-theme-issues-in-wordpress/
About losing the changes you’ve introduced to updated versions of the parent’s templates, if you have correctly set up your child theme and modified the templates in the child theme’s directory, then you should be able to safely update the parent theme without losing your changes. Not a bad idea to make a backup of your child theme and database before making any updates, just in case.
Lastly, I can’t say with the utmost certainty where the changes are recorded, but I did find this thread that seems to answer a similar question, so I’m linking that here too: https://ww.wp.xz.cn/support/topic/changelog-for-themes/
Hoping that I have found some relevant information to help address some of the theme issues you’re experiencing and have provided you with relevant links.Forum: Fixing WordPress
In reply to: 6.2 Where is Word Counthi @kperegrine it looks like you can now access word count under Outline in the document overview tab while in the editor. Here’s a snapshot of where you’ll now see the info on word count and character count. https://cloudup.com/cgkVLxxj5tu
Forum: Fixing WordPress
In reply to: WordPress for Dummieshi @mrscrimson these were the best resources I found on getting to your MySQL settings since you’ll get that info from your web host:
There is also relevant info here:
https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/Forum: Fixing WordPress
In reply to: WordPress for DummiesHi @mrscrimson welcome to WordPress!
Getting started has lots of steps so here are a few helpful places to start.I’ve found that this is a helpful place to start:
(admittedly dense yet comprehensive)
and this one: https://wordpress.com/support/start/There is also some additional guidance on updating to WordPress 5.8
Outside of the WordPress ecosystem, sites like wpbeginner.com can be helpful resources too.
Forum: Fixing WordPress
In reply to: Admin user avatar not showing up in commentsHi @davidborrink you may try connecting Craig’s email to gravatar as it appears you have it enabled on your site.
The reason why the backend profile may not be showing up is because he was commenting on the front end and not as a back end author.I did see a helpful article from Hubspot that helps shed more light on this:
https://blog.hubspot.com/website/gravatar-use-wordpressHere are some additional resources that can further help diagnose the issue as well as set up his email with a gravatar.
https://wordpress.com/support/gravatars/
Forum: Fixing WordPress
In reply to: Auto Archivehi @snsmit2728
I wanted to refer you to a previous post just in case the information there is also relevant to you: https://ww.wp.xz.cn/support/topic/automatically-archive-a-post-i-e-set-a-specific-date-or-after-one-month/Forum: Fixing WordPress
In reply to: Is it possible to create a link that only downloads a PDF file?hi @michalrama using the download link feature in the file editor would be the optimal approach if using the block editor.
There might be something else happening concurrently, so if you could it would help us troubleshoot if you could send a screencast or video of what is happening so we can dig in further.Forum: Fixing WordPress
In reply to: Pipeline to surveys sent from wordpresshi @thirdeye85
While I can’t give you a specific plugin recommendation, one place to start is in the plugin repository: https://ww.wp.xz.cn/plugins/search/survey/It seems from a quick scan that many can be implemented in the back end and set up also using conditional logic.
Forum: Fixing WordPress
In reply to: Is it possible to create a link that only downloads a PDF file?Hello @michalrama
Here are a few additional resources that may be helpful to you in adjusting the code to force a download.
https://developer.ww.wp.xz.cn/reference/functions/download_url/
particularly this section: https://developer.ww.wp.xz.cn/reference/functions/download_url/#user-contributed-notesAlso this from GitHub: https://github.com/mdn/content/blob/main/files/en-us/web/api/htmlanchorelement/download/index.md
Forum: Fixing WordPress
In reply to: Video on landingpage?Hi @nina19! I want to clarify if you’re looking to set up a carousel or to put video where the carousel/slider is located on the example page linked above.
Begin by checking the options available with your theme to understand precisely which option you want.
If you do want to add video, consider embedding the video so it will reduce the size and improve the page speed and load times among other things.
Here are some useful resources on managing video assets as a starting point:
Forum: Installing WordPress
In reply to: multiple wordpress installsHi @schwende – I saw a few resources that may be helpful for you.
There is some info on moving WordPress: https://ww.wp.xz.cn/support/article/moving-wordpress/
and some other documentation about managing a multi-site network: https://ww.wp.xz.cn/support/article/create-a-network/
Was also able to locate an older thread with documentation about vhost and multisite, that may have some useful info on it too:
https://ww.wp.xz.cn/support/topic/apache-virtual-hosts-file-for-wp-multisite/
https://ww.wp.xz.cn/support/topic/virtualhost-file-for-multisite/I know some of it might not be specific to Red Hat – looks like they have info in their customer portal — but this might be a good starting point.
Forum: Fixing WordPress
In reply to: how to search and replace in block editorHi @fransonspeed I found a few more helpful resources for you from the community.
You can follow and post to this thread if you think this functionality would be helpful to add in the future: https://github.com/WordPress/gutenberg/issues/21886
Since this issue exists you may absolutely leave a comment in support of it.
As you might see other ways are mentioned to use a find and replace functionality at the moment such as:
– Search & Replace functionality like the one available in TinyMCE.
– WP-CLI support for Gutenberg Search & ReplaceIf not, the previous comment sounds like a helpful way to work through the issue at the moment.