errick87
Forum Replies Created
-
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] How to edit the post type videogallerythank you. I will contact your team in the future.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] How to use social meta tags instead of url string?thank you. I will do that in the future.
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Galleria history plugin not workingI’m now using royal slider and with that plugin i’m having no problems with deeping linking.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] How to edit the post type videogalleryHi, Thank you for your advice.
However, I don’t use widgets so I can not do that.I’d like to make my own custom ‘videogallery’ (your ‘register_post_type’ function) template.
In this template I would like to add my og video tags like:
<meta property=”og:video” content=”https://www.youtube.com/v/S3_AwK3ujQI&fs=1″ />
<meta property=”og:video:type” content=”application/x-shockwave-flash” />
<meta property=”og:video:width” content=”560″ />
<meta property=”og:video:height” content=”315″ />In my single.php I have some content and within the content I also have 2 social buttons (fb and twitter). These social button are now being displayed at buttom of the custom post type ‘videogallery’.
I don’t want those buttons to be displayed, so how can I make my own videogallery template?Also I want the information for the og and twitter comming from the header tags (from my own videogallery template)
So instead of this long url:
<a href=”https://www.facebook.com/sharer/sharer.php?s=100&p%5Btitle%5D=GI%20JOE%202%20Retaliation%20Trailer%202%20-%202013%20Movie%20-%20Official%20%5BHD%5D&p%5Bsummary%5D=..etc..etcI want it to be like:
&t=’video-title'”>Facebookand all the other information in the header tags (from my videogallery-template).
he means how we he can put the original code of the shortcode to a file for example within the page.php or single.php
So he would like to know the ?php …?> codes instead of the shortcodes.Thank you Subharanjan!
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Minor issues1: There is no fade effect.
3: I’ve send you the screenshot.
4: Do you have an example?
thank you for your collaboration.
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Minor issues1: will solve the dubbel flash, but I will also lose the fade effect.
So do I get the fade effect back?3: changed it to ‘pull’ , but stay’s the same.
4: Already tried conditional loading on my contact page.
all working fine when page is loaded directy, but not when loaded from ajax.this is the conditial loading for the gallery:
add_action( 'wp_enqueue_scripts', 'gallery' ); function gallery() { if ( is_page( array( 'gallery', 'another page' ) ) ) { wp_enqueue_script( 'gallery-js', get_template_directory_uri() . '/js/gallery.js', array('jquery')); } }
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Move scripts to my main.js fileThank you, minified the scripts and suddenly worked as supposed. Gr Errick
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Move scripts to my main.js fileCould you please provide an example as I have very little php knowledge?
thank you.