John Allsopp

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 356 total)
  • Author
    Posts
  • in reply to: Geo 1280 – Genesis Child Theme #23152

    John Allsopp
    Expired Member
    Post count: 399

    Hi Tony,
    The demo site has some problems because GD wasn’t multisite compatible, but don’t worry, the theme works fine.
    I will soon be rebuilding the demo using the latest multisite compatible version of GD.

    in reply to: Change Footer Colour #22723

    John Allsopp
    Expired Member
    Post count: 399

    As Simone said, those ftp details don’t give access to your install – can you check them please and advise – we will be able to get you up-and-running once we can get ftp access, so don’t worry 🙂

    in reply to: Upcoming news and demo #22607

    John Allsopp
    Expired Member
    Post count: 399

    Great news!

    Looking forward to the multisite compatibility 🙂

    in reply to: Limiting number of listings per users #22606

    John Allsopp
    Expired Member
    Post count: 399

    I am assuming you will need to specify the post-type, and if you do, you will need to make sure it matches exactly e.g.: gd_place?

    in reply to: Change Footer Colour #22604

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    In your functions.php file at around line 107 you will find this:

    
    
    //* Add My Custom Footer Links
    add_filter('genesis_footer_creds_text', 'custom_footer_creds_text');
    function custom_footer_creds_text($creds) {
     $creds = '[footer_copyright] ' . get_bloginfo('name') . ' &bull; <a href="http://wpgeothemes.com/theme/geo-travel/">Geo Travel Theme</a> by <a href="http://wpgeothemes.com/">WP Geo Themes</a>';
     return  $creds;
    }

    You can change that to whatever you like.

    For the footer colour, in your style.css file at around line 1744 you will find this:

    
    
    .site-footer {
    	background-color: #fff;
    	border-top: 4px solid #bfefff;
    	font-size: 16px;
    	line-height: 1;
    	padding: 40px 0;
    	text-align: center;
    }

    Change the background-color property to your desired colour.

    🙂

    in reply to: Limiting number of listings per users #22554

    John Allsopp
    Expired Member
    Post count: 399

    Came across this – don’t have time to test it, but it may be worth a look?
    https://wordpress.org/plugins/bainternet-posts-creation-limits/

    in reply to: Some bugs with GD Enfold 1.0.2 #22553

    John Allsopp
    Expired Member
    Post count: 399

    I have added a few more improvements to the comments and fixed the search bar display on mobiles in the new version which should be available in the next few days.

    in reply to: Some bugs with GD Enfold 1.0.2 #22473

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    The compatibility plugins only include minimal CSS to correct problems caused by the theme.
    1) That area was deigned to house the large map, so styling other elements would be something you would need to add to your child theme, depending on your requirements.

    2) Not sure what you mean, what exactly are you trying to do here?

    3) You can fix the title using this:

    
    
    #comments .comments-title span {
         display: inline;
         font-size: inherit;
         font-weight: bold;
    }

    4) I will take a look at this shortly and come back with some css for you

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

    John Allsopp
    Expired Member
    Post count: 399

    Hi Stacey,

    I don’t have the latest version, but would be happy to look at it to see what’s changed if you could send it.

    Thanks

    in reply to: Page title: GeoDirectory home page set as home #22180

    John Allsopp
    Expired Member
    Post count: 399

    I have added a quick fix in your theme’s header.php file. Bear in mind this will get overridden when you update the theme.

    You should really use a child theme, then we could look at coding a better solution for you.

    in reply to: Search page Layout and Sidebar #22177

    John Allsopp
    Expired Member
    Post count: 399

    Hi Laurence,

    I will have a look at why the map is showing different behaviour across browsers.
    In the meantime, if you don’t want it to disappear, you can change that setting in the widget.

    in reply to: Search page Layout and Sidebar #22019

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    When you are using the Enfold compatibility plugin (or any compatibility plugin/theme combination) you are replacing the HTML wrappers of GD with the ones used by the theme – so the GD width options will have no effect.

    To change the widths you will need to use theme options (if they exist) or adjust the css in your child theme.

    in reply to: custom css avada top menu and calendar #21702

    John Allsopp
    Expired Member
    Post count: 399

    Hi Selen,
    You don’t want the .avada-row in there (that only affects the wrapped portion), so just try #wrapper .header-v4 .header-social {…}

    If you’re still struggling, please add your URL and i’ll take a look 🙂

    in reply to: GDF child theme – sidebar issue #21586

    John Allsopp
    Expired Member
    Post count: 399

    Hi,

    You had the Avada compatibility plugin active, which was overriding the GDF settings. I have disabled it, set all the pages to 30% / 67% and set the homepage map to be 100%.

    🙂

    in reply to: X theme sidebar issue #21521

    John Allsopp
    Expired Member
    Post count: 399

    Great thanks 🙂

Viewing 15 posts - 31 through 45 (of 356 total)