michalrama
Forum Replies Created
-
Hello @bluereddy
Yes, that’s my fault. Already fixed. Thank you for the warning.
Next time you want to point out a bad translation, it’s done here
You simply make a proposal for another translation, which must be approved by someone who has the authority.
Thanks again.
Michal
Forum: Themes and Templates
In reply to: [Blocksy] Bad menu display without login.Hello,
So I finally solved it. This issue was caused by an optimization plugin WP Fastest Cache. When I disabled css in it, it already started working properly.
And as for the slider offset, I solved that using jquery
$(window).on(‘hashchange’, function (e) {
if ( window.location.pathname == ‘/’ ){
$(“.entry-content”).css(“padding-top”,”10px”);
} else {
$(“.entry-content”).css(“padding-top”,”20px”);
}
}).trigger(‘hashchange’);Forum: Everything else WordPress
In reply to: View files in a pie chart?Hello @t-p
So I managed to find the plugin I was looking for.
https://www.ads-software.com/plugins/disk-usage-sunburst/
Thanks anyway
Forum: Plugins
In reply to: [Smart Slider 3] Slider displaying multiple images at once?Hello
OK. It is a feature of the paid version. I don’t know if I’ll have it yet, I’m only working on the test site at the moment.
Anyway, that solves the problem.
Thank you
Forum: Plugins
In reply to: [Smart Slider 3] How to set height based on width to maintain aspect ratio?Hello @robertnextendweb
Sorry, I forgot to write that it helped me, so problem solved. Thank you
Forum: Themes and Templates
In reply to: [Blocksy] Slider displaying multiple images at once?Hello @cteduard
Oh, sorry. You are right. My fault.
Forum: Everything else WordPress
In reply to: View files in a pie chart?Hello @t-p
Sorry, but I tried that and couldn’t find anything.
This finds me plugins that allow me to create those charts directly on the web, which I don’t want.
I also tried different file managers, but none of them could do it.
I’m not sure, but it was more like an optimization or information plugin. If I saw it, I would recognize it, but I can’t remember the name or at least any more specific information for each one.
Forum: Themes and Templates
In reply to: [Blocksy] Sidebar missingHello @cteduard
Yes, you are right. In the page structure, the appearance was set without a sidebar, that’s why it wasn’t there.
Thank you
Michal
Forum: Themes and Templates
In reply to: [Blocksy] How was the content inserted into the sidebar?Hello @cteduard
Sorry, but the plugin you wrote didn’t help me.
I don’t want to create any new posts. I just want to have more advanced sidebar editing where I can put wordpress pages and posts.
I don’t need it to look the same, I just want to be able to add part of the content of an existing page or post, including the creation date.
Thank you
Forum: Developing with WordPress
In reply to: How to display posts content in the sidebar?Hello @jaymtech
I wanted to use just the theme on the link site. If I found correctly, this is a Blocksy, but apparently some additional plugin is used to display this sidebar.
I tried various plugins but none did anything I needed. Plugins allowed you to create your own posts, which I don’t want.
I don’t need it to be exactly the same. I just want to be able to add already existing pages and posts there.
Hello @emrevona ,
Unfortunately, it was only temporary. Again I had to disable “minify and combine css” and clear the cache to get it to display correctly.
What do I have to do to reactivate it, please?
Thank you
Hello @emrevona ,
Yes, it’s working now. Besides, I also had to deactivate “minify css”. Anyway, thank you.
Forum: Themes and Templates
In reply to: [Zakra] Poor layout when viewed on mobile.Hello @barsha04 ,
Yes, you were right. The problem was in the cache, but on the side of the optimization program WP Fastest Cache. After disabling it, it now displayed correctly. If anyone is interested, I wrote to support the plugin, but otherwise I would close it here.
Thank you and have a nice day
Michal
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Warning about wrong number of bracket.Hello @diana_burduja ,
In the image (link), the code below won’t execute. And I didn’t understand why, because it worked in the debug mode of the browser.
I came up with the reason purely by accident. There is an extra brackets, but the editor highlights it in red when I click on it (link)
And that’s exactly the problem. If the editor can detect the wrong number of brackets, it should show this all the time. Or at least after saving the file.
I hope I have clearly explained what I mean.
Forum: Themes and Templates
In reply to: [Zakra] How to select an element for mobile view only?