rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Display Only On Post PagesThere are two ways I do this:
1, On one website, I just have a few pages, and mostly have posts. On the control tab, I put the Page ID’s I want to exclude in the “Page IDs:” field and set the next option (“Page ID Criteria:”) to exclude. The down side is that you have to remember to update the TopBar if you add pages.
2. If I have a lot of pages, I give each Post a unique category. Then I put that Category in the “Category IDs:” field. The down side is that you have to remember to put this Category on all posts.
A third way to is add Categories to pages, then excluded them like above. You need to use Plugin like: http://wordpress.org/plugins/post-tags-and-categories-for-pages/ to make that happen. I have not tried this.
I’ll look into extending the control options to add something like “Show only these types of items: Pages | Posts | Both” with the default being Both (to be backwards compatible. That will take me a bit of time.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Mobile Devices Still ShowsWhat is your URL?
What type of mobile device are you using?
That will me see if there is a problem.
Forum: Plugins
In reply to: [WP-TopBar] how to chage background image alignment?That is beyond the level of support I can give.
I goggled https://www.google.com/search?q=css+image+left&oq=css+image+left
I think it would be something like “float:left”;
Bob
Forum: Plugins
In reply to: [WP-TopBar] Multiple Topbars at Same Timefrom the FAQ:
What if I want to fix the TopBar to the top of the page?
Use the Force TopBar to Be Fixed On Top of Page (on the Main Options Tab).Forum: Plugins
In reply to: [WP-TopBar] Image alignment in the header top barClosed no response in about a week.
Forum: Plugins
In reply to: [WP-TopBar] WP-TopBar directions?Closed – no response in over 3 weeks.
Forum: Plugins
In reply to: [WP-TopBar] Multiple Topbars at Same TimeYou might need to fix the TopBar at the top of the page. See the FAQ.
Forum: Plugins
In reply to: [WP-TopBar] how to chage background image alignment?Use CSS Option A – For the Bar/Background Image
Forum: Plugins
In reply to: [WP-TopBar] Multiple Topbars at Same TimeThe plugin only shows one TopBar at a time. You can have TopBars rotate in and out (by turning that on in Global Settings tab.)
Bob
Forum: Plugins
In reply to: [WP-TopBar] Image alignment in the header top barSorry about the delay. Have been traveling on business. I am not a CSS expert. I would need to spend a bit of time (which I don’t have free right now) playing with the CSS to get it to be what you want (assuming it can be done.)
Bob
Forum: Plugins
In reply to: [WP-TopBar] Image alignment in the header top barDo you enter just this?
<div id="dotnAd_728x90_top"><script type="text/javascript">dotnAd.showAd2("728x90","top");</script></div>If so, that is HTML… you need to convert it to PHP.. Something like:
echo '<div id="dotnAd_728x90_top"><script type="text/javascript">dotnAd.showAd2("728x90","top");</script></div>';Thanks for the donation!
Bob
Forum: Plugins
In reply to: [WP-TopBar] Is it possible to add a Donate Via Paypal buttonThanks!
Forum: Plugins
In reply to: [WP-TopBar] Image alignment in the header top barfor the second banner, put the code in the After PHP section for the TopBar you want to show.
Forum: Plugins
In reply to: [WP-TopBar] Image alignment in the header top barAnother alternative to try:
1. Go to Social Buttons Tab.
2. Enable Social Icon 1.
3. Enter your image URL & Link in the options for the Social Icon 1.
4. To have it on the left of the page, add this to the CSS option for Social Icon 1: float:left;
5. Ensure Social Icon 1 position is “left”.
6. Disable the background image (same as step 1 in the previous answer)Bob
Forum: Plugins
In reply to: [WP-TopBar] Image alignment in the header top barTry this:
1. Disable the background image (on the TopBar Text & Image Tab).
2. Add this to the Before PHP option on the PHP Tab. Adjust the image URL and Link URL to be what you wish:
echo '<a href="http://piattoforte.tiscali.it/cibario/"> <img src="http://piattoforte.tiscali.it/cibario/wp-content/uploads/2014/09/tiscali31.png" alt="Cibario" style="float: left;" ></a>';You might have to adjust your CSS styling (adding bar height, etc) to get it to show like you want.
Bob