Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter bluesybil

    (@bluesybil)

    Update: I think I’ve found the issue. It seems that there is some kind of conflict between the cart and the child theme I’m using. When I switched to word press default theme, the shipping showed up.

    Just wanted to update in case anyone runs into this issue in the future 🙂

    Thank you for your time, and excellent cart plug in.

    Thread Starter bluesybil

    (@bluesybil)

    Hi, thanks for getting back to me so quickly. I did go through the set up documentation again thinking perhaps I’ve missed something since I’ve gotten so used to utilizing this plug in, and I seem to have all of the options set correctly on both ends.

    The cart functions properly otherwise, it’s just not adding the shipping information which I have set to be pay pal profile based.

    Thread Starter bluesybil

    (@bluesybil)

    I’m sorry, but I’m not exactly sure what I’m looking for..
    when I click to edit the place holder, this is generated in the html area

    [ngg_images source=”albums” container_ids=”1,2,3,4,5,10,11,12″ display_type=”photocrati-nextgen_basic_extended_album” gallery_display_type=”photocrati-nextgen_basic_thumbnails” galleries_per_page=”0″ enable_breadcrumbs=”1″ enable_descriptions=”0″ override_thumbnail_settings=”0″ thumbnail_width=”240″ thumbnail_height=”160″ thumbnail_crop=”1″ order_by=”sortorder” order_direction=”ASC” returns=”included” maximum_entity_count=”500″]

    that creates the gallery page as always, but when I click a link within the gallery to view the thumbnails I can not see the thumbnail images, only links and if I click that it tells me that the requested content can not be loaded

    Same happens when I try to create a new gallery as well.

    Thread Starter bluesybil

    (@bluesybil)

    Hi, Thank you…

    Site Details:

    Server Settings

    Operating System : Linux (64 Bit)
    Server : Apache
    Memory usage : 53.72 MByte
    MYSQL Version : 5.6.36-82.1-log
    SQL Mode : NO_ENGINE_SUBSTITUTION
    PHP Version : 5.6.32
    PHP Safe Mode : Off
    PHP Allow URL fopen : On
    PHP Memory Limit : 768
    PHP Max Upload Size : 128M
    PHP Max Post Size : 128M
    PCRE Backtracking Limit : 1000000
    PHP Max Script Execute Time : 120s
    PHP Exif support : Yes (V1.4 )
    PHP IPTC support : Yes
    PHP XML support : Yes
    Graphic Library

    GD Version : bundled (2.1.0 compatible)
    FreeType Support : Yes
    FreeType Linkage : with freetype
    T1Lib Support : Yes
    GIF Read Support : Yes
    GIF Create Support : Yes
    JPEG Support : Yes
    PNG Support : Yes
    WBMP Support : Yes
    XPM Support : Yes
    XBM Support : Yes
    WebP Support : No
    JIS-mapped Japanese Font Support : No

    Shortcode:
    img src=”http://ourdomain/nextgen-attach_to_post/preview/id–4808

    • This reply was modified 8 years, 5 months ago by bluesybil.

    I’m not seeing the annotate buttons either. I’m running WordPress 4.5.3 but I do not have the WP Topography plug in installed.

    UPDATE:
    I see what the issue was now, this plug in apparently doesn’t display it’s buttons for some reason if you are using Page Builder plug in by SiteOrigin. I deactivated it and the annotate buttons appeared.

    Thread Starter bluesybil

    (@bluesybil)

    Thank you! I will definitely try your manual upgrade suggestion 🙂

    I have the same duplicate menu problem, but disabling bp notifications didn’t work for me.

    That was happening to me as well. I scoured the net looking for a solution and then stumbled upon this:

    Try adding the code below to your theme’s functions.php file…make sure you back up the file first of course 🙂

    //allow redirection, even if my theme starts to send output to the browser
    add_action(‘init’, ‘do_output_buffer’);
    function do_output_buffer() {
    ob_start();
    }

    Doing that seems to have fixed the issue for me.
    Good luck!

    Thread Starter bluesybil

    (@bluesybil)

    Thank you for your suggestion, but it generated a fatal error upon activation for some reason.

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