Laxus Mcfury
Forum Replies Created
-
Hello and thank you for replying!
The plugin i’m using is WP User Manager. when i was trying to share a link to my profile page i realized that the user management plugin does not allow profiles to be seen publicly what so ever, i suspect that’s what is preventing The SEO Framework from using the user info, either way it looks like i have a bigger problem to worry about, if the public can’t view the profile then it’s pointless to worry about SEO…
Thank you for this wonderful plugin and please feel free to remove this topic if you like, and sorry for taking of your time.
Hello, i had this problem, when i upload a Profile picture through the account page it works, but when i try to delete it, it doesn’t work, while it can be deleted through the Profile settings on the backend just fine.
I tried to test the plugin on a fresh WordPress installation (no plugins installed – Twenty Twenty-Two theme). I tried using WP User Manager 2.7 and 2.8.1 on WordPress 5.8 and 5.9.3, i also cleared cache and tried different browsers, and tried different localhost (all my attempts were made locally), and the “problem” persisted… later when i finally tried it on live server it worked!
Can you explain why it doesn’t work on localhost and it works on live server? is it a bug or feature? (i hope no one else wastes his time like i did)
Forum: Plugins
In reply to: [Relevanssi Light] Relevanssi and wp rest api’s live searchThank you for the fast response and the clear and informative explanation. I am not using a plugin for the live search, so it’s up to me to figure out how make it work, fortunately i find the plugin you suggested very familiar so i will continue exploring it…
Thank you again and have a good day.
Thank you so much, it worked!
looking at the code, i’ve seen this solution somewhere when i was searching but it was used in css instead of html so i ignored it, now i know how to avoid this issue, thanks again!<img src="<?php echo get_template_directory_uri(); ?>/images/(image.png)" alt="">
- This reply was modified 6 years, 3 months ago by Laxus Mcfury.
It didn’t work, i tried that before
<img src="/images/Brand/header_brand.png" />
does not load images in any page, at least<img src="wp-content/themes/theme name/images/Brand/header_brand.png" />
loads images in all pages except for single.php page…here’s the result
https://theghostsoldier.rf.gd/dir/- This reply was modified 6 years, 3 months ago by Laxus Mcfury.
- This reply was modified 6 years, 3 months ago by Laxus Mcfury.
it’s because it’s been a weak of searching and trying things and it was frustrating and asking for help here is my last hope… thank you for taking the time and trying to help
Here’s the whole sample theme
here’s the header.php code<!DOCTYPE html>
<html>
<head>
<?php wp_head(); ?>
</head>
<body>
<header>
<div id=”menu”>
</div>
<div class=”container”>
<div id=”brand”>
</div>
</div>
</header>- This reply was modified 6 years, 3 months ago by Laxus Mcfury.
Hi,
Is there any chance that you could attach a link to the page where the images are not loaded? This looks like a problem with the way that things are loaded and I might be able to help you with that.
Sure here’s the sample, when you click on Hello World post or any post, header logo and any type of image is gone!
i really hope you can help me i’m so stuck that i’m thinking about giving up on wordpress