alesub
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shopify] The plugin has several PHP warnings on fresh installationPHP warnings can be a minor thing for a personal project, but it’s an issue to solve for any production-ready project. The warnings are not just visible with WP_DEBUG turned on, they also show up on the empty input fields when it’s disabled.
Thanks!
@shanedelierrr yes, I have the site working on a temporary environment, with nothing but the plugin installed, and the error remains the same. I have WordPress 6.0.1 and iThemes Security PRO 7.1.3.
Forum: Plugins
In reply to: [Theme My Login] Login slug doesn’t work if it’s the home pageGot it. Just wanted to make sure it’s just a limitation and not a bug.
Thanks!
Forum: Fixing WordPress
In reply to: admin-ajax.php – Error 404Your site is definitely hacked. You should lock it from public access and clean it before continuing with your development. The ajax issue is just a side effect of the malware code.
Forum: Fixing WordPress
In reply to: 3 domains – 3 installaions – same contentHi,
Yes, you need to pick one as canonical and set the canonical urls in the other two.
Read more: https://yoast.com/rel-canonical/
Good luck!
Forum: Fixing WordPress
In reply to: Dashboard re-directed to home pageHi,
Depending on the plugin or theme you used to create the products, the content usually is stored in the database rather than a file, so unless you wiped your database, the content should still be there. Try activating again the plugin/theme you used to create the product section.
Forum: Fixing WordPress
In reply to: WordPress Showing live website Homepage Contents on DashboardHi,
Did you tried disabling all plugins and theme, then enabling them one by one? That usually is the best friendly way to see what is causing the error without getting into debug logs.
Forum: Fixing WordPress
In reply to: Edit Custom CSS for Home Page OnlyCheckout the <body> element in your html, it has some pretty handy classes.
You could update your css like this for example:
.home .panel-grid-cell:first-child {padding-left:0 !important;} .home .panel-grid-cell:last-child {padding-right:0 !important;}
Hope it helps!
Forum: Fixing WordPress
In reply to: Duplicate Draft Page looks great but Published copy does notWeird, can you share that page’s URL? Maybe there’s some js error preventing the map from showing up.
Forum: Fixing WordPress
In reply to: Last item in menu jumping out of lineDid you try reducing the padding of the menu anchors just a couple of pixels? It should be a pretty rare case, usually chrome doesn’t cause pain between versions.
Forum: Fixing WordPress
In reply to: Duplicate Draft Page looks great but Published copy does notHi,
That’s exactly why it’s failing, WordPress doesn’t allow including javascript code of file inclusion in a post or page content.
To achieve what you need, you have to either edit your theme’s code, or use a plugin that will allow you to insert javascript on a page’s content. I don’t have a plugin to recommend because I prefer to edit the theme, but try googling “wordpress plugin insert javascript”, it’s a popular subject.
Forum: Fixing WordPress
In reply to: Last item in menu jumping out of lineI see the menu correctly (chrome version 59.0.3071.115). Could it be that it’s just the CSS and there is not enough room for an additional item?
Forum: Fixing WordPress
In reply to: Duplicate Draft Page looks great but Published copy does notHi,
Sorry, the link doesn’t work for visitors. Did you try inspecting both pages to compare the HTML generated to show the map? Maybe the visual editor is stripping it down.
Forum: Fixing WordPress
In reply to: Dashboard re-directed to home pageHi,
You can edit your wp-config.php file to set the site URL, that way to can temporarily access your wp-admin and see what went wrong:
https://codex.www.ads-software.com/Changing_The_Site_URL#Changing_the_Site_URL
Forum: Fixing WordPress
In reply to: White page w/source code in view source code ?Hi,
Can you enable debug mode? That way you will be able to see the PHP error in the code.
https://codex.www.ads-software.com/Debugging_in_WordPress#WP_DEBUG