BBPress Mike Nolan : Replies Created

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Mike Nolan
    Participant

    Note: So far this has been observed in Chrome v35, Firefox v30 and IE v10.

    in reply to: v.0.8.3 update anomaly? #290069
    Mike Nolan
    Participant

    @ Steven

    Directory home page = Directory
    http://nocorkagefees.com/directory/
    http://nocorkagefees.com/directory/#.U2PS2ygoYhI

    Static Front Page: No Corkage Fees
    Posts Page: Blog

    Thanks,

    @Mike

    in reply to: v.0.8.3 update anomaly? #290053
    Mike Nolan
    Participant

    @Steven

    The home page is set to Permalink: http://nocorkagefees.com/

    To ‘see’ the current Permalink settings please see the attached JPG.
    It is set to: ‘Post name’

    Opened Permalinks setting page, made no changes and clicked Save. (No change)

    No idea where the query string is coming from.. hoped you might.

    Thanks,

    @Mike

    Attachments:
    You must be logged in to view attached files.
    Mike Nolan
    Participant

    @Steven

    Many thanks! Just what I needed to know!

    Cheers,

    @Mike

    in reply to: Moving Web Hosts #283585
    Mike Nolan
    Participant

    Hello Steven,
    If I decide just to start over at the new web hosting company with a new fresh WP install and reinstalling your plug-ins, is there anything I need to know? Thanks.

    in reply to: Reposition Category DropDown & Search? #276533
    Mike Nolan
    Participant

    @Steve

    I tried editing the slim-plus.js file
    I could not find it via the WordPress interface so, I used FTP to download it and TextPad to edit it on a PC.
    After editing the slim-plus.js file, (and uploading back up) the drop-down no longer works, at all, on my Samsung Galaxy 3 S (android 4.3 smartphone). Working fine in desktop browsers.

    Here is the script, after I edited it:

    jQuery(document).ready(function ($) {

    $(‘.cn-hide’).css(‘display’, ‘none’);

    $(‘h3.cn-accordion-item’).click( function() {
    var $this = $(this);
    var div = $this.attr(‘data-div-id’);

    if ( $( ‘#’ + div ).css(‘display’) == ‘block’ ) {
    $( ‘#’ + div ).slideUp();
    $($this).children(‘.cn-sprite’).toggleClass(‘cn-open’);
    } else {
    $( ‘#’ + div ).slideDown();
    $($this).children(‘.cn-sprite’).toggleClass(‘cn-open’);
    }

    return false
    });

    });

    in reply to: CSV Import: Upating Data #276500
    Mike Nolan
    Participant

    @Steve

    Performing a complete wipe and re-import would not be unacceptable.
    It would actually be much, much more preferable than creating duplicates.

    Is there a limited to the number of entries that could or should be imported at one time?

    Ultimately we will have tens of thousands of entries but, we could break the uploads in to sub-sets if necessary.

    in reply to: Reposition Category DropDown & Search? #276498
    Mike Nolan
    Participant

    @Steve

    If you have a moment, could you please have a look at our current site with a smartphone (current them Decode) and let me know what you think?

    The search box and category drop-down selection box are pushing the listing down quite a bit.

    If you click on the category drop-down list box on a smartphone, the devices keyboard pops up to allow text entry into the category search box and it is not ‘user friendly’

    > http://www.nocorkagefees.com/

    If these enhancements require custom coding, is there someone you could recommend?

    Thanks

    • This reply was modified 12 years, 7 months ago by Mike Nolan.
    in reply to: Which Image is the Slim Plus Image? #276497
    Mike Nolan
    Participant

    @Steve

    Is 100px W x 122 px H, the ‘default’ size of the SlimPLus image then?

    It appears resizing the images to the default size will be easier for us in production here.

Viewing 9 posts - 1 through 9 (of 9 total)