You have no items in your shopping cart.

Profile: steveembry66@gmail.com

Avatar
Statistics

    Hello again-

    Thanks, we are trying!

    I just changed my articles styles.css a little bit and the list now looks OK in browsers and phones:

    was:

    .article-list .article-item .description{padding:0 0 0 10px;margin:0px 0px 0 100px;text-align:left;color:#555;}


    changed to:  
    .article-list .article-item .description{padding:0 0 0 10px;margin:0px 0px 0 200px;text-align:left;color:#555;}


    Steve
    10 years ago

    Hello-
    We have been working on making our website fully responsive for all device types.

    The Article view looks great on mobile devices, however, the List view needs some work.

    See it here, ( http://www.myfootshop.com/articles/List/1 ) and squish your browser down to phone size to get an idea of how it looks on mobile devices. The description ends up being only one word per line...and really needs to wrap around below the photo or something.

    Can anybody help me adjust my style to look better for mobile devices?

    Thanks!
    Steve

    10 years ago

    OK, thanks.

    I am now trying to modify the search page so that if a person has just searched, the results are at top, with search box below.

    I tried moving the code for results to be above the code for search box and got no error, but it never shows search box on first load of search view page when I do it that way...

    Is this possible?

    Thanks,
    Steve

    10 years ago

    Hello-

    You've been adding great new user-friendly features to this plugin, but one is still missing I think:

    "Email to friend"

    I am wondering, since nopcommerce has a built-in "Email to friend" function referenced on the ProductTemplate view, if that could also be called from the ArticlePost view...like:

         @Html.Action("ProductEmailAFriendButton", "Catalog", new { articleId = Model.Id })

    I know the above doesn't work, as I tried it and this:

         @Html.Action("ProductEmailAFriendButton", "ArticleRead", new { articleId = Model.Id })

    Could this be done at view level somehow, or would a controller need to be modified (beyond my skillset)?

    Thanks!
    Steve

    10 years ago

    Hello-

    The new search feature works perfectly, however, I am trying to understand why the URL is formed like this so I can create static links to particular article searches in my website:

    http://www.myfootshop.biz/articles/Search?Q=ZoneD1&As=true&As=false&Cid=0&Isc=false&Sid=true&Sid=false

    It seems to set each parameter to true AND false...is it intended...is it required? In order to have the condition actually be true, must the true name/value pair precede the false name/value pair or visa versa?

    Thank you,
    Steve

    10 years ago

    Hello-

    I installed this plugin and modified my widget view on my nopArticles pages, and it looks great.
    My question is about the Facebook Comments:
    When I post my comments, it appears to be saving them, but the comments are never sent to my Facebook page??

    Or am I expecting them to appear at Facebook, but they are really supposed to appear on the page below where they input their comments? That isn't happening either...

    Can you please explain what I should see, where I should see it, and how to affect that change?

    Thanks!
    Steve

    10 years ago

    Hi-

    No error gets generated into the Log when I save the article and the error appears....
    Only a page error is shown...nothing in log.

    I do have some errors and warnings in my log, but they happen periodically, whether I try to save the article or not:

    I figured out the problem, though I can't imagine why it was a problem.
    The following text, within the content of the article body, was causing the error:

    'less of a host' or 'less liked'

    When I changed it to:
    *less of a host* or *less liked*

    ...it saved the record with no error...

    (scratching head)

    Thanks,
    Steve

    10 years ago

    OK...well...

    We are trying to input the very last article into our articles plugin and it fails every time. I thought it was due to the data length, because I could trim off about half of the article body and it would save properly. But whenever I try pasting in the remainder of the article, I get a connection was reset or connection interrupted error...I've tried in Chrome, IE, and Firefox.
    There is no scripting or other strange HTML artifacts that might cause an error..just plain HTML.

    It seems strange that we could put in over 100 articles with no problem, then the final one has this problem..
    What might be causing this error?

    Thanks,
    Steve

    10 years ago

    Hello-

    Is it possible to increase the maximum data length for the article via the advanced settings, or would be OK to do it by editing the database column from within SSMS?  Would that cause issues with anything else?

    Thanks,
    Steve

    10 years ago

    steveembry66@gmail.com wrote:

    Hello again-

    I am trying to implement JqueryTools.org's tabs UI into my noparticles, and having some trouble with it.
    It appears that the call to the javascript function never executes, and I'm not quite sure how to get around the problem.

    There is a reference to the js file and 2 CSS files which I handled on the /plugins/foxnetsoft.articles/views/articleread/articlepost.cshtml:


        Html.AddScriptParts("~/Content/KnowledgebaseTabs/jquery.tools.min.js");
        @* Html.AddScriptParts("http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"); *@
        Html.AddCssFileParts(@Url.Content("~/Content/KnowledgebaseTabs/tabs.css"));    
        Html.AddCssFileParts(@Url.Content("~/Content/KnowledgebaseTabs/tabs-panes.css"));


    ...and a separate little javascript:

    <script>
    // perform JavaScript after the document is scriptable.
    $(function() {
        // setup ul.tabs to work as tabs for each div directly under div.panes
        $("ul.tabs").tabs("div.panes > div");
    });
    </script>


    The tabs render OK, so the paths to the CSS and js file are all good...it's just that the little script won't execute whether I include it at the bottom of the view, top of the view, or in the article content itself...

    Where should the little script be placed in order for it to execute? Maybe in the nopcommerce footer??

    You can see the tabs here:
    http://64.239.149.236/article/achilles-tendon-rupture-2
    ..and if you view the source, you will see the content that should be appearing if that javascript function call was working...

    Any help would be greatly appreciated!

    UPDATE:
    I ended up using a different Jquery tabs UI called Easy Responsive Tabs, and have no problems with it now.

    Thanks,
    Steve
    10 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved