cerity
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Assistant] Bulk Edit mapping to WP Media fieldsSorry for not confirming back. Your response confirmed there was no issue with MLA bulk edit. It was simply my lack of understanding of gui. I have a full grip now.
ThanksI kept the layers on slide #2 as a backup, and unticked [ ] static thinking this would make them hidden. This is my error.
If I keep the layers on slide #2 unticked [ ] static, and marked all the layers as “unPublished” the issue can be resolved. Is this acceptable?
Right, all filled in and sent today
The issue is still a valid bug, but no longer visible on the former link because i want to fix it asap so I deleted the rogue slide and re-added it. Now the linked content sows perfectly.
Today I repeated the process for you to see the issue http://barrygreenphoto.uk/testpage
procedure as follows
1- duplicate first slide (duplicate is added as final slide.
2. drag the duplicated slide to 1st slide position.
3. save.
4. click 1st slide and replace with new jpeg image.
5. edit 1st slide and click all layers “repeat on every page”.
6. edit original slide (now #2), un-click “repeat on every page”. So now same as all other slides except #1.
7. edit slide #1, slight drag/move signature and footer, which should now appear moved on all slides.
8. run slider, slide #1, #3, ,#4, #etc appear with correct alignment of signature and footer layers in new position. However slide #2 appears with duplicated signature and footer layers.Cheers
Forum: Plugins
In reply to: [Simple Lightbox] Overlaid LightboxThank you.
Removing the line (below) from theme script file has completely resolved the issue.
semishotGalleryInit( ‘.gallery’, ‘.gallery-icon a’ );Forum: Plugins
In reply to: [Simple Lightbox] Overlaid LightboxAdditional Info:
The theme is SEMISHOT
https://themeforest.net/item/semishot-creative-wordpress-theme-for-portfolios-photographers-and-agencies/17070660?s_rank=1The testing hhas been done in Mozilla, Chrme and IE on Windows 7 PB
Also on Mozilla and Chrome on Android tablet.Forum: Plugins
In reply to: [Simple Lightbox] Overlaid LightboxAppologies for temporary adjustment. At around GMT 23:00 on 5thn June scripts.js was modified in an attempt to resolve issues. The following code was added to scripts.js as highlighted below:-
As you discovered cooincidentally, the issue is changed, although timed slideshow feature does not automatically re-start after the first instance is exited unless whole page is reloaded.
I have now removed modified code in the last few minutes and reinstated the original unmodified code. If you recommend a different solution then I would be grateful to hear your suggestions.
/*———————————-*/
/* Gallery modified line 373 added by daniel
/*———————————-*/function semishotGalleryInit( container, target ) {
$( container ).each( function() {
$( this ).find( target ).magnificPopup({
type: ‘image’,
mainClass: ‘mfp-img-mobile mfp-zoom-in’,
tLoading: ”,
gallery: {
enabled: true,
preload: [0,2],
tCounter: ‘<span class=”mfp-counter”>%curr% / %total%</span>’
},
removalDelay: 300, // Delay removal by X to allow out-animation
callbacks: {
open: function() {
// Overwrite default prev + next function. Add timeout for css3 crossfade animation
$.magnificPopup.instance.next = function() {
var self = this;
self.wrap.removeClass( ‘mfp-image-loaded’ );
setTimeout(function() { $.magnificPopup.proto.next.call(self); }, 120);
}
$.magnificPopup.instance.prev = function() {
var self = this;
self.wrap.removeClass( ‘mfp-image-loaded’ );
setTimeout(function() { $.magnificPopup.proto.prev.call(self); }, 120);
}
},
imageLoadComplete: function() {
var self = this;
setTimeout(function() { self.wrap.addClass( ‘mfp-image-loaded’ ); }, 16);
// — START – ADDED BY DANIEL ———————————-
$(‘.mfp-container, .mfp-wrap, .mfp-bg’).css({“opacity”: “0”});
$( “button.mfp-close” ).trigger( “click” );
// — END – ADDED BY DANIEL ———————————
}
}
});
});
}
semishotGalleryInit( ‘.gallery’, ‘.gallery-icon a’ );
semishotGalleryInit( ‘.mt-pgrid-gallery’, ‘.mt-pgrid-link’ );Forum: Everything else WordPress
In reply to: Post v Page v Gallery v Portfolio definitions@jan I’ll have to study Theme Documentation to find out differences between Gallery and Portfolio. I agree with you that using ‘post’ and ‘page’ without caution does cause a lot of headaches for newbies.
I feel the ‘Pages’ option in WP should always be spelt PAGE, otherwise it is any kind of page.
The word post is either a verb or a noun. Since POSTS are usually Blogrolls in date order with infinite lengths, it would be better to call that menu item “Blogroll Posts”. PAGES are usually static.
Then we can BLOGROLL POSTS have the following attributes:-
RSS feeds
TAGS
GatagoriesThen we can say PAGES do not have the above, but do have:-
Themes
Parents
TemplatesForum: Installing WordPress
In reply to: cannot upload files from computer to serveri got an instant response from the host: HOSTNEXUS
Hi,
Sorry for the delay in getting back to you.
Would you please try now, I have reassigned the necessary permissions.—————-
Matter resolved !Forum: Installing WordPress
In reply to: cannot upload files from computer to serverWhere can I turn for support ?
Forum: Installing WordPress
In reply to: cannot upload files from computer to serverAh, you mean Hostnexus (my hosting Co) is using windows platform with d:\ directory.
Is there a solution to my problem? Like the mix of forward and backward slashes “/” “\”?