itemm
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] There has been a critical error on this site.I don’t think there’s a problem with your extension, the problem must be with another extension.
- This reply was modified 1 year, 3 months ago by itemm.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] There has been a critical error on this site.Well, I think it’s linked to the fact that your plugin isn’t yet compatible with the latest version of elementor.
- This reply was modified 1 year, 3 months ago by itemm.
yeahh ! thank you for the answer
Well, I finally found how to do and just through this link:
http://tri.be/coloring-your-category-events/
by replacing the background-color with a background-image is doing very well!I found it!
as I am French, I have the plugin in French, so I forget to change this line:
echo “<option value = ‘”. get_site_url (). “/ events / category /”. $ term-> name. ‘”>”. $ term-> name. “</ option>”;
it’s good!
Hello,
very interesting subject, I tried to do some things like the list view.
so I add this code:
<?php
$terms = get_terms(“tribe_events_cat”);
$count = count($terms);
if ( $count > 0 ){echo “<script type=’text/javascript’>function taclinkch(x){var y=document.getElementById(x).value;document.location.href=y}</script>”;
echo “<form action=”> <select name=’eventcats’ id=’eventcats’ onchange=’taclinkch(this.id)’>”;echo “<option value=”>Select a Category</option>”;
echo “<option value=’http://www.disabilityvoice.com/dvb/events/’>ALL</option>”;
foreach ( $terms as $term ) {
echo “<option value='” . get_site_url() . “/events/category/”. $term->name.” ‘>” . $term->name . “</option>”;
}echo “</select></form>”;
}
?>that function very well, but when I choose a category, I have a 404 ereur??
an idea?
Thank you for the help, but it worked against the page will not get in fullwidth.
In my topic when I create a page, I can choose to put the sidebar or not.
But in this case I can not choose … you have an idea?