bluesybil
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Shopping Cart] No shipping being added to ordersUpdate: 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.
Forum: Plugins
In reply to: [Simple Shopping Cart] No shipping being added to ordersHi, 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.
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.
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 LibraryGD 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 : NoShortcode:
img src=”http://ourdomain/nextgen-attach_to_post/preview/id–4808- This reply was modified 8 years, 5 months ago by bluesybil.
Forum: Plugins
In reply to: [TinyMCE Annotate] Not displaying annotate buttonsI’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.Forum: Reviews
In reply to: [BuddyPress] I really want to like this, and I really do..mostlyThank you! I will definitely try your manual upgrade suggestion 🙂
Forum: Plugins
In reply to: [BuddyPress Wall] eanabling buddypress wall creates duplicate menusI have the same duplicate menu problem, but disabling bp notifications didn’t work for me.
Forum: Plugins
In reply to: [BuddyPress Members Only] Doesn't work – it says that headers already sentThat 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!Forum: Fixing WordPress
In reply to: Attempting to disable Heartbeat APIThank you for your suggestion, but it generated a fatal error upon activation for some reason.