Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter drastikone1

    (@drastikone1)

    Thank you!!!!! That worked! You’re amazing!

    Thread Starter drastikone1

    (@drastikone1)

    Awwww…I figured it had to be a bug or I was going crazy lol. Thank you so much for the help. This plugin will be exactly what I need then when the update is performed. Thank you!

    Thread Starter drastikone1

    (@drastikone1)

    Okay. Now that we cleared up that I don’t need the code. I think we are getting close to getting this resolved.

    1. So I have went into Plugin Settings, under General Settings and Post type I have it changed to WP Page and made sure to save.

    2. Under Plugin Settings I have modified what I wanted my form to say under form fields and made sure to save.

    3. I also make sure under plugin settings, under general settings to change it to publish immed for post status and then hit save.

    4. I have a created a WordPress page called Submit your Food Truck location. I use the shorthand code:
    [user-submitted-posts] and then I go to the page and I see the form I created. Not a problem there, the form shows perfectly.

    4. I now enter a test submission and I get the proper submission confirmation.

    5. I get a email alert letting me know someone submitted information.

    6. I go back to WordPress and see in WordPress under pages a new page created with the information that was submitted. All of that works fine.

    7. I create a new WordPress page called Find A Food Truck. And on this page I have the shortcode: [usp_display_posts] and hit save.

    8. This is the main problem I’m having. When I go to this page, reload it, nothing is showing up at all. It won’t display anything. It should display all of the pages that were created. So since I only submitted 1 it should show 1 page but it doesn’t.

    9. Now I tested this to see if there was a issue. I went back to Plugin Settings and changed the post type to WP Post and saved everything. Submitted everything again and when I finally get back to the Find a Food Truck page it will show the post I made while it’s using WP Post. It also shows up on my main blog feed which makes sense. ANyhow…

    10. So it works perfectly if it’s set to WP Post under plugin settings except for showing on my main site, but if I set it to WP Page in the plugins settings nothing ends up showing on that final page.

    Once again, the form shows up perfectly in both cases. The issue is on the final Find A Food Truck page with the [usp_display_posts] shorthand code nothing shows if the post type is changed to WP Page. I hope I explained this well enough. That’s literally the main problem I’m having.

    This is the problem I was trying to get across earlier. When I reload this page, nothing is showing up. It won’t display anything.

    Thread Starter drastikone1

    (@drastikone1)

    I appreciate the help.

    1. Okay. So right now I have the Post Type in the settings as WP Post (recommended) do i need to change that to WP Page before adding the code?

    2. I’ve tried using the [usp_display_posts] shortcode on the page I wanted everything to appear but nothing shows up. I assume I need to first install that code you provided me? I did do some test submissions. If I do as a post (choosing the WP post under settings) then it will show the correct stuff on the page, but if I choose WP page nothing will show on the page with the shorthand code. The shorthand code is installed correctly, but nothing shows on the page.

    3. I didn’t know if you meant change every word in the script that said post to page? Here is the script after I did that? If not, please let me know exactly what to change to page?

    Here is the code I’m using:

    // USP submit posts to CPT
    function usp_modify_page_type($page_type) {
    	
    	return 'book'; // change this to the slug of your page type 
    	
    }
    add_filter('usp_page_type', 'usp_modify_page_type');

    4. I plan to buy the premium plugin as that will solve one of my issues, but just need to be able to have one specific page display all the user submitted posts since it just shows blank even with the shorthand code. I’m assuming I need to first get the code correct?

    And I apologize if I’m misunderstanding something. and I can also post a video that shows the work flow I’m trying to achieve if that helps lol as I’m not sure if I’m even explaining it correctly in words lol

    • This reply was modified 3 years, 1 month ago by drastikone1.
    • This reply was modified 3 years, 1 month ago by drastikone1.
    • This reply was modified 3 years, 1 month ago by drastikone1.
    Thread Starter drastikone1

    (@drastikone1)

    Awwww. I didn’t realize you had a pro version. That may be exactly what I need then. Okay, so the code snippet you provided.

    Will that allow every submitted post to appear under one specific page? Let me explain, so my idea and let me know if you have a better way to do this is that each food truck will submit their information.

    I’ll give all the food truck owners a specific URL with the form on it only they can see. Once they fill out the information this will create a separate page in WordPress for each submission, that’s fine as I can easily delete old pages to not clog up stuff.

    Reason I need it as a page is I don’t want anything to appear on the main blog or feed.

    I would then use the special shorthand code on another page, example, Food Truck Locations. This would be the main area all the submitted posts show. But when I use the following shorthand code on the page:

    [usp_display_pages userid=”all”]

    None of the pages show up at all. So that code you provided me, will that solve that and now let all the submitted pages show under that one page?

    Sorry and I hope I make sense. This is all new to me.

    Thanks
    Josh

    • This reply was modified 3 years, 1 month ago by drastikone1.

    Do you have a link to the plugin which lets you use the classic editor, but with the newer version of WordPress?

    Hi Michael,

    I’m having a similar problem as Anthony. But my question is a little different,

    Google is indexing my attachment pages and based on the knowledge base I set the Redirect attachment URLs to the attachment itself to YES…

    But will clicking this setting now make Google stop indexing all images in the search engine too? The way you describe it makes it sound like Google will just now index the image instead of the attachment page.

    I don’t want any of my media to appear in search results so do I also need to mark NO to the Show Media in search results setting first and then go and Mark YES to the Redirect attachment URLs to the attachment?

    Thanks
    Josh

    • This reply was modified 6 years, 7 months ago by drastikone1.
    Thread Starter drastikone1

    (@drastikone1)

    Hi Nick,

    How do you make them no follow? I know how to use the Robots.txt to dissallow them and The Yoast Plugin allows me to set Simple URLS under the Titles and Metas section to No index, but don’t see anywhere to make them no follow?

    • This reply was modified 8 years, 1 month ago by drastikone1.
    Thread Starter drastikone1

    (@drastikone1)

    Also, I noticed in my Yoast SEO settings under Titles & Metas/Post Types/Simples URLs the box says Meta Robots – Index. Do I need to change this to noindex?

    Thanks

    Thread Starter drastikone1

    (@drastikone1)

    Hi Nick,

    Thanks for the reply. Are the Simple URLs also nofollow too? I’ve heard Google say they prefer us to not make sponsored or referral do follow? So do we need to edit our Robots.txt file and dissalow /go/

    • This reply was modified 8 years, 1 month ago by drastikone1.
    Thread Starter drastikone1

    (@drastikone1)

    Oh, I’m sorry I completely forgot.

    The url is https://www.effectiveballhandling20.org

    Also, here is some additional information. The site works fine and looks fine, but it’s only when I go into the wordpress admin section and try to update and save the changes for any blog post or page that I get the error listed above.

    I had to switch to the new PHP because 1and1 discontinued the use of the older version so I cant roll back either. This error is actually affecting all 80 of my sites which are hosting on 1and1, but I’m hoping that if anyone knows what to fix in the code or edit or change to correct this issue then I can apply it to the other sites as well.

    I also tried to deactivate my plugins one at a time and that never fixed it. I did switch themes to the standard wordpress one and that did fix the issue, but for business purposes I must use thesis 1.8. So hopefully someone can shed some light on what I need to edit or change in that Option_post file to fix this.

    Thanks again for the help everyone!

    Josh

    okay I don’ have Cpanel. I’m with 1and1.com. They have a edit for the mysql database I setup. how would I fix this issue with 1and1.com in other words once I’m in my database management area. How do I fix this? I don’t have much experience messing with the database and etc.

    Josh

    Thread Starter drastikone1

    (@drastikone1)

    I’ll do that. Yeah I’m starting to think your right though and it’s something else because it doesnt’ appear on all blog post. Either way I’ll ask them. Thanks ??

    Thread Starter drastikone1

    (@drastikone1)

    I was wondering this myself. On one of the blogs having this issue I used to have ALL In ONE SEO installed and fresh news theme from Woothemes and have since changed to thesis 1.8

    Now on a few of the other blogs which are fresh installs of thesis 1.8 I never installed any seo plugins and i’m seeing it. Odd.

    If this was enabled for certain post what does it actually do to the post? Would this keep google from indexing it or something?

    Thanks btw

    Josh

    Thread Starter drastikone1

    (@drastikone1)

    I think I have figured it out

Viewing 15 replies - 1 through 15 (of 16 total)