Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #764081

    Hello,
    I use Custom Post Type custom_events //works!
    I have a custom sidebar defined in my single-custom_events.php //works!
    I want to define my sidebar on the left side in my single-custom_events.php //Do not know how to. I need help!

    //get the sidebar
    				echo "<aside class='sidebar sidebar_".$sidebar." ".$sidebar_smartphone." ".avia_layout_class( 'sidebar', false )." units' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">";
        				echo "<div class='inner_sidebar extralight-border'>";
    						dynamic_sidebar('custom_events');
    					echo "</div>";
    				echo "</div>";

    Thanks for Enfold, it is a great theme!

    #766064

    Hey royaltask,

    not sure if we can help you with this kind of customization. But would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #766079

    Thank you Andy, it is a offline LAMP DEV Website with no online access. I know how the blog pages can be ajusted in the theme option. I was hoping for a PHP code I can use in my single-custom_events.php to place my sidebar on the left side.

    #767340

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this (especially without a link showing the elements in question), so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.