Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter webbeloz

    (@webbeloz)

    Yes, 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?

    that’s what…..
    php 5.3.29

    hum…

    3.9.2 no-multisite / no plug actived

    syntax error, unexpected ‘[‘

    :-/

    ya, but
    if as you say , it remains the error

    wp 3.8.3 / multisite

    - function validate( $options, $old_data ) {
    + function validate( $options, $old_data = "[]" ) {

    for me Fixit.
    _wblz

    hello,
    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. Webbeloz

    Thread Starter webbeloz

    (@webbeloz)

    ok, 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..(:

    Thread Starter webbeloz

    (@webbeloz)

    evolution 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 } ?>
    Thread Starter webbeloz

    (@webbeloz)

    some 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/TyqEc

    1) 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?

    Thread Starter webbeloz

    (@webbeloz)

    Mine 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 webbeloz

    Thread Starter webbeloz

    (@webbeloz)

    Thanks 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

Viewing 11 replies - 1 through 11 (of 11 total)