Iva
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] 301s Not WorkingI just re-checked and most of mine are 404s. Some redirect to random pages with similar slugs and some pages, which were created as backups, don’t redirect at all.
And I didn’t touch anything.
Tried to see if using Apache or Nginx for this would change anything…nah.
Tried to see if changing 301 to 308 would change anything…nah.
Disabled all other plugins, to see if anything changes…nah.
And here are three examples of how it – sadly – does not work.
Example #1
I have this page:
https://invisible-movement.net/press/2015-0506-groove
and a 301 redirect for it to
https://www.groove.de/2015/05/01/making-of-john-frusciante-aka-trickfinger-on-after-below/
It just doesn’t happen and all I get to see is the page on my own site with a backup of the article from the other site, which is…uncomfortable, to say the least, as those backups should not be public.
Example #2
It does not work for modified posts either.
https://invisible-movement.net/press/infectious-grooves
should redirect to https://invisible-movement.net/press/1999-09-guitarpart and I get a 404 instead.
Example #3
This page here was created as a blank one, because the song is known under two titles.
https://invisible-movement.net/song/cut-myself-out
With the 301 I made, it’s supposed to redirect to
https://invisible-movement.net/song/leave-all-the-days-behind
and it doesn’t happen.
Forum: Plugins
In reply to: [Redirection] 301s Not WorkingThat makes two of us. None of my redirects are working and google is penalising me.
Forum: Plugins
In reply to: [W3 Total Cache] To All Experiencing Errors & or White Screen of DeathSo, you’re advertising yourself and providing no actual solution? This is not Instagram. Not cool.
Forum: Plugins
In reply to: [Yoast SEO] Installed the plugin, my rankings dropped, site title is wrongAnd since I cannot edit the OP:
– The website is https://invisible-movement.net
– The common Google search is “frusciante” or “john frusciante”
– The title displayed definitely has nothing to do with DMOZ, that one was my mistake and I apologise: https://www.dmoz.org/Arts/Music/Bands_and_Artists/F/Frusciante%2C_John/
– The titles of all pages other than the homepage show correctly when I search site:invisible-movement.net on Google. It’s only the homepage that has issues.
– I am currently not using homepage.php or front-page.php. It’s just index.php since the front page functions like a blog. If this needs to be changed, I can do it in a matter of minutes.
– When I view source, the following is shown: https://imageshack.com/a/img923/8411/sgf7xK.png
– General settings:
https://imageshack.com/a/img923/8763/nSblCI.png– Title tag in header.php:
https://imageshack.com/a/img924/7807/ylwkjG.png– New WordPress title display function in functions.php
https://imageshack.com/a/img922/3623/LlUhSf.png– I have W3 Total Cache installed, running in its most basic mode as the server does not support all that much.
Hope this is sufficient information. I’m immensely grateful to whoever was talking to me on Twitter earlier today and sorry that I told the serial retweeter off in their presence.
And I most certainly like the plugin otherwise!
Forum: Plugins
In reply to: [Yoast SEO] Installed the plugin, my rankings dropped, site title is wrongJust to clarify – I am not a spammer, I do not use any irregular practices, my website had its title displayed right, pulled from the <title> tag for nine years prior to this month when I installed the plugin. The said title is in no way manipulative or unethical.
On the Settings > General page, I’ve had the same title since 2007.
On the SEO > Titles & Metas – Yoast SEO > Homepage, I have %%sitename%% written.
Forum: Plugins
In reply to: [Yoast SEO] Installed the plugin, my rankings dropped, site title is wrongDo I need to provide any more information? Or is this a Google and not Yoast SEO issue? Thank you.
Forum: Fixing WordPress
In reply to: Displaying multiple URLs as custom field valuesI apologise – this is the full piece of the code and it’s inside of the loop that is otherwise working fine.
<?php $profiletwitter = get_post_meta($post->ID, 'profiletwitter', true); if ( ! empty( $profiletwitter ) ) { ?> <span class='social-profile'> <a>" target='blank'> <img src='https://blogomanija.net/sajt/wp-content/themes/blogomanija/images/social/twitter-small.png' /> </a> </span> <?php } ?>
John,
I believe I read that on your website, but I may have misread something. If so, I apologise. Did not mean to offend in any way.
Yes, the problem disappears when I deactivate it.
This is how it looks when it’s activated:
https://imageshack.com/a/img922/1381/DJ9cED.jpgMedia upload button does not react, featured image button opens the image upload interface in the same tab, as opposed to a modal.
Problem occurs on both sites where the Network option is enabled and those where it’s only a single install.
Forum: Fixing WordPress
In reply to: Custom post type paginationUpdate.
I managed to make basic pagination using this snippet:
https://css-tricks.com/snippets/wordpress/paginate-custom-post-types/But given how many videos are there, how would I go about using numeric pagination, wp-pagenavi style?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Contact Form: Date InputJust searched for this, imagining how much time it would save me. So, I second this.
Yes, of course. Thanks for your super-quick response and sorry about the other topic that I eventually closed.
Same problem here. There’s no map at all.
Forum: Fixing WordPress
In reply to: Comments title won't localize on my custom themeThank you! ?? I have searched for a bit and found this:
https://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
However, their explanation of paths is pretty vague – it did not work until I entered the regular C:\Users\MY NAME\Desktop\gpk2\lang\
Forum: Fixing WordPress
In reply to: Custom Placement of Jetpack's/Sharedaddy's SharingIt eventually worked; just not immediately; and yes, it was a typo. Thank you. ??
Forum: Fixing WordPress
In reply to: Custom Placement of Jetpack's/Sharedaddy's SharingThis does not work for me, either. Once I have added the filter and enabled sharing on specific pages; it didn’t get placed where I wanted it; it’s still going to its usual place, instead of a div I put it in.