Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Marne
The cause is likely either a plugin conflict causing a PHP error in the background or resources assigned to PHP are being exhausted. Can you check the PHP error log to see if anything related has been recorded?
Steven Zahm
Keymaster@ Jody
RE: I hope this gets figured out because I plan to use this theme from now on
I doubt this is a conflict with the theme as the theme should not be doing the redirect. Generally this is handled in your .htaccess file. Seeing as Connections is somehow having an effect… how do you have this redirect setup? Are you using a plugin or is there actually a setting in Vantage to handle the redirect? If it is either, I very highly recommend using the .htaccess method. Using a plugin or theme option to do so is adding additional page load time because WP has to load twice in order to do the redirect. Basically this means your site has to load twice to show the page once. Using the .htaccess, WP is never loaded since the redirect is handled by the server and not WordPress.
That said…
I would like to investigate why having Connections activate makes a difference because as mentioned there is no code in Connections which cares about or should affect this type of redirect.
I did notice that this affects only the front page … no others. So that does provide a clue.
If you can give me a WP admin login and FTP login I can investigate further. The details can be posted here as a private reply.
RE: When I deactivate Connections the Warning for Leaflet Maps Marker disappears but, when I reactivate Connections it appears again.
You can ignore this message. Leaflet Maps Marker and Connections works correctly together. Leaflet Maps Marker is simply detecting Connections usage of the API and displaying you a warning that they might be conflicts.
Steven Zahm
Keymaster@ Adam
RE: The gender box resets when the search is performed
In the code you used to create the dropdown (I assume that is what you mean by gender box) you need to check for gender query string and set the option selected tag in the drop down.
RE: The text does not say that the user searched the gender as it does for category:
You can hook into the
cn_search_results_messagesfilter which passes an array of search messages. YOu can add you gender message to the array if the user is searching by one.Hope this helps!
Steven Zahm
Keymaster@ Joe
RE: the Error I receive is attached,
That error does not make sense… it is being generated by a core WP file, not Connections. And the line numbers shown do not seem to aline with an actual contents of the file. It seems something is wrong with your WP installation.
RE: When I activate this Extension I get a white page of death.
The white screen is usually indicative of memory being exhausted or some other fatal error such as duplicate function names or incorrect syntax. Since I know that latter two are not an issue I suspect it is still a memory issue. But to completely eliminate those two later issues I suggest to delete the CSV Import addon and reinstall in it to ensure no corrupt files.
Let me know what you learn
Steven Zahm
Keymaster@ chris
Great to hear! Your experiences might seem to indicate they need to work on their implementation for OG tags.
Steven Zahm
Keymaster@ Jody
The issue is still the
www. With Connections deactivated your site is auto-redirecting to the URL without thewww. Look at the browser address bar after you type in your site address with thewww. Notice that is lacks thewww.I can not think of a single reason why Connections would care about a
wwwredirect. This still points to some sort of site config issue. Check the WP General Settings and make sure the WP URL and the Site URL are set correctly. Generally they should match. In your case I would expect them to behttp://kcitalians.comI wonder… do you by chance have the directory home page set to be the same page as your sites static front page? Check the Connections : Settings admin page under the General tab and the WP Reading Settings admin page. I would expect your directory home page to be set the the
Directorypage.Steven Zahm
Keymaster@ Al
There is no known conflicts with 4.8.1. What causes you to believe that Link is not working? Are you receiving an error message or something? The more details you can provide the better. Thanks!
Steven Zahm
Keymaster@ Jody
RE: I noticed that when you type my URL in and go to the site the circle icons and social widget images (e.g. facebook) are not visible. Once you click on any page they reappear.
This is not being caused by Connections. Rather is is how you site is configured. I can demonstrate:
- Clicking this link for your site, no icons: http://www.kcitalians.com/
- Clicking this link for your site, icons present: http://kcitalians.com/
Notice the difference is the
www. When clicking any of your sites nav links, you are navigating the site minus thewwwwhich is why you see the icons.RE: Warning: an active plugin or theme is also embedding the Google Maps API (script handle: cn-google-maps-api) – this can break (Google) maps and address search on backend for Leaflet Maps Marker!
You can ignore this message. Leaflet Maps Marker and Connections works correctly together.
Hope this helps!
Steven Zahm
Keymaster@ Cole
I’m not sure we’re on the same page… when you say you changed the preferred email from personal to work, what do you mean? Do you mean the being the first option in the drop down? If so, that’s not actually the preferred, just the default which to the best of my memory has always been the person email.
When I mention order in my last reply, you can drag and drop the email field group to be in any order. For example, if you add two email addresses the first being work and the second being personal, you can drag and drop the personal to be the first. Being first does not make one or the other preferred. You need to select the “Preferred” option after adding your email addresses.
Now, that said, preferred has no being when creating the vCard, only the email type does, the personal one will always be written as the first email address followed by the work email address.
Anyway, sounds like you were able to correct the issue. Just to give you a heads up, I did decide to modernize my crude code which creates vCards so this might affect you and the files it creates.
Steven Zahm
Keymaster@ Joaquín
This is nearly always caused by a plugin conflict. I believe another user recently encountered this and the cause was Jetpack breaking the rich editor. Do you have Jetpack installed? If you do, try turning of the Shortcode Embeds module.
Hope this helps, let me know.
-
AuthorPosts
