Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Blog Posts overview #417598

    Never mind. I found the solution :)

    in reply to: Blog Posts overview #417473

    Hello Ismael

    I have tried to solve this myself but still without luck. I need to create a page that lists all of my pages and for each page shows which blog categories it shows on that page.

    Examle:
    I have created a page named “Livingroom”. On this page i use the “blog post” element with grid layout to show four categories from the blog (tables, chairs, sofas, lamps). I also have a “Bedroom” page and on that page I have four categories from the blog (beds, sheets, pillows, clocks) – again i use the blog post element with grid layout.

    I need to create a kind of “overview page” because I have lot of categories and lot of pages. Så what i need is a loop that show the page title and which categories are used on that page. The output for the code could be lige this:

    Livingroom(tables, chairs, sofas, lamps)
    Bedroom (beds, sheets, pillows, clocks)
    etc.

    So what i need is a PHP code where I can provide the page id and the output is the blog categories used on that page with the “Blog Post” element. Is this possible? Can you help me?

    This is very important for our project as we import thoussands of products each day and i need some kind of overview. I know this can not be done with a avia builder page but has to be done on a custom page template. I just cant find the PHP code that can output this.

    Kind regards

    • This reply was modified 9 years, 8 months ago by designspecialisten. Reason: Specifying that i use grid layout
    in reply to: Child theme change included files #414029

    I know, but i need the hole php file content, but then i get that error I posted you 3 times now. Can you please help me why its getting that bug?

    I need to change the html output in the file, and other files in the parent theme into the child theme.

    regards
    Ivan

    in reply to: Child theme change included files #413616

    I did like this :

    In functions :

    function sinsio_setup_child_theme() {

    /* add all your setups or include files from the child theme */
    require_once( get_stylesheet_directory() . ‘/functions-enfold.php’ );
    require_once( get_stylesheet_directory() . ‘/includes/loop-index.php’ );
    }

    And i have the folder + the file copied into the child theme.

    Still I get the header sent error.

    in reply to: Child theme change included files #413600

    Then i get another bug from the parent theme :
    http://bolig.sinsio.dk/stue/

    Intet fundet
    Beklager, ingen indlæg matchede dine kriterier.

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /var/www/sinsio.dk/bolig/wp-content/themes/sinsio-child/includes/loop-index.php:267) in /var/www/sinsio.dk/bolig/wp-content/themes/sinsio/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

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