Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello Jordan.
Which method are you using in your blog?
Thanks.
Thank you. That removes the images from search results.
I need to keep those.
How?
If https was used since the first time, what file compression has to do anything with this?
I use https, the result is http, so the problem is in the fixed file, or maybe in another file.
I can confirm that the fixed file actually let the external URL to be used, the problem is that it is changing it to http only and that is worse.
Thanks.
Thank you Michael, that helped, but the fix has a big problem. Hopefully @Günter or other Enfold moderator/Developer sees this.
After uploading the fixed asset-manager.class.php file, now the external URL is used, BUT it is replacing https for http, resulting in:
Mixed Content: The page at 'https://www.mysite.com/' was loaded over HTTPS, but requested an insecure image 'http://externalsite.com/links/image.png'. This content should also be served over HTTPS.
So now the site breaks completely for HTTPS.
Can anyone please share the fix?
I just tested this and it is not working.
// exclude categories add_filter( 'avia_blog_post_query', 'avia_blog_post_query_mod', 10, 2 ); function avia_blog_post_query_mod($query, $params) { if( is_page('home') ) { // exclude testing category when the current page is "home" $query['tax_query'][] = [ 'taxonomy' => 'category', 'field' => 'name', 'terms' => 'testing', 'operator' => 'NOT IN', ]; } return $query; }
It seems that
if( is_page('home') ) {
is doing nothing.Thank you.
- This reply was modified 5 years, 7 months ago by peterolle.
Thanks for pointing that, I managed to see where it’s coming from. To style the youtube video under each post that was needed, so I will tweak the CSS to just use it for that.
Solved.
From result 2 to 88, you can see all of them.
Thanks.
The thing is that I am not going to search and edit 300 posts. I need to fix it globally.
If you create a normal post and paste the iframe code I shared, you will see the problem. This does not happen in other themes.
So, how can I fix it globally, for all posts at once?
Thank you.
Ok. I have to manually create a special page with blog posts, comments, sidebars, etc… using avia editor to work like that?
You should consider adding that option for default as WordPress works, not having to manually create a home for that.
Thanks, solved.
Again.
Homepage is latest post under WordPress Settings. Nothing else.
Enfold > Elegant style for blog.I am not creating a special page with blog posts and special sidebars and special features. I have latest posts as homepage, that’s it.
I need the read more. How?
Just go here: https://kriesi.at/blog
Articles have “Read more” and are not showing complete.
I want that, mine are showing complete. I need the read more.
Thanks.
If you go here: https://kriesi.at/blog
You have the articles not full, they have a read more to see the complete article, that page only shows a part of the article, NOT complete.
Thats it. I need that. In my test, the articles are showing complete and not like that.
How to have them to look like that with a read more to see the complete article?
About the image shared above, it is for RSS Feed, not for the actual site.
Thanks.
Thank you, but as you can see in your image, that is for the feed, not for the actual site.
Cheers.
I have it local, but you don’t have to configure anything.
Wordpress Settings > Reading > Latest Posts.
Enfold Blog layout > Elegant.And thats it, nothing else is installed. Just a clean install with the theme.
All posts show complete, I need them to be with “read more”.
Thanks.
Homepage is latest post under WordPress Settings. Nothing else.
Enfold > Elegant style for blog.I can’t find the “enable read more” or something like that. Ca you please let me know exactly where it is ?
Thank you.
I know, the problem is that it is not a line to make things work, I custom made things using some plugins and code functions in the theme and in a template. No easy to just post it.
Thank you, I already solved this.
Maybe take a look at the errors I am sharing, the file and the lines?
[Error] TypeError: undefined is not an object (evaluating 'window.switchEditors._wp_Nop') convertTextToInterface (avia-builder.js:156) (anonymous function) (avia-builder.js:96)
I see this happened to other users as well and there are solutions mentioned if you do a search here and in google.
That may help to see where the error may be and how to fix it, but “undefined is not an object” when switching editors is telling something.
Se my first message error and this one, both telling where the problem is.
Thank you.
- This reply was modified 5 years, 9 months ago by peterolle.
This reply has been marked as private.This reply has been marked as private.Yes, solved, thank you.
I had to re do all the settings for the theme and re assign pages. Nothing in the export import worked.
Thank you.
This reply has been marked as private.Thank you Nikko, that seems to fix it.
what do you mean by css problems in Safari. I work with Safari as Mac User too. i can not see any css issues
For some reason when I am logged in it displays vertical and the CSS is not applied. Chrome works fine and if I open a private window in Safari it shows correct. So it is only for me…
Thank you.
What for is cache disabled needed ?
You can style the site completely even when cache is active.
Inspect > Modify style > share the fix.
Thank you.
I already did all the pages again and move the comments from them to the new ones… So for now I believe its is ok. Will check the errors as soon as update more things.
The block editor error mentioned in the other topic for sure is the problem, that messes completely the editor and pages saved different versions, even when using the correct editor.
Thank you.
That is the problem, the only “some of them” are not working. I am pretty sure it has something to do with this: https://kriesi.at/support/topic/shorcode-not-updating/
Also, now I am not able to edit any page because of an avia-builder.js error. The builder stalls there loading forever and nothing happens. Changing to classic is not working, so I cant edit or add anything.
Uncaught TypeError: Cannot read property '_wp_Nop' of undefined / avia-builder.js:156
Here is the complete error, that you can see editing the page you created or creating a new one.
Uncaught TypeError: Cannot read property '_wp_Nop' of undefined at $.AviaBuilder.convertTextToInterface (avia-builder.js:156) at $.AviaBuilder.set_up (avia-builder.js:14) at new $.AviaBuilder (avia-builder.js:13) at HTMLDocument.<anonymous> (avia-builder.js:289) at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.0.3:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.0.3:2) at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.0.3:2) at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.0.3:2)
I will have to create again all those pages with the same content and the same time to have them as I need and in order once I am able to use the editor.
Any ideas?
Thank you.
Anything about this ?
-
AuthorPosts