Upon contacting Bluehost regarding this issue, they said they were not equipped to troubleshoot this problem and claimed it was possibly a scripting issue.
If there is something I can do to remedy this, that would be great. Otherwise I’ll have to go through the site (page by page) and make the corrections — which would be tedious, but I’ll do what is necessary.
Thanks,
rockinpreacher
]]><link rel="profile" href="https://gmpg.org/xfn/11">
The URL looked unusual so I did a check in Virustotal:
https://www.virustotal.com
Seems this domain has long been notorious of phishing and thus, blacklisted.
What I would like to confirm is whether this mole got into your codebase or our website was compromised which resulted into this thing being inserted in our header.php file.
]]>Good to find the plug-in back on WordPress. It had gone missing for a good 2-3 days.
I have been trying to set up my portfolio since a couple of days.
And this is what happens when I see the preview.
https://pixelfiesta.in/?page_id=334
I have set it to the Gallery/ Content Popup option and yet all the images that are used are scattered. Scroll to the end of the page to see what is happening. Instead of the thumbnails I see images in their original size and non-clickable. Where am I going wrong?
Am I missing something here. Or did I do something unusual?
I also notice that the General Options were configurable even in the free version. Not its all frozen and needs an upgrade. Now that isn’t such a nice thing to happen to this.
https://www.ads-software.com/plugins/portfolio-gallery/
]]>Request URL: /%5EgetBacklinksMSN
Destination: https://www.mydomain.com
But saving it in Quick Redirects changes it to this afterwards:
Request URL: /getBacklinksMSN/
Destination: https://www.mydomain.com/^getBacklinksMSN
(notice arrow character appearing in URL too)
How can I get the original Request URL to work correctly?
https://www.ads-software.com/plugins/quick-pagepost-redirect-plugin/
]]>I believe they both relate to the same issue, but I’m not entirely sure. I’m at the end of my rope as far as testing and searching goes…
First, the top area with the thumbnails. It’s a WP Query to load the most recent 5 posts with featured images in the custom post type “portfolio”, but for some reason it’s only loading 2 posts that are NOT in that post type.
(Note: because of the way I’ve styled that section for now, you’d only be able to see all 5 with a maximized browser window on a 1080p monitor. With most monitors, you should be able to see at least 3-4…if they were showing up right now.)
That section begins like this…
<?php
$portquery = array( 'post_type' => 'portfolio', 'posts_per_page' => 5 );
$portfeature = new WP_Query($portquery);
?>
<?php while ($portfeature->have_posts()) : $portfeature->the_post(); ?>
The whole section looks like this: https://pastebin.com/KNkUMXzR
I’ve made sure that every post, especially Portfolio posts, has a featured image, so there shouldn’t be any issues with that. If I increase the number of posts per page, more of all post types will show up, but I shouldn’t need to do that, and it really should just show portfolio posts. Since I’ve been adding more posts and altering other things, this has changed. Originally (but only for the first couple of days) it was showing as many posts as it should have. Slowly, it started losing posts, though I was adding more.
My second issue is with the “recent” posts list in the footer. If you look at it right now, you’ll see 6 links to posts. I set it to show 8. When I inspect the code in that area, I see two sections with links to posts that don’t exist (they’re not drafts or anything), without any text to properly display them. Also, the second link visible from the top, “RSS Feed”, is not a post, although for some reason it has a post link, which leads to a 404: https://www.jessicacantlope.com/2013/12/11/rss-feed/
In fact, RSS Feed is a link I added to my custom menu the other day under Social. Other links I added in my custom menu, mostly links to categories, have shown up like this in my recent posts list in the footer. I think this (or those other not-posts showing up) is what is causing the weird posts offset in the portfolio thumbnails listing and footer list, but I’m not sure, because they’re both being weird in slightly different ways (there are no ‘ghost links’ in the portfolio part, for example).
That footer links section looks like this:
<?php $recently = new WP_Query( array(
'post_type' => array( 'post', 'portfolio' ),
'posts_per_page' => 8
) ); ?>
<ul>
<?php while ($recently->have_posts()) : $recently->the_post(); ?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
</ul>
Any help would be appreciated. I’ve been trying to read about WP Query more but I’m still not sure what I’m doing wrong — I just know that queries like these have worked as expected in the past (on templates that admittedly didn’t use custom menus or post types).
]]>I’ve got these icons in my editor, and I don’t know where they came from and I can’t get rid of them. I’ve tried disabling all of my plugins including Jetpack but they still persist. Anyone know what this is and how to disable it? I can’t use the NextGen gallery plugin because these buttons are in the way of the NextGen button to insert a new gallery. I’ve got the NextGen plugin on another site and it works fine and these icons aren’t displaying in the editor.
Thanks!
]]>Hi!
Everything was fine and dandy with my Blog: https://simonsblogpark.com/personal/ but then this new update came out 1.1.1 and all of a sudden every post of mine is visible in full-length on my homepage before that they were cut in half and you had to click on the title to read it. That was way better. Is there a way to get back to the previous version: HELP! You are ruining my life!
]]>However, when I try to change my website’s theme to any other theme like Gonzo, Avada, U-Design or Volt, the website does not show up properly and it is only basic simple HTML that is making the template work. I don’t want a 90s theme! Here’s a screenshot: Wrong Theme Format.
When I changed back to Confidence theme it worked properly but when I switch to another theme, it does not work properly. I don’t think that there is an error in uploading the theme files to my WordPress site.
Please help, I think it’s something with my website which is conflicting with new themes. The themes are more than awesome with cool features and user interface and I don’t think that they have a problem.
Any help would be greatly appreciated. If you need any more reference, please ask.
Thanks,
Hassan R.