Forum Replies Created
-
AuthorPosts
-
March 26, 2021 at 1:52 pm in reply to: Excerpt length for post slider, blog posts and magazine #1290562
Thank you Nikko.
Is there a way to have different length in blog posts and post slider?
Thank you for adding that Guenni007!
I am using 1 column with 6 posts using the complete width, so the column thing is important to work in any.
Will wait for an update.
Thanks.
Thank you Nikko.
Just to be sure.
config-templatebuilder/avia-shortcodes/postslider/postslider.phpAdd to line 1003:
$html .= $this->slide_navigation_dots();
Add to line 1006:
/** * * @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; }
Is that correct?
Thank you Yigit, you can close this.
March 24, 2021 at 1:06 pm in reply to: Remove the Title Bar with Page Title and Breadcrumb Navigation from single posts #1290097Thank you Nikko, you can mark this as solved.
Anything about this?
Thanks.
Anything about this?
Thanks.
March 21, 2021 at 6:51 pm in reply to: Excerpt length for post slider, blog posts and magazine #1289483Thank you Victoria.
Please let me know how I define:
post slider 90
blog posts 130
magazine 60Using that code.
Thanks.
Thank you Nikko.
How can I separate category page from single post under the same category?
For example, when I go to the category page I need a border around each post.
.post-entry.category-mycategory { border: 1px solid #000000; }
But when I see the single post in that category I don’t want the border, but it is displaying as well.
So the idea is to have.
1- One page with blog posts from builder displaying one category. Style that.
2- The single post itself. Style that completely different from the page.So both are under the same category, but one is a page with all the posts and another one is after you click one of them.
Thanks.
Thank you Yigit, you can close it.
Thanks for sharing John.
Any Enfold official word on this to know the status?
Thanks.
Thank you Yigit, that was confusing.
You can close this.
Empty cache and hard refresh solved it.
You can close this.
Any recommendation that works well with Enfold?
Thanks.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thank you Yigit.
When is very soon? I saw that the “soon” was going to happen weeks ago but nothing yet.
This depends on a new client and I need to finish the site in 3 weeks, so if the update comes tomorrow or quick, I can use Enfold, but if not, then I will have to look for an alternative.
Please let me know.
Thank you.
Thank you @Rikard.
I don’t need to use PHP 8 now, but I am interested in knowing your progress in that. Sooner or later things will move there and I am the ones that prefer to do it sooner.
For that Enfold support is needed and I just wanted to know that you are actually testing things and there is progress.
Thanks for sharing the mobile menu issue with 5.6. I only updated one site to test and everything is working fine for me. I don’t have alternate menu.
Cheers.
Thanks.
I have everything and thats why I want to know Enfold team words for this.
Their tests, results and recommendations.
Thank you Guenni007!
Have you tested PHP 8?
November 9, 2020 at 7:20 pm in reply to: Warning: Characters ,[,] might break ALB backend or frontend. #1259350The XSS Auditor refused to execute a script in ‘https://site.com/wp-admin/post.php?post=2&action=edit&message=1’ because its source code was found within the request. The auditor was enabled because the server did not send an ‘X-XSS-Protection’ header.
ReferenceError: Can’t find variable: wp
ReferenceError: Can’t find variable: tinymce
ReferenceError: Can’t find variable: QTagsThanks.
November 6, 2020 at 5:31 pm in reply to: Warning: Characters ,[,] might break ALB backend or frontend. #1258923It saves and update the page, but the builder does not load after saving. You have to refresh manually so it loads.
You have to try with an actual real script for this to happen.
November 5, 2020 at 8:53 pm in reply to: Warning: Characters ,[,] might break ALB backend or frontend. #1258727But it actually breaks. After saving, the builder keeps loading forever. You have to manually go to the address bar and hit enter to refresh and load.
Is there a way to avoid that?
Thank you!
November 4, 2020 at 9:26 pm in reply to: Warning: Characters ,[,] might break ALB backend or frontend. #1258439Thank you.
None of the above.
You added a heading example with a script tag. Who will use that ever in life?
I need to add a Jot form in a page, nothing else. That gives us something like this:
<script type="text/javascript" src="https://form.jotform.com/jsform/111111111111"></script>
Adding that in a code block shows this message: “Warning: Characters <,>,[,] might break ALB backend or frontend. Read more if you want to use them.”
That read more takes you to the link I added in the first message. And that does not work as I said in the first message.
So.
How to add a script without breaking everything?
And that is something that you should include as “IMPORTANT” in the release notes.
That way we don’t have broken sites for days, weeks or even months.
I discovered it by luck after updating, but I am pretty sure there are a lot of users right now that don’t have a clue their sites are like that.
But glad to know and in my end at least, everything is ok now.
Thank you.
I believe that it is better to try it yourself to see the problem to fix it and not wait to affect 5000 users.
The problem is that is not visual, so after updating you will not notice anything, you will as soon as you click one of your links to discover that all of them became light boxes. It happened to me in all the sites that uses galleries with links.
Cheers.
I had to update manually all my sites, which is not good at all. But a least the solution was quick as I discovered it.
Share this with devs so next updates don’t do this.
Cheers.
For anyone with this problem, you have to go to the galley settings in advanced and select use custom link to make it work again.
Private is only for moderators, not users, so I can’t see your reply.
If this topic is talking about: Remove Lightbox in single posts correctly
Why do you come to ask another thing that will only mix and confuse the whole thread? Please open a new thread with your problem and you will get help there.
Thanks.
-
AuthorPosts