Forum Replies Created
-
AuthorPosts
-
April 14, 2015 at 12:49 am in reply to: Commas between category labels on Latest News Widget #427955
Thank you – works perfectly – and thanks for the prompt response!
February 17, 2015 at 3:20 am in reply to: HELP – I edited the file avia_which_archive function and my site broke! #397211Thanks 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!
February 17, 2015 at 3:02 am in reply to: Make Blog, Category Archive and Tag Archive all look the same – Magazine style #397207Okay, thanks.
February 17, 2015 at 2:54 am in reply to: Pages listed in search results show published date – can this be removed? #397201Thank you – perfect.
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
underlinefor each post in the magazine list
February 16, 2015 at 6:26 am in reply to: HELP – I edited the file avia_which_archive function and my site broke! #396529Thanks 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: etcso 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.
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?
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
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 ??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??
February 7, 2015 at 12:21 am in reply to: Enfold Latest News Widget – Display post category as well as title and date? #392354Thank you!
That’s perfect – cheers.
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…
-
AuthorPosts