Jesús Amieiro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizer problem greek versionHi @guruzz
This could be related with some Greek translation broken the site.
Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles. If you can install plugins, install and activate “Health Check”: https://www.ads-software.com/plugins/health-check/ It will add some additional features under the menu item under Tools > Site Health. On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues. There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.www.ads-software.com/support/handbook/appendix/troubleshooting-using-the-health-check/
Forum: Fixing WordPress
In reply to: WP 6.2.2 – Shortcode generated html gets messed up with extra p tagsHi @mamoka
It looks this is a bug in the 6.2.2 version https://core.trac.www.ads-software.com/ticket/58366
You have some temporally solutions in the ticket.
Forum: Fixing WordPress
In reply to: member page is not workingHi @akshay6922
Your main page is https://aramcoholidays.com/, but when I click in the “Member login”, the link redirects to https://invoicearamcoholidays.com/member-login. You have two different domains.
Forum: Fixing WordPress
In reply to: Shortcodes not working anymoreHi @ialexia
English reply below.
Yo te voy a responder primero en espa?ol y luego en inglés, por si hay gente que no sea hispanohablante y quiere ver este hilo en un futuro. Para conversaciones solo en espa?ol usamos el foro correspondiente.
No puedo acceder a la web. Puedes verlo en la siguiente captura de pantalla.
I cannot access the website. You can see it in the above screenshot.
Forum: Fixing WordPress
In reply to: HELP: Can’t customise my pageSo you have a WordPress without plugins and a Twenty-* theme and your main page is empty. It is weird. Can you send us the main URL (don’t send any credentials)?
Forum: Fixing WordPress
In reply to: Shortcodes not working anymore@ialexia I can’t access to your website?https://authentic.elemntfx.com/
Forum: Developing with WordPress
In reply to: How to remove or move search button?This last question is related with the plugin you are using, so I recommend you to ask in the plugin forum. Link there to this thread, so they can get feedback from here
Forum: Everything else WordPress
In reply to: YouTube videos showing in preview but not on live page@maisie123 Can you try it in Incognito Mode, without any browser plugin loaded, using a different Internet connection, like a thetering one?
Forum: Networking WordPress
In reply to: multi domain setup can’t access panel in second domainHI @sgb77
I recommend you to go to the Virtualmin support to look for help.
Forum: Everything else WordPress
In reply to: YouTube videos showing in preview but not on live pageHi @maisie123
I have tested your page and I see the Youtube video embedded. You can see it in the next screenshot.
Forum: Developing with WordPress
In reply to: How to remove or move search button?You need to add this CSS:
@media (min-width: 1200px) { .cart-search { margin-top: 42px; } }
This CSS will only modify the search item with a width of 1200px or higher.
To add this CSS, you have to do these steps:
- Go to Appearance -> Customize.
- Click on Additional CSS.
- Add the CSS.
- Click on Publish.
Be advised that you don’t have the main menu with a width between 1025 and 1200px.
Forum: Developing with WordPress
In reply to: How to remove or move search button?You need to add some margin or padding in the search element, using CSS. Can you send us here the public URL (please, don’t send credentials), so we can take a look a give you the correct CSS?
Forum: Developing with WordPress
In reply to: Block interactionHi @marcosgeria
This problem is not related with WordPress. It is a regular problem for the frontend.
You need to use JavaScript. When a button is clicked, you need to hide all the images and show only the images you want to display. Adapt the next code to your problem.
<!DOCTYPE html> <html> <script> function showImage( image ) { document.getElementById( 'image-1' ).style.display = "none"; document.getElementById( 'image-2' ).style.display = "none"; document.getElementById( image ).style.display = "inherit"; } </script> <body> <a href="#" id="button-1" onClick="showImage('image-1')">Button 1</a> <a href="#" id="button-2" onClick="showImage('image-2')">Button 2</a> <img src="./image1.jpg" id="image-1" style="display:none"> <img src="./image2.jpg" id="image-2" style="display:none"> </body> </html>
Forum: Everything else WordPress
In reply to: Can’t enter the front endI misunderstood your words. I thought you were not able to see the pages in your frontend, as a regular user.
If you use a commercial theme and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
https://www.elegantthemes.com/support/
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Networking WordPress
In reply to: Site missing on Network Admin > All SitesHi @amichetti
Yes, these are the steps you need to do to import a regular WordPress into a network. You can find all the steps in the official documentation: Migrating multiple blogs into WordPress multisite