irizweb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I installed a theme for my wordpress site and now I can’t access itHi @yavrupencesi,
You’re seeing a white screen, but you can still access the login page. Log in to the dashboard and switch your theme to a default one, like Twenty Twenty-Five, or install it if it’s not already.
See if that works.
Forum: Fixing WordPress
In reply to: I installed a theme for my wordpress site and now I can’t access itIt’s possible that the issue is caused by the new theme. For an immediate solution, you can rename the theme folder to disable it. Access your site via FTP or File Manager in cPanel, go to
wp-content/themes, and rename the theme folder (e.g.,theme-name_old). This will force WordPress to revert to the default theme and restore access to your site.If you want to find the root cause of the problem, enable WordPress debugging first. Add the following lines to your
wp-config.phpfile:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);This will display any errors directly on the site, helping you identify whether the issue is specifically related to the new theme.
- This reply was modified 1 year, 2 months ago by irizweb.
Forum: Fixing WordPress
In reply to: WordPress site is redirecting to a install pageHi @madisonslibrary,
I would recommend removing the site URL from the support thread for security reasons.
It sounds like your site is encountering a redirect issue, possibly due to a configuration problem. There are several factors that could be causing this, but start with these key steps:
- Availability of the Database: Check the database connection. Ensure the database credentials in your wp-config.php file are correct.
- Verify Site URL: In phpMyAdmin, check the siteurl and home values in the wp_options table to make sure they’re set to your main home URL.
- Check the .htaccess File: Try temporarily renaming your .htaccess file to see if that resolves the issue.
If these steps don’t resolve the problem, I recommend contacting a developer or your hosting provider for more advanced assistance.
Thank you.
Forum: Fixing WordPress
In reply to: Post showing strange one line of text down right side of pageHi Naomi,
I am not able to replicate the issue. Would you be able to try incognito after clearing the cache?
However, I see the previous issue on the search and archive pages as well. Update the above style with the following. It can be just .entry-content .elementor-section but until we are sure, that we update only the page templates we have issues..blog .entry-content .elementor-section, .search .entry-content .elementor-section, .archive .entry-content .elementor-section { display: inline-block; }- This reply was modified 3 years ago by irizweb.
Forum: Fixing WordPress
In reply to: How to hide entry-title for Archive CategoryForum: Fixing WordPress
In reply to: RSS Feed Faild Since Moving the websiteHi @akarinliu
Please refer to the answer by @gappiah that could be the problem you are having.
Forum: Fixing WordPress
In reply to: How to hide entry-title for Archive CategoryHi @lebala,
Try following css rules.
For archive, this will also apply to all categories.
.archive .entry-title { display: none !important; }For any specific category. Replace CATEGORY_SLUG with your specific category slug.
.category-CATEGORY_SLUG .entry-title { display: none !important; }Hope that helps.
Forum: Fixing WordPress
In reply to: MINHA VSL NÃO ESTÁ CARREGANDONo worries @gappiah
Forum: Fixing WordPress
In reply to: MINHA VSL NÃO ESTÁ CARREGANDOOlá fernandosimoes,
Vejo os elementos de estilo do vídeo para bloquear o vídeo com a mensagem acima. Você pode querer verificar isso com o canal de suporte oficial.
Forum: Fixing WordPress
In reply to: RSS Feed Faild Since Moving the websiteHi AkarinLiu,
Do you still have the issue? I am not able to see it. I can see it through a reader or even incognito. Check these screenshots. Let me know if this is what you meant.
Forum: Fixing WordPress
In reply to: Odłączenie strony od multisiteHello,
Nie jestem pewien, czy to rozumiem. Ale jeśli zmieniłeś prefiks tabeli w wp-config.php z wp_2, spróbuj zmienić go z powrotem na to, co było. Możesz także spróbować zmienić prefiks na inną dostępną tabelę, aż znajdziesz właściwą.
Dzięki.
Forum: Fixing WordPress
In reply to: Post showing strange one line of text down right side of pageHi Naomi,
Update the styles to the following so it only applies to the content section.
.blog .entry-content .elementor-section { display: inline-block; }Forum: Fixing WordPress
In reply to: Odłączenie strony od multisiteHello orzechow76,
Zakładając, że wykonałeś wszystkie kroki na stronie, może być konieczne ponowne sprawdzenie prefiksu tabeli wp-config.php, aby zmapować witrynę do właściwej tabeli. Jeśli nadal masz niewyczyszczone tabele wielu witryn, najpierw dowiedz się, która tabela zawiera sklonowane dane witryn.
Znajdź poprawną tabelę bazy danych, sprawdzając różne tabele wp_options (dane każdej witryny podrzędnej przechowywane w innym prefiksie) z wartością option_name home lub siteurl ustawioną jako sklonowany adres URL witryny, byłaby to poprawna tabela zawierająca dane witryny. Teraz skopiuj ten prefiks tabeli i zaktualizuj plik wp-config.
Rzeczy mogą nie być takie same, jak wyjaśniłem powyżej. Możesz potrzebować wsparcia deweloperów, jeśli nie jesteś pewien, co robisz.
Mam nadzieję, że to pomoże.
Forum: Everything else WordPress
In reply to: Site:domain name not working in browsersGlad it helped. Thank you.
Forum: Everything else WordPress
In reply to: Site:domain name not working in browsersHi Eric,
Are you sure that the browser address bar searches on google.com? Go to google.com and try searching for it. I was able to see the results.