Forum Replies Created
-
Author
-
arbolife
ParticipantHi Radu,
That’s great, the Ajax works really nicely, that’s my point. Is there a way of seing the same result as in the Ajax but on a page when hitting ENTER? Right now, when I hit ENTER, it forwards the search to the default /?s=… and there isn’t the same content as on the Ajax result page.
Thanks,
Marcarbolife
ParticipantHi,
What do you mean exactly by “re-save theme options”? I went and changed a line in custom CSS and hit the save button. Anything else I should be doing?
I did not remove a single icon, I followed the instructions scrupulously and only added new icons. So no removing, no renaming, nothing but 1. upload, 2. add icond, 3 download, 4. upload all to the asset directory of the child theme.
There must be a place where this icon is defined, can we just change it with any star icon to solve this?
Thanks,
Marcarbolife
ParticipantHey Radu,
I went to the demo theme and for Forums I have the same behavior.
But on the demo site, when the user clicks on “Groups” from the profile, it goes to:
http://seventhqueen.com/themes/kleo/members/demo/groups/On my site, when a user clicks on “Groups” the links points to: http://web128.login-166.hoststar.ch/community/members/admin/groups/ but then it gets forwarded to: http://web128.login-166.hoststar.ch/community/user-groups/ (which is my general “Groups” page). So it leaves the profile page instead of staying inside.
Thanks,
Marcarbolife
ParticipantHi Radu,
1. The problem with mobile menu is solved, thanks.
2. The problem with the icons is solved, thanks…. but a new problems showed up right after I was done, it seems closely related:
The “favorite” icon changed from a star to a clock 😉
See the 2 screenshots before (from browser cache) and after.Best,
MarcAttachments:
You must be logged in to view attached files.arbolife
ParticipantThanks for your response Radu. After digging even more I found the error. I had imported a demo page and it created a /activity page on top of my /community/activity page. Deleting solved the problem for activity.
Now, can you please tell me if the behaviour I’m seeing with the Groups and Forums is “normal”? It simply redirects to /community/groups or /forums. I would imagine that clicking on Groups would display the groups I belong to in the tab below, and Forum would display the forums I’m following.
Cheers,
Marcarbolife
ParticipantThanks Radu, the code works fine. Can I overwrite the transparency settings for mobile menu as well? Now when the menu rolls down it’s a little “too” transparent 😉
I did import fontello icons, but I followed the documentation link you provided. Attached is a structure of my child theme. The only think unclear is that I also imported the font files from fontello in the font folder of the child theme.
Thanks,
MarcAttachments:
You must be logged in to view attached files.arbolife
ParticipantHi Laura,
Actually, let’s put this ticket on hold for now. We might leave it as it is after all.
Thanks,
MarcAugust 6, 2016 at 12:22 in reply to: Problem with Submenu opening on one page, but not on another #131534arbolife
ParticipantI fixed this on my own. There is a conflict between GeoDirectory and Events Manager when it comes to loading Google maps. I found the solution here and it involves adding this to functions.php
function my_add_gm_lib($extra)
{
$extra .= “&libraries=places”;return $extra;
}
add_filter(‘geodir_googlemap_script_extra’, ‘my_add_gm_lib’, 10, 1);August 6, 2016 at 01:07 in reply to: Problem with Submenu opening on one page, but not on another #131526arbolife
ParticipantHi Laura,
I just noticed today that the same page (where the side menu doesn’t expand) also has the top menu not sticky.
http://web128.login-166.hoststar.ch/events-home/
Thanks,
MarcAugust 5, 2016 at 04:01 in reply to: Problem with Submenu opening on one page, but not on another #131445arbolife
ParticipantSorry, I changed all the slugs.
So the page not working is now: http://web128.login-166.hoststar.ch/events-home/
And all the others from the sidebar menu work fine (like: http://web128.login-166.hoststar.ch/events-home/calendar/)August 4, 2016 at 23:36 in reply to: Problem with Submenu opening on one page, but not on another #131413arbolife
ParticipantHi Laura,
Yes the menu displays well when the plugin is disabled. Now how can we solve this?
Thanks,
Marcarbolife
ParticipantOK I tried just that and it’s a complete failure. I get an HTTP error 500 in return.
Here’s my archive.php file in the kleo child theme:
COPY CODE<?php /** * The template for displaying Archive pages * * Used to display archive-type pages if nothing more specific matches a query. * For example, puts together date-based pages if no date.php file exists. * * If you'd like to further customize these archive views, you may create a * new template file for each specific one. For example, Twenty Fourteen * already has tag.php for Tag archives, category.php for Category archives, * and author.php for Author archives. * * @link http://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Kleo * @since Kleo 1.0 */ get_header(); ?> <?php //Specific class for post listing */ $blog_type = sq_option('blog_type','masonry'); $blog_type = apply_filters( 'kleo_blog_type', $blog_type ); $template_classes = $blog_type . '-listing'; if ( sq_option( 'blog_archive_meta', 1 ) == 1 ) { $template_classes .= ' with-meta'; } else { $template_classes .= ' no-meta'; } if ( $blog_type == 'standard' && sq_option('blog_standard_meta', 'left' ) == 'inline' ) { $template_classes .= ' inline-meta'; } add_filter('kleo_main_template_classes', create_function('$cls','$cls .=" posts-listing ' . $template_classes . '"; return $cls;')); ?> <?php get_template_part('page-parts/general-title-section'); ?> <?php get_template_part('page-parts/general-before-wrap'); ?> <?php if ( category_description() ) : ?> <div class="archive-description"><?php echo category_description(); ?></div> <?php endif; ?> <?php if ( have_posts() ) : ?> echo do_shortcode( '[vc_row][vc_column][vc_masonry_grid post_type="post" max_items="-1" style="lazy" items_per_page="8" show_filter="yes" gap="15" filter_style="bordered-rounded" item="8865" grid_id="vc_gid:1470176247276-98a2a59c-ab45-5" filter_source="category"][/vc_column][/vc_row]' ); else : // If no content, include the "No posts found" template. get_template_part( 'content', 'none' ); endif; ?> <?php get_template_part('page-parts/general-after-wrap'); ?> <?php get_footer(); ?>
arbolife
ParticipantHi Laura,
Thanks for your answer, but I’m not following (probably lack some technical background).
In classic mode for my Blog page I see:
[vc_row][vc_column][vc_masonry_grid post_type="post" max_items="-1" style="lazy" items_per_page="8" show_filter="yes" gap="15" filter_style="bordered-rounded" item="8865" grid_id="vc_gid:1470176247276-98a2a59c-ab45-5" filter_source="category"][/vc_column][/vc_row]
Now I’d like to have Blog “Categories” search results use the same display with vc_masonry_grid and the grid_id I created”vc_gid:1470176247276-98a2a59c-ab45-5″.
I’m using the child theme, that probably means I have to copy archive.php from somewhere, put content in it and save it in my child theme. I’m going to ask for your help with regards to the locations of the files and the the content to put in.
Thank you,
Marcarbolife
ParticipantI changed permalink to something else and then back, it appear to fix it but what created the problem in the first place ?
-
AuthorPosts