This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

shortcode post list or page builder post list

  • Creator
    Topic
  • #1081
    raffaes
    Participant

    hi Jason
    When using a shortcode post list my widget categories and archive(widget logic) show up in my sidebar but if i use the builder post list they do not. Why not use just the shortcode then…because i want the paginated post list and it seems the shortcode does not have that feature? or am i wrong

    Raffa

Viewing 9 replies - 1 through 9 (of 9 total)
  • Author
    Replies
  • #1106
    Jason Bobich
    Keymaster

    I am sorry, I’m trying to follow what you’re describing and am reading it over and over it again, but I’m just totally lost. Can you try laying this all out a little more clearly for me? I don’t see how using the Builder or the post list shortcode has anything to do with what you’re doing in your sidebar with the widget logic plugin. Can you provide links to examples or something?

    #1107
    raffaes
    Participant

    http://picturestack.com/652/249/hppCapture1ZNU.png
    this image is using a paginated post list in builder…so i am using a custom layout

    http://picturestack.com/652/285/rGdCapture2leN.png
    this image is a shortcode post list and am using the default sidebar layout

    what i circled does not show up in builder post list

    #1117
    Jason Bobich
    Keymaster

    Ok, and can you tell me about what’s in the sidebar? Am I to assume this is supposed to show from something you’re doing in the widget logic plugin? What is that?

    #1118
    raffaes
    Participant

    archives & categories

    #1119
    Jason Bobich
    Keymaster

    … It’s sort of difficult to follow you here without much detail in what you’re doing. I’m not sure if the very vague details are due to a language barrier between us or what.

    But I think I might be understanding what you’re getting at and I think what you’re referencing might have something to do an issue that has been fixed already for the next update.

    Try adding this to your Child theme’s function.php to reset the query after the paginated post list element.

    function my_reset_query(){
    	wp_reset_query();
    }
    add_action( 'themeblvd_element_post_list_paginated_after', 'my_reset_query' );
    #1121
    raffaes
    Participant

    ok i will try that
    thanks
    Raffa

    #1140
    Jason Bobich
    Keymaster

    Did this work for you?

    #1160
    raffaes
    Participant

    Hi Jason
    yes i think so …i have the widgets that i wanted on that blog page (categories&archives) showing and the page is paginated like i wanted. I am using a post list template instead of a custom layout or a shortcode post list …and i also went from the widget logic plugin to the context widget plugin(works better for me).

    Now the problem i am having that started yestrerday is that to see my changes take effect i have to log out of wordpress and log back in…do you know what that is about?

    #1161
    Jason Bobich
    Keymaster

    Now the problem i am having that started yestrerday is that to see my changes take effect i have to log out of wordpress and log back in…do you know what that is about?

    Hmm, that seems a bit strange. Not sure I’ve ever heard anything like that before. That doesn’t really make sense unless maybe you’re using some sort of caching plugin? Or you have something else different or custom with your WordPress install. But nothing by default in the theme or WordPress could cause this.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.