-
AuthorPosts
-
September 14, 2015 at 12:27 pm #502658
My fist question
How remove the 2 arrows at the right and left side with the link to another article ?Your reponse
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none !important; }
Can i have this 2 arrows but only bettween the same category of article ?
Best regards,
YigitMy new question:
Can i have this 2 arrows but only bettween the same category of article ?Thany you
PhilippeSeptember 14, 2015 at 12:47 pm #502674Hi PhilippeTe!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }Regards,
YigitSeptember 14, 2015 at 1:33 pm #502703It work !
But non on the page with a “LayerSlider avancé”
Why ?Thank you
Best regard
Philippe
September 14, 2015 at 1:35 pm #502707September 14, 2015 at 1:38 pm #502709Yes
10 posts for this category
Thanks
Philippe
September 15, 2015 at 3:16 pm #503393Hi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitSeptember 15, 2015 at 3:49 pm #503427Done
Thank you
Philippe
September 15, 2015 at 3:57 pm #503434The good link
Philippe
September 16, 2015 at 2:58 pm #504156Hey!
The arrows will be disabled if a fullwidth slider is present on the page. Please add following code to Functions.php file in Appearance > Editor to override it
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Regards,
YigitSeptember 16, 2015 at 3:13 pm #504173It s work !
Thank you ++++
Have a nice day
I can now make a very nice website !Philippe
September 17, 2015 at 6:34 am #504520 -
AuthorPosts
- The topic ‘Arrow between articles’ is closed to new replies.
