Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Using [av…][/av…] tags in custom page template #660806

    oh right… :) thank you

    in reply to: Using [av…][/av…] tags in custom page template #660499

    now you should understand the idea, but again, I took the “advanced layout editor” code(from debug mode) and I want to put it in the page template. what am I missing here? thank you

    <?php
    /*
     * Template Name: Custom page
     * Description: Page template 
     */
    
    get_header(); ?>
    
    [av_heading tag='h3' padding='10' heading='Hello' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_half first  min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_masonry_entries link='category' sort='yes' items='12' columns='flexible' paginate='yes' query_orderby='date' query_order='DESC' size='fixed masonry' gap='1px' overlay_fx='active' id='' caption_elements='title excerpt' caption_styling='always' caption_display='always' color='' custom_bg=''][/av_masonry_entries]
    
    [/av_one_half][av_one_half  min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_countdown date='' hour='12' minute='0' min='1' max='5' align='center' size='' style='center'][/av_countdown]
    
    [/av_one_half][av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_slideshow size='featured' animation='slide' autoplay='false' autoplay_stopper='' interval='5' control_layout='' perma_caption=''][/av_slideshow]
    
    [/av_section]
    
    <?php get_footer(); ?>
    • This reply was modified 8 years, 4 months ago by Duop.
Viewing 2 posts - 1 through 2 (of 2 total)