slupek
Forum Replies Created
-
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
Forum: Plugins
In reply to: [WP FullPage] Vertical page with parallax section?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' });Forum: Plugins
In reply to: edit.php – edit posts, not only ?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.