Forum Replies Created
-
AuthorPosts
-
justin2016Member
Hi again moderator,
I have worked it out.
For those that are interested correct usage is as follows;
<?php echo do_shortcode('[wp_lightbox_anchor_text_display_external_page link="'.get_permalink().'" width="640" height="480" title="title goes here" text="Read more"]'); ?>
Cheers,
Justin
justin2016MemberI am not sure if this is the right place to post this question but am hoping you’ll get it and be able to help me out.
I am trying to get my readmore links to open in the popup.
default code is – ” class=”readmore”>Read More
I have changed it to – <?php echo do_shortcode(‘[wp_lightbox_anchor_text_display_external_page link=”<?php the_permalink(); ?>” width=”640″ height=”480″ title=”title goes here” text=”Read more”]’); ?>
But to no avail.
Is there a correct way to do this? Am I even on the right track?
Cheers,
Justin
justin2016Memberahh – that’s it! Many Thanks!
justin2016MemberThanks Moderator,
I can change the background colour in jquery.fancybox.css. What I am aiming to do is remove it completely – .fancybox-skin { display:none;} hides the whole thing, .fancybox-skin {background: transparent;} kind of works but means i have to lose the shadow
Cheers, Justin
justin2016MemberHi Moderator, I am still working locally but have uploaded a screen grab to this address – [http://www.isomorphic.com.au/EnergyCut/grab-border.jpg] – Cheers, Justin
justin2016MemberI am looking to remove the FancyBox border. There is a comment on this page
– “Hi, there is no easier way to do this. You will need to customize the lightbox code.”
There are a stack of files associated with this plugin and was wondering what code you’d recommend customizing to.
-
AuthorPosts