Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter slupek

    (@slupek)

    thx for replay!

    i Needed those information about email template but you misunderstood missing email notification, i am receving as administrator but people who submit forms do not, i think they also should received notification

    Thread Starter slupek

    (@slupek)

    Hi ??

    Parallax installed, js added.

    Effect:
    New div after body, position on fullpagee instead on my section where is spcifc class name.
    If class name was doubled in html, there were two new divs with same content (logic)

    So it just adding background image on fullpage without anykind of effects.

    I didn’t tried with ID, but propably effect will be same.
    Section got relative position in css.

    Knowledge how parallax works is needed ??

    JS code used:

    
    $('.sectionane .slimScrollDiv').parallax({
        imageSrc: '/wp-content/uploads/2017/01/sa-02-edit.jpg',
        naturalWidth: '2560',
        naturalHeight: '2410'
    });
    
    • This reply was modified 8 years, 2 months ago by slupek.
    • This reply was modified 8 years, 2 months ago by slupek.
    • This reply was modified 8 years, 2 months ago by slupek.
    • This reply was modified 8 years, 2 months ago by slupek.
    • This reply was modified 8 years, 2 months ago by slupek.
    Thread Starter slupek

    (@slupek)

    i’ve tride smth like this:
    $query->query_vars['post_type'] = 'post_sgas';
    and hook:
    add_action('pre_get_posts', 'notonlyposts', 1);

    and it ‘worked’ but could not be edited, names of post aren’t links :(.
    I tried add more types:
    $query->query_vars['post_type'] = 'post, page, post_sgas';
    this gets nothing ;p seperate by commas in that way doesn’t work.

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