simun.visevic
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Load bugAfter downgrade to version 2.1.0 same issue
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Load bugSame thing for me. After upgrading to a version 2.1.1 posts wont open.
This is what elemntor said.
TypeError: Cannot read property ‘md’ of undefined
at https://abovento-charter.com/wp-content/plugins/elementor/assets/js/editor.min.js – 2:171498
2018-07-04 14:23 +00:00
x 7 timesAny help?
- This reply was modified 6 years, 4 months ago by simun.visevic.
Forum: Themes and Templates
In reply to: [Vega] Latest post/Show all postsYes its functioning. Thank you @jarektheme
- This reply was modified 6 years, 7 months ago by simun.visevic.
Forum: Themes and Templates
In reply to: [Vega] CTA2 not showingOk
Forum: Themes and Templates
In reply to: [Vega] CTA2 not showingNow I figure it maximum number for Front Page – Row Positions is 49 that is why i coludnt see it. So i put numbers 1,2,3,4,5,6 and everything is ok.
Resolved
Forum: Themes and Templates
In reply to: [Vega] Latest post/Show all postsI was trying to do that but I had problem with recent post loop i couldnt fix it that show
1. row – 1-3 post
2. row – 3-6 post …
So i use template for blog/category content.php and “copy” it to frontpage-latest-posts.php with some changes in code. I cant do it betterForum: Themes and Templates
In reply to: [Vega] Latest post/Show all postsYes I understand. Here is the code for row
<div class="row"> <?php global $post; $i = 0; $args = array( 'numberposts' => $vega_wp_frontpage_latest_posts_n, 'suppress_filters'=>0 ); $recent_posts = get_posts( $args ); foreach( $recent_posts as $post ){ setup_postdata( $post ); ?> <div class="<?php echo $classes[$i]; $i++; ?> wow zoomIn"> <?php get_template_part('parts/content','recent'); ?> </div> <?php } ?> <?php wp_reset_postdata();?> </div>
$vega_wp_frontpage_latest_posts_n this variable returns how many post will I get. If i change it on 12 i’ll get last 12 posts but I canot find a way if i copy this code 4 time how i can get this situation.
1 row – latest post 1-3
2 row – latest posts 3-6 […]If someone has idea i whould be very happy:)
Forum: Themes and Templates
In reply to: [Vega] Latest post/Show all postsThx for quick answer, but except blog I whould like to show all posts on the front page on the place where is latest post section, as I can see there max number of post is 3