Forum Replies Created
-
AuthorPosts
-
February 13, 2020 at 2:55 am in reply to: Cleanup wp_options Table – aviaAsset_avia-head-scripts #1184030
I just find out that if you turn off this features under performance solves the issue :).
– CSS file merging and compression /
– Javascript file merging and compression
– Http security level for checking readability of merged filesI thought this features should improve performance.
Its a bug?Server error 500 when i add this to the child.
I think its beacuse is the same class of the parent.i just want add this 3 image size on the child.
$avia_config[‘imgSize’][‘materia’] = array(‘width’=>710, ‘height’=>400 ); // Imagem materia
$avia_config[‘imgSize’][‘r7-imagem’] = array(‘width’=>660, ‘height’=>360 ); // Imagem r7
$avia_config[‘imgSize’][‘veja-mais’] = array(‘width’=>157, ‘height’=>112 ); // veja-maisShouldn’t I be getting one error?
if so, I must have made some other mistake.tks
Hi, there s no way to register additional image thumbnail sizes on child template?
tksworks! tks
I guess I was not clear.
How do I make DROP_PERMALINK_HERE the url of the page?
There is anything already in the template that does that?tks
Hi, thats interesting.
But I’m trying to add the function to a button in the middle of the post.
What I wonder if its possivle create a button on click ll call the function that is used in this .avia post-nav button
tks! :)YES, but that’s part of the problem.
Also the two posts are shown with the wrong link.
:/This reply has been marked as private.Hello,
I just make one new post and to my surprise this new post(template clone) has the comment box showing up.
then i re-post all post and solved my issue for now.Any ideia what might ve happened?
I’m worried that happen again
@Josue, Good ideai!
But didn` t work! :/
I really don t uderstand why this comment box is hide, cause it is there just don t show up!Yeah, i did!
I just make a test without layoutBuilder and the comment box is there.
There s no way to avia layout builder coexist with commentBox in the post? (I swear that was working and suddenly stopped)
Moderator @Ismael point me sometime ago that there is a Comment box in layout builder. So why i can t use this with posts? :/Yeah, already is! :)
bbPress, BuddyPress take a lot of memory.
Memory usage : 117.62 MB maybe thats the problem?My current server don t let me increase more than 128M
But
but even disabling “bbPress, BuddyPress” and memory usage falling to 50mb memory, but still comment not show.This reply has been marked as private.tks! :)
I find a way – open: /config-templatebuilder/avia-shortcodes/postslider.php
Replace this line (491): $query = array( ‘orderby’ => ‘date’,
By this: $query = array( ‘orderby’ => ‘rand’, -
AuthorPosts