JudahsMom63
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: AddtoAny] space after titleNever mind, I fixed it.
Forum: Fixing WordPress
In reply to: join tables from 2 sql db's on one servercatacaustic – you are indeed very awesome! Your solution worked perfectly. Thanks for helping me, I really appreciate it!
Forum: Fixing WordPress
In reply to: join tables from 2 sql db's on one serverHere’s what I’m trying to fix: https://www.picklestreetcreations.com/test_sandbox/
Forum: Fixing WordPress
In reply to: join tables from 2 sql db's on one servercatacaustic – thanks for replying. I apologize in advance for the upcoming long story, but it explains a lot.
I made a website for a guy who, after delivery, managed to mess up the website with lots of help from his half-rate hosting site. He gave it back to me, and in my research I discovered that the database I gave him, DBA, had data removed from three tables crucial to the operation of a plugin. (The tables are there, but not the data.) Fortunately for him, I have a backup of his database (DBB). I need to get the data from the three tables in DBB to DBA. DBA has tables that DBB does not have, so switching databases is not an option. The thought of having to manually enter all of that data into DBA (bleeps) me off. That’s why I thought of using a join. It’s been a while since I’ve worked with SQL. Is there any way, short of sitting and typing for hours that I can transfer this data?
Forum: Themes and Templates
In reply to: twentythirteen search ALMOST workingpinejesse – I have defined height by percentages for most things, and as I find things without height I add that. The search box is there, but unextended: the idea is to click on the magnifying glass icon and the search bar expands. I put my stylesheet on Pastebin. It’s called PSC Theme Stylesheet, and the url is https://pastebin.com/5wZRvACh. Thanks for replying, I really appreciate this!!
Forum: Themes and Templates
In reply to: twentythirteen search ALMOST workingpinejesse – Thanks so much for replying! Unfortunately, display: block; didn’t work. I also tried inline and inline-block, nothing there either. I should also add that I did deactivate all of my plugins but no help there, either.
Forum: Fixing WordPress
In reply to: lost search bar animationSolved this by changing themes.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Pagination: Any solution to include it?Add me to the list of those who want pagination in the plugin. Just like AwayFromLife, I need a way for x number of posts to show up in the widget and then go to the next page. Otherwise I end up with a page that extends on forever past the footer. I know I can limit the number of posts seen in the widget settings, but my client does not want a limit. I’m stuck between a rock and a hard place!
Forum: Fixing WordPress
In reply to: lost search bar animationAndrew – yes. I tried working on it some more but all I managed to do was get the icon to show up in the navbar. The icon does nothing – you can’t hover over it or click on it to get a response. The updated url of my site is:
https://dpv.picklestreetcreations.com/
Thanks
Forum: Fixing WordPress
In reply to: how to install custom fontSusan – your solution worked! Thank you for taking time out of your weekend to help me!
kjodle and Digico – thanks for answering my post. I really appreciate it!
Forum: Plugins
In reply to: [Plugin: Ultimate Social Media Plus] undefined variableEDITS TO MY FIRST POST: I don’t think this has anything to do with “allow_url_fopen” – I checked, it was “on”.
Forum: Plugins
In reply to: [Social Count Plus] where are my icons?@claudio: when I open the Chrome inspect element tool, I find that all of the classes have height and width except for
<a href="mywebsiteaddress"></a>
. That measures 0px x 0px. It also apparently isn’t recognizing my css (that I got from the plugin website) .social-count-plus .custom .count-twitter a{background-image: url(“../icons/twitter-icon.png”) !important;} Could you please advise me on what changes I should make to my css to make the icons show up? I would really, really appreciate it!!Forum: Themes and Templates
In reply to: wrap html content in "page container"Forget it. I forced the major divs manually.
Forum: Themes and Templates
In reply to: wrap html content in "page container"Latest attempt: wrapped my html content in an iframe. Getting closer, I think, but I keep getting a 404 error. Please, I’m doing my best to try to learn to be a quality coder. I’ll be eternally grateful to anyone who can help me.
Forum: Themes and Templates
In reply to: wrap html content in "page container"Things I’ve tried: directly inserting the html into my front-page.php template. Didn’t work, divs were still stuck at the top of the page. Also tried putting text phrases around the html. The divs recognized the text phrases but not the html in between, so that didn’t work either.