cofee_iv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Site Experiencing Technical Difficulties” NoticeI am trying to help Tessila. I did as you suggested @t-p, but the pages turned up blank. The main page was fine, though. Any suggestions now? Thanks!
Forum: Fixing WordPress
In reply to: Errors causing issuesThank you, Steve. The plugin probably was installed through the admin panel.
Forum: Fixing WordPress
In reply to: functions error?I was surprised, also. I thought I had totally forgotten I edited the footer. It was the first thing you thought of, which was an extra space. I simply removed the space. Whew! That was a mystery!
I am now able to reinstall the plug in I wanted. I discovered it worked without going in and messing in the files, so I don’t know why those instructions were included in the tutorial I read.
Forum: Fixing WordPress
In reply to: functions error?Aha! I discovered the problem in the footer.php. Solved! Thank you so much for your time and energies.
Forum: Fixing WordPress
In reply to: functions error?That didn’t seem to help.
Forum: Fixing WordPress
In reply to: functions error?I tried the following, but it didn’t change anything. I didn’t understand the other suggestion you made.
<div id=\"%1$s\" class=\"w-block dbx-box %2$s\">', <div class=\"widget-entry\">
The changes I made earlier today had to do with the lower portion of the script.
Forum: Fixing WordPress
In reply to: functions error?I have checked that. There are no extra spaces at the end.
Forum: Fixing WordPress
In reply to: functions error?Correct.
Here is my function.php code. Any idea what is wrong?
<?php if ( function_exists('register_sidebar') ) register_sidebars(2, array( 'before_widget' => '<div id="%1$s" class="w-block dbx-box %2$s">', 'after_widget' => '</div></div>', 'before_title' => '<h2>', 'after_title' => '</h2><div class="widget-entry">', )); ?><?php wp_footer(); ?> <?php function widget_search() { ?><?php } if ( function_exists('register_sidebar_widget') ) register_sidebar_widget(__('Search'), 'widget_search'); ?> <script type="text/javascript"> (function() { window.PinIt = window.PinIt || { loaded:false }; if (window.PinIt.loaded) return; window.PinIt.loaded = true; function async_load(){ var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "https://assets.pinterest.com/js/pinit.js"; var x = document.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); } if (window.attachEvent) window.attachEvent("onload", async_load); else window.addEventListener("load", async_load, false); })(); </script>
Forum: Fixing WordPress
In reply to: My 404 page has a virusI ended up paying someone to clean up the site for me. Thanks!
Forum: Fixing WordPress
In reply to: My 404 page has a virusPlease remember this is a virus page. Don’t click on the link unless you have protection up to date and turned on.
Forum: Fixing WordPress
In reply to: Error when publishing a postThank you! I did that and will check it out when I post anew tomorrow.
Forum: Fixing WordPress
In reply to: Parse Error in HeaderHa! Shazaam! I do!
Forum: Fixing WordPress
In reply to: Parse Error in HeaderI am working on removing the virus stuff. That is how I accidentally removed a code snippet. I have several sites and did the same with another, without removing the code that made it work.
I am a neophyte, but I was able to clean my other site.
Forum: Fixing WordPress
In reply to: Parse Error in HeaderShe did some customization for me.
Forum: Fixing WordPress
In reply to: Parse Error in Headeroops…. sorry.
Will it mess up the tweaks?