Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Commas between category labels on Latest News Widget #427955

    Thank you – works perfectly – and thanks for the prompt response!

    Thanks Gunter,

    I have it working by adding this to my functions.php:

    add_filter(‘avf_which_archive_output’,’avf_change_which_archive’, 10, 3);
    function avf_change_which_archive($output)
    {
    if(is_category())
    {
    $output = single_cat_title(”,false);
    }
    elseif (is_tag())
    {
    $output = single_tag_title(”,false);
    }
    elseif (is_month())
    {
    $output = get_the_time( __(‘F, Y’,’avia_framework’) );
    }

    return $output;
    }

    Thanks for your assistance!

    Okay, thanks.

    Thank you – perfect.

    in reply to: Add Categories to Magazine blog list #396662

    Hi Josue,

    Thanks for your help but I don’t want to add a specific piece of text (eg MEMBERS ONLY) – I would like to automatically display the relevant category of the listed post.

    So…

    Post title
    Date / Category
    underline

    for each post in the magazine list

    Thanks Elliott,
    I have been trying to edit the file “function-set-avia-frontend.php” to remove the text:

    Archive of Category:
    Tag of Archive:
    Archive of Month: etc

    so the archive page titles just show the archive names – but when I do and then upload the edited file my site breaks (I’ve tried twice – same result – I had to reinstall original file to get site back).

    I found another option in the forums to remove the text from Category archive:

    https://kriesi.at/support/topic/category-archive-page-change-the-title/

    Can something like this be used to remove text in front of tag and date archive titles as well??

    Thanks again.

    in reply to: Add Categories to Magazine blog list #396118

    I do understand now how the magazine layout is designed to work – using the tabs for sorting categories – and therefore there would be no need to list category above the post title. However I was going to use the magazine layout without tabs because I have 20 – 30 categories and so it would be too many to use the tabs and list all the options for sorting.

    It would therefore still be useful to be able to have the category listed after the date above the post title to identify the information without having to list all categories as tabs.

    Hope that makes sense?

    in reply to: Closing Mega Menu on iPad #395462

    Yes – this is now working if the window width in the code is set to <=1024

    Thank you very much for your help and patience – much appreciated.

    Cheers

    in reply to: Closing Mega Menu on iPad #394242

    Okay, so it works (closes menu) if you tap on an image anywhere on the page – but not if you tap on text or background colour area.
    Looks like the ‘toggle’ function is working but it’s trying to target when someone taps (clicks) outside of the header area – or taps somewhere inside #main ??

    in reply to: Closing Mega Menu on iPad #393448

    Hi Yigit,

    Thanks for your reply but I must be doing something wrong – this has made no difference at all. Mega menu won’t close if tapping on another area of the page (iPad 2). It closes if you click another link or toggle/accordian but not if you ‘tap’ elsewhere on the page to close menu and keep reading content??

    Thank you!

    That’s perfect – cheers.

    in reply to: Closing Mega Menu on iPad #389749

    Hi Yigit,

    You can actually see this happening on your own demo site: http://kriesi.at/themes/enfold/

    Have a look on an iPad (I have iPad 2) – If you tap “Shortcodes” the Mega Menu expands but the menu won’t close unless you leave the page. I think the menu should close if you tap somewhere else on the page away from the menu or if you tap on Shortcodes again. Otherwise if you want to stay on the page, the content is blocked by the mega menu that’s now stuck open!?

    I hope this makes sense? I imagine there’s some code that can recognise a tap elsewhere on screen and close the menu??

    And thanks for your help…

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