willc93
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Bug within WordPress. How do I fix?Hi @akbari, I too tried asking ChatGPT and that didn’t work either :\
So I just found the source of the #footer-thankyou. It is located in 4 css files; common, common.min, common.rtl, and common-rtl.min. I went into all 4 files and deleted the #footer-thankyou and nothing changed.
I then decided to import a brand new wp-admin folder (as this is the location of these 4 files). After importing the new folder… still nothing has changed. I don’t know what else to do….
Another update. My sites are now showing the below error when going to xmlrpc. I get this on sites that I hadn’t done anything to yet. I have three sites I am working on. I’ve only been messing with one, TechBreakOut, but now all my sites are having issues.
Not Acceptable!
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.TechBreakOut shows a 404 error though… and the debug shows no issues, but still I can’t connect.
The debug for my other two sites (sponsorhunter.com and activcode.com) show the 200 error still.Hi @madhattersez & @bruceallen,
I have downloaded the CleanTalk plugin and the issue still persists.
For the “diasable-xml-rpc” plugin, that was installed by my host and was installed after my post but before your replies. The issue is still there whether that plugin is enabled or disabled. I’ve gone ahead and deleted the plugin. When I go to sitename/xmlrpc.php I get the “XML-RPC server accepts POST requests only.” message, but I still cannot access Jetpack features.
In the WordPress app, I originally was able to log into a single Jetpack/Wordpress login that connected all my sites. That still slightly works… for whatever reason, it only shows 2 of my 3 sites, and I can only view stats. When I try to post, it fails, and I am unable to view/see any existing posts/pages or drafts.
After I created this thread, I was able to manually log in without using Jetpack, however, that only lasted about 12 hours before breaking. I am now unable to log in with that method now too.
Just got off chat with my Host, HostGator, and they are telling me to come back to Jetpack’s support.
I am on PHP 7.4. We lowered to PHP 5.4 and that broke my site (critical error), and put it at 7.0, but nothing changed so put it back to 7.4.
When I view my XML-RPC, I get:
XML-RPC server accepts POST requests only.So I don’t think the issue is with XML-RPC. Another post I found was saying it was because old files are still reading the old PHP code. I’ve updated the code in my .htaccess file and that did not work. I changed it from:
<IfModule mime_module>
AddHandler application/x-httpd-ea-php70___lsphp .php .php7 .phtml
</IfModule>to
<IfModule mime_module>
AddHandler application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>Nothing changed. Still cannot connect.
Forum: Plugins
In reply to: [Calculated Fields Form] Help with if statement@codepeople Thank you! I did not know about the MAX function until now and it did the trick.
Here’s my page so you can see what I mean. It only gives the one output when I’m trying to get the other two as well.
Forum: Fixing WordPress
In reply to: Social Icon in Footer HelpThe span I created actually doesn’t even work… it pushes the copyright too far to the right when I add that span. I’ve even tried just adding the icon anywhere in the footer and trying to align it myself via padding, but the only place I can add it is in its current location. I even tried creating CSS for it and when I apply it nothing happens, so I’m stuck with the span.
- This reply was modified 8 years, 2 months ago by willc93.
Forum: Fixing WordPress
In reply to: Social Icon in Footer HelpI was able to create a span class to create the distance, but I just cannot seem to get it to align. Any top or bottom padding just pads the entire section even if it’s not within the span. The padding creates a larger footer but even then, the image text are still not aligned.
This is what I have so far:
<div id=”footer-banner” class=”designer”><div class=”table”><div class=”table-cell”>
<span style=”padding-right:25px”></span>
? Copyright 2016. Sponsor Hunter</div></div></div>
Forum: Fixing WordPress
In reply to: Should I use a Post or a Page for General Tips & Tricks / GuidesHi,
I have and that tutorial only describes the difference but does not answer my specific question.
- This reply was modified 8 years, 4 months ago by willc93.
Forum: Fixing WordPress
In reply to: How to remove Admin Notifications on DashboardYes, I was able to remove my theme’s popup notification by removing it from the parent function.php. What I am trying to figure out now is how to remove these in my child theme’s function.php for both my theme notifications and plugin notifications.
I can remove them with CSS too when I inspect the page, but whenever I edit the Styles.Css nothing changes because I need to find the WordPress Styles.css which I don’t know where it is.
I would ideally just like to add some code in my child theme function.php.
The code you gave does removed the WordPress update notification and the following code below removes the Welcome Message… so there has to be a way to remove plugin notifications.
remove_action(‘welcome_panel’, ‘wp_welcome_panel’);
Forum: Fixing WordPress
In reply to: How to remove Admin Notifications on DashboardI’ve done that but nothing changes. What unique code do I need to add?
Works perfectly. Thanks! Also the little info on not needing the data-event tags is a time saver!
Forum: Plugins
In reply to: [WP Latest Posts] Clipping FooterI want the images to be about the size they are in first image. But as you can see, when I get that size, the width of the description is stretched. I would like the width of the text to go as far as it does in the second image.
I also noticed that one of the words got cut off on the far right side of the page and reappeared on the left side of the page.
Forum: Plugins
In reply to: [WP Latest Posts] Clipping FooterSo I was able to fix the photos, still have a little touching up to do to make them even like I wanted.. but I’ve come across another issue. My picture size is too small. If I increase the size outside of ‘thumbnail’ it gets cutoff. I have been able to increase the size by increasing the Total Width, however, it also increases the width of the text to the right of the picture. How can I increase the photo size, but not increase the width of the description text?
Forum: Plugins
In reply to: [WP Latest Posts] Clipping FooterFigured it out. I needed to add a spacer to the current editor.
While I’m here… is there any way to set the post summary at a certain location rather than right after the photo? Some of my photos are different sizes and it looks really off having the summary start in different spots each post… you’ll see what I mean when you check out my site’s front page.
I can work to get the images to be all the same sizes, but I don’t know of a way how. I use Microsoft Office 2010 to format the photos… but sometimes I need to crop them in WordPress and the cropped photos do not appear as cropped in the Latest Post – they are the original upload… any advice?