Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Same here – any news on this topic?
    PHP 7.3, WP 5.3.2, LCP 0.81

    • This reply was modified 5 years, 9 months ago by OttlaK.

    I would like to see this feature, too.
    I don’t want to use a complete newsletter plugin or service for e-mail subscriptions of new posts, so your plugin seems perfect – if it could be used in a gdpr compliant way.

    @miss-d – Thank you for the code, it works for me, too!
    It should be implemented in the next plugin update if it has no undesired side effects!
    Thanks!!

    Same here after server update to PHP 7.2
    Is there any solution yet?

    • This reply was modified 6 years, 9 months ago by OttlaK. Reason: check notify box
    Thread Starter OttlaK

    (@ottlak)

    I sent you the details via the contact form.
    Thank you very much!

    OttlaK

    Thread Starter OttlaK

    (@ottlak)

    Thank you for answering so quick!
    Well that’s good news – It would be great if you could have a look at the page.
    It’s currently under development and is therefore not public, but I could send you the login data for a test user (would editor role be sufficient?).
    Where can I send it to (I don’t want to post it here, obviously… 😉 )?

    Thank you so much!

    Thread Starter OttlaK

    (@ottlak)

    No Problem 🙂
    It’s probably not a very necessary (or useful?) feature anyway…

    In case anybody is interested I use this workflow, which is not that much work:
    1. create slider, with desired settings
    2. duplicate slider and choose start slide in the slider settings
    3. duplicate slider again and change start slide in the slider settings

    In case one or more images must be replaced:
    1. Make changes in original slider
    2. Delete the copies (remember the names!)
    3. Copy changed slider as often as necessary, choose start slides, and save the new copies under the names of the previously deleted copies
    Done. I don’t have to touch the single pages as the slider names (and therefore the shortcodes) remain the same.

    This is ok – I was just curious if the shortcode could maybe be expanded by further attributes via an individual function or filter or something.
    Thanks for your quick response!

    All the best

    Ottla

    Thread Starter OttlaK

    (@ottlak)

    Thanks for your reply!

    I tested several things.

    The following setups work:
    a) header widget area and footer widget area: two different built-in sizes
    b) header widget area = custom icon size and footer widget area = built-in icon size

    This does not work on my site:
    c) header widget area and footer widget area: two different custom sizes (no matter which I choose).

    I now tried using a standard theme (Twentyfourteen) – and it worked!

    So the problem certainly must be with my theme.
    I’m using the Undersores blank theme (“_s”) by Automattic with not much customization so far (apart from some CSS).

    So maybe I just put my custom icons in the plugin’s image directory and try to remember at the next update…

    Thanks a lot for your time!
    And for a great plugin 🙂

    I was able to solve this issue by forcing all logins and all admin sessions to happen over SSL.
    See this section in the Codex: codex.wordpress.org/Administration_Over_SSL

    I added this code to wp-config.php and it instantly worked:

    define('FORCE_SSL_ADMIN', true);
     if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
           $_SERVER['HTTPS']='on';

    I’ve got the same problem. Is there any solution yet?

    Hi Lew,

    thamks for your quick answer!

    Yes, I tried this, which caused a different problem.

    I try to describe what I try to achieve:

    I am using IssueM together with the WPML plugin.
    They both are working fine together so far.

    The Magazine is in German. German is also set as main language in WPML.
    The second language is English.

    All issues are translated to English. The German issues are called ISSUE-SLUG-de, the English issues ISSUE-SLUG-en

    The template for the issue archives is a page called “Aktuelle Ausgabe” (slug: aktuelle-ausgabe) using a custom designed page template.
    This page is translated to English as well, the page slug is current-issue.

    If I create an archives page using the shortcode [issuem_archives] the links created automatically are in the form
    my-domain.de/issue/ISSUE-SLUG-de
    or
    my-domain.de/issue/ISSUE-SLUG-en
    respectively.
    The resulting archive page uses my theme’s standard archives template.

    This is not what I want though, I want it to use my custom template used in the page aktuelle-ausgabe.

    I activated the option “Use Taxonomical links instead of shortcode based links for Issues” on the IssueM Settings page.

    The result is, that now the links created automatically are always in the form
    my-domain.de/aktuelle-ausgabe/?issue=ISSUE-SLUG
    no matter what language I’m in.

    So it’s
    my-domain.de/aktuelle-ausgabe/?issue=ISSUE-SLUG-de
    for the German issues and
    my-domain.de/aktuelle-ausgabe/?issue=ISSUE-SLUG-en
    for the English issues.

    The result ist, that the English Articles are using the custom German page template not the (translated) English one.

    For English archives the created URL should be
    my-domain.de/current-issue/?issue=ISSUE-SLUG-en

    So it should use the (translated) page current-issue not the German one (aktuelle-ausgabe).

    Is there anything I could change in the settings or the IssueM plugin code to make this work?

    I have the same problem. Is there any solution yet?

    Thread Starter OttlaK

    (@ottlak)

    @cais

    I downloaded the newest version of NGG, deleted the old version on my server via FTP and uploaded the new version of NGG 2.0.66

    Now slideshows are working correctly in jquery mode and flash mode when inserted either in a post or in the template (theme TwentyEleven).

    Unfortunately, in my custom theme a jquery slideshow is still neither working in the template nor in a post, a flash slideshow is only working in the template (but not inside a post).

    So I obviously have some work to do on my theme…
    Sigh.

    I’ll let you know if I find something that might be interesting for other users as well.

    Thank you very much again!!!

    Ottla

    Thread Starter OttlaK

    (@ottlak)

    @cais

    The basic slidehow seems to have stopped working now in posts completely.
    I switched temporarily to WP default theme TwentyEleven, and here the slideshow works when inserted in the template (either flash or jquery mode) but not when inserted in a post or a page.

    Flash mode:

    In template:

    <?php echo do_shortcode(‘[ngg_images gallery_ids=”9″ display_type=”photocrati-nextgen_basic_slideshow”]’); ?>

    => ok in theme TwentyEleven, ok in custom theme

    In post:

    [ngg_images gallery_ids=”9″ display_type=”photocrati-nextgen_basic_slideshow”]

    => nothing displayed in both themes

    I tried the old shortcode as well because the old gallery code ist still working in both themes:
    [slideshow id=9]

    => nothing displayed in both themes

    jQuery mode

    In template:
    <?php echo do_shortcode(‘[ngg_images gallery_ids=”9″ display_type=”photocrati-nextgen_basic_slideshow”]’); ?>

    => ok in theme TwentyEleven, nothing displayed in custom theme

    In post:

    [ngg_images gallery_ids=”9″ display_type=”photocrati-nextgen_basic_slideshow”]
    => List of images, no slideshow (both themes)

    [slideshow id=9]
    => nothing displayed in theme TwentyEleven, list of images in custom theme

    NGG is version 2.0.66 (updated from pre 2.x version)
    WordPress 3.9.1

    Next I’ll try a fresh install of NGG.

    Ottla

    Thread Starter OttlaK

    (@ottlak)

    @cais

    Funny thing is: as of yesterday the slideshow I inserted in a post stopped working in Flash mode at all (nothing is shown) and in jQuery mode it shows only the images one under another, but not the slideshow.
    It worked perfectly in both modes inside a post a few days ago.

    So I’m pretty sure it must be some problem with my WP installation or some other conflict. I’ll try to take the site offline and experiment with a default WP theme.
    I’ll be back in a few days and let you know, if I found something out to clear the matter up.

    Thamks for your time!

    Ottla

Viewing 15 replies - 1 through 15 (of 20 total)