Andrei Draganescu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Long Chinese title not diaplyed properlyHi there, what version of WordPress are you using? I tried reproducing the issue using the latest WP and the title (与Hi-Target国际集团有限公司建立战略合作伙伴关系) and it looks all right both on the front end and in the backend.
The issue pictured here https://i.stack.imgur.com/iPh3T.png might be because the theme appends an ellipsis if the title is too long and the font does not support it because of encoding. Is Site Language in Dashboard > Settings > General setup correctly for your site?
Forum: Fixing WordPress
In reply to: WordPress stopped working?Hi there, I see that the Crowd Lingo website is working, is that the WordPress instance that you are trying to modify?
The error at the link you provided is a Page not found (404) error. You mentioned that you have deleted the old homepage, does the new one have the same permalink as the old one?
Forum: Developing with WordPress
In reply to: Can’t get previous_links working properlyhi, can you try get_adjacent_post_link instead of get_adjacent_post + get_permalink?
Also I think that for your situation the PHP referrer would be a better solution:
$_SERVER['HTTP_REFERER']
??Forum: Fixing WordPress
In reply to: Content lostHi, it looks like the link you provided is password protected ?? From your description is looks like you are seeing the post excerpt in the list of posts. This can be configured by visiting Dashboard > Settings > Reading and selecting from [For each article in a feed, show] > Full text then clicking on Save changes.
Forum: Localhost Installs
In reply to: localhost WordPress 5.2 console errorsHey there, this is a known bug and it will be fixed in the upcoming WP versions.
Forum: Networking WordPress
In reply to: Multisite 404 error on wp-admin subdirectoriesHello, are you using WordPress Multisite Network or are there simply two different WordPress installations?
Forum: Localhost Installs
In reply to: fsockopen name is already in useHi, are you using any shared storage between the two instances?
Forum: Fixing WordPress
In reply to: page title optionshi, what exactly do you need help with? Is this button in the admin area?
Forum: Fixing WordPress
In reply to: No text from blogcontent on imported blogposts (Impact theme)Hi there, usually this is because the posts don’t have an excerpt and the theme doesn’t automatically create one from the post’s content.
However it looks like SF Impact does this and I’ve also looked at ourlifestories.me and it seems the problem has been solved in the mean time. Is it so?
Forum: Fixing WordPress
In reply to: can’t login after wp config security updatehey, did you update WordPress itself or just the wp-config.php file? Also, you may find the default set of eight Security Keys in the wp-config-sample.php file and check if using those helps.
Forum: Developing with WordPress
In reply to: numerical pagination not workingHi there, indeed, pagination_bar appears to be a function defined by your theme. Also, what exactly doesn’t work? Can you see the navigation and when you click it you get an error? If yes, what error?
hi, I am no expert but I think the best bet is to use Google Search Console to remove individual links for a site that you own from the Google index.
Forum: Fixing WordPress
In reply to: Delete user meta data at user registrationhi, it might be that the meta is not yet saved by the time the hook is called, the hook’s manual page explains:
Not all user meta data has been stored in the database when this action is triggered. For example, nickname is in the database but first_name and last_name are not (as of 3.9.1).
It is important to know when the social plugin sets the user meta to be able to find the right hook to use. Which social media plugin is it?
Forum: Fixing WordPress
In reply to: Help with review stars for membersHi there, you should probably see the theme’s documentation about that, it seems you are using a theme called Waletto, they have some thorough docs here .
If you have purchased it, be sure to go to their support channels and ask there how to improve the user profile.
Forum: Reviews
In reply to: [Averroes] Does not work??Yes apparently it stopped working ??