GD Compatibility Pack for Genesis released

This topic contains 25 replies, has 6 voices, and was last updated by  John Allsopp 9 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #9821

    dnosker
    Buyer
    Post count: 68

    It appears that the problem with mobile phones and the location dropdown is a problem in most themes. (Clicking on it causes the redirect)… So I am just going to not use it and instead use the short codes for displaying a page with location choices.

    Perhaps they will get that plugin fixed sometime down the road but the problem is not related to this theme at all.

    #9837

    dnosker
    Buyer
    Post count: 68

    John,

    Having same problem with Genesis as we did in the Avada theme. (The problem with listings when browser window is sized to smallest width and when viewing in android phones. The listing picture is resized to a non viewable size.)

    [Original Post for Avada Problem, same on Genesis]…
    https://wpgeodirectory.com/support/topic/avada-child-theme-for-gd-1-0-released/page/2/#post-8474

    You had a solution that worked for the Avada theme but does not work on the Genesis theme. (Or at least not using original code)

    Your original solution for Avada was:

    
    
    @media only screen and (max-width:480px) {
    	.wpgeo-avada .geodir_category_list_view li .geodir-content,
    	.wpgeo-avada .geodir_category_list_view li .geodir-post-img,
    	.wpgeo-avada .geodir_category_list_view li .geodir-addinfo {
    		display: block;
    	}
    }

    But slapping this into the genesis theme made no difference. Can you please tell me what css needs to be placed to fix this in Genesis?

    Thanks much John!

    #9838

    Paolo
    Site Admin
    Post count: 31206

    HI, the problem is in the core plugin css, not the theme.

    I provided solution for Enfold in another post that is actually good for all:

    
    
    @media only screen and (max-width:480px) {	
      .geodir_category_list_view li .geodir-content, .geodir_category_list_view li .geodir-post-img, .geodir_category_list_view li .geodir-addinfo{ float:none; width:100%; margin:10px 0;}
    }

    It will be added also in the next version of the plugin.

    Thx

    #9839

    dnosker
    Buyer
    Post count: 68

    Thanks Paolo!

    That worked like a charm! 🙂

    #9968

    Paolo
    Site Admin
    Post count: 31206

    glad it did! 🙂

    #11309

    John Allsopp
    Expired Member
    Post count: 399

    Just a FYI > Version 1.0.3 of the Genesis plugin allows for 3 column layouts, but is not as flexible as i would like it to be – so i am currently working on a major overhaul for version 1.0.4.
    The new version will allow full-width content top and bottom, with 3 columns between. The time to get excited is…..now!

    🙂

    #11310

    dnosker
    Buyer
    Post count: 68

    Very awesome John!

    #16586

    nightwalk8r
    Expired Member
    Post count: 4

    Hi, i’m having some issues with the sidebar. After I activate the genesis comp plugin, the style becomes one column instead of 2 columns.

    #16609

    John Allsopp
    Expired Member
    Post count: 399

    Could you post your URL in a private reply so that i can troubleshoot this for you…thanks

    #16612

    nightwalk8r
    Expired Member
    Post count: 4
    This reply has been marked as private.
    #16615

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    The problem is the crystal child theme is very old and not HTML5 compatible. You need to be using a HTML5 theme for the wrappers to display properly.

Viewing 11 posts - 16 through 26 (of 26 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket