Forum Replies Created
-
AuthorPosts
-
Thank you. Version 4.8.6.2
Not local please, try a real web scenario.
Thanks.
Just to follow up, I confirm the masonry works after 4.8.6.
Hey @MarioAli, what fix?
The problem persists in 4.8.5.
I confirm this is still happening in 4.8.5. tested in different sites and only a blank thing shows instead of the images.
Thank you Rikard.
I was trying to avoid manual code, so the client can actually update the section without the need of a dev.
Maybe something to consider adding to the docs as a modified Accordion Slider with CSS.
You can close it.
Please close it, thank you.
I did, but found problems when the search icon is shown and when the nav items are larger than the others, so I was trying to find how to have the logo entered at 50% no matter what and then have all nav items distributed correctly.
I ended up hiding the search icon and leaving 4 nav items instead of 5. That way it centered fine.
Thanks.
Thank you for this Ismael.
Is there a way to fix the middle logo and navigation menu centered?
The logo is at 50% with is correct. The problem comes when the navigation items have different length. For example:
Home | Blog | Logo Here | Latest News | Get in Touch
As latest news and get in touch are double in length than blog and home, it will never centers.
How to fix it?
Thanks.
Is that a Gallery from the builder with some images and one of them with the custom URL at the bottom right where it says: If provided, the image will link to this URL?
Because it looks really different and no Lightbox.
To show you I would need to setup a subdomain, install everything and create the gallery, so instead of doing everything I just want to confirm with you we arte talking about the same.
Thanks.
It is easier that you try it. Just add a gallery and add a custom link (youtube) for any of the images.
Thanks.
Exactly, I was trying to avoid loosing everything when changing to test another one.
Ok, I’ll backup changes to restore. (solved)
Thanks Nikko!
Hello Nikko.
No, I refer that you install Enfold and start working on it without selecting anything there. Just as it comes by default.
If I change to classic or any other, how to revert to default?
Thanks.
Thank you Nikko, you can close this.
A quick extra question to extend this a bit.
How can I have the dots outside the post slider?
So the post slider is there with a border 1px and below that (outside the 1px) I have the dots. Either left, center or right.
Thanks.
Thank you Nikko, you can mark it as solved.
I ended up doing everything manually and I believe the problem comes from the editor itself.
Classic, Block and Builder mixed. Everything combined with how it is the setup in Enfold (I have classic), how was the page last updated (classic, block or builder) and combined with the Enfold and WordPress updates.
You can close this.
Thanks.
I just did some more tests locally and the only way to fix it is.
1- Change to parent theme
2- Edit 50 pages
3- Change to child themeAll plugins, functions, rules etc… have no problems at all, it is just the theme.
Is there a way to change this with a function or in the database or it has to be manually?
Thanks.
I don’t believe you will be able to reproduce it, as this comes from updates and I am not sure which one of the latest ones caused it. It is really strange as you can see.
I just tried to edit the pages in the live site and as soon as I add the comments, they appear twice. You can try with 050.
Remove comments and save, add them and save and it appears twice. I will test other pages to see if some of them work.
What can I do?
Hi Rikard.
I just did a test with a clone in localhost.
Clean htaccess.
No Functions.
No plugins.
Changed to parent theme.
Replaced enfold folder with a fresh 4.8.1 one.Nothing, 2 comment sections are still showing in all pages.
After that I edited 1 page and remove the comments from the builder. Then add them again.
Now it only shows 1 as expected.
So there is a conflict in the builder in one of the latest updates that is causing this.
Is there something to do or should l go ahead and edit the 50 pages removing and adding the comments in each one of them?
Thanks.
Sure.
That fixed the errors, you can mark it as solved.
Thank you Nikko!
And you come to my thread to do that BowmansArrowMarketing? If you already opened your thread, wait for a response or update your own thread, don’t go to other threads that have nothing to do with yours to spam and grab attention.
Mods, feel free to delete BowmansArrowMarketing message in this thread and this message as well to leave the thread clean and waiting for the correct answer.
Thank you Nikko, we are getting close.
If I use just 1 it works, but I have 3 and as soon as I add a second one I get in the second and third:
Uncaught TypeError: Cannot read property ‘click’ of null, pointing to
link.click();
I need 3 blocks of code:
function add_custom_script1()
with a-1_sortfunction add_custom_script2()
with a-2_sortfunction add_custom_script3()
with a-3_sortBut it only works if I have 1, if I add more, the first one stops working and the next ones throw the error.
How to have 3?
Thanks.
I add a bit more info, it seems a jQuery conflict.
Uncaught ReferenceError: jQuery is not defined. Pointing to:
})(jQuery);
as the error.How should the new code be to make it start in the category I want?
Thanks.
Thank you Nikko!
Can you please share what was added and in which lines? As you know there are other modifications I have in that file, so knowing the changes will help here.
Thanks.
Thank you for that Guenni007!
No, I have nothing like that, I was using the suggested at the beginning and no function at all. This is completely different and now the dots show up, BUT there is a problem.
If you add a second color section below the slider and add a magazine inside it, when you click the first bullet in the slider (go to #1), it scrolls down to the magazine section instead of going to slide 1.
I am not able to find why. Any ideas?
##EDIT
Default magazine is:
<div id="1" class="av-magazine
I added a custom ID in dev settings for the magazine and now it is fixed!
Thanks again!
I am not able to make this work, dots are not even showing up, so here is the step by step.
1- Create config-templatebuilder > avia-shortcodes directories inside child theme.
2- Copy config-templatebuilder > avia-shortcodes > postslider directory to the just created one inside child theme.
3- Open postslider.php from child theme.
4- Line 1003 paste abovereturn $html;
the following:
$html .= $this->slide_navigation_dots();
5- Line 1006 paste above* Fetch new entries
the following:/** * * @return string */ protected function slide_navigation_dots() { $html = ''; $html .= "<div class='avia-slideshow-dots avia-slideshow-controls'>"; $active = 'active'; $entry_count = $this->atts['items']; $slidenumber = $entry_count / (int) $this->atts['columns']; $slidenumber = $entry_count % (int) $this->atts['columns'] ? ( (int) $slidenumber + 1) : (int) $slidenumber; for( $i = 1; $i <= $slidenumber; $i++ ) { $html .= "<a href='#{$i}' class='goto-slide {$active}' >{$i}</a>"; $active = ''; } $html .= '</div>'; return $html; }
I have 6 posts published under that category. Under Post Slider Filters > Entry Number I have 6.
Nothing shows up.
What am I doing wrong?
Thanks.
It is in functions.php and it was working fine. It is exactly as the example above and for your example page, instead of
a-1_sort
it should becss_sort
, but nothing, it stoped working and I don’t know when.Thanks.
March 28, 2021 at 9:07 am in reply to: Excerpt length for post slider, blog posts and magazine #1290820Thank you Nikko, you can mark this as solved.
Solution now: you had to know how many items there are ;)
Just 1 category in this case and with 6 posts defined in the post slider settings, but if the client changes that to 4, well, 4 dots should show.
What is the empiric method? :P
Thank you!
-
AuthorPosts