Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Carlos García Cotarelo
I see you are using WP Fastest Cache. Please try flushing your page cache. Also, navigate the the WordPress Permalinks admin page. Do not make any changes and click the Save Changes button.
Hope that helps, let me know.
Steven Zahm
Keymaster@ Brittany
My suggestion is to remove these shortcode options
show_alphahead='true' show_alphaindex='true'and use the display settings instead. As for why it might be repeating, the cause might be that the display setting for the index was enabled.Hope that helps!, Let me know.
Steven Zahm
Keymaster@ Jamie
The is a fatal error error in the javascript for the event registration plugin. This file on line 15. The eror being reported is
Uncaught Error: Syntax error, unrecognized expression: a.poplight[href^=#]. This error is causing other javascript on your site to fail too, mainly just Connections and possibly All In One Events Calendar. The only fix would be to ask the dev of the event registration plugin to fix the error or deactivate the plugin.Hope that helps. Let me know.
Steven Zahm
Keymaster@ Sherri
You need to have an app installed on your desktop which properly registered itself as an email handler. For the most part web mail clients do not do this. The only exception that I am aware of of Gmail and only if you give it permission or set it up. I can not remember off the top of my head.
Hope that helps!
Steven Zahm
Keymaster@ Jacques
When you edit an entry, what do you see for the image?
Steven Zahm
Keymaster@ Jacques
Is the
../wp-content/uploads/connection-images/permissions set to be readable and writeable. Generally folders should be 755 and files 644.Steven Zahm
Keymaster@ Scott
This is possible, see this example live site: https://sscit.org/
This is a custom extension that I can sell at a reasonable rate which would include installation and configuration. The category selections are configurable and can be turned off. This is not sold as a “standard” extension in the store because it is a little bit complex to setup. Other than that it does work well and others who have purchased it are quite happy with it.
If you are interested, please contact me using the contact link at the very bottom of the page.
Steven Zahm
Keymaster@ Per Ahlstedt
Sorry, this is not really possible unless it is custom coded.
Steven Zahm
Keymaster@ James
You are seeing this result because the WP Job Manager plugin has this CSS statement:
.chosen-container { width: 100%!important; }The
!importantflag is overriding the style for Gridder which sets its width. So, to fix this we’ll have to override the override. Add the following to the theme’s custom CSS area:#cn-gridder .chosen-container { width: 250px !important; }That should fix it. Hope that helps!
Steven Zahm
Keymaster@ Jacques
Can you share a link to the directory page on the new site so I can take a look?
-
AuthorPosts
