arskrigitsioniets
Forum Replies Created
-
Forum: Reviews
In reply to: [Advanced Ads –?Ad Manager & AdSense] AwesomeIf people can’t make a living with their code, they should discover profitable monetization practices or use other ways to make a living. There are thousands of free plugins that have stable free and paid functions that don’t fluctuate between each other. If you make paid that previously was free, well, you use poor monetization approach and will get negative reviews. Also, I don’t have to rate something with 5 stars only because it’s free.
- This reply was modified 1 year, 4 months ago by arskrigitsioniets.
Forum: Developing with WordPress
In reply to: wp_rss doesn’t work. Why?It’s what I need, thank you!
So, it seems that it happens because custom post types have additional style for body that look like
post-type-archive post-type-archive-<your-custom-post slug>
The similar situation with custom taxonomies. I have no idea why it happens, but I’ve found a workaround. Just add the following code to styles.css:
@media (max-width: 780px) {.post-type-archive .post-list .grid-item, .post-list .page, .post-list .post { width:100%; } .post-type-archive .hu-pad group { 15px 15px 5px; } } @media (max-width: 780px) {.archive .post-list .grid-item, .post-list .page, .post-list .post { width:100%; } .archive .hu-pad group { 15px 15px 5px; } }
Forum: Developing with WordPress
In reply to: is_tax doesn’t work with multiple taxonomies, How to fix?It works, thanks!
Forum: Plugins
In reply to: [The Events Calendar] How to remove action shelduer completely?There’s no such submenu item in clean WordPress, it appeared after installation of Event Calendar and didn’t disappear after its deletion.
The problem was solved by installing and deleting Action Shelduer plugin from WordPress repository (I have never installed it before but discovered that you use it in your plugin).
I don’t understand why your team uses such bad programming practices so after uninstalling your plugin there’s a lot of data still in the database (I cleaned it manually), including parts from another framework you use. It deserves 1 star that I already rated.
- This reply was modified 1 year, 5 months ago by arskrigitsioniets.
- This reply was modified 1 year, 5 months ago by arskrigitsioniets.
Do you have this option checked:?”?Generate separate files for mobile devices“
Yes
I can mark these files as not harmful, but why are they not harmful? I will also create a topic on WordFence support thread to read their comments.
Forum: Themes and Templates
In reply to: [Hueman] This theme is dead, no supportThere’s some theme update today.
Forum: Themes and Templates
In reply to: [Hueman] This theme is dead, no supportIt looks that developer is still alive and theme will be supported. I asked him on Facebook about it.
Forum: Plugins
In reply to: [The Events Calendar] Endless migration of old eventsNothing of this helps. You screwed up the plugin. I’ve deleted it and will never install again. Rated as 1 star.
Forum: Plugins
In reply to: [The Events Calendar] Endless migration of old eventsI’ve trashed the bin and deleted all drafts, now I have 47/47 scanned and nothing happens. I disabled all cache plugins.
It solves the problem, thanks.
It looks like exactly this setting creates the problem.
Merge all related css files? If this option is disabled, certain CSS files will not be placed but will be minified.
(I have non-English localized site, so the translation is exemplary)
When I turn it off, the table starts working normally.
Yes, when I visit the site by this link, the table works as it supposed to. But cleaning cache and?disabling “also aggregate inline CSS” in Autooptimize options doesn’t solve this problem.
Both solutions don’t help ?? TablePress CSS is still not working. Deactivating Autooptimize helps, but it’s definitely not an option.
- This reply was modified 1 year, 9 months ago by arskrigitsioniets.