brydave
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Edit /job/ path?Thanks so much for the advice, mikejolley (and fantastic plugin by the way)!
I was able to change the base structure in the register_post_type like you suggested.
Unfortunately, the individual job page is still going to a 404 no matter what the path is.
Do you have any suggestions as to why this might be happening or do you think it’s some conflict with the theme? Everything else seems to display properly.
—I should add, I can see the post when I preview it, but after I hit publish it 404’s.
Thanks again!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Is it possible to specify url links in thumbnails?Hi again,
I just thought I’d post a solution I may have found for using the links in a specific gallery.
So the problem I encountered was that, I wanted to use NG gallery for my galleries with a modal window. However, I also wanted a few specific galleries where the images would link to a page, but not open a modal window – just take you to the desired url.
To do this I followed Shauno’s instructions here and edited his instructions here to have rel=”nobox” in the link like so:
<a rel="nobox" href="<?php echo $image->ngg_custom_fields["custom link"]; ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?>
Then in the template pages I just used:
<?php echo do_shortcode('[nggallery id=x template=customlinks]'); ?>
noting the earlier problem stated hereAnyways, I don’t know if this is the best way to do this, but it worked for me. I was going to go nuts if I had to recreate my galleries so hopefully this will help someone out!
you can see what I mean at my website: brydave.com/portfolio
Just click on the “everything” button at the bottom. A modal gallery will pop up and the images will direct you to a page. On that page you can still click on the thumbnails on the original page for shadowbox images.(oh, the website is still in the process of being completed if you’re viewing it when I posted this)
Forum: Plugins
In reply to: more than one SMCFHi again,
So I tried implementing the cforms and it works great, unfortunately there isn’t a way to implement it in a modal window.
Any suggestions on how to do this, or add a second form to smcf?
Thanks again!
Forum: Plugins
In reply to: more than one SMCFForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Is it possible to specify url links in thumbnails?Awesome!
Thank you very much, it worked perfectly!
Thats such a useful hack for smoothgallery.Thanks again!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Is it possible to specify url links in thumbnails?Hi Shauno,
I was wondering if there is a way of applying this to smoothgallery?I have followed your directions here, but the images are still linking to themselves…
Any suggestions would be really appreciated!
Great Plugin by the way!
ThanksForum: Plugins
In reply to: Adding tabs in post.I came across this, although I haven’t used it yet…
I’m not sure if this is the same one you’ve tried.https://pirex.com.br/wordpress-plugins/post-tabs/
Hope that helps!