AroundKW
Forum Replies Created
-
Hi thank you for the plugin, i have bought the direo theme you released an update today and looks like you forgot about the view count update they are going back to zero still.
thank you in advanceI have been using divi theme with this plugin no problem, I have three sites using it.
if you are using a re-captcha plugin that is not the plugin they sell then this happens, I tried 4 different captcha plugins all the same result login doesn’t work at all.
i also tried adding captcha manually and it didn’t work.new development the map has disappeared off the add listing and edit listing page, but it is on the actual live listing if they put in an address, and is showing up on map view.
the issue seems to be resolved with a new update, thank you
i am having the same issue
I have the same problem but it just started today with version 1.7 I had to revert back to 1.66 to get it working again.
Forum: Plugins
In reply to: [Post Badges] Grabbing image title on category pagesdoes anyone know how to move the badge to the left of the title?
Forum: Plugins
In reply to: [Post Badges] Grabbing image title on category pagesanother problem has cropped up after the fix to get rid of the alt text showing on the page, now when you change the title of a post it adds the text you had in the badge every time you save it, plain text not in the box with the background color, well back to the drawing board.
Forum: Plugins
In reply to: [Post Badges] Grabbing image title on category pagesI have the solution – in the plugin folder open the file templatic-badge.php and edit around line 178 you have to change the ” to ‘ and escape them \’
$tmpl_display_badge = ‘<span class=\’badge-status\’ style=\’background:’. $newbadge_color.’\’>’. $newbadge_title.'</span>’;
Forum: Plugins
In reply to: [Post Badges] Grabbing image title on category pagesdid anyone figure this out I am having the same issue?
thanks so muchForum: Plugins
In reply to: [Contact Form 7] Style Checkboxes to look like Buttons?I would like to know the same thing, to use for a choice like Car, SUV or Truck etc nice big buttons.
I need the data/choice recorded and sent in the email, a button doesn’t capture the data.
Forum: Plugins
In reply to: [AKW Store Locator] Export StoresAt this time there is no way to export stores sorry.
Forum: Plugins
In reply to: [AKW Store Locator] Where do I find the shortcodes?under installation
[akwstorelocator maplabel=”Postal/Zip, City/Province/State or Full Address” storelable=“Store Name(Optional)” mapbutton=”Search Stores”]
for custom label and button names.
Forum: Plugins
In reply to: [AKW Store Locator] PHP Function Conflict in Cherry FrameworkThis issue is because of the function pagination() is being used in both the AKW Store Locator and Cherry Framework.
To overcome this issue you can change the pagination() function name to akwPagination() in two places. Open the files showStores.php and storeFunctions.php. These two files are located under the Plugins/akw-store-locator folder.
In showStores.php file, in line 185:
Replace echo pagination with echo akwPaginationIn storeFunctions.php file, in line 96:
Replace function pagination with function akwPaginationThis should fix the problem.