venenum11
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Advanced Custom FieldsI am testing:
<?php echo lyte_parse(get_post_meta($post->ID, ‘link-video’ , true)); ?>
Seems it works. I am tryng again.
Frank, thank you!!
Forum: Plugins
In reply to: [WP YouTube Lyte] Advanced Custom FieldsWarning: strpos() expects parameter 1 to be string, array given in C:\sviluppo\htdocs\www\…\wp-content\plugins\wp-youtube-lyte\wp-youtube-lyte.php on line 98
Warning: preg_match_all() expects parameter 2 to be string, array given in C:\sviluppo\htdocs\www\…\wp-content\plugins\wp-youtube-lyte\wp-youtube-lyte.php on line 111
Warning: Invalid argument supplied for foreach() in C:\sviluppo\htdocs\www\…\wp-content\plugins\wp-youtube-lyte\wp-youtube-lyte.php on line 113
Forum: Plugins
In reply to: [WP YouTube Lyte] Advanced Custom FieldsDone, but return the url not the video.
Forum: Plugins
In reply to: [WP YouTube Lyte] Advanced Custom Fieldswell, thanks God it’s raining, i hope not too much.
In custom field i write: <iframe width=”560″ height=”315″ src=”videoURL” frameborder=”0″ allowfullscreen></iframe>
And in my content-video i write: <?php lyte_parse(the_meta());?>
So:
1. i see the video but LYTE in not applied.
2. in this way argument of lyte_parse() is always the sameForum: Plugins
In reply to: [WP YouTube Lyte] Advanced Custom FieldsPlease, don’t go! I am trying ??
Forum: Plugins
In reply to: [WP YouTube Lyte] Advanced Custom FieldsI have seen acf/format_value. But obviously i don’t understand how to use it.
Is there an example?Another way is to use native custom field of wordpress. In this way, how to use YouTube Lyte?
Thank you!!!
Forum: Plugins
In reply to: [WooCommerce] Change Add to cart button after added a product.Now i have this solution but i don’t like:
in add-to-cart.js where is:$thisbutton.addClass( ‘added’ );
after i add this line:
$( “.add_to_cart_button” ).addClass( “changed” );
And in style.css of theme child:
.added.changed { display:none!important;}p.s. to make easy this solution use add-to-cart.js as add-to-cart.min.js
Forum: Plugins
In reply to: [WordPress Popular Posts] How to display attachment post type?Ciao Hector!
I am also sorry for replying just now.
You are great. Thank you. It works.
Probably i’ll write a function to overwrite next release of wpp, and yes, of course, this topic is in my favourite list. ??
Good luck!
Andrea
Forum: Plugins
In reply to: [WordPress Popular Posts] How to display attachment post type?Wonderful! Thank you!
Forum: Plugins
In reply to: [WordPress Popular Posts] How to display attachment post type?Forum: Plugins
In reply to: [WordPress Popular Posts] How to display attachment post type?You’ll do an update? Just to know… when?
Héctor, thank you again.
a.Forum: Plugins
In reply to: [WordPress Popular Posts] How to display attachment post type?Et voilà! I am glad to read you now.
I am sorry, but i don’t understand: i am working with 3.9 and 4.0 and it still doesn’t work. Is it normal?
Thank you.
AndreaI had same issue. Solved with beta1.zip
News for next release?
Thank you.
Ven.Forum: Themes and Templates
In reply to: [Baskerville] Html tag in the excpertEdit:
Solution:
1. child theme
2. content.php: change <?php the_excerpt(‘100’); ?> in <?php the_content(); ?>
3. new .cssForum: Themes and Templates
In reply to: [Baskerville] Html tag in the excpertSolution:
1. child theme
2. content.php: change <?php the_excerpt(‘100’); ?> in <?php the_content; ?>
3. new .css