tonyx4x44
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Youtube Playlistuse shortcode ultimate plugin it has a variety of options including a youtube advanced, that allows you do pretty much anything from youtube; playlists, 360 video, edit player etc.
Forum: Themes and Templates
In reply to: [Customizr] adding link in footer creditshope it helps
Forum: Themes and Templates
In reply to: [Customizr] adding link in footer creditsthis is the edited code. just copy and replace
add_filter( 'tc_copyright_link', 'tc_fotograf_copyright_link' ); function tc_fotograf_copyright_link() { $fotograf_ossum_text = sprintf('Designed by <a href="https://www.skyprintllc.com/">Skyprint</a>', esc_url( home_url() ) ); return $fotograf_ossum_text; } add_filter( 'tc_credit_link', 'tc_fotograf_credit_link' ); function tc_fotograf_credit_link() { $fotograf_ossum_text = ''; return $fotograf_ossum_text; }
Forum: Themes and Templates
In reply to: [Customizr] boxing issue with page bottomthis is the class of the footer menu: #my-footer-menu
how do I apply the header, body and footer borders to this menu?
Forum: Themes and Templates
In reply to: [Customizr] sticky header on scrollhelps screen space with space management… hope it doesn’t require extensive coding
Forum: Themes and Templates
In reply to: [Customizr] pages menu icon floatworks!
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] pages menu icon floatthe current position on big screens is asymmetrical and ugly
Forum: Themes and Templates
In reply to: [Customizr] boxing issue with page bottomboxing code was written by d4z_c0nf
Forum: Themes and Templates
In reply to: [Customizr] Frontpage arrangementForum: Themes and Templates
In reply to: [Customizr] Frontpage arrangementokay thanks anyway.
I don’t need 4 and 5 anymore.
I have one small last request though.
Is it possible to display two columns of post on desktop view… i.e 5+5 posts instead of 10 in a straight line, but maintain single column on mobile
Forum: Themes and Templates
In reply to: [Customizr] Frontpage arrangementany help with number 3?
Forum: Themes and Templates
In reply to: [Customizr] Frontpage arrangementthanks I ve gotten a simpler aarrangement which I like
Forum: Themes and Templates
In reply to: [Customizr] Frontpage arrangementForum: Themes and Templates
In reply to: [Customizr] Frontpage arrangementAny help on number 2?
Forum: Themes and Templates
In reply to: [Customizr] Sticky header offadd_filter('tc_opt_tc_sticky_header', 'disable_sticky_in_mobiles'); function disable_sticky_in_mobiles( $bool ){ return $bool && ! wp_is_mobile(); }
mysteriously stopped working… hmmm