djf88
Forum Replies Created
-
Thank you for all your help, unfortunately we were unable to resolve my problem.
I am marking this topic resolved.
Hi,
WordPress is installed in the root of my site and I am able to view the link posted without seeing the error described, I simply see ‘0’.
I think I’m going to go with a different plugin, but thank you for your help
Hello Ula Szczepaniak, thank you for getting back to me.
The replacement code you have suggested above doesn’t seem to fix the pagination links, as they still begin with a #.
They are being called in the files (month.php, week.php and oneday.php) using this bit of code:
<?php foreach( $pagination_links as $link ): ?> <a id="<?php echo $link['id']; ?>" class="ai1ec-load-view btn" href="<?php echo esc_attr( $link['href'] ); ?>&ai1ec_post_ids=<?php echo $post_ids; ?>"> <?php echo esc_html( $link['text'] ); ?> </a>
more specifically:
<?php echo esc_attr( $link['href'] ); ?>
Do you know which file these variables are defined? (if that makes sense)
Thanks again
This has not been resolved.
I have granted access to a member at time.ly – they advised me to upgrade to premium – that hasn’t fixed my problem.
Ok, I switched themes to Twenty Eleven and the links still begin with
#
however they work in this theme.So this must be a theme conflict – I’ve checked the suggestions for theme conflicts and none of them resolve my problem.
Has anyone else had this issue? or can anyone tell me where I can change this
#
to a?
Thanks
Can anyone help me here?
I found a thread on changing the link for the ‘print’ button: Print Button Not Working.
I cant find the month/year links anywhere though..
Forum: Themes and Templates
In reply to: adding css class to parent menu itemI’m not sure what you did but you’re a genius, thank you very much!
Forum: Themes and Templates
In reply to: adding css class to parent menu itemAh, I was worried you might say that.
Yep, still a blank screen, tried it in Chrome instead of Firefox and it says ‘Internal Server Error’..
Am I beyond helping now?Forum: Themes and Templates
In reply to: adding css class to parent menu itemHi alchymyth, thankyou for your help,
I’m not sure that is what I’m doing wrong but I’m sure you’re in a better position to say, so here we go: functions.php
Thanks
Forum: Themes and Templates
In reply to: adding css class to parent menu itemNo, I can see that sub menu
- elements have their own CSS class.
I simply want to add a dropdown arrow as the background image for all ‘parent menu items’.
Thanks