嗨(对不起,我的下一个英语是:) 我需要一个wordpress模板oneengine中的帮助,在该模板中,投资组合图像中的照片会在照片的时间轴上打开,而不会自动向下滚动,就像这样:
事实可能是1)我需要向下滚动的代码,或者2)我需要在此处弹出弹出窗口的function.php代码:
<?php
}
}
wp_reset_query();
echo '</div>';
echo '<div id="portfolio_content">
<div class="container">
<div class="row">
<div class="port-control col-md-12">
<div class="port-content">
</div>
<a class="prev" href="#"><span class="arrow-port left"></span> '.__('Prev','oneengine').'</a>
<a href="#" class="close-port"><i class="fa fa-times"></i></a>
<a href="#" class="next">'.__('Next','oneengine').' <span class="arrow-port right"></span></a>
</div>
</div>
</div>
</div>';
}
function before_block( $instance ) {
extract( $instance );
echo '<div id="aq-block-'.$template_id.'-'.$number.'" class="aq-block aq-block-'.$id_base.'">';
echo '<div id="portfolio-page" class="portfolio-wrapper" style="margin:'.$margin_top.'px 0 '.$margin_bottom.'px;">';
}
function after_block( $instance ) {
extract( $instance );
echo '</div>';
echo '</div><!-- END ET-PORTFOLIO-BLOCK-->';
}
}
对于所有文档,主题都是OneEngine https://www.enginethemes.com/themes/oneengine/