akintern
Forum Replies Created
-
Thank you @d4z_c0nf! It’s works now!
Forum: Themes and Templates
In reply to: [Customizr] Display navigation menu according to parent pageHello!
I am still looking for some help regarding this problem.
Does anybody have any ideas?Thank you in advance!
Hello Cais,
This is the html code I used to put the display into the event:
<div style=”float: center;”><img class=”ngg_displayed_gallery mceItem” src=”https://aki-usa.org/nextgen-attach_to_post/preview/id–2191″ alt=”” /></div>
Thank you in advance!
JennyHello!
I tried clearing the image cache and resetting options, but the pages are still not linking to the proper pages. Do you have any other idea / guidance on what I should do?Thank you!
JennyTo make the problem more clear:
We would like to move the galleries created on these two websites…
https://aksb.org/
https://aikidolosangeles.org/…to this website.
https://aki-usa.org/We already have a few galleries created on aki-usa.org, and we do not want to lose these galleries.
Does anybody have any advice to go about doing this?
Thank you in advance!
JennyCame across this article and it helped a lot:
https://www.flippercode.com/export_import_nextgen_gallery_wordpress/Hi @brook,
Thank you very much for your response!
I asked the Customizr team regarding this problem and they gave me the following code to add to my functions.php file.add_action(‘wp’, ‘tribe_events_comp’, 100);
function tribe_events_comp(){
global $wp_query;
if ( ! $wp_query->tribe_is_event_query )
return;
if ( method_exists(‘TC_headings’, ‘tc_content_heading_title’) ){
remove_filter(‘the_title’, array(TC_Headings::$instance, ‘tc_content_heading_title’), 0);
}
if ( method_exists(‘TC_headings’, ‘tc_add_edit_link_after_title’) ){
remove_filter(‘the_title’, array(TC_Headings::$instance, ‘tc_add_edit_link_after_title’), 2);
add_action(‘tribe_events_after_the_event_title’, function(){
global $post;
echo TC_Headings::$instance->tc_add_edit_link_after_title($post->the_title) ;
});
}
if ( method_exists(‘TC_headings’, ‘tc_add_comment_bubble_after_title’) )
remove_filter(‘the_title’, array(TC_Headings::$instance, ‘tc_add_comment_bubble_after_title’), 1);
}As a result, my events calendar looks amazing and I am running on the latest version of Customizr theme.
-Jenny
Really?! I could have sworn that it did that the first time I made an album.
I just listed it in the suggestions.
Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Different menu items on certain groups of pagesMenuSwapper plugin resolved this problem for me.
Cheers!
Forum: Themes and Templates
In reply to: [Customizr] Different menu items on certain groups of pagesForum: Themes and Templates
In reply to: [Customizr] Different menu items on certain groups of pagesIf that is not possible, is it possible to select the navigation menu I would like to use when I am creating a page/post?
Thank you!
-JennyThe code worked! Thank you so much for your help again d4z_c0nf!
-Jenny
The code worked! Thank you so much d4z_c0nf.
-Jenny
I have come to realize that the problem was caused by the Customizr Theme update. Everything returned to normal after going back to Customizr 3.2.8.
Update! I realized that I do not see the extra html code on a single event’s page when I am not logged in as an administrator, but when I am logged in this is what I see:
https://i1121.photobucket.com/albums/l505/jennyvien94/EventsCalendarError1_zps6af5a77f.pngHere is an image of the problems with list view:
https://i1121.photobucket.com/albums/l505/jennyvien94/EventsCalendarError2_zps3f72eaee.pngIs it possible that this problem occurred because I updated wordpress, my customizr theme, and some plugins?
Thank you,
Jenny