-
AuthorPosts
-
December 18, 2016 at 1:51 am #725767December 21, 2016 at 11:42 am #726974
Sorry guys, hadn’t realised my support had expired. I’ve purchased additional support now.
December 21, 2016 at 4:58 pm #727149Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyDecember 21, 2016 at 5:03 pm #727152Hi Andy, yes of course.
I’ve applied
display: inline;
to the post heading so not sure how that will affect the reordering?Thanks
RichardDecember 28, 2016 at 2:21 am #728329Hi,
Please firstly install and start using child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
then go to enfold/config-templatebuilder/avia-shortcodes/postslider.php file and find
if($show_meta && !empty($excerpt)) { $meta = "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $meta .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $meta .= "</div>"; if($blogstyle !== "elegant-blog") { $output .= $meta; $meta = ""; } }
cut & paste it right above following line
$output .= "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
Best regards,
YigitJanuary 9, 2017 at 8:01 pm #731259Hi Yigit
Thank you very much for the solution for that. Worked fine.
Richard
January 10, 2017 at 7:09 am #731406 -
AuthorPosts
- You must be logged in to reply to this topic.