John Allsopp

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 356 total)
  • Author
    Posts
  • in reply to: GD Compatibility Pack for Genesis released #9696

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    You should be able to disable this in your child theme by adding this line to your functions.php

    remove_action( 'genesis_after_header', 'geodir_genesis_home_sidebar', 21 );

    If you run into any problems, please let me know…

    in reply to: GD Compatibility Pack for X released #9614

    John Allsopp
    Expired Member
    Post count: 399

    It is css that specifically targets screen widths of less than 768px – typically tablets in portrait mode and mobile phones.

    Once i tidy up the search bar and we release the plugin update, you won’t have this issue.

    in reply to: Author Not Showing on Listing #9613

    John Allsopp
    Expired Member
    Post count: 399

    I would add this as a function, so that it doesn’t get overwritten by theme updates. Add this to your child theme’s functions.php

    
    
    add_action( 'geodir_details_main_content', 'my_show_author_mod', 45 );
    function my_show_author_mod() {
    	$myauthor = get_the_author();
    	$myauthorlink = get_author_posts_url( get_the_author_meta( 'ID' ) );
    	echo '<p class="clearfix">Listed by <a href="' .$myauthorlink . '">' . $myauthor . '</a></p>';
    }
    

    Hope that is ok for you 🙂

    in reply to: GD Compatibility Pack for Enfold released #9600

    John Allsopp
    Expired Member
    Post count: 399

    Hi Brian,

    #1 – I will investigate this issue and report back
    #2 – Glad you fixed this
    #3 – This is not really something that i should include in the plugin as it is not specifically an Enfold issue (same in all themes), and hence should be either modified by us in core or styled to your own requirements in your child theme.

    in reply to: GD Compatibility Pack for X released #9554

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Please add this to your plugin.css

    
    
    /* Media Queries
    --------------------------------------------------- */
    @media only screen and (max-width:767px) {
    	
    	.widget .geodir-search select,
    	.geodir-search input[type="text"],
    	.geodir-search input[type="button"],
    	.geodir-search input[type="submit"] {
    		margin: 0 0 10px;
    		width: 100%;
    	}
    }

    It will be included in the next release 🙂

    in reply to: Enfold compatibility Error #9549

    John Allsopp
    Expired Member
    Post count: 399

    Hi @jroza1

    You had added the old functions provided by Stiofan to your Enfold theme’s functions.php file. This was causing a conflict with the functions the plugin was trying to load.

    I have removed them and activated the plugin for you 🙂

    in reply to: GD Compatibility Pack for Genesis released #9538

    John Allsopp
    Expired Member
    Post count: 399

    Hi,

    This plugin places all the GeoDirectory generated content into the correct wrappers for Genesis.
    It has minimal styling, which is why you may think it isn’t doing much.

    The reason for this is with so many Genesis child themes available, and each one doing things slightly differently, it didn’t make sense to include lots of styling changes in the core plugin.

    Changes to the styles should be made in your child theme.

    We will also be building child themes which have styling included, which will work along-side the plugin.

    Hope that makes sense 🙂

    in reply to: GD Compatibility Pack for X released #9501

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Widget title needs a clear

    
    
    .geodir_full_page section.widget {
    clear:both;
    }
    

    Renew is overriding a style for the search which i need to include (thanks for spotting it)
    Try something like this as a start

    
    
    .widget .geodir-search select {
    width:26%;
    }

    You may need to play around with the width – i will take a look tomorrow as it’s gone midnight here and i need my beauty sleep.

    in reply to: Different template layout with user submitted event #9469

    John Allsopp
    Expired Member
    Post count: 399

    Try adding this to your style.css with the other sidebar styles

    
    
    #sidebar .geodir-search select,
    #sidebar .geodir-search input[type="text"],
    #sidebar .geodir-search input[type="button"],
    #sidebar .geodir-search input[type="submit"] {
    	margin-bottom: 10px;
    	width: 100%;
    }
    
    in reply to: GD Compatibility Pack for X released #9463

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Thanks for that. I have disabled the breadcrumb function so that the plugin can be activated. This should give us a chance to start troubleshooting the issue…

    in reply to: Different template layout with user submitted event #9450

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Thanks for supplying your details. I have fixed the issue with the breadcrumbs and it will be available to download shortly.
    The search bar issue is because you have added it to the right sidebar rather than the top sidebar, and there simply isn’t enough room for the text.

    in reply to: Avada Child Theme for GD 1.0 released #9436

    John Allsopp
    Expired Member
    Post count: 399

    Listings will not be shown using Avada’s grid system, but GeoDirectory does have it’s own options to show listings in either list or column format.

    in reply to: GD Compatibility Pack for X released #9429

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    Maybe there is a discrepancy in the versions of X we are using? Could you let me know which version you are running please.

    in reply to: Different template layout with user submitted event #9382

    John Allsopp
    Expired Member
    Post count: 399

    The version from your downloads will have a different name, so just upload that and activate it 🙂
    You can delete the old child theme without any issues.

    Just remember not to delete the parent theme though 🙂

    in reply to: GD Compatibility Pack for X released #9375

    John Allsopp
    Expired Member
    Post count: 399

    Glad you like it 🙂

Viewing 15 posts - 256 through 270 (of 356 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount