Digital experiences for all disciplines
Forum Replies Created
-
-
Thank you @Ed,
Would you please clarify further. And please don’t spare me the details/steps of how I would go about creating the asset. It is a high priority for me as the whole content of the site is going to be created through this custom post type.Thank you so much!
The “Vitae- Winter 2013” is outputted through the plugin shortcode referenced above (<?php echo do_shortcode( ‘[shortcode]’ ) ?>) and it isn’t static text. The idea here is as you click to view the previous issues of the magazine, that line changes to display the magazine issue that is being browsed. For example if you select “Summer 2013”, it will display “Summer 2013” not “Winter 2013”.
If I replace:
$logo_output .= '<div class="issuem_title" >Vitae - Winter 2013</div>'. "\n";
with:
$logo_output .= '<div class="issuem_title" > <?php echo do_shortcode( '[issuem_issue_title]' ) ?> </div>'. "\n";
Then it breaks the site.Thank you for your continuos help and support.
Unfortunately the site is still on my local machine for now. Here is a screenshot of the actual placement:
https://www.dropbox.com/s/20043dhz8qepgl4/actual_placement.pngHere is the desired placement (I just used FireBug to move the div inside the logo div):
https://www.dropbox.com/s/zkc3molrjq6giqv/desired_placement.pngHope that helps.
Thanks!Thanks @Mohammad
Thank you @Ed for your response,
That actually turned on the Swift Page Builder for this custom post type as it wasn’t available before. But this custom post type is still not supported by the theme since nothing is being outputted on the website.
Here is my scenario. I use the Page builder to select recent posts or blog carousel, select the category that I want to display (which has plenty of content), then publish it but no content is being displayed. I can see the widget title that I assigned but nothing underneath it.
Moreover, I published the Sitemap element from the Page Builder and it displays just the posts, pages, archive and categories. But it doesn’t show any of the custom post type content.
I really appreciate any help I can get.
Thanks againReading from the multiple user posts, there seems to be an immediate need for Dante to support custom post types. Ed talked in this response about a work-around to accomplish this (http://support.swiftideas.net/forums/topic/does-dante-support-custom-post-types/).
Can anyone take the time to answer this in details so we move along with developing our site?
This is very high priority for us.Thank you
I don’t mean to be rude but is there anyone that could help with this?
I’m running into the same issue as the page builder doesn’t pull in the custom post type added through a plugin. I tried what Ed suggested in the previous response but it didn’t work for me.
Can anybody further explain in details how I would go about fixing this? I appreciate any help I can get.
Thanks!As I understand it, these “articles” are nothing but a custom post type that the plugin introduces to the site. There should be a way to make the Page Builder recognize this custom post type. Any help towards the right direction would be immensely appreciated.
Thank you in advance.Do you think that there might be some merit to duplicating the post-carousel.php file (/swift-framework/page-builder/builder/shortcodes/posts-carousel.php), calling it for example “article-carousel.php”, editing it by replacing all instances of “post” with “article” and somehow have the theme see it to pull the articles’ content?
Thank you so much!
-