nulledprofile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Privilege posts@bcworkz Thanks for your awnsers. I’m just trynna do that.
Forum: Fixing WordPress
In reply to: Request the default system font@sterndata Thanks. Works perfectly!
Forum: Fixing WordPress
In reply to: Where is the theme’s custom CSS?@sterndata Doesn’t this result in more HTTP or database requests?
Is there a tool that allows me to overlay the theme’s CSS directly into the file (other than the theme editor)? What software do you recommend for editing CSS sheets easily? Any software that puts two sheets side by side and shows differences, that I can replace class rules, etc …?
Thank you for your generous help.Very good.
Forum: Fixing WordPress
In reply to: Slide of post imagesI am marking this topic as resolved as it has been moved to a category that I believe is incorrect. This is about development, even though I asked if there is a theme with the resource.
Forum: Fixing WordPress
In reply to: Slide of post imagesI tried, but the Ultimate Member and WP User Frontend support is abandonned… You are the only one who can help me so far.
@michaelbeilForum: Fixing WordPress
In reply to: Slide of post images@michaelbeil Really thanks. You are a good man.
Forum: Developing with WordPress
In reply to: show an element only to the author of the post@bcworkz Thanks! This works perfectly! I’m so happy.
You slay!Forum: Fixing WordPress
In reply to: Slide of post images@michaelbeil
I tried this solution, however it is very complicated for the end user that I want to reach. The user can edit his profile on the website with the “Ultimate Member” plugin and post with the “WP User Front-End” plugin. So, basically, it became a blog open to author registration so they can post.That’s why I need to make a slide on the theme, on the front end, you know? The end user will not be very easy to use the WooCommerce panels.
Forum: Developing with WordPress
In reply to: show an element only to the author of the post<?php if ( is_user_logged_in() && get_current_user_id() == $post->post_author ) { <div><a href="<?php get_edit_post_link( int|WP_Post $id, string $context = 'display' ) ?>">Edit post</a></div> } ?>
I’m not very experienced with code, but I put this in my single.php and my website now tells me that there is a critical error when I try to access the post. How to fix? Please help me.
Forum: Fixing WordPress
In reply to: Slide of post images@michaelbeil Thanks, I am grateful for you trying to help me.I tried to look for this, but all the themes have a slide on the home page, but on the posts page, there is no slide with the images contained in it.Like, I want to make a classifieds site with users as authors and publish their items on the front end. The problem is that I didn’t get this part, but the posts would be more organized if the images were displayed at the top, swiping to see.All the themes and plugins I found don’t do that ??