step8601

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 159 total)
  • Author
    Posts
  • in reply to: search boxes over header slider – possible? #112298

    step8601
    Expired Member
    Post count: 215

    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

    in reply to: search boxes over header slider – possible? #111976

    step8601
    Expired Member
    Post count: 215

    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


    step8601
    Expired Member
    Post count: 215

    google pagespeed module is compression, not caching….geez, i a dummy 🙂


    step8601
    Expired Member
    Post count: 215

    ah, 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 🙂


    step8601
    Expired Member
    Post count: 215

    thanks 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


    step8601
    Expired Member
    Post count: 215

    ah, 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

    in reply to: Porto theme soon geodirectory compliant #69737

    step8601
    Expired Member
    Post count: 215

    yes, absolutely 🙂

    in reply to: Porto theme soon geodirectory compliant #69530

    step8601
    Expired Member
    Post count: 215

    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 🙂


    step8601
    Expired Member
    Post count: 215

    ah, very interesting, many thanks


    step8601
    Expired Member
    Post count: 215

    sorry, 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


    step8601
    Expired Member
    Post count: 215

    thanks paolo

    so, i can install yoast, but leave it all default? (just want to be sure before i open my site)

    thanks


    step8601
    Expired Member
    Post count: 215

    sorry, should have put this in the core general category, please change if possible, thanks


    step8601
    Expired Member
    Post count: 215

    thanks 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 ’08

    The 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();
    in reply to: SEO of using the default map on homepage ? #69110

    step8601
    Expired Member
    Post count: 215

    ah, thanks, interesting, will check it out, much appreciated 🙂


    step8601
    Expired Member
    Post count: 215

    what 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:

    http://wordpressmu-3822-8567-17899.cloudwaysapps.com/try-geodirectory/places/united-states/pennsylvania/philadelphia/hotels/alexander-inn/?utm_referrer=http%3A%2F%2Fwordpressmu-3822-8567-17899.cloudwaysapps.com%2Ftry-geodirectory%2F

    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>
Viewing 15 posts - 91 through 105 (of 159 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount