-
AuthorPosts
-
January 26, 2015 at 1:55 pm #385421
Hi there,
I have 2 issues that I need help with.
Issue 1 – Reference: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/comments?page=289&filter=all#comment_8840298
Hi, I am not able to replicate your Half Sized Blog Element (Single Author Style) shown here: http://kriesi.at/themedemo/?theme=enfold
All I manage to do is this: http://i.imgur.com/ibexCQl.png http://i.imgur.com/L3KZR8q.png
What I want is the excerpt displayed from top to bottom instead of left to right.Issue 2 – Reference: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/comments?page=296&filter=all#comment_8952324
I’m using WPML to support multi-language function. I have 2 languages, English and Chinese.
I realised that when I use magazine element from Avia Layout builder to display my posts, it show my post in both languages regardless of the language selected for the website.
Unlike the blog post element which is working fine, when my website is currently in English, it only show posts that are in English.
Thank you very much! Honestly, this is the best wordpress theme IMHO.
Best Regards,
Nelson- This topic was modified 9 years, 9 months ago by nelsonq.
January 27, 2015 at 5:09 pm #386374Hi nelsonq!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-grid-active .entry-content { text-align: justify; }
2- Can you please go to Enfold/config-templatebuilder/avia-shortcodes folder open magazine.php file and find
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";
and change it to
$title = "<a href='{$link}' {$titleAttr}>".get_the_title(icl_object_id($post->ID))."</a>";
and check if that helps?
Regards,
Yigit- This reply was modified 9 years, 9 months ago by Yigit.
February 2, 2015 at 4:56 am #389127Hi Yigit,
Both solution doesn’t work.
1. Instead of showing the thumbnail on the left and text on the right, mine is thumbnail on center top of the next. What I want to produce is this: http://kriesi.at/themes/enfold/shortcodes/blog-element/ (Half Sized Blog Element (Single Author Style))
2. After changing the code, it still display both english and chinese post. The only thing that changed is in my magazine element, all my post title became “Home”.
February 6, 2015 at 3:03 am #391806Hey!
1.) I created a test page on your site with a half sized blog page:
http://dev1.avernordesign.com/hacos/andy-test-page/
Add this to your quick CSS:.avia-content-slider .slide-image { overflow: inherit; margin-right: 85px; float: left; left: 35px; }
Let us know if it works.
Best regards,
AndyFebruary 6, 2015 at 5:25 pm #392149This reply has been marked as private.February 7, 2015 at 3:11 pm #392500Hey!
Turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the blog post then add a custom css class to distinguished it from other blog posts element. Use “custom-blog” for example then replace the css code with this:
.custom-blog .slide-image { overflow: inherit; margin-right: 85px; float: left; left: 35px; }
Cheers!
IsmaelSeptember 22, 2015 at 12:29 pm #506960Half Sized Blog Element ….
hei guys. I thought there is a shortcode to display the blog like:
Half Sized Blog ElementCan you tell me where to find this?
September 22, 2015 at 12:30 pm #506964Hey!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.