Bloomhash
Forum Replies Created
-
Of course, I tried, but no success.
I recieve just a shortcode [brackets] as a part of text.Thank you for answers!
Still I don’t understand: does e-mail is the only way to see all the changes (not the report, but something “before/after” with marks of every change or smth like this)?
No, I didn’t select that checkbox. I thought that I’ll see changes within plugin interface.
So that checkbox is must-have?Forum: Plugins
In reply to: [Multisite Enhancements] Warning now requires PHP 5.6+Does anyone know where we can find previous version or compatible with older php?
Forum: Plugins
In reply to: [Redirection] Redirect HomepageI’ve cleaned some caches, and now it seems to work…
So strange. Deactivation of cache-plugin was not enough.Forum: Plugins
In reply to: [Redirection] Redirect HomepageI also need redirect from homepage.
I have multisite, and if I put “/” to source url that doesn’t work for me((And I have an IDN, so maybe that influences?
Now I have this kind of redirect:
Source: /
Target: http://xn--…/idn-name/But browser still shows a homepage.
My root site is normal latin site like site.com.
One of multi-sites is site2.site.com.
And idn is mapped to site2.site.com as a primary domain.
Also latin-name (like site2.com) mapped to it. And it’s redirection works fine.I need this scheme:
site2.com —> http://xn--…/idn-name/ (and it works now)
xn--… -> http://xn--…/idn-name/ (does’t work, xn--… in adress)I’ve got injection on my site. And it occurs that different scanners had a different results on issue. So I concluded that they really can’t guarantee of 100% recognizing the threat. Of course mostly they intersect, but in rest kinda supplement each other.
But you’re right, the sensible decision — to choose one tool..
yes, it’s true.
but right now I have Wordfence, Sucuri and Cache-plugin turned on, and admin page is loading ok, but in the morning i got 500.maybe there’s a lack of memory or smth else on server?
I don’t understand, but now everything works again. That’s weird.
Now I see thу problem is Wordfence and Sucuri working together.
I can disable one of them and it opens me an admin page.
But they were both activated for couple of days and worked fine.And there’re were no updates.
- This reply was modified 8 years, 11 months ago by Bloomhash.
Forum: Plugins
In reply to: [wp-Typography] Problem with dashes and G. BushThat was my mistake about hyphenation (I’ve edited that comment later), I looked not to the homepage, but to the separate page view.
Good luck!
Forum: Plugins
In reply to: [wp-Typography] Problem with dashes and G. BushOh, thank you, that works.
Of course, with a ‘$’ near ‘page_data’ )))Forum: Plugins
In reply to: [wp-Typography] Problem with dashes and G. BushI’m not that good programmer, could you improve that part of my code, please?
echo '<article class="post hentry format-standard"> <header class="entry-header page-header"> <h1>' . $page_data->post_title . '</h1></header> <div class="entry-content">'; echo $page_data->post_content; echo '</div></article>';Forum: Plugins
In reply to: [wp-Typography] Problem with dashes and G. BushIt seems I found one more issue.
On my homepage via php-template I’ve inserted content of one page — before news feed — and it starts with paragraph, containing img, and following paragraph, containing quotation.
If I go to that page address, first quot («) is processed by plugin with class=dquo, pulled out to the left of paragraph border.
But on my homepage the same quot is not processed and lays within paragraph border.