webbeloz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-UserOnline] Enqueue js fileYes, even I thought,
but the board is debug_true and no error in debugging in log files.
Apparently everything seems ok.
I do other checks…Q.
you might think to hide the inclusion of js files from the footer?Forum: Plugins
In reply to: [WP-UserOnline] miising argument 2that’s what…..
php 5.3.29Forum: Plugins
In reply to: [WP-UserOnline] miising argument 2hum…
3.9.2 no-multisite / no plug actived
syntax error, unexpected ‘[‘
:-/
Forum: Plugins
In reply to: [WP-UserOnline] miising argument 2ya, but
if as you say , it remains the errorwp 3.8.3 / multisite
Forum: Plugins
In reply to: [WP-UserOnline] miising argument 2- function validate( $options, $old_data ) { + function validate( $options, $old_data = "[]" ) {for me Fixit.
_wblzhello,
I install it now and try…here > http://z3.attrac.co/ ( multisite ) maybe it’s perfect for the type of project I have in mind.
If it works like a forum and see that I can understand at a glance (: available to help&develop. WebbelozForum: Fixing WordPress
In reply to: Two Categories in the same Postok, that explanation:
Assign two different styles to a single post, through the use of two categories and think of making two visions and two styles is impossible. However, it is possible through the duplication of the post that remains hidden in the database and then assign a category dummy with:
<?php if( is_category( 'alpha' ) || is_single() && in_category('alpha') ){ ?> <?php echo 'ALPHA'; ?> <?php } elseif( is_category( 'beta' ) || is_single() && in_category('beta') ){ ?> <?php echo 'BETA'; ?> <?php } ?>I now see CAT-alpha with a style and CAT-beta with another.
So there is the mystery of the categories to which I aimed.
End! of trick..(:Forum: Fixing WordPress
In reply to: Two Categories in the same Postevolution to find the solution…
This is another way to check if the Single Post responds to the category, but I’m always up at the head.
Always makes ALPHA. :-\
<?php if( is_category( 'alpha' ) || is_single() && in_category('alpha') ){ ?> <?php echo 'ALPHA'; ?> <?php } elseif( is_category( 'beta' ) || is_single() && in_category('beta') ){ ?> <?php echo 'BETA'; ?> <?php } ?>Forum: Fixing WordPress
In reply to: Go POST (single by slug) on Page Templatesome update to make the situation more detailed:
<form name="_slug" action="/fullpage/<?php echo '#', the_slug(); ?>" method="post" target="_blank"> <input type="hidden" name="hash_html" size="20" value="<?php echo the_slug(); ?>" /> <a href="#" class="submit">Full Preview</a>and the page template that acts as a render () Full Screen to the Post.
this:if(isset($_POST['hash_html'])) { } global $wp_query; query_posts(array('post_type' => array('post', 'playground'), 'name' => $_POST["hash_html"], 'posts_per_page' => $posts_per_page));while in function.php – this code: (f. slug)
function the_slug() { $post_data = get_post($post->ID, ARRAY_A); $slug = $post_data['post_name']; return $slug; }I also add the url where the above is done correctly:
http://lessi.co/play/TyqEc1) Top => Left, Open Icon-Cog
2) Click on Full Prview or other Options
3) Resul ()My question is simple, do you think that you can get the same in another way?
Forum: Everything else WordPress
In reply to: Delete / Remove and Clean ( all ) my profile AccountMine is not a request for help, but being a fairly complicated thing that explains the reason for the non-intervention of others. Therefore considered that the development is my I AM INTERESTED ONLY TO CONTINUE WORKING Post and add more code and maybe if there is any interested and maybe if they are capable to intervene. Maybe you need to move my topic in Hack. I would like a confirmation from you to be able to continue my argument aggiunfendo code without seeing canceled or closed on my post. Thank you,
Mario webbelozForum: Everything else WordPress
In reply to: Delete / Remove and Clean ( all ) my profile AccountThanks for the reply.
So I ask to be able to continue my argument, which instead was stuck somewhere in your colleague moderator. It maybe I should not add up, to revive the discussion but, as others who may add: anyone help me? or even … no one can help me? etc … Today I have something to be able to add, so maybe someone intervenes and supports me to my already advanced knowledge of WP. I also would like to know your opinion on my topic.Thanks for everything. Mario