Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)
  • in reply to: Support for Contet After Posts plugin… #89632
    Noahj
    Member
    Post count: 59

    Hi,

    This not Dante related. But I will look more into the plugin conflict with the author, then just post a know plugin conflict (perhaps if the issue still is there) just in case someone runs into the same problem.

    Thanks @ @mohammadshakeel!

    Noahj
    Member
    Post count: 59

    @swiftideas,

    I found another WordPress.org plugin that allow conditional tags on WordPress menus. It doesn’t work with Dante, just like it doesn’t work with UberMenu, BUT….

    Maybe what the Helga (the developer of this plugin) is saying will help and allow for a quicker and sustainable fix perhaps?

    Check out Nav Menu Roles where you can read Helga’s 2workaround options.

    Just thought I would share if maybe making this theme built is to daunting.

    in reply to: Do Shortcode in Header Layout 2 #86820
    Noahj
    Member
    Post count: 59

    No problem!

    Thanks always for the great support!

    in reply to: Do Shortcode in Header Layout 2 #86785
    Noahj
    Member
    Post count: 59

    Yes, of course!

    I was making the mistake of using quotes “[shortcode]” instead of ‘[shortcode]’ in the code do_shortcode.

    Here is the code and screenshot if anyone is interested.

    
    } else if ($header_layout == "header-2") {
    			
    			$header_output .= '<header id="header" class="clearfix">'. "\n";
    			$header_output .= '<div class="container">'. "\n";
    			$header_output .= '<div class="row">'. "\n";
    			$header_output .= sf_logo('col-sm-4 logo-left');
    			$header_output .= '<div class="header-right col-sm-8">' .do_shortcode('[Your_Shortcode_Reference_Here]').'</div>'. "\n";
    			$header_output .= '</div> <!-- CLOSE .row -->'. "\n";
    			$header_output .= '</div> <!-- CLOSE .container -->'. "\n";
    			$header_output .= '</header>'. "\n";
    			$header_output .= '<div id="main-nav" class="sticky-header">'. "\n";
    			$header_output .= sf_main_menu('main-navigation', 'full');
    			$header_output .= '</div>'. "\n";
    
    in reply to: Support for Contet After Posts plugin… #86585
    Noahj
    Member
    Post count: 59

    Hi @mohammadshakeel,

    I’ve tried this. It didn’t work.

    I will look into it deeper over the weekend and may contact a different author about it.

    I’m using a plugin for custom share buttons. The share buttons shortcode is in the plugin Content after posts. In short it may be something with the share buttons plugin running through the content after posts that is the problem.

    Did you happen to get this to work for you? If so, then I obviously did something wrong when adding the function snippet.

    in reply to: Dante Feature Request #86567
    Noahj
    Member
    Post count: 59

    Thanks for listening! Seems like a natural step in the header layout options, so fingers crossed.

    in reply to: Custom Header Layout #86566
    Noahj
    Member
    Post count: 59

    Hey thanks!

    I actually can do this myself. I was hoping for an easier way though.

    It is no problem, I will look into a solution over the weekend.

    Thanks and hope the feature request becomes supported!

    in reply to: Dante Feature Request #86479
    Noahj
    Member
    Post count: 59

    New Header Layout Suggestion.

    See screenshot @ http://drop.diamonddedication.com/KPPc.

    Thoughts?

    in reply to: Support for Contet After Posts plugin… #86242
    Noahj
    Member
    Post count: 59

    @kylecraven94

    Are you sure?

    I assumed Mohammad looked at the code first and from there was able to say hey… send me the plugin to correct it.

    The other reason I contacted you guys first is because the author it going to possibly need me to send him the Dante theme to test it. With the normal WordPress Recent Comments widget there is no problem, so the conflict is only with Dante’s Recent Comments widget. Which is why believe the author will need me to send him the theme probably.

    Still want me to contact the author? It is no problem, just confirm again for me.

    Thanks,

    in reply to: Dante Feature Request #86217
    Noahj
    Member
    Post count: 59

    @mohammadshakeel, Welcome. Thank you. Hopefully it gets implemented.

    in reply to: Support for Contet After Posts plugin… #86215
    Noahj
    Member
    Post count: 59
    This reply has been marked as private.
    in reply to: Support for Contet After Posts plugin… #86084
    Noahj
    Member
    Post count: 59
    This reply has been marked as private.
    in reply to: Dante Feature Request #86077
    Noahj
    Member
    Post count: 59

    Option for custom author box.

    Nothing complex, but just an open content area to add a plugin shortcode or custom content that would replace the author box that appears from Dante.

    I think this mostly applies for clients like mines who are the only authors on their site. I would like to make their author snippet a little more leading with social buttons, custom signature, etc.

    Thoughts?

    in reply to: Dante Feature Request #85713
    Noahj
    Member
    Post count: 59

    @swiftideas,
    No problem. I’m aware of plugins that handle this, but thought it would be good to have a mobile redirect in a theme. My homepage is always going to be simple so I can max loading speeds anyway.


    @toni100
    ,

    Here is a free plugin (thought there are several paid and free) for redirecting the landing page of mobile devices that you can try.

    Simple Mobile URL Redirect

    Here is a paid plugin that goes a lot more in depth for mobile that I use in some cases when needed.

    WP Touch Pro

    And if you are interested in learning about loading speeds by one other fastest sites on the net check out Feed The Bot.

    in reply to: Dante Feature Request #85568
    Noahj
    Member
    Post count: 59

    I haven’t seen an bad formatting on my mobile device, but this would definitely be great, a mobile landing page built into the theme! +1

Viewing 15 posts - 1 through 15 (of 32 total)