Forum Replies Created

Viewing 10 posts - 61 through 70 (of 70 total)
  • Posted in:
  • in reply to: does DANTE support custom post types? #79620
    msc-val
    Member
    Post count: 71

    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!

    in reply to: Display shortcode next to logo #79618
    msc-val
    Member
    Post count: 71

    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.

    in reply to: Display shortcode next to logo #79585
    msc-val
    Member
    Post count: 71

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

    Here is the desired placement (I just used FireBug to move the div inside the logo div):
    https://www.dropbox.com/s/zkc3molrjq6giqv/desired_placement.png

    Hope that helps.
    Thanks!

    in reply to: Articles not showing when using Page Builder #79579
    msc-val
    Member
    Post count: 71

    Thanks @Mohammad

    in reply to: does DANTE support custom post types? #79577
    msc-val
    Member
    Post count: 71

    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 again

    in reply to: Articles not showing when using Page Builder #79355
    msc-val
    Member
    Post count: 71

    Reading 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

    in reply to: Display shortcode next to logo #79354
    msc-val
    Member
    Post count: 71

    I don’t mean to be rude but is there anyone that could help with this?

    in reply to: does DANTE support custom post types? #79307
    msc-val
    Member
    Post count: 71

    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!

    in reply to: Articles not showing when using Page Builder #79230
    msc-val
    Member
    Post count: 71

    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.

    in reply to: Articles not showing when using Page Builder #78829
    msc-val
    Member
    Post count: 71

    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!

Viewing 10 posts - 61 through 70 (of 70 total)