RhysPrice2014
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Make users accept terms & conditionsWhere in the plugin is this?
My site is still under development but it is wpaffordable.com
Forum: Fixing WordPress
In reply to: Hide Code From Page Source?When you go to putlocker and go to a video, view the page source and theres loads of javascript to hide the video, how would I do that?
Forum: Fixing WordPress
In reply to: How To Make Sub-CategoriesAlso, I obviously don’t want the sub-categories to appear on the categories page.
Forum: Fixing WordPress
In reply to: Hide Menu Icon From Users When Not Logged In?I did this:
1. Make a menu for users not logged in and make that the main menu
2. Make a menu for users who are logged in
3. Add this code to the functions.php file:
function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'logged-in'; } else { $args['menu'] = 'logged-out'; } return $args; } add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
Forum: Plugins
In reply to: [Clean Login] Profile Pictures In Profile Editor?Ah, OK. Is it possible to add the code somewhere in the profile editor file?
Forum: Plugins
In reply to: [Clean Login] Profile Pictures In Profile Editor?Nothing happens though?
Forum: Fixing WordPress
In reply to: Site title and tagline doesn't work!?I can’t as it is not complete and everyone will know it, it’s as simple as it sounds, the homepage browser tagline is the name of my latest posts
Forum: Fixing WordPress
In reply to: Is this possible to do? How??It’s not an issue, I just wanted to put the two videos next to eachother
Forum: Fixing WordPress
In reply to: Is this possible to do? How??can you tell me how to do this? I’m talking about posts by the way
Forum: Fixing WordPress
In reply to: Is this possible to do? How??Well my askii art failed when I published ??
Forum: Fixing WordPress
In reply to: Why doesn't this work???I meant nbsp with a & in front
Forum: Fixing WordPress
In reply to: Blank Website For Me But Not Other People?I have pressed Ctrl+F5 but it hasn’t done anything
Forum: Installing WordPress
In reply to: WordPress Isn't Installing?Think it might be, here is the cpanel root for my working website: https://gyazo.com/4e611dc2855995475785fa80643b7f84
This is the root for the one that I’m currently having issues with: https://gyazo.com/be7f4a49f61acad3c4a7d97eec724bf5
Al lot of files missing…Forum: Installing WordPress
In reply to: WordPress Isn't Installing?When I go into the directory, it has all the wp files & folders but it’s just a blank page
Forum: Fixing WordPress
In reply to: Moving WordPress To Another Domain Trouble…Thanks for all the help guys, my website is currently not working but when it’s back up, I’ll let you know how it goes