Forum Replies Created
-
AuthorPosts
-
September 8, 2020 at 12:53 pm in reply to: Latest event not showing when using "upcoming events" #1244279
I see
Thank youSeptember 7, 2020 at 3:23 pm in reply to: Latest event not showing when using "upcoming events" #1244006any support alive?
September 6, 2020 at 3:38 pm in reply to: Latest event not showing when using "upcoming events" #1243747and another one
September 5, 2020 at 1:05 pm in reply to: Latest event not showing when using "upcoming events" #1243585bumpy
September 4, 2020 at 1:42 pm in reply to: Latest event not showing when using "upcoming events" #1243327bump
April 16, 2020 at 1:32 pm in reply to: Logo Middle menu below – shop icon not clickable on mobile #1204418any reply on this ?
April 15, 2020 at 10:54 pm in reply to: Logo Middle menu below – shop icon not clickable on mobile #1204195bump
hi again
im confused that i get reply from ‘ magniumthemes ‘ a bit :)
anyway, i’ve opened functions php and code structure is much difference than your on screenshot
so i changed this:$avia_config['imgSize']['featured'] = array('width'=>700, 'height'=>600 , 'crop' => false); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>700, 'height'=>630 , 'crop' => false); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>700, 'height'=>600 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>700) , 'crop' => false; // big images for blog and page entries
rebuilded thumbnails but they are still same size on post
hi again
Ive just tested with that code and removed it so now i have default functions file again
on homepage is magazine element [ middle news area ]what happened with support here? it was top notch, at least some respond ?
any suggestions ?
I’ve found following code but it has a bug .. categories in magazine element are returned empty
add_filter(‘avf_magazine_entries_query’, ‘avf_magazine_entries_query_sticky’, 10, 2);
function avf_magazine_entries_query_sticky($query, $params) {
$include = array();
$sticky = get_option( ‘sticky_posts’ );$args = array(
‘taxonomy’ => $params[‘taxonomy’],
‘post__not_in’ => $sticky,
);
$posts = get_posts( $args );foreach($posts as $post) {
$include[] = $post->ID;
}$include = array_merge($sticky, $include);
$query[‘post__in’] = $include;
$query[‘orderby’] = ‘post__in’; // sort items based on the post__in value
return $query;
}This reply has been marked as private.April 30, 2019 at 8:17 am in reply to: Event calendar – wrong dates on widget, unable to add or edit new #1095652Hello
yes updates from event calendar fixed issuesApril 24, 2019 at 10:54 pm in reply to: Event calendar – wrong dates on widget, unable to add or edit new #1094213any answer from enfold support regarding this?
a bit better but i still have a lot of white space between edges :)
perfect
tnx:D- This reply was modified 6 years, 5 months ago by cyberhrc.
its up
- This reply was modified 6 years, 5 months ago by cyberhrc.
sure
well, worked but its damn ugly
its not important which size i use but it is important to be somehow in some grid or anything like that
in leditor window it looks really great but published its terribleMay 5, 2017 at 12:53 am in reply to: Removing logo container from all pages HIDES mobile menu #788153Also theres a bug with animations in firefox [ constant looping ]
tried with https://kriesi.at/support/topic/repeated-animated-columns-bug-in-firefox/ but no luck
if i put FADE on main cell – everything is ok
but if i put anything else but fade – looping start againlatest FF
- This reply was modified 7 years, 6 months ago by cyberhrc.
May 4, 2017 at 12:56 am in reply to: Removing logo container from all pages HIDES mobile menu #787499hey Andy
just go on web page and see what happens when u shrink window
or visit it on mobile
there is no mobile menu [ because im using css code from 1st topic ]
IF i dont use that CSS to hide logo area, menu is back on mobile, but also a white gap between layerslider and normal menu [ check screenshot ]so in short
i would like to have page as it is now but to make mobile menu appear when needed ;)working great appreciate it :)
sorry
attached screenshot
i marked yellow boxes as problem .. so i want that space to be removed
logo and layerslider should be near as much as possiblebump
bunp
excellent
and can we remove date of post also ?hello
1st post item is left and i dont want ANY news text to be showed after title
i’ve tried with <!–more> tag but still it shows small excerpt
so at this point its only image and no txt in post item on purpose but thast not solutio :)hello
all cache has been flushed
all history cleared
tested with 3 browsers [ i even started IE ] on 3 machines + mobile phone = still no luck
updated to latest theme version
and im out of ideas
still same problemhello
i have in 1st post -
AuthorPosts