Elvis1973
Forum Replies Created
-
Forum: Plugins
In reply to: [Tumblr Crosspostr] Twitter toggleSorry, I just recieved your latest message.
I will update to Tumblr Crosspostr 0.7.15.Thank you again for a great plugin!
Forum: Plugins
In reply to: [Tumblr Crosspostr] Twitter toggleSorry, I meant the multiple authors write for my WordPress blog, not the tumblr. But I will take your advice and delete the code you mentioned. Just to be sure, the code I am deleting will be the entire line 887 or just the checked=”checked” part?
Thank-you very much!
Forum: Plugins
In reply to: [Use Google Libraries] New WP 4.0 Media Library Doesn't LoadThis might be specific to my website but I deleted and reinstalled with no luck on Firefox. I then used Chrome and it worked fine. I switched back to Firefox and it then worked. It seems to be specific to Firefox but maybe other users could try my workaround above. I did not test on IE.
Thanks for a really nice plugin Jason.
Forum: Plugins
In reply to: [Use Google Libraries] New WP 4.0 Media Library Doesn't LoadAll I know is that when I upgraded to WordPress 4.0, I could not access my media. I had to deactivate the plugin and I then had access again. I am using Firefox as my browser and I did not try it with Chrome or IE.
I will try to delete the plugin and install it again and see what happens.
Forum: Plugins
In reply to: [Use Google Libraries] New WP 4.0 Media Library Doesn't LoadSame issue. After deactivating Use Google Libraries I could load my media again.
Forum: Themes and Templates
In reply to: Changing font color for a single menu itemI can change the color for the ENTIRE navigation menu but for some reason I can’t change the individual color of a single menu.
When I modified the code below, it changed everything to red.
.styles #masthead .primary-navigation li a, .styles #masthead .primary-navigation li > a {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #FF0000;
}I am using the plugin “Styles: Twenty Fourteen so maybe that is overwriting the CSS code?
Forum: Themes and Templates
In reply to: Changing font color for a single menu itemAndrew,
Could you tell the difference between an element and a item?Thanks!
Forum: Themes and Templates
In reply to: Changing font color for a single menu itemI am using Firebug to inspect the element and unless I am reading it incorrectly, the element ID was item-14314. Maybe I am not reading firebug correctly?
Forum: Themes and Templates
In reply to: Adding borders around postsI am using the plugin “WP Image Borders” and even though it is not exactly what I wanted, it will do the trick.
Forum: Everything else WordPress
In reply to: Threads being deleted?OK thanks, I had originally put the thread in the wrong section (Plugins & Hacks) so when I realized my error I then “closed” it and put it in the correct section (Themes & Templates).
How can I delete my original post in “Plugins and Hacks) so I can post it in “Themes and Templates”?
Thank-you
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Featured image hiding tagsSeems to be OK now…not sure what I did?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Post tags not showing in previewalchymyth,
Sorry to jump into somebody elses thread but I am having the EXACT same issue (featured image blocking tags)
I tried the code snippet you suggested (for my twenty fourteen child theme) but it did not seem to work for me.
My website is 50thirdand3rd.com
Again, I apologize for not starting my own thread but I thought your expertise on this matter would help me.
Thank-you
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Featured Image Post Backgroundrsaeks82,
I had the same problem but after some help in the forums, the code below took care of the issue (just make sure to empty your browser cache).post-thumbnail {
background: transparent !important;
}
a.post-thumbnail:hover {
background-color: transparent !important;
}.featured-content {
background-image: none !important;
}Forum: Themes and Templates
In reply to: Featured Image Post Backgroundasylum119 & stephencottontail
Together both code snippets worked! Fantastic.
I really need to learn to code.
Thanks again guys.
Forum: Themes and Templates
In reply to: Featured Image Post BackgroundHello stephencottontail,
I put asylum119 code in my child theme below (screen shot)https://i61.tinypic.com/6iqonb.jpg
I’m not sure why it isn’t showing for you. Do you want me to erase that code and put your code in?
Thanks for your help!