amgrove
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Background] Video not working on SafariI think I had issues with the shortcode I was using to implement. I got rid of everything but this code and it started working: [vidbg container=”.entry-header” mp4=”ADDRESS” webm=”ADDRESS” poster=”ADDRESS”]
Forum: Plugins
In reply to: [Simple Social Icons] simple social icons are blankI had multiple clients message me today about their social media icons disappearing.
They do not all have the same plugins.Here are a couple sites for reference:
https://howtomakealife.com
https://hudsonandemily.comEDIT:
I figured out the bug. IF you have any sort of repositioning or rearranging PHP in your theme they will disappear until you delete that.I do have a client (hudsonandemily.com) that wanted the simple social icons in the specific order I had them before. IS there any way I will eventually be able to implement the rearranging php again? Or is there something I need to change in it to get it to work again?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Site stats stopped workingFIXED…I discovered it’s because I had a javascript code in the footer section. Once I removed it, the Jetpack stats started working.
Thanks anyway! ??
Forum: Plugins
In reply to: [Unlimited] Disable Scroll to Top on Unlimited pluginThank you!!! It works, yet for some reason the page still bounces after it’s loaded. Basically once the page is fully loaded, even if I’ve started scrolling, it will return to the top of the page. View it here: https://melyssa.thesuitcasedesigns.com
SOLVED: I was able to re-enable the numbered navigation and stylize it by adding the following to my style.css file:
.nivo-controlNav a {
color: #373737 !important;
display:block;
width:22px;
height:22px;
background:none !important;
text-indent: 0px !important;
border:0;
margin-right:3px;
float:none !important;
display:inline-block;
margin: 0 auto;
}Forum: Plugins
In reply to: [SMK Sidebar Generator] Uploaded to 3.0 now I can't post or use my siteHaving the same problem. What’s up with this?!
Would love to know how to fix the error.
Forum: Fixing WordPress
In reply to: Hover images-Social Media MenuI don’t have the hover turned on now due to it screwing up my page. If it helps, I’ll get it up tomorrow so you can see the problem.
Forum: Fixing WordPress
In reply to: Hover images-Social Media MenuI’ve made a custom social media menu below my picture on the right hand side of the page. They’re yellow little icons. I’m trying to modify them so that when someone does a hover over they change to grey. I have been able to make the hover work just fine, its just when I put the code in for some reason they end up vertically and not horizontally. I’ve used the CSS code above and the html code (for the text widget) that Archie22is gave me.
Forum: Fixing WordPress
In reply to: Hover images-Social Media MenuWhat would I be looking for? My social media images (the ones I’m trying to figure out hover for) are exactly aligned the way I want right now. It’s just when I try to put the hover effect that I can’t seem to get them to align horizontally. ??
Forum: Fixing WordPress
In reply to: Hover images-Social Media MenuForum: Fixing WordPress
In reply to: Hover images-Social Media MenuIs there something in my CSS code that’s triggering it to not line up the way I want it to? Grr.. I’m making sure in the css code that change the width and hight to 35px by 35px (the exact dimensions of the image link icons).
Forum: Fixing WordPress
In reply to: Hover images-Social Media MenuI was able to get a vertical list, but I’m really wanting one to go horizontally. Your code worked perfectly for a vertical list! I wish that’s what I needed. ??
Forum: Fixing WordPress
In reply to: line 12, column 8: title should not be blankHey! I figured it out.
Go to Settings>General (in your admin) and make sure you have a title. I had deleted mine because I didn’t want it with the header image. I put it back on and then went to the Header settings and unchecked the box that said ‘show header text with your image’.
Fixed!
I hope it works for you
Forum: Fixing WordPress
In reply to: Replaced my temporary URL in admin too early, now I can't get back!Thank you for the help! I realized the transfer had finished within 2 hours, but I had my wordpress downloaded under public_html/wordpress/ folder when it needed to be downloaded under public_html. It was an easy, stupid fix. Thankfully Blue Host was able to let me know about that!
Thanks for you help!
Forum: Fixing WordPress
In reply to: RSS troubles-Line 12 Column 8 should not be left blankI FINALLY got it to work by deleting a youtube video embedded on one of my posts. Weird? Oh well, hopefully it’ll help me get my RSS up and running!