YDOCz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Uploader not workingHmm…try following the guide here to see if it helps
https://eaziweb.blogspot.com/2013/08/increase-max-upload-file-size-in.html
Forum: Fixing WordPress
In reply to: How are comments getting through?I would seriously consider paying for Akismet then if the cooments are a nusance and then installing https://www.ads-software.com/plugins/cookies-for-comments/
There are also other plugins that you can use and can search for more here
https://www.ads-software.com/plugins/search.php?q=spam&sort=
Forum: Fixing WordPress
In reply to: Logout not workingDo you have PolyLang active? This may be a contributing factor.
You can also try creating a separate login link rather than using the WP provided one to see if the logout is successful. OR create a separate logout link that goes to https://example.com/wp-login.php?loggedout=true
https://www.ads-software.com/support/topic/cant-logout-4?replies=9
You can also view the documentation for the function here as well
https://codex.www.ads-software.com/Template_Tags/wp_logout_url
Forum: Fixing WordPress
In reply to: A problem with the commentsHi Bombare,
Have you tried deactivating your plugins and reverting to the default theme to see if hte problem persists?
In another post the user stated that a contributing simmiliar problem was a plugin that was involved in emailing
https://www.ads-software.com/support/topic/failed-to-write-a-comment?replies=2
Forum: Fixing WordPress
In reply to: my categories and menus are the same !!!!Hi leannhayley
If you are trying to get your links on your navigation menu to display multiple posts, then you want to categorize each pot under those links.
Add New Post > [type the content] > (on the right side select the category that you want it to fall under
Then in your Menus tab, add the categories to your navigation menu and save your menu
Forum: Fixing WordPress
In reply to: Image Uploader not workingHi maryamzafar,
Try changing the permissions on the wp-content directory to 766. If you still have problems, try 767, 775 or 777. Once your uploads are working, change the permissions on wp-content back to 755 again and check that everything still works OK. [recopied from esmi]
There may also be a problem with an upload limit and you may want to try changing that limit to accommodate your newer files
Forum: Fixing WordPress
In reply to: Comment Form Not Showing On PostHi kbuhl,
the comment form only appears when a reader decides to comment and clicks on the ‘leave a comment’ link below the heading of each of your posts. otherwise your homepage will simply act as your blogroll for posts, NOT comments.
If you are looking to get ONLY the latest post as your homepage you may need to find a plugin or perhaps try the method here
https://www.ads-software.com/support/topic/show-comments-and-form-on-front-page?replies=2
Forum: Fixing WordPress
In reply to: Logout not workingHi lifespace,
Did deactivating those plugins work though?
Otherwise try clearing browser cache and revert to the default wordpress theme to see if the problem persists. You can also try using a different browser to view and logout your site.
Did these problems always occur or is this the very first time you are seeing the problem since installing wordpress?
Forum: Fixing WordPress
In reply to: WordPress and Plugins Wont UpdateHi lsamson,
Try deactivating all of your plugins and activating them one at a time to update.
Also try switching to one of the default themes to see if the problems persist, like TwentyFourteen
Regards
Forum: Fixing WordPress
In reply to: How are comments getting through?Yes, it would remove the ability for anyone to comment entirely. Though, it seems as your problem is SPAM which Akismet should solve. Have you tried it out yet?
Forum: Fixing WordPress
In reply to: Disabling comments on media pageHey RotoRob,
You should encourage your designer to upgrade as soon as possible as WordPress’s updates based on security features, among others, that are crucial for your site
otherwise, you can ask your designer to add the code to the functions.php found here
https://www.wpbeginner.com/wp-tutorials/how-to-disable-comments-on-wordpress-media-attachments/
Forum: Fixing WordPress
In reply to: Price slider filerHi nihalar,
I think it would be a bit difficult to obtain though you can try contacting them at
https://www.thisiswhyimbroke.com/aboutTo see if they will share the code with you
Forum: Fixing WordPress
In reply to: White screen… successful instal does not appear.dann87,
What webhost are you using? Perhaps they have a quick-install via their hosting services.
Its very difficult to diagnosis where exactly the problem came up without more information.
You can try following the Famous 5 minute install for Windows here
https://codex.www.ads-software.com/Installing_WordPress#Easy_5_Minute_WordPress_Installation_on_WindowsIf you are lost with any step there, let me know and I’ll help as best I can
Forum: Fixing WordPress
In reply to: Remove WordPress Comments Date and Time!Ah- thanks for the reminder!
You’d need to add
.commentmetadata { display:none;}
To your style.css
Forum: Installing WordPress
In reply to: Sidebar widget problem in Nexus Thememadnan,
Your page for some reason does not load for me…
Page attributes box only is accessible when you are editing a Page, NOT a post.
If you are looking to organize your posts, you’d need to check the pertinent categories that you want each post to be under.
Be sure the differentiate between the HOMEPAGE SIDEBAR and the SIDEBAR
Adding Widgets To Your Sidebars – On the homepage, there are two sidebars that you can add content to. Using our theme’s custom widgets, you can build out great content variation within your sidebars. To add new widgets to your homepage sidebars, navigate to the Appearances > Widgets page and then drag and drop your desired widgets into the “Sidebar” and “Homepage Sidebar” areas The “Homepage Sidebar” is only displayed on the homepage, while the “Sidebar” is displayed on all pages.
From https://www.elegantthemes.com/gallery/nexus/readme.html