chemdata
Forum Replies Created
-
Here is what it looks like with version 2.89:
Here is what it looks like with version 3.1:
I can change the color of the lines and text in 3.1 but when I enter a background color it does not seem to take.
Addition when ever I click on a menu link the menu button becomes hidden and not with an X.
Thanks.
Forum: Plugins
In reply to: [Link Library] Different link styles on different pagesMr. Lefebvre, once again “THANK YOU!!!” for all your help.
Forum: Plugins
In reply to: [Link Library] Different link styles on different pagesThank you. That did the trick. Can I add this to to my child-theme code as I worry that if you change your plugins and I update it that the addition “.LinkLibraryCat ul { margin: 0;} may be lost.
Forum: Plugins
In reply to: [Link Library] Different link styles on different pagesAs I didn’t know what you meant by stylesheet editor for Link Library I added
.LinkLibraryCat ul { margin: 0;}to both link-library-admin.css and stylesheettemplate.css but with no success. If you can tell me specifically what file to add it to I will. Thanks.Forum: Plugins
In reply to: [Link Library] Different link styles on different pagesI hope it makes sense now.
Forum: Plugins
In reply to: [Link Library] Different link styles on different pages<a href="http://pdrcllc.com/sample-page"></a>When I look at the code using Chrome’s Inspector I see the all 6 links are between
<ul> and </ul>
.I also see in the css with Chrome’s Inspector that if I change it
from:
<strong>media="all" ul, ol { margin: 0 0 1.5em 3em;}/strong>to:
</strong><strong>media="all" ul, ol { /* margin: 0 0 1.5em 3em; */}</strong>that the links are then centered.
Unfortunately when I introduce this css into my style.css in my child-them it doesn’t do anything.
Forum: Plugins
In reply to: [Link Library] Different link styles on different pagesThank you. That worked great.
I have the links on a page that starts with a centered image. I do not show the category name on the page. I have the individual links within a <div box> however the links boxes are not centered. Any thoughts.
Forum: Plugins
In reply to: [Simple Google News] Plugin will stop working with WordPress 4.3I see that there is a German and seemingly updated version of this plugin at https://wordpress.org/plugins/simple-google-news-de/
and I was wondering whether it could replace the American one. It says you can use it up to wp 4.2.5 and was last updated on 8/8/2015.Thank you for your reply. I just now figured out what my problem was. There was a conflict with another plugin and when that was removed everything worked as it should. Once again thanks.
Problem solved. I had an incorrect css setting to hide the menu. Once I entered the correct one everything worked like a charm. Dynamite plugin.
Forum: Plugins
In reply to: [Simple User Listing] Shortcode modification to list multiple roleThank you for your quick response.
Thanks you very much. You were right about forgetting to disable the “Auto play” as that is why it wasn’t working for me. Once again thank you.
Forum: Plugins
In reply to: [Meteor Slides] View only one random slide of set of 4Forgive me but evidently I was getting my slider plugins confused. My apologies and thanks for the help.
Forum: Plugins
In reply to: [Meteor Slides] View only one random slide of set of 4Thanks for quick feedback. Here is code that I am presently using:
<?php
echo do_shortcode(“[metaslider id=147]”);
?>Evidently no matter how I try to incorporate your code: [meteor_slideshow metadata=”random: 1″]
it would not work. Exactly what and how would you do it. Thank you.BTW no matter what number I use for the slides it works in the settings. Is the number here to be for the exact number of slides I am using?
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Gallery Not ViewableMy apologies. Its working. Problem was operator error. Thanks for the help.