Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #632545

    Hi,

    A) I want in this page (http://deteens.prodesigncastello.com/media/) the same style of submenu … like I have in this page: http://deteens.prodesigncastello.com/cand-este-indicat-aparatul-dentar/.
    The style on fullwidth sub menu and Portfolio submenu it´s different and I want to have the same style … I want it like fullwidth sub menu … the separators to be vertical not oblique.

    B) Other problem: I need to translate the word “ALL” from this page ( http://deteens.prodesigncastello.com/media/) with “Toate”.

    Thank you very much.

    #632561

    Hey teotaban!

    Regarding the 1st you can disable the Breadcrumb and load an element with ALB there, which includes your submenu. That will help you do it, on that part.

    Regarding the 2nd

    add_filter('avf_portfolio_sort_first_label','new_first_label');
    function new_first_label() {
    $first_item_name = "Toate";
    return $first_item_name;
    }

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #634636

    Hi and thanks for the answers :)
    How can I do this: (Regarding the 1st you can disable the Breadcrumb and load an element with ALB there, which includes your submenu. That will help you do it, on that part.) The page layout have the Title Bar with Page Title and Breadcrumb Navigation hided, I desactivate the taxonomy on masonry module, but I still have that word active :) (ALL) how can I change the translation just for that word?
    I just need to change the translation of that word from EN to Romanian :) could be possible?

    Thanks again

    #635268

    Hi,

    you can try a plugin like Loco Translate or Poedit to translate it.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.