Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter soadeathdealer

    (@soadeathdealer)

    @ipstenu (Mika Epstein)- The post being closed I didn’t think was right since I was looking for help which only caused me to open new thread and repost.

    – Yea sometimes you have to see the problem to fix so kind of have to talk in private to relay website login info ,

    -I always post the fix in these forums tho I just planned to do that today since it was very late last night. and thanks again to Roy

    Thread Starter soadeathdealer

    (@soadeathdealer)

    splashingpixels.com was able to resolve my issue Quickly and gave good detail of the issue. Thanks again

    Thread Starter soadeathdealer

    (@soadeathdealer)

    If u want to email me Ill give u login information so u can have a quick look if ud like .my email is [redacted]

    Thread Starter soadeathdealer

    (@soadeathdealer)

    Well here is my issue I created a product and I created attributes such as size ,inner color,outer color and set them to select so its a drop down selection and not text then i put the default sort order as custom ordering . I put the sizes and the colors in the terms of the corresponding attribute. I went to my product and edited it and scrolled down to product data and selected variable product . now i clicked the attributes tab and added the size attribute . I then try to add the inner color and even the outer color attributes but nothing happens but i can add a custom product attribute which i don’t need. So when I goto Variations tab and I added the size variations but since the color attributes wont add I cant add the colors to the variations tab so right now i’m stuck since I need my products to have the ability to give the customer a choose of size and inner and outer colors but I have yet to get my products this way . I thought that maybe the reason I couldn’t get it to work is maybe I needed the pro version but there is none so I thought maybe email and cart plugin needs to be pro for me to get my products the way I need the to be .So really looking for guidance

    DO this pasted below and it works fine

    “82concepts
    Member
    Posted 3 months ago #

    Ok, I pretty much just Googled the RSS issue with Twitter and figured it out. Twitter changed their link to the RSS feed. You just need to change one line of code and the plugin will work fine.

    Go to your plugins folder > news-bar > includes > get-news.php

    Go to line #50, it should look like this:

    $messages = fetch_rss( ‘http://twitter.com/statuses/user_timeline/’ . $username . ‘.rss’ );

    You want to change it to this:

    $messages = fetch_rss( ‘https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=’ . $username );

    New Twitter link and remove the “.rss” at the end. Here is the link to the dev forum where I found this:

    https://dev.twitter.com/docs/faq#11716

Viewing 5 replies - 1 through 5 (of 5 total)