Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Archive listing all post types #496379

    Ok found it. Some of this posts had the category. Happened becouse I was using a plugin to limit the category users can publish in.

    You can close it.

    • This reply was modified 9 years, 2 months ago by adetec_ing.
    in reply to: Portfolio item direct link (ajax) #461024

    Hi, thanks for the information, although I’m not sure if this nth-child would work as the order may change.
    Using an id or class based selector would be perfect, so I guess this should work:

    
    function ava_auto_click_portfolio() {
    ?>
    <script>
    (function($){
      $(window).on('load', function(){
        $('.post-entry-1111 .grid-image').trigger('click');
      });
    })(jQuery);
    </script>
    <?php
    }
    
    add_action('wp_footer', 'ava_auto_click_portfolio');
    

    Can’t test it right now, but I think it would work.

    • This reply was modified 9 years, 5 months ago by adetec_ing.
    in reply to: Portfolio item direct link (ajax) #459257

    Thanks for your answer, but I need to select one or another, depending on the link. For example:

    http://www.example.com/ajaxgrid#item4

    I guess that if not directly, it could be achieved with a POST or a GET, but I’m quite bad with jQuery and don’t know to modify this part.

    Thanks.

    in reply to: Hook to change color scheme #414772

    Perfect! I’m sure that’s what I’m looking for.

    I’ll give it a look asap and give you some feedback.

    Thanks!

    in reply to: Prepend shortcode to $content #413891

    Ok. Thanks.

    in reply to: Prepend shortcode to $content #410783

    And another question:

    shouldn’t the function

    do_shortcode("[av_section ...] ... [/av_section]")

    close the divs of the created section? Either I’m doing something wrong or I’m using the function in a way it’s not expected :)

    in reply to: Prepend shortcode to $content #410772

    Hi Elliot, thanks for your answer.

    I know that I can do it in the “common” way, but I have a form in the top of every page and for simple pages would be just more work, but the problem comes with the archives and category pages, which are built from the templates, and therefore I have to modify them.

    I don’t want you to tell me how to do it, that’s my work, but to give me some help on the logics of your builder or just a place to look. It seems that it’s just a matter of not closing divs as the following shortcodes (the ones added in the builder) remains INSIDE the first section, but can’t be sure which, where or why.

    I’d appreciate some light in here.

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)