Forum Replies Created
-
AuthorPosts
-
is it going to be available in future updates?
May 30, 2020 at 9:54 pm in reply to: Error after uploading video background to color section #1218077May 30, 2020 at 12:21 am in reply to: Error after uploading video background to color section #1217871Update:
this only happened on self-hosted videos. other videos from youtube are working normally without any error notice.
Thank you, looks good.
i added a user login in the private area, ftp is disabled for security purposes at the moment, but you can still edit the functions file from the theme editor on wordpress.
Line 10 – $taxonomies = get_object_taxonomies(get_post_type($the_id));
Line 12 – $excluded_taxonomies = apply_filters(‘avf_exclude_taxonomies’, array(‘post_tag’,’post_format’), get_post_type($the_id), $the_id);
Line 20 – $cats .= get_the_term_list($the_id, $taxonomy, ”, ‘, ‘,”).’ ‘;i am getting the below error. please note that am working with the child theme.
Notice: Undefined variable: the_id in /home2/monomedia/public_html/wp-content/themes/enfold-child/functions.php on line 10
Notice: Undefined variable: the_id in /home2/monomedia/public_html/wp-content/themes/enfold-child/functions.php on line 12
Notice: Undefined variable: the_id in /home2/monomedia/public_html/wp-content/themes/enfold-child/functions.php on line 12
Notice: Undefined variable: the_id in /home2/monomedia/public_html/wp-content/themes/enfold-child/functions.php on line 20
September 28, 2016 at 10:46 pm in reply to: Change header color when scroll down on sticky header #692901Hello Jordan,
Thank you for your reply.
Below are the steps i took, you can see the result in the screen cast here http://screencast.com/t/QR3mjBgso
i created a transparent header for the home page and used the CSS (.av_header_transparency .logo img {display: none; }) to hide the logo on this page
– When you scroll down the logo appears
– i added a CSS to make the header area gradient instead of a solid colo (.home #header_main {background: linear-gradient(black, transparent);}
– when i scroll i want the header color to change to the default color or any color of my choice instead of having the gradient.Thank you
-
AuthorPosts