Forum Replies Created

Viewing 30 posts - 331 through 360 (of 438 total)
  • Author
    Posts
  • in reply to: Remove Big Preview images per section #1096389
    This reply has been marked as private.
    in reply to: Enable links in excerpt #1095913

    Hello Jordan.

    Which method are you using in your blog?

    Thanks.

    in reply to: Remove Big Preview images per section #1095598

    Thank you. That removes the images from search results.

    I need to keep those.

    How?

    in reply to: Image URL being replaced by Enfold #1095575

    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.

    in reply to: Image URL being replaced by Enfold #1095175

    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?

    in reply to: Exclude category in blog posts #1085278

    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.
    in reply to: iframe blocking all site content #1084649

    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.

    in reply to: iframe blocking all site content #1084141

    From result 2 to 88, you can see all of them.

    Thanks.

    in reply to: iframe blocking all site content #1084055

    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.

    in reply to: Enable excerpt and read more link #1081404

    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.

    in reply to: Enable excerpt and read more link #1080280

    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?

    in reply to: Enable excerpt and read more link #1078631

    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.

    in reply to: Enable excerpt and read more link #1077078

    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.

    in reply to: Enable excerpt and read more link #1075668

    Thank you, but as you can see in your image, that is for the feed, not for the actual site.

    Cheers.

    in reply to: Enable excerpt and read more link #1074722

    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.

    in reply to: Enable excerpt and read more link #1074262

    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.

    in reply to: Random youtube video #1067378

    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.

    in reply to: Random youtube video #1067354

    Thank you, I already solved this.

    in reply to: Forever loading editor #1066325

    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.
    in reply to: Forever loading editor #1065851
    This reply has been marked as private.
    in reply to: Forever loading editor #1065658
    This reply has been marked as private.
    in reply to: Revert changing theme folder name #1065577

    Yes, solved, thank you.

    in reply to: Revert changing theme folder name #1065373

    I had to re do all the settings for the theme and re assign pages. Nothing in the export import worked.

    Thank you.

    in reply to: Forever loading editor #1065347
    This reply has been marked as private.
    in reply to: header_main outside body #1056649

    Thank you Nikko, that seems to fix it.

    in reply to: Social icon profiles in sidebar widget #1056605

    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.

    in reply to: header_main outside body #1056601

    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.

    in reply to: Videos not showing in some pages #1056591

    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.

    in reply to: Videos not showing in some pages #1056503

    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.

    in reply to: Videos not showing in some pages #1056275

    Anything about this ?

Viewing 30 posts - 331 through 360 (of 438 total)