step8601
Forum Replies Created
-
AuthorPosts
-
i see what you mean, but might the approach mentioned by paolo be possible too?
if paolo’s suggestion could work, it sounds like i might not need to worry about the responsive code and stuff, but that it rather would work out of the box cuz the slider would already work with shortcodes?
which GD shortcode(s) would work?
any idea which image slider would work too?
super thanks, this would make an outstanding look for the site
wow, nice
1. what widget or shortcode would be used?
i found the following but i’m not sure how to isolate and use just the search box stuff as in the pic (sorta):
https://wpgeodirectory.com/docs/core-shortcodes/
2. do you happen to know of any sliders (Revolution, etc) that allow shortcodes as you’ve mentioned?
this would be great 🙂
thanks
January 25, 2016 at 4:17 pm in reply to: Siteground hosting with SuperCacher and Cloudflare CDN – they ok with GD ? #111159google pagespeed module is compression, not caching….geez, i a dummy 🙂
January 25, 2016 at 4:00 pm in reply to: Siteground hosting with SuperCacher and Cloudflare CDN – they ok with GD ? #111121ah, very interesting indeed!
so i could try railgun
okay, once i get an account, etc, i’ll test stuff and report back
sounds like railgun could be a nice help
thanks paolo 🙂
January 25, 2016 at 3:52 pm in reply to: Siteground hosting with SuperCacher and Cloudflare CDN – they ok with GD ? #111118thanks paolo
found something else
cloudflare also has a feature called Railgun, which i believe is a form of caching:
https://www.cloudflare.com/railgun/
not sure if this type of caching is different but wanted to know if you’ve heard of it and if it, as well, is incompatible with GD
reason is that i’m thinking of going with siteground and using their cloudflare capability, but i want to be sure of all the cloudflare things that i need to turn off but also the cloudflare features that i can use (so many settings, right?)
thanks so much
January 25, 2016 at 2:56 pm in reply to: Siteground hosting with SuperCacher and Cloudflare CDN – they ok with GD ? #111096ah, thanks Guust
i just got word from siteground that their supercacher can be turned off but the google pagespeed module can be enabled as a substitute
any issues with the google pagespeed module that you know of?
thanks so much
yes, absolutely 🙂
i’m happy to announce that Porto (2.7) now is GD compliant
Porto has lots of pieces, takes some time to learn, but it’s a nice pro theme
in my testing, apparently you do not need to select Porto under the GD Theme Compatibility tab, but you do need to install the Porto GD Compatibility Plugin that comes built in with the latest Porto wordpress theme
if this could be added to the list of GD compatible themes, would be great
playing with it now, will report any issues, etc, to the authors
love porto 🙂
January 19, 2016 at 5:38 pm in reply to: if listing is in multiple categories, is this duplicate content? #69374ah, very interesting, many thanks
January 19, 2016 at 5:33 pm in reply to: to Yoast or not to Yoast – that is the question – duplicate content #69373sorry, i was just worried about any conflicts, etc, lots of settings and stuff
Your author archive page on GeoDirectory will look nothing like your home page.
great, thanks
January 19, 2016 at 5:29 pm in reply to: to Yoast or not to Yoast – that is the question – duplicate content #69370thanks paolo
so, i can install yoast, but leave it all default? (just want to be sure before i open my site)
thanks
January 19, 2016 at 5:10 pm in reply to: to Yoast or not to Yoast – that is the question – duplicate content #69364sorry, should have put this in the core general category, please change if possible, thanks
January 17, 2016 at 4:07 pm in reply to: if listing has no image(s), then do not display placeholder image – possible ? #69113thanks paolo
i won’t beat a dead horse but i found the following javascript just now too, a jquery solution is provided too:
https://www.sitepoint.com/community/t/if-empty-hide-divs/4190/3
Paul_WilkinsAdvisor
Sep ’08The traditional javascript way is as follows:
var els = document.getElementsByTagName('div'), el, i; for (i = 0; i < els.length; i += 1) { if (el.className === 'more') { if (!el.firstChild) { el.style.display = 'none'; } } }
In jquery that would be something like
$('#div.more:empty').hide();
ah, thanks, interesting, will check it out, much appreciated 🙂
January 17, 2016 at 3:27 pm in reply to: if listing has no image(s), then do not display placeholder image – possible ? #69109what about some css to hide things if no image(s)?
for example, i used ff firebug a bit and found that if i removed the geo flex container div, the detail page still looked okay:
might there be a way to put in a conditional like “if no image(s), then hide flex container div”
<div class="geodir_flex-container"> <div class="geodir_flex-loader" style="display: none;"><i class="fa fa-refresh fa-spin"></i></div> <div class="geodir_flexslider flexslider-ltr" id="geodir_slider" style="visibility: visible;"> <div class="geodir-viewport" style="overflow: hidden; position: relative;"><ul class="geodir-slides clearfix" style="width: 2600%; transition-duration: 0.6s; transform: translate3d(-2700px, 0px, 0px);"><li class="clone" aria-hidden="true" style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels2" alt="hotels2" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels2" alt="hotels2" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels27.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;" class=""><img style="max-height:7px;margin:0 auto;" title="hotels11" alt="hotels11" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels11" alt="hotels11" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels118.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;" class=""><img style="max-height:7px;margin:0 auto;" title="hotels10" alt="hotels10" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels10" alt="hotels10" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels105.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;" class=""><img style="max-height:7px;margin:0 auto;" title="hotels12" alt="hotels12" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels12" alt="hotels12" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels126.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;" class="geodir-active-slide"><img style="max-height:7px;margin:0 auto;" title="hotels4" alt="hotels4" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels4" alt="hotels4" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels47.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels1" alt="hotels1" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels1" alt="hotels1" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels119.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels6" alt="hotels6" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels6" alt="hotels6" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels67.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels7" alt="hotels7" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels7" alt="hotels7" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels77.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels8" alt="hotels8" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels8" alt="hotels8" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels87.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels9" alt="hotels9" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels9" alt="hotels9" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels97.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels1" alt="hotels1" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels1" alt="hotels1" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels120.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;"><img style="max-height:7px;margin:0 auto;" title="hotels2" alt="hotels2" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels2" alt="hotels2" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels27.jpg" draggable="false"></li><li style="width: 675px; float: left; display: block;" class="clone" aria-hidden="true"><img style="max-height:7px;margin:0 auto;" title="hotels11" alt="hotels11" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/plugins/geodirectory/geodirectory-assets/images/spacer.gif" draggable="false"><img style="max-height:400px;margin:0 auto;" title="hotels11" alt="hotels11" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels118.jpg" draggable="false"></li></ul></div><ol class="geodir-control-nav geodir-control-paging"><li><a class="">1</a></li><li><a class="">2</a></li><li><a class="">3</a></li><li><a class="geodir-active">4</a></li><li><a>5</a></li><li><a>6</a></li><li><a>7</a></li><li><a>8</a></li><li><a>9</a></li><li><a>10</a></li><li><a>11</a></li></ol><ul class="geodir-direction-nav"><li><a href="#" class="geodir-prev">Previous</a></li><li><a href="#" class="geodir-next">Next</a></li></ul></div> <div class="geodir_flexslider flexslider-ltr" id="geodir_carousel" style="visibility: visible;"> <div class="geodir-viewport" style="overflow: hidden; position: relative;"><ul class="geodir-slides clearfix" style="width: 2200%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);"><li style="width: 73px; float: left; display: block;" class=""><img style="max-height:48px;margin:0 auto;" title="hotels11" alt="hotels11" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels118.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;" class=""><img style="max-height:48px;margin:0 auto;" title="hotels10" alt="hotels10" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels105.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;" class=""><img style="max-height:48px;margin:0 auto;" title="hotels12" alt="hotels12" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels126.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;" class="geodir-active-slide"><img style="max-height:48px;margin:0 auto;" title="hotels4" alt="hotels4" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels47.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;"><img style="max-height:48px;margin:0 auto;" title="hotels1" alt="hotels1" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels119.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;"><img style="max-height:48px;margin:0 auto;" title="hotels6" alt="hotels6" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels67.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;"><img style="max-height:48px;margin:0 auto;" title="hotels7" alt="hotels7" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels77.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;"><img style="max-height:48px;margin:0 auto;" title="hotels8" alt="hotels8" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels87.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;"><img style="max-height:48px;margin:0 auto;" title="hotels9" alt="hotels9" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels97.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;"><img style="max-height:48px;margin:0 auto;" title="hotels1" alt="hotels1" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels120.jpg" draggable="false"></li><li style="width: 73px; float: left; display: block;"><img style="max-height:48px;margin:0 auto;" title="hotels2" alt="hotels2" src="http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/wp-content/uploads/sites/16/2015/05/hotels27.jpg" draggable="false"></li></ul></div></div> </div>
-
AuthorPosts