Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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?

    #220298

    Hey 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,
    Yigit

    #220404

    This 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.

    #220416

    Like 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.

    #220752

    Hi!

    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,
    Devin

    #220833

    Okay. 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,
    Benjamin

    #221196

    Hey!

    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!
    Peter

    #228944

    Great. 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?

    #228945

    Or just to let the ajax portfolio display below below all the portfolio posts?

    #228947

    It would be okay if i could just display the open container function below the portfolio subheaders

    #229966

    Hey!

    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!
    Peter

    #230718

    Great 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?

    #230720

    And why do the other colums below don’t move down after clicking a portfolio item?

    #231180

    Hi!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Customizing the single post page’ is closed to new replies.