Vad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Image without paddings (Single Posts – Boxed)?@media (min-width: 1000px) .ct-featured-image { margin: -40px -40px 0 -40px; }
Partially, I can solve the issue like this, but it’s better that you can do it in the settings.
Forum: Plugins
In reply to: [WP-dTree] Not displayed when in new widget editorI found the problem
I add a widget on the page /wp-admin/widgets.php
I check that there is no check mark in the widget settings
“Set “Child of” to active category”But when I go to the theme settings /wp-admin/customize.php, I look at the widget settings and I see the checkbox turned on “Set “Child of” to active category”
And when I uncheck the box in the theme settings and save, the list I need will appear on the site.
—
When I go to edit the widget settings on this page /wp-admin/widgets.php
the list disappears on the site,
and so that the list appears,
I need to go to the theme settings and edit the widget settings there /wp-admin/customize.php
I click to uncheck the box “Set “Child of” to active category”
this checkbox constantly appears in the settings on the page /wp-admin/customize.php
But if you look in the settings on the page /wp-admin/widgets.php, then there is always this checkbox off.I found how to fix it! It works!
In the settings, I disabled this item:
WP Cerber Security – Hardening:
Disable PHP in uploads – Block execution of PHP scripts in the WordPress media folderThe plugin “WP file manager” is not on the dashboard.
Screenshot:
Multisite network:
You did not understand the problem.
The plugin is activated. But the plugin is available only on network sites. But in the main panel it is not.
The second problem. It is necessary to block access to the plugin from all sites on the network, and give access to the plugin only from the main panel. So that the sites moderators could not make changes to the site files.
In the hosting tariff plan, I temporarily increased it to 256M, the problem was solved.
Sorry, I can’t do it. The hosting plan allows a maximum of 128M.
Memory limit: 256M
Forum: Plugins
In reply to: [ElementsKit Elementor addons] The plugin does not work. Loading…Hi! I have not tried it yet. But it looks amazing!
Forum: Plugins
In reply to: [Envato Elements - Photos & Elementor Templates] Demos?Yes, I am also looking for a demo site with all the templates.
Example:
https://wpastra.com/ready-websites/Forum: Plugins
In reply to: [Genesis Portfolio Pro] Gutenberg Block Editor CompatibilityYou would need to add the code to a custom plugin instead of your theme.
There is instructions and sample code for this here: https://gist.github.com/nickcernis/38020edad310d5984b6abc0ecc6ec2f0
Hi! I created the plugin as written in the instructions. Activated.
I have two plugins activated:- Genesis Portfolio Pro
- Genesis Portfolio Pro Modifications
But nothing works.
I use the Astra theme.
How to make the plugin work in other themes?
I thought the plugin should work with all themes.Forum: Plugins
In reply to: [Portfolio Gallery - Image Gallery Plugin] Future request: Remove image titleAre you using lightbox?
I don’t know, it seems yes. Lightbox from the Elementor.
Forum: Plugins
In reply to: [Portfolio Gallery - Image Gallery Plugin] My Custum CSSThanks for the CSS, can you please share the page where you are using it?
Sorry. This is a local server.
Forum: Plugins
In reply to: [Portfolio Gallery - Image Gallery Plugin] My Custum CSSMy second option:
.filters-div .filtr-item .item-desc { opacity: 0; transition: all .8s; background: linear-gradient(35deg, rgb(106, 211, 47) 0%,rgba(89, 182, 254, 0.9) 100%); text-shadow: 0px 3px 14px #1a8731; top: 7px; bottom: 7px; left: 7px; right: 7px; display: flex; justify-content: center; align-items: center; } .filters-div .filtr-item:hover .item-desc { opacity: 1; } .filters-div .filtr-item .thumbnail { box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25); padding: 0; } .simplefilter li, .sortandshuffle li { text-transform: none !important; } .filters-div .filtr-item img.thumbnail { min-height: 223px; object-fit: cover; } .filters-div a title {display: none !important;}
Forum: Plugins
In reply to: [ElementsKit Elementor addons] The plugin does not work. Loading…??
I do not want to increase the load on the server.
I try to reduce the load, not increase the load…