ramonopoly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: slider banner text is not showing on mobileThe CSS code from the previous answer works for me.
Example: https://d.pr/i/WrlPrX
It’s important to apply both suggestions to the site, for example:
@media screen and (max-width: 560px){ section#slider .inner_carousel h2, section#slider .inner_carousel p{ display: initial; } #slider img { height: 500px; object-fit:cover; } }If you’d like the slider to be taller, then you could try increasing 500px to 550px for example too.
Forum: Fixing WordPress
In reply to: How to add a filter section in website?I haven’t tried it myself, and am not explicitly recommending it, but the Search and Filter plugin might get you someway to where you want to be: https://wordpress.org/plugins/search-filter/
Here’s the description:
You can search by Category, Tag, Custom Taxonomy, Post Type, Post Date or any combination of these easily to really refine your searches – remove the search box and use it as a filtering system for your posts and pages. Fields can be displayed as dropdowns, checkboxes, radio buttons or multi selects.
If you have any specific questions about the plugin, you could also ask them in the plugin support forum: https://wordpress.org/support/plugin/search-filter/
- This reply was modified 4 years, 11 months ago by ramonopoly. Reason: Formatting
Forum: Fixing WordPress
In reply to: Black frame on Esc in Gutenberg: can’t edit blocksLooks like you’re having problem with “Select mode”, formerly known as “Navigation Mode”.
Once you’ve hit Escape to select the block, now try hitting the Enter key to start editing.
You can toggle between select and edit by pressing Escape and Enter.
Does that work for you?
Here’s an example: https://d.pr/i/3B8TWc
For context and further reading, select/edit mode has been a feature since Gutenberg 6.3.
Here’s more information on the topic:
https://github.com/WordPress/gutenberg/issues/17088
https://wptavern.com/gutenberg-6-3-improves-accessibility-with-new-navigation-and-edit-modesHope that helps!
- This reply was modified 4 years, 11 months ago by ramonopoly.
Forum: Fixing WordPress
In reply to: Remove links from post titleFirstly, I’d add that linking to posts directly in a list of latest posts will help your visitors access your content. It’s a common pattern.
Astra provides a lot of customizability, especially if you upgrade: /wp-admin/themes.php?page=astra
I don’t think what you’re after – removing links from the blog title in a Loop – is available however.
You’re right in saying that you probably need to have some experience working with WordPress plugins and The Loop before you attempt to edit theme files, so, if you don’t, I would advise against this just to make sure things don’t break on you.
What about CSS? It might be less invasive alternative, if you feel comfortable adding some.
The following would remove the ability to click on the title link, and also remove any underline styles.
.home entry-title > a { pointer-events: none; text-decoration: none; }This is just an example, you might have to tweak it a little.
You can try this out by pasting it into the field at Appearance > Customizer > Additional CSS.
There’s a great resource about learning CSS at https://codex.wordpress.org/CSS
If you’re not comfortable with CSS, then it’s fine to leave the links since I’d guess that they’d be more helpful to your visitors than not.
Hope that helps!
Forum: Localhost Installs
In reply to: Latest Site Version not loading on local hostI’m not sure this is going to be helpful, but what happens when you restart MAMP?
> Decided to empty Google cache from last 24 hrs.
Do you mean your browser cache? I’m not sure, but it shouldn’t be related.
If it happens again, before you revert, you might like to try exporting your site at wp-admin/export.php. If WordPress exports your posts/pages with the right content, but they’re still not displaying it might be a theme issue.
You could try the Laborator support channels https://laborator.ticksy.com/
- This reply was modified 4 years, 11 months ago by ramonopoly. Reason: Adding tags
Forum: Fixing WordPress
In reply to: Missing pages, articles, medias from local to onlineHi,
Did you perform an Export? Try this:
1. In your local installation, go to: Tools > Export in the sidebar menu
2. Under ‘Choose what to export’, select ‘All content’
3. Download the export fileThen,
4. Login to the installation that you have put online and head to: Tools > Import in the sidebar menu
5. Under ‘WordPress’ click on ‘Install now’, or if you’ve already done that, ‘Run Importer’ will appear.
5. Click on ‘Run Importer’, then you’ll be able to upload and import the file that you created locally.If your online images are located and named as they are locally, it should work.
Hope that helps!
- This reply was modified 8 years, 11 months ago by ramonopoly.
- This reply was modified 8 years, 11 months ago by ramonopoly.
- This reply was modified 8 years, 11 months ago by ramonopoly.
- This reply was modified 8 years, 11 months ago by ramonopoly.
- This reply was modified 8 years, 11 months ago by ramonopoly.