You have no items in your shopping cart.

Saturday, April 27, 2024 12:19:55 AM

Bugs

Posted: 9 years ago

#306 Quote

Support

Posted: 9 years ago

#306 Quote
We can't repeat it.
Can you send me your file by name List.cshtml from ArticleRead folder?

Posted: 9 years ago

#307 Quote
I should mention, the Home button works as expected when you are viewing an article...just not when viewing a group.

Posted: 9 years ago

#308 Quote
Support wrote:
We can't repeat it.
Can you send me your file by name List.cshtml from ArticleRead folder?

The List.cshtml was downloaded from your site last night and it has not been edited in any way. Only edits to the ArticleHomePage topic have been made.

Posted: 9 years ago

#314 Quote

Support

Posted: 9 years ago

#314 Quote
Sorry for delay with the answer.

Do you see  in your Home\Index.cshtml this code
@Html.Widget("home_page_bottom")
?

Posted: 9 years ago

#316 Quote
Yes, this is the code:

@{
    Layout = "~/Views/Shared/_ColumnsThree.cshtml";    
}
<div class="page home-page">
    <div class="page-body">
@section MainSlider
{
    @Html.Widget("home_page_main_slider")
}

@Html.Widget("home_page_top")

@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })
@Html.Action("HomepageCategories", "Catalog")
@* @Html.Action("HomepageProducts", "Product") *@
@* @Html.Action("HomepageBestSellers", "Product") *@
@Html.Action("HomePageNews", "News")
@* @Html.Action("HomePagePolls", "Poll")  *@

@Html.Widget("home_page_bottom")
    </div>
</div>

Posted: 9 years ago

#317 Quote

Support

Posted: 9 years ago

#317 Quote
Can you upgrade plugin on version 1.23 and try it?

Posted: 9 years ago

#318 Quote
That fixed it!

Thanks,
Steve

Posted: 8 years ago

#580 Quote
Hi Im having an issue with my nopArticle pagination.
when I click "NEXT" or a page, it saying "PAGE NOT FOUND" when it should show the next lot of articles.

Here is the site: http://grouphes.ddns.net/in-the-press

Is this a common issue or a bug or is it something i may had done in my development?

Any help would be much appreciated.

Thanks

Posted: 8 years ago

#581 Quote

Support

Posted: 8 years ago

#581 Quote
I'll see.

Posted: 8 years ago

#585 Quote

Support

Posted: 8 years ago

#585 Quote
I found the bug. I try to fix it.

Posted: 8 years ago

#586 Quote
Thanks for the quick reply, thats great, let me know how you get on

Posted: 8 years ago

#587 Quote

Support

Posted: 8 years ago

#587 Quote
I have fixed it. Thank you.
Download new version from our site, replace all files, restart your site and try.
link

Thank you for your help.

Posted: 8 years ago

#1590 Quote
Thanks for your help,what pages do I need to update? as I have styled all my article pages and templates and would like to avoid over writing them if possible.

Posted: 8 years ago

#1591 Quote

Support

Posted: 8 years ago

#1591 Quote
1. FoxNetSoft.Plugin.Misc.Articles.dll
2. in _ArticlesBlock.cshtml
old code
            @if (Model.PagingFilteringContext.AllowAjaxPager)
            {
              <div class="pager">
                 @Html.Pager(Model.PagingFilteringContext).QueryParam("pagenumber")
              </div>                
            }

new code
            @if (Model.PagingFilteringContext.AllowAjaxPager)
            {
              <div class="pager">
                 @Html.ArticlePager(Model.PagingFilteringContext).QueryParam("pagenumber")
              </div>                
            }

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved