Forum Replies Created
-
AuthorPosts
-
07/16/2014 at 9:02 pm in reply to: Last listing in each Slim Plus category: Links are not active #297296
Mike Nolan
ParticipantNote: So far this has been observed in Chrome v35, Firefox v30 and IE v10.
Mike Nolan
Participant@ Steven
Directory home page = Directory
http://nocorkagefees.com/directory/
http://nocorkagefees.com/directory/#.U2PS2ygoYhIStatic Front Page: No Corkage Fees
Posts Page: BlogThanks,
@MikeMike Nolan
ParticipantThe 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,
@MikeAttachments:
You must be logged in to view attached files.Mike Nolan
ParticipantMike Nolan
ParticipantHello 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.Mike Nolan
ParticipantI 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
});});
Mike Nolan
ParticipantPerforming 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.
Mike Nolan
ParticipantIf 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.
Mike Nolan
ParticipantIs 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.
-
This reply was modified 12 years, 7 months ago by
-
AuthorPosts
