Forum Replies Created
-
AuthorPosts
-
October 17, 2020 at 2:07 am in reply to: Clicking on Categories widget displays complete posts all together #1253357
Hello Rikard.
I guess I could not explain my self. Please follow these steps to see what I’m trying to say:
1. Go to https://ceramicazimbron.com/articulos/
2. scroll down a little. Below slider you will see 3 column entries and a right sidebar.
3. Into the sidebar click on any category. For example on “Cerámica”.
4. Then see what happens. Instead filtered titles, 3 COMPLETE posts (one following each) are displayed. I need the same three column view, just filtered by the corresponding category. That’s it.I would like to get the same effect than here:
I hope this explanation results clearer.
Thank you.
October 10, 2020 at 4:38 am in reply to: Clicking on Categories widget displays complete posts all together #1251778This reply has been marked as private.Hey Nikko.
Thank you very much for your support.
First I checked with chrome in incognito mode and it worked well. Then I cleaned Chrome cache and that was it. Problem is already fixed.
Ticket may be closed now.
Best regards.
Thank you both Rikard, for your Support.
Everything’s fine, topic may be closed.
Best regards.
This worked great. #top characters were missing.
Thank you very much Victoria.
Best regards.
Eduardo
April 21, 2020 at 4:51 am in reply to: How to hide shortcode section above Avia Layout Builder #1205650Hi Rikard.
I switched to Classic Editor as suggested. Everything works fine with Avia Layout Buildir and shortcode section disappeard.
Nevertheless PUBLISH options are not fixed on the top of the window anymore while scrolling down, so I have to scroll up to the begining of my construction page each time I want to update changes and then scroll down to continue with design element I was working on. Is there a way to fix options again using Classic Editor or maybe instead turn “update” button to be a floating one?
Thank you!
April 16, 2020 at 11:39 pm in reply to: How to hide shortcode section above Avia Layout Builder #1204579Thank you Rikard. This worked great.
April 14, 2020 at 7:37 pm in reply to: How to hide shortcode section above Avia Layout Builder #1203732This reply has been marked as private.January 8, 2020 at 2:18 pm in reply to: Black bar (and transparent when scrolling) appeard above Logo-Menu area #1171445It may be closed.
Thank you very much Rikard for your support.
Have a nice day.
Eduardo
January 8, 2020 at 3:34 am in reply to: Black bar (and transparent when scrolling) appeard above Logo-Menu area #1171308Thank you Rikard, it’s already done.
For the moment, I quoted those three characters ” /> as a comment and problem was fixed. I don’t know why they were there, possibly when I pasted Google script I had to delete something and characters remained there.
In addition, script now is managed by function.php instead header code as you suggested.
Best regards,
Eduardo
January 7, 2020 at 1:04 am in reply to: Black bar (and transparent when scrolling) appeard above Logo-Menu area #1170869Following Rikard’s advice, I took a look into header.php file where I inserted Google Analytics code. ¿Could I post it into the wrong place? When refreshing page,, chain of this 3 characters ” /> is visible just before page start to be displayed.
Here’s part of header.php code (hidding real ID characters):
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class=”<?php echo “html_{$style} “.$responsive.” “.$preloader.” “.$av_lightbox.” “.$filterable_classes.” “.$av_classes_manually ?> “>
<head><meta http-equiv=”Content-Type” content=”text/html; charset=euc-jp”><!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=XX-99999999999″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘XX-99999999999’);
</script>” />
<?php
/*
* outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
* located in framework/php/function-set-avia-frontend.php
*/
if (function_exists(‘avia_set_follow’)) { echo avia_set_follow(); }?>
This reply has been marked as private.December 5, 2019 at 3:17 am in reply to: Need that List Layout Compact view remains after click on Categories #1162768Thank you very much Victoria, for your quick answer.
Recommendations in that thread works great, it is exactly what I was trying to mean.
I have a couple questions to really solve my needs:
Using recommended code:
add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == ‘archive’) $layout = ‘blog-grid’; return $layout;
1. Which is the $layout parameter for “List Layut – Compact (Title and icon only)” style, instead “blog-grid”?
2. In case I want to use “blog-grid” as suggested (it works well in a desktop screen), how could I obtain a 4 column grid through this code?
Well, another question:
3. If I want to display as blog-grid into large screens and, in the other hand, the compact list layout for mobile equipment, how could I set these differences for both screens into functions.php code?
Thank you very much!
Best regards.
Eduardo Zimbron
-
AuthorPosts