• Resolved learnaslead

    (@learnaslead)


    Hello,

    I’ve installed the free Rambo theme on a clean install of WordPress 4.1. I like the theme very much and would like to use it to build my site, but every time I post I get the following errors (these errors do not appear when I select and use any other theme on WordPress except when using themes from the same developer such as Busiprof):

    Warning: Cannot modify header information – headers already sent by (output started at /home/nuer/public_html/dev/wp-content/themes/rambo/functions/template-tags.php:14) in /home/nuer/public_html/dev/wp-includes/pluggable.php on line 1178

    Warning: Cannot modify header information – headers already sent by (output started at /home/nuer/public_html/dev/wp-content/themes/rambo/functions/template-tags.php:14) in /home/nuer/public_html/dev/wp-admin/post.php on line 233

    I also received the woo commerce error but removed that code based on feedback in this forum, which is something I would hope you would do in a subsequent update.

    Also there does not appear to be a way to link the Services icons to anything…

    Please help, I need to build my website by Monday!!! Thanks.

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thread Starter learnaslead

    (@learnaslead)

    Hello, in addition to the above when I go to the Media section of WordPress it does not load the single image I have uploaded to the site, if I change theme’s the ability to load the image works once more. The progress dial spins, there is no error code or change in the window at all. Thanks.

    Thread Starter learnaslead

    (@learnaslead)

    Hello again, also on pages the text of paragraphs is cut off in the middle of words at the end of the line, does not appear to be wrapping words correctly. Is it me, am I doing something wrong?

    Just updated to the latest PHP 5.4.36 hoping that would fix the issue, instead I’m no longer able to log into wp-admin, reverting back to PHP 5.3, I do I have to use another theme? I don’t understand all of the positive reviews on this theme which looks great but doesn’t seem to work.

    Hi @learnaslead

    Kindly explain your issue clearly so that we can find assist you bette.

    If possible then share your website link .

    Thanks
    Akhilesh

    Thread Starter learnaslead

    (@learnaslead)

    Thank you Akhilesh for your reply, but I’m not sure how to explain the issues any better, on a clean install of WordPress 4.1 with PHP 5.3:

    – I get the errors noted above whenever I try to post something

    – when you click on the Media tab down the left side in the WP control panel the progress dial spins but the page never shows the uploaded media files

    – when there is a paragraph of text on any page the words do not wrap properly, words are cut off in the middle

    – when I update to PHP 5.4.36 I can’t load the wp-admin page to login

    The website is dev.nuerfoundation.org

    It’s installed with a different theme now on WP 4.1 with PHP 5.4.36

    I would prefer to use your theme if you can kindly work out the issues. Thanks!

    Theme Author webriti

    (@priyanshumittal)

    Let Me check

    Theme Author webriti

    (@priyanshumittal)

    First Replace the code of template-tags.php file in the functions folder with the one I have mentioned here

    <?php
    // function for post meta
    if ( ! function_exists( 'rambo_post_meta_content' ) ) :
    
    function rambo_post_meta_content()
    { ?>
    <div class="blog_section2_comment">
        <a href="<?php the_permalink(); ?>"><i class="fa fa-calendar icon-spacing"></i><?php the_time(get_option('date_format'));?></a>
        <a href="<?php the_permalink(); ?>"><i class="fa fa-comments icon-spacing"></i><?php comments_popup_link(__('leave a comment','rambo') ); ?></a>
        <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><i class="fa fa-user icon-spacing"></i> <?php _e("By",'rambo');?>&nbsp;<?php the_author();?></a>
    </div>
    <?php } endif;
    
    // check weither the function with the same name exsist or not
    if(!function_exists( 'rambo_post_pagination' )) :
    
    function rambo_post_pagination()
    {
    ?>
    <div class="pagination_section">
    	<div class="pagination text-center">
    	 <ul>
    		<li><?php previous_posts_link(); ?></li>
    		<li><?php next_posts_link(); ?></li>
    	</ul>
    	</div>
        </div>
    <?php } endif; 
    
    // this function fetch the post featured images also you can specify the class
    if(!function_exists( 'rambo_post_thumbnail' )) :
    
    function rambo_post_thumbnail($class){
    $defalt_arg =array('class' => $class );
    if(has_post_thumbnail()):?>
    			<a  href="<?php the_permalink(); ?>" class="pull-left blog_pull_img2">
    				<?php the_post_thumbnail('media-object', $defalt_arg); ?>
    			</a>
    			<?php endif;
    } endif;
    
    // This Function Check whether Sidebar active or Not
    if(!function_exists( 'rambo_post_layout_class' )) :
    
    function rambo_post_layout_class(){
    if( is_active_sidebar('sidebar-primary')) echo "span8"; else echo "span12";
    } endif;
    
    //Call Permalink Exerpt
    if(!function_exists( 'rambo_post_parmalink_excerpt' )) :
    
    function rambo_post_parmalink_excerpt(){ ?>
    <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    			<p><?php the_excerpt();?></p><br>
    <?php } endif; ?>
    Thread Starter learnaslead

    (@learnaslead)

    Hi, thank you for your detailed response, but honestly I’m not a developer and don’t plan to go into the internals of the code to make the theme work properly on a clean installation of WordPress. Do you plan an update to the theme that will address the various issues sometime soon?

    I just performed a fresh install also onto WP 4.1 and I’m getting the same errors when attempting to save an edit to any post:

    Warning: Cannot modify header information – headers already sent by (output started at /home/bestauto/public_html/wp-content/themes/rambo/functions/woo/woocommerce.php:2) in /home/bestauto/public_html/wp-login.php on line 424

    Warning: Cannot modify header information – headers already sent by (output started at /home/bestauto/public_html/wp-content/themes/rambo/functions/woo/woocommerce.php:2) in /home/bestauto/public_html/wp-login.php on line 437

    Warning: Cannot modify header information – headers already sent by (output started at /home/bestauto/public_html/wp-content/themes/rambo/functions/woo/woocommerce.php:2) in /home/bestauto/public_html/wp-login.php on line 479

    Warning: Cannot modify header information – headers already sent by (output started at /home/bestauto/public_html/wp-content/themes/rambo/functions/woo/woocommerce.php:2) in /home/bestauto/public_html/wp-includes/pluggable.php on line 1178

    Please advise…

    https://bestautospas.com

    @webriti I’m running WordPress 4.1 with the Rambo-Pro theme. Bought the theme yesterday. I have customized my site quite a bit already but every time I hit the publish button I get a blank page. I then have to press the back button to get to where I was and then I can continue. The item I wanted to publish does get published but I need to do the back and forth movement all the time. I can also not see my previously uploaded media when adding images to posts/featured images, I need to upload a new image each time. Furthermore, when I started creating my pages I couldn’t add any media to the posts, I select “Insert into post” after uploading the image but nothing happens. When I hit publish, I get the blank page again and the page does get published but with no image.

    My site is https://www.xplodeav.co.za

    Please help as I would like to get this site up asap.

    Thanks!

    Theme Author webriti

    (@priyanshumittal)

    One thing I must say that you designed your site very well.

    We can’t give pro support here kindly use our support forum at https://webriti.com/support

    Thanks
    Priyanshu

    Thanks. I have posted the problem on the Webriti site now too.

    @webriti Please get back to my forum post on your site asap. >> https://webriti.com/support/discussion/1011/rambo-pro-theme-problems

    Hi everybody

    Any news on this issue?

    I cant login to my site, i get a blank screen on wp-admin screen.

    Plz help!

    Hi
    It is coming due to extra white spaces within the template files. We have just uploaded the next version of the theme kindly login to your account and download the new version of theme . Delete the previous one and install the latest one.

    Let me know.

    Thanks

    Where is the new version?

    I can only find 1.2.7.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Theme Seems Broken On WP 4.1’ is closed to new replies.