Osclass forums
Support forums => Installation / Update help => Topic started by: borislav123 on December 30, 2012, 11:45:02 pm
-
Hello, people.
I installed the OS Class script , all is fine, just no RSS feed working?
any ideas?
-
Hi Borislav,
Im getting the same on a new installation also with the following message:
This page contains the following errors:
error on line 2 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.
Im sure there is a fix on this site somewhere but I havent been able to find a simple solution just yet :-(
I will post here when I solve it
Regards,
Stuart
-
How to add RSS autodetection for browsers to your os class web-site :
Go to your theme folder
in file head.php - somewhere between <head> and </head> insert this:
<link rel="alternate" type="application/rss+xml" title="Title" href="http://www.site.com/index.php?page=search&sFeed=rss" />
thats it!
Enjoy !
-
Work for 1 of my sites.
-
How to add RSS autodetection for browsers to your os class web-site :
Go to your theme folder
in file head.php - somewhere between <head> and </head> insert this:
<link rel="alternate" type="application/rss+xml" title="Title" href="http://www.site.com/index.php?page=search&sFeed=rss" />
thats it!
Enjoy !
That's working!
-
how to submit the rss feed to other site , i cant find the rss.xml file in the root folder
-
How to add RSS autodetection for browsers to your os class web-site :
Go to your theme folder
in file head.php - somewhere between <head> and </head> insert this:
<link rel="alternate" type="application/rss+xml" title="Title" href="http://www.site.com/index.php?page=search&sFeed=rss" />
thats it!
Enjoy !
i try this, and not working. help me
-
I tried this But there is No <head></head> tag in header.php
Please mark where is <head></head>
<?php
/**
* Head location: base.php
* Header location: parts/header.php
* Footer location: parts/footer.php
* The rest of the menu is generated with blocks set in the widget page in settings
* Blocks location: parts/blocks/**
*/
?>
<header class="<?php echo (mtk_field("$.design", "i_content_boxed") == 1) ? "content-boxed" : "" ?>">
<div class="navbar <?php echo (mtk_field("$.design", "i_navbar_inverse") == 1) ? "navbar-inverse" : "navbar-default"; ?> <?php echo (mtk_field("$.design", "i_navbar_large") == 1) ? "navbar-lg" : ""; ?> navbar-flatshadow <?php echo (mtk_field("$.layout", "i_nav_fixed") == 1)?"navbar-fixed-top": "navbar-static-top" ?>" role="banner">
<div class="container-fluid">
<div class="navbar-header">
<div class="navbar-brand-wrapper">
<a class="navbar-brand <?php echo (mtk_logo_url() != "")?"navbar-brand-img":"" ?>" href="<?php echo osc_base_url(); ?>">
<?php if (mtk_logo_url() != "") :
?>
<img src="<?php echo mtk_logo_url() ?>">
<?php
else :
echo osc_page_title();
endif; ?>
</a>
</div>
<button class="js-slideout-toggle-button navbar-toggle m-r-0 m-l-md pull-left" type="button">
<span class="icon"></span>
<span class="sr-only">
<?php _e("Toggle navigation", osc_current_web_theme()); ?>
</span>
</button>
</div>
<div class="main-menu collapse navbar-collapse main-menu" id="js-main-nav">
<ul class="nav navbar-nav navbar-nav-alt">
<?php mtk_show_widgets("menu_left"); ?>
</ul>
<ul class="nav navbar-nav navbar-right navbar-nav-alt">
<?php mtk_show_widgets("menu_right"); ?>
</ul>
</div>
</div>
</div>
<div class="header-widgets">
<?php mtk_show_widgets("header"); ?>
<?php
if (mtk_is_user_page()) {
osc_current_web_theme_path("parts/user/menu.php");
}
mcf_show_flash_message();
?>
</div>
</header>
-
The link to the rss feed is http://yoursite.com/feed
I tried this But there is No <head></head> tag in header.php
Please mark where is <head></head>
<?php
/**
* Head location: base.php
* Header location: parts/header.php
* Footer location: parts/footer.php
* The rest of the menu is generated with blocks set in the widget page in settings
* Blocks location: parts/blocks/**
*/
?>
<header class="<?php echo (mtk_field("$.design", "i_content_boxed") == 1) ? "content-boxed" : "" ?>">
<div class="navbar <?php echo (mtk_field("$.design", "i_navbar_inverse") == 1) ? "navbar-inverse" : "navbar-default"; ?> <?php echo (mtk_field("$.design", "i_navbar_large") == 1) ? "navbar-lg" : ""; ?> navbar-flatshadow <?php echo (mtk_field("$.layout", "i_nav_fixed") == 1)?"navbar-fixed-top": "navbar-static-top" ?>" role="banner">
<div class="container-fluid">
<div class="navbar-header">
<div class="navbar-brand-wrapper">
<a class="navbar-brand <?php echo (mtk_logo_url() != "")?"navbar-brand-img":"" ?>" href="<?php echo osc_base_url(); ?>">
<?php if (mtk_logo_url() != "") :
?>
<img src="<?php echo mtk_logo_url() ?>">
<?php
else :
echo osc_page_title();
endif; ?>
</a>
</div>
<button class="js-slideout-toggle-button navbar-toggle m-r-0 m-l-md pull-left" type="button">
<span class="icon"></span>
<span class="sr-only">
<?php _e("Toggle navigation", osc_current_web_theme()); ?>
</span>
</button>
</div>
<div class="main-menu collapse navbar-collapse main-menu" id="js-main-nav">
<ul class="nav navbar-nav navbar-nav-alt">
<?php mtk_show_widgets("menu_left"); ?>
</ul>
<ul class="nav navbar-nav navbar-right navbar-nav-alt">
<?php mtk_show_widgets("menu_right"); ?>
</ul>
</div>
</div>
</div>
<div class="header-widgets">
<?php mtk_show_widgets("header"); ?>
<?php
if (mtk_is_user_page()) {
osc_current_web_theme_path("parts/user/menu.php");
}
mcf_show_flash_message();
?>
</div>
</header>
-
The link to the rss feed is http://yoursite.com/feed
I tried this But there is No <head></head> tag in header.php
Please mark where is <head></head>
<?php
/**
* Head location: base.php
* Header location: parts/header.php
* Footer location: parts/footer.php
* The rest of the menu is generated with blocks set in the widget page in settings
* Blocks location: parts/blocks/**
*/
?>
<header class="<?php echo (mtk_field("$.design", "i_content_boxed") == 1) ? "content-boxed" : "" ?>">
<div class="navbar <?php echo (mtk_field("$.design", "i_navbar_inverse") == 1) ? "navbar-inverse" : "navbar-default"; ?> <?php echo (mtk_field("$.design", "i_navbar_large") == 1) ? "navbar-lg" : ""; ?> navbar-flatshadow <?php echo (mtk_field("$.layout", "i_nav_fixed") == 1)?"navbar-fixed-top": "navbar-static-top" ?>" role="banner">
<div class="container-fluid">
<div class="navbar-header">
<div class="navbar-brand-wrapper">
<a class="navbar-brand <?php echo (mtk_logo_url() != "")?"navbar-brand-img":"" ?>" href="<?php echo osc_base_url(); ?>">
<?php if (mtk_logo_url() != "") :
?>
<img src="<?php echo mtk_logo_url() ?>">
<?php
else :
echo osc_page_title();
endif; ?>
</a>
</div>
<button class="js-slideout-toggle-button navbar-toggle m-r-0 m-l-md pull-left" type="button">
<span class="icon"></span>
<span class="sr-only">
<?php _e("Toggle navigation", osc_current_web_theme()); ?>
</span>
</button>
</div>
<div class="main-menu collapse navbar-collapse main-menu" id="js-main-nav">
<ul class="nav navbar-nav navbar-nav-alt">
<?php mtk_show_widgets("menu_left"); ?>
</ul>
<ul class="nav navbar-nav navbar-right navbar-nav-alt">
<?php mtk_show_widgets("menu_right"); ?>
</ul>
</div>
</div>
</div>
<div class="header-widgets">
<?php mtk_show_widgets("header"); ?>
<?php
if (mtk_is_user_page()) {
osc_current_web_theme_path("parts/user/menu.php");
}
mcf_show_flash_message();
?>
</div>
</header>
Hi,
Yes the RSS link is https://www.postfreeonline.com/feed but its not generating correctly. I am talking about where to add below solution provided because is there is no head.php in theme folder of McFly theme.
--------------------------
How to add RSS autodetection for browsers to your os class web-site :
Go to your theme folder
in file head.php - somewhere between <head> and </head> insert this:
<link rel="alternate" type="application/rss+xml" title="Title" href="https://www.postfreeonline.com/index.php?page=search&sFeed=rss" />
-
If you put that line in header it won't solve your xml parsing problem....
That line worked in older browsers in the way that it showed the rss icon somewhere near the navigation address bar and if you clicked on it it would have been opened the rss link, which in your case isn't working.
I have no idea why the rss isn't working for you.
Try swiching to bender theme and see if the problem persists.
Also if you have plugins, test the rss without them (disable them).
Look in your error logs.
-
So should i contact to Theme Developer of McFly for solving RSS generation issue because there is no head.php in theme folder.
-
The feeds are working in bender theme?