Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

e061070

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 22 total)
  • Author
    Posts
  • in reply to: Exclude box fro homepage #3979
    e061070
    Participant

    Hi Andrii, dont kill me!…my boss does not want to change theme and I understand, you did an excellent job and really like it. But the solution that I have proposed is too complicated having to make many different pages. I make you a question, if I continue to use the portfolio pages (http://site.com/tag-portfolio/xxxx/), I can remove the box with the title and add a slider as I did for the home page for each different ? (1 for home slider, slider 2 for xxxx, and moore)
    tnx
    e.

    in reply to: Exclude box fro homepage #3978
    e061070
    Participant

    Hi Andrii, I tried to add the extra conditions, but it does not work, there’s probably more, would be added in a new version;-) 3.4 … too complicated, I will try another template, thanks anyway for the support.
    e.

    in reply to: Exclude box fro homepage #3975
    e061070
    Participant

    Hi Andrii, I read, and I’ve tried, I’ve created a new page php: page_peros.php copy of page_portfolio.php
    I created a new page, “peros” (http://lab.biffi.com/peros/), and I used it as a model “peros”, I edited the file (page_peros.php) to the line 69, and I’ve changed:

    $wp_query = new WP_Query( array( ‘posts_per_page’ => $ppp , ‘post_type’ => ‘project’ , ‘paged’ => $paged , ‘post__not_in’ => $exclude_ids,’news’, ‘order’ => $order, ‘orderby’ => $orderby ) );

    with:

    $wp_query = new WP_Query( array( ‘posts_per_page’ => $ppp , ‘post_type’ => ‘project’ , ‘paged’ => $paged , ‘post__not_in’ => $exclude_ids, ‘order’ => $order, ‘orderby’ => $orderby, ‘tax_query’ => array(
    array(
    ‘taxonomy’ => ‘tagportfolio’,
    ‘field’ => ‘slug’,
    ‘terms’ => array( 14,18 ),
    ‘operator’ => ‘NOT IN’
    )
    ) ) );

    Where 14 and 18 are the tags home and news, so I should have a page with a single box (slut tag, 29 – http://lab.biffi.com/project/lorem-ipsum-test/). but I watch that tag is 14 and 18 in a horizontal box tag(no 29 slut), I think I have something wrong
    :-(
    tnx
    e.

    in reply to: Exclude box fro homepage #3972
    e061070
    Participant

    Hi Andrii, no, I need to create a same page portfolio (page_portfolio.php – http://lab.biffi.com/), but only use atag that I can choose and not using http://lab.biffi.com/tag-portfolio/news/, new portfolio with the same layout of the homepage, being able to choose a tag ex.news

    tnx.
    e.

    in reply to: Exclude box fro homepage #3963
    e061070
    Participant

    Hi, Excuse me,I’m rereading the post and I realized I explained myself. The home is a portfolio page, the portfolio page consists of portfolio post + tag (example: home, business, sports, dog, cat).
    For all portfolio post on the home just tell him how tags that are also home, and everything works ok.
    Now I need to make a portfolio page example AAAA, whit portfolio tag: dog and cat. Without the other.
    To make a page “virtual” with porfolio just create a link to: http://sito.com/tag-porfolio/dog and this works, but what I need is to make a physical page, example: http: // site .com / YYYY tagged dog, cat, sports. how can I do?
    tnx
    e.

    in reply to: Space between the box #3958
    e061070
    Participant

    No news? :-(
    tnx.
    e.

    in reply to: Space between the box #3955
    e061070
    Participant

    …excuse the editor does not contain all the php code, however replaced, but nothing changes
    e.

    in reply to: Space between the box #3954
    e061070
    Participant

    Hi, done! … but nothing happens :-(

    #main-body, #footer { max-width: px !important; }

    #header-box { max-width: px !important; }

    #header-box { max-width: px !important; }

    tnx.
    e.

    in reply to: Space between the box #3950
    e061070
    Participant

    Hi Andrii,
    No I want the white in between the boxes, but the width of the box with the header and footer changes, is to large, I wish that were the same, box and header/footer
    But the same problem is there anyway even without white space between in (for example) the home and the contact, for example, between a page and a full box, this also happens on your demo on themeforest
    http://lab.biffi.com/errorebox.jpg
    tnx
    e

    in reply to: Space between the box #3947
    e061070
    Participant

    Ciao Andrii, I’m sorry, I forgot to add it.
    lab.biffi.com

    e.

Viewing 10 posts - 1 through 10 (of 22 total)