Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: URL to Portfolio Categories (Ajax) #1144930

    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
    Tony

    in reply to: Avia Search always in English #1100650

    Hi 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
    Tony

    in reply to: Avia Search always in English #1100435

    Hi Günter

    I added the code to functions.php and created the account.

    There is no caching enabled.

    regards
    Tony

    in reply to: Avia Search always in English #1098995

    Hi 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)

    in reply to: Avia Search always in English #1098496

    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
    Tony

    in reply to: Avia Search always in English #1096519

    Hi 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
    Tony

    in reply to: Avia Search always in English #1095709

    Hi
    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
    Tony

    Hi Mike

    Thanks. This did fix the problem, hence i did delete my workaround. Hope it will be part of next enfold release.

    Best regards
    Tony

    Hi Mike

    You are right I added in the meantime following to css:
    .avia-gallery-thumb {
    display:none;
    }

    best regards
    Tony

    Hi 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
    Tony

    in reply to: Fullwidth Sub Menu – Links not working after theme update #1022427

    Great! This solved my problem :-)

    Thank you Victoria

    Hi

    I have same problem on my site. The links on the full width menu are no longer working.

    Best regards
    Tony

    Hi 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
    Tony

    Great! All works now

    Many thanks
    Tony

    Hi Victoria

    Great! This works with underline border.
    How can I change the color of the font for the current-menu-item?

    Best regards
    Tony

    in reply to: Submenu in Avia Layout Architekt #928159

    Hi 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 reply to: Submenu in Avia Layout Architekt #925509

    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 ?

    in reply to: Submenu in Avia Layout Architekt #925388

    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
    Tony

    in reply to: licencing #919558

    Hi 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
    Tony

    Find 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

Viewing 20 posts - 1 through 20 (of 20 total)