Gabriel
Forum Replies Created
-
Forum: Plugins
In reply to: [WP SEO HTML Sitemap] #wpseo_sitemap.columns_3Decided to use Slick Sitemap instead.
Not sure why the column did not carry over into the last.
Thank you either way.
I will mark as resolved.
Thank you I understand. I think what I did in the past was add something like this: //*make the cell link the url of the page I wanted
<?php if( !empty($cell_data['events']) && count($cell_data['events']) > 0 ): ?> <a href="https://wp.scfpd.us/events/" title="<?php echo esc_attr($cell_data['link_title']); ?>"><?php echo date('j',$cell_data['date']); ?></a> <?php else:?> <?php echo date('j',$cell_data['date']); ?> <?php endif; ?>
I just changed the link to go to the page I wanted. I must have forgot that I did that manually after the update It was back to the default.
Sorry for the time and effort guys. You rock!
Currently when you click the small calendar event the link goes to the single event.
I want the link to take me to the Full calendar page. (EM default “events page”)
Before the update the links in the small calendar would take me to the Full Calendar. (EM “events page”).
Double check please. The small calendar links to the event not the Full Calendar. I downloaded the WP Full Calendar plugin and have the settings for the events/list archives set to the default EM events page.
I made one last attempt. However this did not give the small calendar date- the current day
while making the prev and next links the appropriate month.No worries Angelo thank you for the help. I will just leave the default settings at this point.
It is not a pressing issue that needs a fix. The plugin is great and your guys provide lots of support for this version.
Thanks again.
I dont think Events Manager is causing the featured image in the event post page to be large. I believe your theme’s CSS or in particular the fusion-flexslider plugin is causing it. I would give the image a height between 250px & 300px. Check the settings in the plugin.
I will try to answer you last question in this thread however I recommend creating separate threads for each specific question. It will get more help from the community.
If you download a separate plugin called WP FullCalendar You will be able to customize the calendar from a few great choices built into that specific plugin. It works with Events Manager very well.
Question #2 – I believe if you go to -Events Manager-Settings- Formatting- You can customize the way the events look on the page.
Number #3 -I really don’t understand what you are trying to accomplish hopefully someone can answer that better.
Hope this helps a little.
Give me a link to the site so I can inspect the element. The image is a great start but it would help if I had a link to the site as well.
Thanks
Here is a link with the table alignment
You can start by giving the table header th a width in the CSS file something like this:
th { width: 20%; }
Next give your table a line height of zero:
table { line-height: 0; }
Thank you Angelo – I tired that and the format was the same as in EM settings and set to: “F j, Y” for small calendar. It seems that the date will not change on its own after I changed the code
<?php echo ucfirst(date_i18n(get_option('dbem_small_calendar_month_format'), $calendar['month_start'])); ?> //*to*// <?php echo date("F j, y", time()); ?>
Link is working now.
I left a review thank you for the support on this!
It works thank you. I just changed “d” to “F j, y”