etruxes
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Remove category baseHi Yoast, I have this problem right now as well. I’m running WP 3.2.1 and WordPress SEO 0.4.2 I tried the permalink setting refresh and no luck. Any suggestions? Thanks!
Hi Arne,
Just wanted to let you know the site has gone live here. I’m currently using the “jquery lightbox for native galleries” plugin as a temporary workaround for wp-galleries.
The nextgen galleries are still running on colorbox and have broken navigation.
Looking forward to your reply!
Thanks again,
-EmmetHi Arne,
Thanks for your reply. Here are the two things I have checked on in the colorbox settings:
“Automatically add colorbox-class to images in posts and pages. Also adds colorboxc-class to galleries. Images in one page or post are grouped automatically”
“Automatically add colorbox-class to all images that are not in posts and pages (e.g. the sidebar)
When I turn off the second one colorbox stops working altogether on all images. When I turn off the first one colorbox works but navigation is still broken.
I mentioned in a previous reply the code I am using to call the nextgen galleries that are on the right of the project pages. Below is the code that calls the main wp-gallery for each project into the left column:
<?php echo do_shortcode('[gallery size="large" columns="1" order="ASC" orderby="menu_order" link="file"]'); ?>
Any ideas how to get colorbox-class to show up on all images?
Thanks again for taking a look!
Very best,
-EmmetHi Arne,
Sorry to bug you, do you have any idea why the navigation is broken for jquery colorbox in all gallery types (wp-gallery and nextgen)?
Thanks so much for your help!
Very best,
-EmmetHi Arne,
It’s up and running in the new version which is great! However the prev next functionality is still broken, any ideas?
Thanks again for your help, I really appreciate it!
Very best,
-EmmetHi Arne,
Thanks for taking a look, actually I am not calling the nextgen gallery by a widget but with the following code:
<?php $galleryId = get_post_meta($post->ID, "proyecto", true); if($galleryId) { echo do_shortcode('[nggtags gallery=' . $galleryId . ']'); } ?>
Here there is a custom field called “proyecto” which will show a set of images that match up with a value placed in next gen gallery tags.
Both the automate values are checked on, I’ll download the new version in a few minutes and check it out! Thanks again
Very best,
-EmmetHi Arne,
Thanks so much for taking a look. I just double-checked and updated the settings. Colorbox should be now be set to work for all images. It’s active now for the wp-gallery but still no luck on the nextgen.
Also for some reason the previous-next buttons seem to have been disabled.
Thanks again for your time!
Very best,
-Emmetsorry arne, just remembered the directory is protected
user: guest
pass: guestthanks!
Hi Arne,
Thanks for the tips. Everything is adjusted as you say and still nothing is happening.
Please take a look at a typical post page here
wp-gallery on the left, nextgen on the right. thanks for your time!
Very best,
-EmmetForum: Plugins
In reply to: NextGen gallery shortcode with and id from a custom fieldnevermind just figured it out. i was missing a php at the beginning, thanks for the snippet philipp, its great!
Forum: Plugins
In reply to: NextGen gallery shortcode with and id from a custom fieldHi i’m trying to do the same thing only linking a post custom field “projects” to a gallery tag, which I have set as a numerical value (ie: 25).
For a single instance the shortcode would be this:
<?php echo do_shortcode(‘[nggtags gallery=25]’) ?>I have changed the above to this but nothing is happening:
<?
$galleryId = get_post_meta($post->ID, “project”, true);
if($galleryId) {
echo do_shortcode(‘[nggtags gallery=’ . $galleryId . ‘]’);
}
?>Any help would be really appreciated! thanks!
Forum: Fixing WordPress
In reply to: Broken images in the back-endesmi, thanks for your reply. the uploads path was wrong – it was linked to the old staging directory we had set before going live. thanks for your help!