Edward Caissie
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to create coded part in list on my plug-in?@tazotodua – You can compare your
readme.txtfile to your example plugin’sreadme.txtfile to see how the other author is approaching their code example ideas.In this case, you appear to be using three “back-ticks” on some of your code references while the other author is using a single back-tick (these are just styled differently within the plugin directory).
~Cais.
Forum: Developing with WordPress
In reply to: Check checkbox upon saving post (if is in category)@nessler – An interesting question and I think the solution is more looking at a hook that is fired before the
save_postone you are using.Perhaps the following might work better: https://developer.wordpress.org/reference/functions/wp_transition_post_status/
~Cais.
Forum: Fixing WordPress
In reply to: Creating a Website From a Blog Using Yahoo Small Business@sweethomeproductions – For the most part, with a basic installation of WordPress you will need to look at the Settings > Reading and change your options for “Your homepage displays” to use a static page.
By choosing to use a static page (which you may need to create) when people visit your site they will see a “website” versus seeing a “blog” as your site is currently configured.
I hope this helps get you moving forward.
~Cais.
Forum: Fixing WordPress
In reply to: Can´t log in to account@pegullik – The first error message (which is also visible on your front-facing pages) may be an indicator your installation is out-of-date and most likely why you are seeing these problems.
Now, given it appears you are not able to access your site currently via the WordPress login page you may need to update WordPress manually which should resolve the first issue (and possibly in turn resolve the balance).
Here is a link to the WordPress codex with instructions for manually updating your installation: https://codex.wordpress.org/Upgrading_WordPress#Manual_Update
Generally speaking, the process is relatively easy to do and often times just requires an FTP client and uploading the WordPress files and overwriting the existing files on your site but please read the instructions from the codex if you are not familiar with the process.
~Cais.
Forum: Fixing WordPress
In reply to: restrict content plugin recommendation@rahman009 – Although I cannot speak from experience, the following premium plugin might be of interest: https://easydigitaldownloads.com/downloads/content-restriction/
I did a quick search on Google with the following https://www.google.com/search?q=restrict+partial+content+WordPress and it turned up the above as well as an older plugin here: https://wordpress.org/plugins/restrict-partial-content/
Your mileage may vary although at least these will get you started.
~Cais.
PS: Both plugins appear to use a similar approach in how they restrict partial content.
- This reply was modified 7 years, 4 months ago by Edward Caissie.
Forum: Fixing WordPress
In reply to: categories list in post@poczatek – If the content you want to add to the home page is from a widget being used elsewhere (as least from my understanding of your concern), you would need to have a widget area available on your home page to insert into.
If there is not a widget area there to be used, I would suggest looking to the theme author for assistance in how best to add a widget area into that space.
~Cais.
Forum: Fixing WordPress
In reply to: Page gone@cahaden – Aside from checking the Trash for your pages, you might need to consider restoring a recent back (prior to your updates) and then carefully work through those updates again to see if something caused this problem.
~Cais.
Forum: Fixing WordPress
In reply to: Extra Space After Gutenberg Blocks@danicaleigh – A quick look at the source code of the page you shared a link to shows most of the spacing after each “block” appears to be what I would expect from based on the CSS being used for the elements.
Now, given you are using a child-theme for the Genesis theme framework “fixing” this might be a bit more involved than other themes and you will not have the option of creating your own child-theme to preserve changes with future theme updates (child-theme’s of child-themes are not currently supported in WordPress).
I would suggest one of two things: try to include all of your content within a single block (not ideal but possibly might work); or, look to your theme author (or another source) with assistance in adjusting the values currently being used within your theme for the “space” after these elements.
Best of luck!
~Cais.
Forum: Fixing WordPress
In reply to: Reload posts page when admin is editing thaat post@tuonglinhit – Are you accessing the edit page from the front-facing view (i.e.: the URL you shared) when logged in as an administrator (or another role with editor privileges); or, are you trying to edit the page starting from the administration pages?
There is a minor inconsistent protocol warning on your site (calling a Google font with HTTP versus HTTPS) which might be triggering some sort of security concern which in turn is forcing login to be required. I would look at this as a theme concern and could be checked quickly by temporarily switching to a default WordPress Twenty series theme and trying to edit the page under that condition.
~Cais.
Forum: Fixing WordPress
In reply to: I’m able to upgrade plugins and themes, but not WP-core@ericmesa – I’d suggest just doing a manual update and overwrite all of the core files. New updates should then be able to use the automated methods.
~Cais.
Forum: Everything else WordPress
In reply to: Delete linked site on wordpress.com@giacomolaw – These are the WordPress.org forums for help with self-hosted WordPress installations. If you need assistance with WordPress.com sites you would likely be better working from this site: https://en.support.wordpress.com
Best of luck!
~Cais.
Forum: Networking WordPress
In reply to: Gutenberg Translation missing in subsites@edemir206 – Thanks for the update!
~Cais.
Forum: Fixing WordPress
In reply to: Show last N comments@pozirk – At the moment, I would consider it more a plugin candidate although one that could be merged to core down the road if enough community support was behind it.
~Cais.
Forum: Networking WordPress
In reply to: Gutenberg Translation missing in subsites@edemir206 – If you still have the Gutenberg plugin installed (and active) have you tried deactivating it (and uninstalling it) then following up with a Network update?
~Cais.
Forum: Fixing WordPress
In reply to: HTML codes not working on 5.0.2 version@admpagina – Do you have an example of working and not-working HTML you have used recently? There might be something specific to look at or be aware of going forward.
~Cais.