Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello there, have you try to add a “FP: Moesia Projects” to the row of your page using page builder?

    hello

    is it possible to use this projects ONLY as Galery?

    i dont want to have the possibility to click on it (only for see it bigger)

    http://tompho.alnilam.uberspace.de/

    please help…

    Currently, there is no option to remove the link. but you can try to create a child theme to remove the link.

    Here is the step to remove the link using child theme:
    1. create a child theme
    2. duplicate “widgets/fp-projects.php” from parent theme to the child theme
    3. Open “widgets/fp-projects.php” within your child theme and remove this line http://prntscr.com/89s8t2
    4. Open functions.php within your parent theme and change this line :
    require get_template_directory() . "/widgets/fp-projects.php";
    to
    // require get_template_directory() . "/widgets/fp-projects.php";

    okay thanks

    i will try this, but first i had to learn how to use child themes

    i need this website finished in da few days and i have too less time.
    is there anothere possibility to create a front page galery?

    that would be awesome thank you

    next problem is, i cant find the color settings for the contact formular – or ist this only css (ohno)

    thanks!

    got it!!

    i used nextgen galerie, created a text widget and insert the galerieID

    i forgot to do this, but the “project” layout looks much better!

    Right! the simple way to using photo gallery for this theme is by installing photo gallery plugin 😀

    Btw, there are missing step on creating the child theme for this case.

    step 5:
    add this line to functions.php

    if ( function_exists('siteorigin_panels_activate') ) {
    	require_once get_template_directory() . "-child/widgets/fp-projects.php";
    }

    jep, i was so focused to this “project galery”…

    i have just 1 problem. i installed nextgen galerie, and cant edit the thumbnails, i hope there is a solution for that

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

The topic ‘Gallery Project’ is closed to new replies.