Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter cerity

    (@cerity)

    Sorry 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.
    Thanks

    Thread Starter cerity

    (@cerity)

    I 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?

    Thread Starter cerity

    (@cerity)

    Right, all filled in and sent today

    Thread Starter cerity

    (@cerity)

    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

    Thread Starter cerity

    (@cerity)

    Thank you.

    Removing the line (below) from theme script file has completely resolved the issue.
    semishotGalleryInit( ‘.gallery’, ‘.gallery-icon a’ );

    Thread Starter cerity

    (@cerity)

    Additional Info:

    The theme is SEMISHOT
    https://themeforest.net/item/semishot-creative-wordpress-theme-for-portfolios-photographers-and-agencies/17070660?s_rank=1

    The testing hhas been done in Mozilla, Chrme and IE on Windows 7 PB
    Also on Mozilla and Chrome on Android tablet.

    Thread Starter cerity

    (@cerity)

    Appologies 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’ );

    Thread Starter cerity

    (@cerity)

    @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
    Gatagories

    Then we can say PAGES do not have the above, but do have:-
    Themes
    Parents
    Templates

    Thread Starter cerity

    (@cerity)

    i 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 !

    Thread Starter cerity

    (@cerity)

    Where can I turn for support ?

    Thread Starter cerity

    (@cerity)

    Ah, 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 “/” “\”?

Viewing 11 replies - 1 through 11 (of 11 total)