Dzynit
Forum Replies Created
-
I just went in circle for the last two days because we had a site with the same problem. What fixed it for us, was the permalink migration setting in the site tab of the redirection plugin settings. It had the same tag in it as is in the normal wordpress permalinks settings page. When I removed it from the redirection plugin settings, the posts are correctly showing the 404 again.
This one had a lot of changes needed and I couldn’t get it working by just going through making fixes. I copied a new file from the wordpress core in it’s place. It’s here:
https://core.trac.www.ads-software.com/browser/trunk/src/wp-includes/l10n.php
Since they’re no longer maintaining this plugin, I had to go through and make a fix for each error that came up. I of course didn’t make a list as I went like I should’ve. For this first one, you need to go to that file and change line 1050 to this: $current = ord($value[$i]);
For each you fix, another will pop up and most of them are changing the curly brackets { } to this style bracket [ ] in the line of code. I “think” there were 5 files that needed fixes.
Another note to others: You can’t see it correctly while logged in. So you will need to view in another browser logged out and adjust the top: xx as needed. The top header can vary in height according to your font settings etc.
Thank you very much. This is what ended up working for there:
.simple-banner { position: fixed; } .et_fixed_nav #top-header { top: 38px; } body.et_fixed_nav.et_secondary_nav_enabled #main-header { top: 76px!important; } .simple-banner .simple-banner-text { font-size: 14px; } #et-main-area { margin-top: 38px; } @media only screen and ( max-width: 980px ) { body.et_fixed_nav.et_secondary_nav_enabled #main-header { top: 38px!important; } #et-main-area { margin-top: auto; } #breadcrumbs { color: #fff; } }
(The two #et-main-area shouldn’t be used unless breadcrumbs are in use. Providing the full css for any other Divi users that may find this post helpful.)
Forum: Plugins
In reply to: [SEO Tools] Wrong Shortcodes!!!SEO Tools has been updated. Happy New Year to you too.
Forum: Plugins
In reply to: [SEO Tools] Wrong Shortcodes!!!Thank you for pointing this out. I’ll be sure to edit the shortcodes this week. I believe the thinking using the caps was to make them stand out when reading the description, but it didn’t occur to me it would be incorrect when someone copy/pastes them.
Forum: Plugins
In reply to: [Better Search Replace] Unsupported ampersand &oops – see how my first comment auto made the qoute mark because I entered the character code?
minus spaces: & # 8220;
- This reply was modified 5 years, 11 months ago by Dzynit.
Forum: Plugins
In reply to: [Better Search Replace] Unsupported ampersand &What I found is it’s actually character codes that is the cause. An example is
“
which is a beginning quote mark. When I tested searching for just that code to see the results, it automatically converted it to that forward quote mark “. So when it’s trying to find that in the database, it’s looking for the actual quote mark rather than the character code.We finally found the solution. Priority shipping must also be selected. Retail ground apparently doesn’t have shipping available for certain zones in the state of origin.
Thank you for taking a look.Forum: Plugins
In reply to: [SEO Tools] the shortcode [urlchecker] does not work@olivier83 Would you mind updating and trying again? I just added a new version with some more changes.
Thanks, Heather
I sent the information through the contact form. Thank you for your help.
I saw the update was ready and the settings are showing now. But the featured still aren’t showing first.
https://www.nationaloff-roadjeepassociation.com/shop/I tried unchecking, saving, then re-checking the settings just in case they hadn’t saved properly, but they’re still not coming up first.
Forum: Plugins
In reply to: [SEO Tools] SEO URLCHECKER Not working@3dseo
I know you aren’t using the seo tools plugin now, but I was unable to duplicate your issue with the divi builder where the shortcode turns white and adds that extra code. I was wondering if you used any specific divi module other than the text one?
The only other thing I thought might have caused it would be a plugin that integrates with the visual editor – do you have any plugins like that?It’s a curious thing that it’s just that one shortcode.
Thanks for any additional info you can provide.
I would also like to be able to do this.