-
AuthorPosts
-
February 5, 2014 at 11:24 am #219889
Hi,
Currently i am using posts to display valuable content inside of my website. But i can’t find a way to create a page (that is styled by me) to display my posts.. can you help me with this?
February 6, 2014 at 5:06 am #220298Hey Benjaminlivingthebrand!
You can simply create a new page and add Blog Posts element under Content Elements tab in Avia Layout Builder and add that page to your menu http://i.imgur.com/xyK5DA7.jpg
Best regards,
YigitFebruary 6, 2014 at 10:56 am #220404This is not quite what i mean. I am using my blog posts on certain pages. But they all redirect to the singe post page. I want to style my single post page. So when i click on the blog post, i come to a custom single post page.. build by me.
February 6, 2014 at 11:09 am #220416Like i want in this page: http://werkenbijlegalandgeneral.nl/vacatures
When i click on “lekkere broodjes” to have it displayed under this two containers-> with animation or with the opening of a new page.February 7, 2014 at 3:04 am #220752Hi!
Single blog posts don’t have that kind of capability with the theme as with WordPress posts are just not meant to be custom styled in the same way pages are (since its post data).
So you could point each post to a page or you could use shortcodes within the post but there isn’t support for building single posts in the same way single pages can be built.
Regards,
DevinFebruary 7, 2014 at 10:32 am #220833Okay. Is it possible for to make work allround for this for example making an new post input? or using the portfolio menu to use this an add this functionality. I added some screenshots, so you can see what i try to achieve.
I need to have an in page animation when i click on Staigiar ICT to have it a display in the same page. Do you have some other ways how i can make this possible?
Cheers,
BenjaminFebruary 8, 2014 at 11:44 am #221196Hey!
I suggest to try the portfolio ajax previews (you can select this option when you add a “portfolio grid” element to a page). The portfolio preview can show any type of content (slideshow, toggle, columns, etc.). Just select “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A on the portfolio entry editor page and insert your shortcode(s) into the text editor field.The preview content will load when the user clicks on a portfolio entry: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
Cheers!
PeterFebruary 25, 2014 at 11:12 am #228944Great. Is there a possibility to let the ajax the content of the ajax portfolio in a different box. So when i am using the the preview and clicking items the #portfolio_preview_container open_container displays in a different styled box?
February 25, 2014 at 11:13 am #228945Or just to let the ajax portfolio display below below all the portfolio posts?
February 25, 2014 at 11:20 am #228947It would be okay if i could just display the open container function below the portfolio subheaders
February 27, 2014 at 9:14 am #229966Hey!
You can try to implement the “let the ajax portfolio display below below all the portfolio posts?” option. I’m not sure if it works out but you can try it. Note that I can’t provide additional support in case it doesn’t work – in this case please hire a freelancer to modify the portfolio element for you. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and delete:
if($linking == "ajax") { global $avia_config; $output .= "<div class='portfolio_preview_container' data-portfolio-id='{$container_id}'> <div class='ajax_controlls iconfont'> <a href='#prev' class='ajax_previous' ".av_icon_string('prev')."></a> <a href='#next' class='ajax_next' ".av_icon_string('next')."></a> <a class='avia_close' href='#close' ".av_icon_string('close')."></a> </div> <div class='portfolio-details-inner'></div> </div>"; }
Then replace:
$output .= "</div>"; //append pagination
with
$output .= "</div>"; if($linking == "ajax") { global $avia_config; $output .= "<div class='portfolio_preview_container' data-portfolio-id='{$container_id}'> <div class='ajax_controlls iconfont'> <a href='#prev' class='ajax_previous' ".av_icon_string('prev')."></a> <a href='#next' class='ajax_next' ".av_icon_string('next')."></a> <a class='avia_close' href='#close' ".av_icon_string('close')."></a> </div> <div class='portfolio-details-inner'></div> </div>"; } //append pagination
Cheers!
PeterFebruary 28, 2014 at 6:09 pm #230718Great that kind of helps, at least for one bit. I guess i can style it now to fit according to be my wants.
Is it also possible to let it close again when i click on the same name? so open on click (title) and close on click?
February 28, 2014 at 6:12 pm #230720And why do the other colums below don’t move down after clicking a portfolio item?
March 2, 2014 at 4:38 am #231180Hi!
I’m sorry but this is beyond the scope of support. Please hire a freelance developer to polish the modifications that Dude provided. For further customization, please visit Werkpress.
Regards,
Ismael -
AuthorPosts
- The topic ‘Customizing the single post page’ is closed to new replies.