LordGoran
Forum Replies Created
-
Forum: Plugins
In reply to: [ElementsKit Elementor addons] Image box title not allowing htmlBut you’re still allowing them elsewhere in the image box. That makes no sense to me. Why not allow simple line break, span, and superscript tags? Those won’t pose a threat and you can easily scan for those and allow them. I’m not looking for the world, but just a few simple options to make my site look better.
Thanks!
That did the trick!
Can you provide the SQL for installing the missing table?
Here is the error my site is throwing.WordPress database error Table ‘.wp_itsec_bans’ doesn’t exist for query SELECT * FROM wp_itsec_bans WHERE host = ‘108.84.194.62’ made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lib::is_ip_banned, iThemesSecurity\Ban_Hosts\Deprecated_Filter_Source->find_ban_for_host, iThemesSecurity\Ban_Hosts\Chain_Source->find_ban_for_host, iThemesSecurity\Ban_Users\Database_Repository->find_ban_for_host
Thanks!
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Grid 4 columns in mobile only oneI’ll help out…
To make the grid more responsive to smaller screens (mobile) it changes from the four you selected for Desktops to one column for mobile.
As for the media query, my guess is that you need to select what information is used to create your grid.
Goran
- This reply was modified 4 years, 3 months ago by LordGoran.
Cool!
Thanks!
Will that still allow the pop-up to open only by the click?
Forum: Themes and Templates
In reply to: [Colibri WP] Second text element in hero contentOkay, I figured out a round about way to add a second text area to the hero section of the inner pages.
In your functions.php file add the following line of code:
add_post_type_support( 'page', 'excerpt' );
That adds an excerpt field to all your pages, just like for your posts.
Open your pages and add the text you want in the excerpt field.Then in the colibri builder, open an inner page to edit.
Go to the Hero settings, open the editing tools, and search for “summary” in the components.
Drag that into the same column as the page title component.
Save, and go view your page. You now have a second text block.Steve
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Turn off the toggled filter menuOkay, my bad.
Just figured out that the “Category filter multi line” is what I was looking for.
If this box is checked, the mobile toggle is turned off.
Thanks!
Forum: Plugins
In reply to: [Post grid and filter ultimate] Testing PluginThanks for the reply.
We went in a different direction.
Thank you
Forum: Fixing WordPress
In reply to: Error accessing remove_personal_data pageThanks.
I did that, and no joy.
Oddly, it seems to only happen if I use the link in the privacy settings in Woocommerce. If I use the link in the sidebar menu under Tools -> Erase Personal Data it opens just fine.
It’s odd.
Forum: Plugins
In reply to: [SlimStat Analytics] Odd errorSorry, it’s resolved
Forum: Plugins
In reply to: [SlimStat Analytics] Odd errorHere was how the issue was fixed.
I rolled it back several versions, then I deactivated the plugin in wordpress.
I then reinstalled the new version, then reactivated the plugin and the issue went away.Certainly a odd thing, but resolved.
Thanks!
Forum: Plugins
In reply to: [SlimStat Analytics] Odd errorOkay, I filled out a ticket and added the screen shot.
Thanks!
Steve
Forum: Plugins
In reply to: [SlimStat Analytics] Odd errorOkay, the odd thing is that the “email” column is in the database.
Do you have an address I can send the screen shot?
I pasted the query in the error into phpmyadmin and it worked just fine. That is why I though it was an odd error.
It only seems to happen on the main site dashboard page.Steve