Having trouble displaying maps
This topic contains 9 replies, has 3 voices, and was last updated by Paolo 9 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 23, 2015 at 7:52 am #50474
Hi there,
I purchased your system, but I’m having trouble with a few things;
1) Where do I edit templates of widgets and pages?
2) No maps are showing on my website? https://highjo.com/dispensaries/
3) Can you help me get set up and looking great? Perhaps my site would look great in your portfolio, and boost sales?Kind Regards,
KyleAugust 23, 2015 at 1:10 pm #504921. This should get you on the way:
https://wpgeodirectory.com/docs/core-design/2. I think you have no maps showing because you did not add any map widgets to the GD pages.
If you post your admin details in a private reply, we will have a quick look to get you on the right track.3. If you’re looking for a hand with setting up your site, you can post your requirements at https://wpgeodirectory.com/support/forum/geodirectory-jobs/
August 23, 2015 at 1:18 pm #50495This reply has been marked as private.August 23, 2015 at 1:50 pm #505061. GD pages are mainly controlled by widgets and at GD > design.
If you want to change the templates: https://wpgeodirectory.com/docs/customizing-geodirectory-templates/2. You had hidden all categories at GD > design > map > SHOW / HIDE POST TYPE AND CATEGORY ON MAP
You also are only using the main section on the GD Home/location pages, so you cannot add any widgets to the top, bottom or sidebar(s).
August 23, 2015 at 2:37 pm #50519Hey thanks for your help on this.
Finally, on my listings page, I’m trying to make the left content full width. But despite the settings being correct, it still showing the space for the right bar? Is this my template?
August 23, 2015 at 6:10 pm #50555Yes, that is controlled by your theme css:
.mh-content, .hp-content { overflow: hidden; width: 620px; }
you can overwrite with this in your custom css:
#geodir-wrapper .mh-content, .hp-content { width: 100%; }
Thanks
August 27, 2015 at 9:25 pm #51114Hey guys,
Could you maybe take a look at why my site is displaying black footer div’s on each listing: https://highjo.com/ (see bottom of page). Perhaps I’ve missed something in the theme compatibility? The login details I’ve provided above should still work.
August 28, 2015 at 11:15 am #51151Also the tabs on the ‘Best Of’ Widget, don’t seem to be working. Any ideas?
August 28, 2015 at 5:34 pm #51207Hi,
the black line over entry metas comes from your theme css:
footer { background: #2a2a2a none repeat scroll 0 0; color: #fff; font-size: 0.8125rem; padding: 1.25rem; } img { height: auto; max-width: 100%; vertical-align: bottom; }
Theme authors using CSS like this should not be allowed to sell their work. It is like saying: my theme is made to work with ZERO plugins, because everything they’ll add will be affected by the theme css badly.
Please correct this theme abominations with:
footer.geodir-entry-meta { background: transparent none repeat scroll 0 0; padding: 0; } .geodir-rating .geodir_Star img { vertical-align: baseline; }
Or better change theme, because if there are such silly errors in the css, I don’t want to imagine what’s in the code…
Thanks
August 28, 2015 at 5:39 pm #51209Best of widget tabs are not working because of 2 javascript errors:
1) SyntaxError: expected expression, got ')' https://bay.sitescoutadserver.com/disp?pid=FA2C210149&cm=http%3A%2F%2Fwww.googleadservices.com%2Fpagead%2Faclk%3Fsa%3DL%26ai%3DCNd8hRJzgVcSnC8_WfNCAo9AK1b7r5QWNt5OwyQHb2R4QASDrx54mYOW7-oS4FqAB06-g3APIAQmoAwGqBHBP0Az-tF_iOdpwsBiFg6o_0WnilCarmUmQqf3x3q0qMX96S7Rdq9bNb0OBLLvWm5P9PdX4JvhZ_DONsQdNymtrCc-Xl6jDb6b8t1DOl_vPc1Bsoxmg9_sVculGg5WpxnQsP84QgDJp0oJXujG-wVFdiAYBoAYRgAeV0N8jqAemvhvYBwA%26num%3D1%26cid%3D5GgnYENC9CVOgqd41ylgL-qV%26sig%3DAOD64_10hxOWx3TKts_xCmqigQyI0eqWtA%26client%3Dca-pub-9668465375855391%26adurl%3D&rw=1&rand=36115655 Line 69 2) ReferenceError: loadsads is not defined https://bay.sitescoutadserver.com/disp?pid=FA2C210149&cm=http%3A%2F%2Fwww.googleadservices.com%2Fpagead%2Faclk%3Fsa%3DL%26ai%3DCNd8hRJzgVcSnC8_WfNCAo9AK1b7r5QWNt5OwyQHb2R4QASDrx54mYOW7-oS4FqAB06-g3APIAQmoAwGqBHBP0Az-tF_iOdpwsBiFg6o_0WnilCarmUmQqf3x3q0qMX96S7Rdq9bNb0OBLLvWm5P9PdX4JvhZ_DONsQdNymtrCc-Xl6jDb6b8t1DOl_vPc1Bsoxmg9_sVculGg5WpxnQsP84QgDJp0oJXujG-wVFdiAYBoAYRgAeV0N8jqAemvhvYBwA%26num%3D1%26cid%3D5GgnYENC9CVOgqd41ylgL-qV%26sig%3DAOD64_10hxOWx3TKts_xCmqigQyI0eqWtA%26client%3Dca-pub-9668465375855391%26adurl%3D&rw=1&rand=36115655 Line 74
They are not GeoDirectory realted. Once you figure out what is causing them and fix them, the best of widget tabs will work again correctly.
Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket