A Few Issues In Supreme
This topic contains 6 replies, has 4 voices, and was last updated by smallgeek 8 years, 3 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: GD Login Box, map cluster, multi-rating, navigation, ssl, Supreme
-
AuthorPosts
-
July 15, 2016 at 7:42 pm #228248
Hi:
So close to getting this puppy launched. Thank you so much for all your help.
A few more issues in Supreme.
1. Navigation – Next and Previous
Links are not working on the Listing Pages (both in demo and on my site). Didn’t want them anyway so I added CSS: .geodir-pos_navigation {display: none !important;}
2. Multi Locations
SEO Settings – Location Description doesn’t add content to the location page. Instead it becomes the new meta name=”description”.
3. Map Cluster
It just doesn’t update well if you have a SSL site (all the rest of your plugins do that I have used so far).
* If you have to update the plugin it causes mixed content on the front end.
* You clean it up on the front end (Used Really Simple SSL and Search and Replace) and then the CPT Category Icon Image Links break in the admin area.
* Link changes from https://www.myweed.ca/wp-content/uploads/2016/06/6.png
* To this: http://www.myweed.ca/wp-content/uploadshttps://www.myweed.ca/wp-content/uploads/2016/06/6.png
* I have to update each category icon to correct the broken image link in the admin area.
* It’s harshing my mellow fixing the icons. I am going to have 50 to 100 categories spread across 12 CPTs eventually.
* There has got to be an easier way.4. Multi Ratings
I have enabled the Multi-Ratings. (Comments enabled on CPT, etc). I attempt to create a Rating and click Save. Nothing happens.
Frontend is also funky (https://www.myweed.ca/dispensaries/british-columbia/nelson/retail-store/the-kootenays-medicine-tree-nelson/#reviews) and I am unable to rate or add pictures to my review. I add Review Text and submit and it displays review without Photo and Ratings. And the More link doesn’t do anything.
5. GD Login Box – When you have it in a footer widget the dropdowns slide below the footer. Is there any way to change direction of drop downs or have them appear over the footer?
I will add my login info in a minute thanks (site behind coming soon page).
thx
July 15, 2016 at 7:44 pm #228249This reply has been marked as private.July 15, 2016 at 11:41 pm #2283752. Correct, that is how it works. If you want to show the location description on the page, you need to use the Location Description widget: https://wpgeodirectory.com/docs/location-manager-widgets/#desc
3. I cannot see any clusters anywhere because you do not have any GD Home Map widgets on the GD Home page anywhere. That is the only place clustering will work.
The only foolproof way to replace HTTP to HTTPS is using https://interconnectit.com/products/search-and-replace-for-wordpress-databases/4. Seems related to the incorrect change to HTTPS. Ill alert Paolo to have a closer look for that one.
5. Will leave that for Paolo too.
July 16, 2016 at 6:40 pm #228601hi,
as Guust said, you have several errors in the console due to the incomplete transition to https :
example:
Blocked loading mixed active content “http://www.myweed.ca/wp-content/plugins/geodir_review_rating_manager/js/rating-script.js?ver=4.5.3”
https://www.myweed.ca/wp-admin/admin.php?page=geodirectory&tab=multirating_fields&subtab=geodir_create_rating
Line 0Please correct it using the tool suggested by Guust and let us know how you went,
Thanks
July 19, 2016 at 7:11 am #229703This reply has been marked as private.July 19, 2016 at 7:36 am #229705For issue 5
Try with this code
.footer-widgets .container { overflow: visible !important; }
That code make the dropdown visible.
But if you want the dropdown upside, then use the following code too.
.footer-widgets .geodir-chosen-container .chosen-drop { top: auto !important; bottom:100% !important; }
July 22, 2016 at 7:52 pm #232081Thanks you guys:
2. I am an idiot I was trying to get the box you had at the top of the location pages. Can’t seem to find it now on the Supreme demo now. But I figgered out how to do it.
But you do have notice: “Notice: Trying to get property of non-object in /home/wpgeo/public_html/supreme-directory/wp-content/themes/supreme-directory/inc/geodirectory-compatibility.php on line
1021” – see here: http://wpgeo.directory/supreme-directory/location/united-states/california/#3. Thanks I will just have to deal with SSL and will try your widget.
4. Fixed the SSL and the Multi-Ratings worked. There is an issue with Multi-Ratings and GT-Vouchers but I have gone to Jeff first. If I have my coupons on the bottom of the page instead of as a tab the Multi-Ratings section of listing reviews doesn’t display – weird.
5. .footer-widgets .container {
overflow: visible !important;
} – worked great going with this one.footer-widgets .geodir-chosen-container .chosen-drop {
top: auto !important;
bottom:100% !important;
} – slide under page content instead of footer. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket