ramonopoly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My hamburger drop down header menu does not work on mobileSorry @angelmarfo I’m out of ideas, and without access to the site I’m not certain I can debug properly.
It might be worth dropping a question to the theme authors over at https://wpastra.com/contact/
Forum: Fixing WordPress
In reply to: Documentos en wordpressAh, perdón. Entonces, cuando subes documentos (PDFs, etc.), aparecen (normalmente de forma automática) en la página /documentos-categoría/transparencia-portal/? ?Pero ya no lo hace?
?Y no es posible editar la página a mano con el editor?
?Puede ser que sabiote.com tenga un tema y/o un plugin que tenga esta funcionalidad? Puedes comprobar qué plugins tienes en la página /wp-admin/plugins.php
Sin un plugin/tema de terceros, o un cambio de código, no estoy seguro de que se pueda aplicar un adjunto/documento a una categoría en WordPress.
Forum: Fixing WordPress
In reply to: My hamburger drop down header menu does not work on mobileIs it possibl that missing element could be added to my site? Sorry I am not very good with code. I also have the free version
One thing you might like to try is creating another menu and assigning it as your Primary menu, just to rule out the possibility of problems with the menu itself. You don’t have to delete your current menu to do this.
Here some info on how to create new menus: https://codex.www.ads-software.com/WordPress_Menu_User_Guide
I’ve tried to build a header locally with a similar structure to your site, but still cannot pinpoint any issues.
I’d recommend also to check out any astra theme customizations you’ve made. For example in the Header Builder: /wp-admin/customize.php?autofocus%5Bpanel%5D=panel-header-builder-group
Try toggling some settings, or reducing the width of the submenus.
Sorry if that’s not very helpful so far, but ruling out things might uncover the culprit!
Forum: Alpha/Beta/RC
In reply to: 6.1 RC2 – WP-CLI error messageShould I be posting something in that thread?
I’d say it wouldn’t hurt. Maybe it will usher things along ??
Now I may abandon WP-CLI and just bite the bullet on a fresh installation from the zip file when the time comes. Do you have any recommendation?
Not really, sorry. I’m the type to nuke everything when I want a clean start, so maybe your idea is the cleanest.
Thanks for follow it up though!
Forum: Fixing WordPress
In reply to: Documentos en wordpressHola!
si he entendido bien, querrías que un enlace al documento aparezca dentro el menú? que tipo de documento? PDF?
hmmm, sería posible copiar la URL al adjunto (de la biblioteca de medios) y a?adir un enlace personalizado al menu (Apariencia > Menús)?
https://codex.www.ads-software.com/WordPress_Menu_User_Guide#Adding_Items_to_a_Menu
Forum: Alpha/Beta/RC
In reply to: 6.1 RC2 – WP-CLI error messageIf I’m not mistaken this issue from 2019 (!) seems to be related: https://github.com/wp-cli/core-command/issues/141
So there’s an issue logged, but no fix yet.
Forum: Fixing WordPress
In reply to: How to add specific color to border around postIt looks great!
Forum: Fixing WordPress
In reply to: My hamburger drop down header menu does not work on mobileI had a quick look at the site and compared it to my version of astra, which is also 3.9.2 and it looks like something is up with the template.
I think this one: template-parts/header/builder/mobile-builder-layout.php
On my test site, the mobile navigation content sits in an HTML element
<div class="ast-mobile-header-content...
, but on https://angelmarfo.com/, that element is empty:<div class="ast-mobile-header-content content-align-flex-start "</div>
I’m not sure what’s going on here. It’s possible that a template file has changed, or there are some mobile settings I’m missing. I also have the free version, so if you have the paid upgrade there might be some more settings.
Forum: Fixing WordPress
In reply to: How to add specific color to border around postIt looks like that’s a block theme, so one way might be create a different template for every unique page.
Then edit the template’s background color, and apply it to the individual posts.
Here’s a pretty neat summary of how to create and edit a template: https://gutenberghub.com/templates-and-template-parts/
Forum: Fixing WordPress
In reply to: My hamburger drop down header menu does not work on mobileHi!
I’m seeing that the menu does not collapse in narrow widths.
Which theme are you using? Is it astra? Which version?
If so, here are some docs from https://wpastra.com/docs/ that might help with configuration:
https://wpastra.com/docs/mobile-header-with-astra/
https://wpastra.com/docs/create-mobile-header-with-header-builder/There’s also a dedicated forum for many themes where you could ask, e.g., https://www.ads-software.com/support/theme/astra/
I tried installing it locally but could not reproduce unfortunately.
Glad to hear it! Good luck with it ??
Hi!
It seems like that error pops up when there’s a problem with imports.
I think two of the imports – TextControl and NumberControl – live in the components package.
You could try the following:
js import { useBlockProps, MediaPlaceholder } from '@wordpress/block-editor'; import { TextControl, __experimentalNumberControl as NumberControl } from '@wordpress/components';
Forum: Plugins
In reply to: [Gutenberg] V11.8.0 color issuesHi!
I think that it might rather be related to https://github.com/WordPress/gutenberg/pull/33541
To paraphrase the PR description, before that change the text of the Cover block was always white unless the user customized it.
So I suspect that, by upgrading, the text color switched based on the background color of the cover block?
I can confirm this.
Steps to reproduce:
1. Install 11.4 on WordPress 5.8. Then install EditorsKit.
2. Open the Block editor.
3. See that “[t]he editor has encountered an unexpected error.”I see the following errors in the console:
An error occurred while running 'mapSelect': Cannot read property 'editorskitAutoSave' of undefined
and
TypeError: Cannot read property 'autosaveInterval' of undefined
Which I take to be related to this file: https://plugins.trac.www.ads-software.com/browser/block-options/trunk/src/extensions/components/autosave/components/menu.js#L67
Forum: Fixing WordPress
In reply to: Page isn’t loading correctly until refresh – Plugin issue?How do I change that out? I have it set but I guess it doesn’t show.
It might be something unique to a plugin or the theme you’re using. Are there any options to set a placeholder images for those background videos?
If you suspect Siteground, you might like to ask/search in https://www.ads-software.com/support/plugin/sg-cachepress/
I’m not familiar with the Siteground plugin, sorry! So I can’t provide any specific tips.
- This reply was modified 3 years, 7 months ago by ramonopoly. Reason: formatting