bevdan
Forum Replies Created
-
Forum: Plugins
In reply to: [Dropdown multisite selector] Square bracketsThis looked like using a shortcode in the URL to redirect field.
The shortcode [dms] works would be great if a shortcode can be entered in the URL field.
Forum: Plugins
In reply to: [Dropdown multisite selector] Square bracketsI have the same problem
Here is a Gravity form shortcode to the form
[gravityform id=”1″ title=”true”]Option for Australia and Austria are wrong
Australia should be EBAY-AU
Austria should be EBAY-AT
in WoocommerceReviewsManager_OptionsManager.php
Please fixWordFence is blocking ClientExec not only the dashboard but also customisation features. Please fix.
How do we get WordFence to stop blocking the cron jobs and automation without deactivating the plugin
Also at the bottom of the login page when loaded as well as when I log in as admin, I get the follow message
There was an issue with your request. The error has been logged so please contact your site administratorStill getting the same error after deleing the ips.php
just tried this
in \view\album-compact.php
line 22<div class="ngg-album-compact"> <div class="ngg-album-compactbox"> <div class="ngg-album-link"> <a>pagelink ?>"> <img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/> </a> </div>
change so its on 1 line
<div class="ngg-album-compact"> <div class="ngg-album-compactbox"> <div class="ngg-album-link"> <a>pagelink ?>"><img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/></a> </div> </div>
This worked for me got rid of the “” from the “view source”