Forum Replies Created
-
AuthorPosts
-
Hi Ismal
I changed the the “avia_post_grid” with the “avia_sc_portfolio” and left the parameter as they are ok. However after changing this parameter the portfolio category is blank.
Best regards
TonyHi Günter
Thanks for checking. I enabled the classic editor. Still no matches displayed below ajax search box.
Also uploaded new beta version.
Looks as if search results are a bit better, however the “hausordnung” is still not correctly found in the “document” page (after clearing cache many times).
I did not disable compression as the site is live and not sure if this could have an impact on the site…
What wonders me as well is, when I search for “hausordnung” and click on the search result, the pdf as preview is shown like an image and below are facebook, twitter links.. where are these links coming from?
Regards
TonyHi Günter
I added the code to functions.php and created the account.
There is no caching enabled.
regards
TonyHi Günter
First thanks a lot for your support.
Installed beta version, removed code for relevanssi I added here and executed a new indexing.
Fazit:
– Works with the CH language file.
– Search better but still not satisfying.
– The search results beneath the search field (kind of preview) do no longer show up.. (however can live with that but was a nice to have feature)However as soon as columns are used the content is not index (see comment in privat area)
Hi Günter
Thanks for feedback.
Have you tried to create a page with ALB and use layout elements e.g add a text element within a column?
Does it than find it with the magnified glass after indexing again?Best regards
TonyHi Günter
Thanks for your response. So you are saying that the standard WP search does not index anything within an avia element ?
However certain content is indexed certain not…I installed the relevanssi. The good thing is that it can find much more. But when I example search for “Hausordnung” it does not show up when just typing. It comes even with the message not document, however if i then hit return it shows up in the search result.
How can I make sure it also shows up during typing in the magnifying glass?
I added the following to function.php as per https://kriesi.at/documentation/enfold/search/
(however can not see any difference if below is added or not to function.php in the child theme)add_filter(‘avf_ajax_search_function’, ‘avia_init_relevanssi’, 10, 4);
function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
{
$function_name = ‘avia_relevanssi_search’;
return $function_name;
}function avia_relevanssi_search($search_query, $search_parameters, $defaults)
{
global $query;
$tempquery = $query;
if(empty($tempquery)) $tempquery = new WP_Query();$tempquery->query_vars = $search_parameters;
relevanssi_do_query($tempquery);
$posts = $tempquery->posts;return $posts;
}regards
TonyHi
I found the problem regarding translation. There is no de_CH.po / de_CH.mo file in the enfold theme only de_DE.mo/.po. Hence I just copied the de_DE.mo/.po to de_CH.po / de_CH.mo and the translation works.
Suggest you add in future also de_CH files to lang directory….However the second problem is still open. Certain searches can’t be found on the website. Like above mentioned words like “Hausordung” or “Wohnungsbewerbung” can’t be found although on the page with menu item “Dokumente”.
Is there a way to “index” page?
Beste regards
TonyOctober 30, 2018 at 12:12 am in reply to: Avia Gallery Element always shows Thumbnail after upgrade to version Enfold 4.5 #1027782Hi Mike
Thanks. This did fix the problem, hence i did delete my workaround. Hope it will be part of next enfold release.
Best regards
TonyOctober 26, 2018 at 9:45 am in reply to: Avia Gallery Element always shows Thumbnail after upgrade to version Enfold 4.5 #1026675Hi Mike
You are right I added in the meantime following to css:
.avia-gallery-thumb {
display:none;
}best regards
TonyOctober 17, 2018 at 11:48 am in reply to: Highlight active link in Fullwidth avia sub menu when link is selected #1022700Hi Rikard
Victoria provided me in another Ticket the link for the solution. I just added:
#sub_menu1 {
z-index: 301;
}As per link:
And it solved the problem. See also
A bit strange that with this css entry it solves the issue, however it did. But something must have changed in theme 4.5
best regards
TonyOctober 16, 2018 at 10:23 pm in reply to: Fullwidth Sub Menu – Links not working after theme update #1022427Great! This solved my problem :-)
Thank you Victoria
October 16, 2018 at 4:01 pm in reply to: Fullwidth Sub Menu – Links not working after theme update #1022239Hi
I have same problem on my site. The links on the full width menu are no longer working.
Best regards
TonyOctober 16, 2018 at 3:51 pm in reply to: Highlight active link in Fullwidth avia sub menu when link is selected #1022237Hi Victoria
I respond to this post since I upgraded to enfold theme version 4.5. Since I upgraded the theme the fullwidth menu is no longer working at all.
In details it means the links are not working. However if I go to the menu at the bottom with the same menu items (same menu within WP) the links work as normal.I upgraded the them in uploading the theme via ftp. It also shows within wordpress in the update section that the parent theme is 4.5. I did not change anything in the child theme I use.
Is there anything I need to do in addition to make this working again?
Best regards
TonySeptember 26, 2018 at 2:42 pm in reply to: Highlight active link in Fullwidth avia sub menu when link is selected #1014749Great! All works now
Many thanks
TonySeptember 25, 2018 at 12:42 pm in reply to: Highlight active link in Fullwidth avia sub menu when link is selected #1014165Hi Victoria
Great! This works with underline border.
How can I change the color of the font for the current-menu-item?Best regards
TonyHi Vinay
Tried it but it did not really work it was not just below the slide show which was inside the column. However I did the design with the fullwidth submenu.
But there is another question: How can I have the menu item highlighted when the page is active?
In addition to above is it possible to change color of the submenu for the activ link (a) ? like with the main menu with the li.active-partent-item >a ?
Hi Rikard
Correct I would like to have the submenu not full width but in the container.
I send you two links in the private Content for explanation.
Best Regarfds
TonyHi Yigit
Thanks for response. So far I understand. However I will manage everything for the end customer. Hence If I want support from the forum, which I have for the first month, I want to use the same login / password as I have for the theme I already bought, but of course with six months from when I bought the second theme. Ist that possible of how is this handled with the support?
Best regards
TonyMarch 1, 2018 at 9:40 am in reply to: Avia Layout Element switch to fullwidth already with ipad portrait (768 width) #919495Find in the private area the url.
The 1/3 and 2/3 are at the bottom of the page (with image & text)
Thanks in advance
-
AuthorPosts