askdesign
Forum Replies Created
-
Hi Richard,
The site is not live (being developed locally), so I can’t provide a link. I did adjust the CSS as described above to move the hovering wrap to the right (5% instead of 100%).I’m glad to know that the issue will be resolved in the next release. I’d like to widen the hover wrap and put in a background image, and hopefully that will all work with the 1.9 update.
Thanks so much for your feedback and support on this matter.
Hi,
I’m having a similar problem with the pop-ups on the regular-size calendar (not the widget), in the MONTH view. When hovering over the event name, the pop-up box gets cut off on the left side for monthly dates that are in the first 2 columns on the left.I’ve changed the css code to compensate a little bit. I also tried making the z-index really high on a lot of the classes, but to no avail. I’m leaving that in so you can see what I’m talking about:
.ai1ec-calendar-view .ai1ec-popup-summary-wrap { position: absolute; right: 5%; top: 50%; visibility: hidden; z-index: 599999 !important; }I really like the pop-up feature, so thanks in advance for any help on this.
Thanks Richard.
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo of the Day: sequence based on calendar daysI’ve installed the update v4.8.4 and configured the potd with order # is day of month. Voila! Image #15 is now showing up (today is Nov. 15). I will monitor and let you know when the image switches over to the next day’s image.
A heartfelt thank you for this excellent new feature. I am very appreciative!
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo of the Day: sequence based on calendar daysI’ve got both table IV C-1 and IV D-1 set for order #. Are you telling me that neither of these affects potd and there’s currently no way to set the order # for potd? thank you, Anne
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo of the Day: sequence based on calendar daysThat sounds awesome. Thank you for doing that!
One last thing, the photo of the day order number is moving backwards in the sequence (12, 11, 10, 9, etc.), rather than forward. In my experiments, I did select “descending order” at one point, but now it is de-selected. Any chance it is stuck on this setting? If so, how do I re-set that?
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo of the Day: sequence based on calendar daysI tried what you suggested, but it did not work. It only confused matters, as now the photo order # doesn’t work at all. It seems to be stuck on a random sequencing, even though I re-initialized the plug-in.
I need to display 1 photo per day. So, I am using Photo of the Day feature with the order # set as the overall default as well as the album preference. The numbers assigned to each photo must align with the calendar dates for each month. For ex., photo #1 should appear on Nov. 1, photo #2 on Nov. 2, etc.
It was working at first, but today it is displaying photo #4, rather than photo #12.
Is there anything I can do to fix this?
Another question:
We are on Eastern Standard Time. How can I make the photo change at midnight on EST?thank you, Anne
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Photo of the Day on PageI think I understand that you put this code on the actual page. I tested it out and it seems to be working!
What a great plug-in. And your support is super.
thank you, AnneForum: Themes and Templates
In reply to: Need some help with tweaking my themeYou can adjust some of the settings by going to the APPEARANCE menu > Mystique settings.
Beyond that, I’d suggest creating a child theme, which is a duplicate version of the parent Mystique theme. You can then tweak the CSS (style.css) for the child theme. Upload the entire child theme to WordPress.
More info. and instructions about child themes can be found at:
http://codex.wordpress.org/Child_Themes
Hope this helps.Forum: Themes and Templates
In reply to: Atahualpa – adding “wallpaper” and background imageI found a couple of reasons why my code was not working:
(1) The first backslash was missing (OMG)! Be sure to include it as I have here:
background-image: url(/wp-content/themes/atahualpa/images/yourimagehere);(2) The above shortcode still didn’t work for me, so I had to spell everything out separately:
background-color: #3c4a56; background-attachment: scroll; background-position: top left; background-image: url(/wp-content/themes/atahualpa/images/yourimagehere); background-repeat: repeat;All of this code gets put into the Theme Options area:
—”Overall Style & Config.”
—”Body, Text & Links”thanks everyone.
Forum: Themes and Templates
In reply to: Removing the Category bar(1) Go to Atahualpa theme options and select “Header Area”, then select “Style & Edit HEADER AREA”.
(2) In the “Configure Header Area”, delete “%cats” (that is the code for the horizontal drop down menu bar for categories).
Your categories will no longer appear.Forum: Fixing WordPress
In reply to: Blog Admin is completely messed upReading the posts above helped me solve an Admin. problem.
Some things that were not working properly, noteably:
My PLUG-INS tab (thus, I couldn’t activiate plug-ins!)iridiax suggested this, which worked & I am grateful:
Try a different browser and empty your browser cache to help rule out a browser problem.thank you!