pxforti
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All pages are all of a sudden gone/missingLooks like your site is back up. But I don’t see any pages or a menu for pages. Did you remove the page menu? If not, is the page menu assigned to a menu location?
Forum: Fixing WordPress
In reply to: Login problemsdo you get any error messages? What happens when you try to login?
are you going to https://yoursite.com/wp-login?
Forum: Fixing WordPress
In reply to: Super upset – content lost after disabling VEHi, WordPress visual editor automatically strips out html from your posts. Not sure why turning off visual editor would delete your content. But why are you putting all that code into the post editor?
I have found that if you add a class to an element, eg, <p class=”paragraph”>text in paragraph</p>, then wordpress will leave it alone.
Also, what are you trying to do in the post. Normally, posts would have basic paragraphs, lists, images. Of course, you might want to add divs for columns and for layout purposes.
Thanks for the update. Glad to hear WordPress will be included.
Hi Jeremy,
Thanks for the help. I went to one of the sites that won’t update and ran the debugger with no issues. I also checked the problem plugin list and I don’t have any of those plugins installed. Also, the server is on port 80.
Forum: Fixing WordPress
In reply to: wrong domain attached to siteUpdate. I meant add it to wp-config.php
Forum: Fixing WordPress
In reply to: How do I show the archives widget and search bar in mobile version?Rather than hiding the sidebar, use css to make the sidebar mobile friendly. Usually, on mobile versions, the sidebar becomes 100% width and goes below the main content.
you can use the follwing css code to write specific rules for specific screen widths:
@media only screen and (max-width: 1023px) { size specific rules here {} }
Forum: Fixing WordPress
In reply to: wrong domain attached to siteIf you have access to /wp-content/themes/your-theme/functions.php, you can add the following code:
define('WP_HOME','https://somesite.com'); define('WP_SITEURL','https://somesite.com');
Replace somesite.com with your domain. If you have made links using the incorrect domain, they will also have to be updated to the correct domain.
See this page for details: https://codex.www.ads-software.com/Changing_The_Site_URL
Forum: Plugins
In reply to: [Really Simple Share] Google custom search embedded in pluginThis option should be off by default, especially when the plugin is already installed. I search for about 20 minutes before I could figure out how google search box suddenly appeared at the bottom of every page.
Please remove this ASAP or I’ll stop using this plugin.
Thanks
We already requested that you guys remove the annoying redirect on update. Now, you replaced it with annoying message and popup that won’t go away unless you click each of them. If all plugins did that, you’d have to spend five minutes closing all the popups and messages.
We KNOW we updated your plugin, which we love, but a simple auto closing message is all we need.
Please remove this.
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO Columns missing on Posts and Page listing pageFigured this out. The problem was caused by a plugin:
https://www.ads-software.com/plugins/wp-address-schema/Once I disabled it, the Yoast columns displayed on post and page list pages. Will notify plugin developer.
Forum: Plugins
In reply to: [BackUpWordPress] 3.2.0 many files missing from backupLooks like this version fixed the issue.
Thanks
Forum: Plugins
In reply to: [BackUpWordPress] 3.2.0 many files missing from backupI updated to 3.2.1 and the problem has not been fixed. Same files are missing and there is no sql file.
Forum: Plugins
In reply to: [WP eCommerce] Can't save Tax Rate / BandTo all. I finally figured it out.
I first added a line for ALL Tax Markets; eg, all countries at 0% tax rate.
Then I added a new line for USA / Ohio and it saved.
However, it does not show the first line; eg, the 0% for all markets.
But it does show the important line: 6.5% for USA / Ohio.
Hope this help anyone else pulling their hair out over this.
Forum: Plugins
In reply to: [WP eCommerce] Can't save Tax Rate / BandRay, Thanks. I tried the patch but no luck. wp ecommerce won’t save the tax rate. I tried turning off all plugins, and changing php to different version, but it still won’t save the tax rate. Also, I don’t get any errors when I try to save the tax rate.