semidivine
Forum Replies Created
-
Also, another issue, I am in Gallery -> Gallery Settings and the only option I have is “Display Galleries As: NextGen Basic Tagcloud”.
I don’t even know what a gallery tag cloud is? I just want a proper gallery, with thumbnails that link to larger photos.
Same issue here… was there ever a solution?
I am getting the error “Warning: Creating default object from empty value in /home/xxxxx/xxxxx.com/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php on line 236” on the in page add gallery screen and the current galleries are not displaying, error: “Gallery not found. Please check your settings” even though the galleries exist and the shortcodes (ex. [nggallery id=1]) are in the page.
Nextgen version 2.0.66
Wordpress version 3.9.1
PHP version 5.4Forum: Plugins
In reply to: [Hide My Site] Password request for every page?Same problem for me. I just downloaded it today, I made sure that cookies are enabled, switched from 1 to 10 to 100 days duration and no go. It’s a shame, I really needed this plugin.
Any way we could get the older version of the plugin?
Forum: Plugins
In reply to: [Plugin: Photonic Gallery] syntax for displaying my own instagram photosMoved this to the right place
Yes can we download an earlier version that works while you are working on bug-fixing this?
Sorry for this… yes it was the Excerpt plugin that was messing it up… it’s resolved.
That did it!! Thanks so much.
I wish they had documentation about this…
Have a great day.Anybody else? I still have not been able to get this to work, and searching through the forums have not found an answer…
Sorry, that wasn’t clear… I have code in the sidebar templates, but nothing to distinguish between them.
I have:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> ... <?php endif; ?>
Ah good question… I wasn’t sure what to do about that and whether to put some code in the sidebar template itself.
For now they are called sidebar.php, sidebar2.php and sidebar3.php.
<?php get_sidebar('twitter'); ?>
or
<?php get_sidebar('left'); ?>
or
<?php get_sidebar('right'); ?>
in different templates.
Ah thanks but that didn’t work. With my old code the first sidebar worked (twitter) but no other. With your code even the twitter widget didn’t show up.
Forum: Installing WordPress
In reply to: Upgrade to 3.0 problem: can’t edit pages from DashboardBack to the original post in this thread, I get a 404 error when I click on Edit or Add Page, address /wp-admin/edit-pages.php. I looked in my wp-admin folder and there is no file called “edit-pages.php”. Interesting… So I download a brand spanking new 3.01 and look in that wp-admin folder and there is no “edit-pages.php” there either! What gives? That is reallllly sloppy. Either the link in the menu is incorrect or WordPress has released an incomplete set of files with 3.0.1.
I’m going to try to upload that file from my 2.9.2, see if that works.
But can anyone from WordPress respond to this? There are a lot of different threads about it.
Yay!! That works!! Thank you so much!!
Phew!
??
I did figure it out, you are very clear, thanks. But as soon as I moved it (I tried your suggested place plus a couple other placements in the code) the columns of 7 stopped working. Not quite sure what to do… my crazy brain is going to calculating how many posts are hidden by your script and doing some math to add that number dynamically to:
if ($postCounter == 7) :
so it would be:
if ($postCounter == (7 + $x)) :
but I’m not sure how to calculate $x.Do you think that might work?