mrwizard9k
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot fix image step downOk, I fixed the issue. In order to get everything aligned properly I had to put everything without a break, so there is no indent on div or any other tags, it is now one solid line of text. It is extremely hard to read but at least it works.
Thank you for your help. To fix the firefox issue I went with different CSS
Forum: Fixing WordPress
In reply to: Cannot fix image step downlooks like I’m going to have to take a different approach. The cards do not show the .back in firefox
Forum: Fixing WordPress
In reply to: Cannot fix image step downI do not have any breaks or spaces, that was one of my first thoughts
Forum: Fixing WordPress
In reply to: Cannot fix image step downso I removed the _last from the last one in each row and everything is lined up horizontally except the first row. Any ideas?
Forum: Fixing WordPress
In reply to: Cannot fix image step downhmmm… I’m not sure where that is coming from cause I do not have that in my code?
Here is the code, I will only include the first line for brevity[one_third]<div class ="flip-container"> <div class="flipper"onclick="this.classList.toggle('flipped')"> <div class="front"><img src="http://bkdev.dukemfg.com/wp-content/uploads/2016/09/button_robust_design.png" /></div> <div class="back"><font color="red"> Built simple, strong and solid, the HS2 features shelves that are securely attached above and below and are able to withstand the weight of an adult without any bending or hindering use of the unit. </font></div> </div> </div>[/one_third] [one_third]<div class ="flip-container"> <div class="flipper"onclick="this.classList.toggle('flipped')"> <div class="front"> <img src="http://bkdev.dukemfg.com/wp-content/uploads/2016/09/button_grease_migration.png" /> </div> <div class="back"> <center><font color="red"> The HS2 is a completely sealed unit with smooth overhangs and bends that prevent grease from migrating into the unit, minimizing wear and tear. </font></center> </div> </div> </div>[/one_third] [one_third_last] <div class ="flip-container"> <div class="flipper" onclick="this.classList.toggle('flipped')"> <div class="front"> <img src="http://bkdev.dukemfg.com/wp-content/uploads/2016/09/button_easy_clean.png" /> </div> <div class="back"> <center><font color="red"> Adequate spacing and the absence of gaps or vents allow for easy cleaning. </font></center> </div> </div> </div> [/one_third_last]- This reply was modified 9 years, 8 months ago by Steven Stern (sterndata). Reason: put code in backticks
Forum: Fixing WordPress
In reply to: Cannot fix image step downthank you for the quick reply, the site is bkdev.dukemfg.com/products/
Fixed it, my db for the site got corrupted. After clearing it out and uploading the backup, as well as uploading a fresh WP and dragging over my wp-content folder I am back in business.
well this is fun. I guess I’ll just install a fresh WP and try to patch it back together?
Yes, in order.
when I try to go to site.com/wp-admin/ it says site not found and looks like my dog chewed it up
-esmi followed your recommendation and now I cannot get into /wp-admin/ the site just displays in unformatted html..
Forum: Fixing WordPress
In reply to: Unable to export wordpressI disabled all plugins and tried to change theme and I still get errors. This is what I get when trying to change the theme to twenty fourteen
( ! ) Warning: Cannot modify header information – headers already sent by (output started at /home//wp-includes/functions.php:1) in /home//wp-includes/pluggable.php on line 1174
Call Stack
# Time Memory Function Location
1 0.0012 368472 {main}( ) …/themes.php:0
2 0.2954 23888576 wp_redirect( ) …/themes.php:34
3 0.2957 23889032 header ( ) …/pluggable.php:1174has there been an update to this? I am experiencing the same issue but when trying to export all content. I also do not have yoast installed yet as this site is still in dev.