Forum Replies Created

Viewing 30 posts - 61 through 90 (of 170 total)
  • Author
    Posts
  • in reply to: Images in Tab Section not always fully loading #1261908

    @Rikard

    Yes apparently it is due to a poor internet connection, but the photo never loads even after 20 minutes when the whole page is loaded
    I wanted to find a solution .. but lazy loading plugins are not giving me any benefit

    Is there a way we can make sure that when the page preloader option is on, at least 25% of the page is loaded (FROM THE TOP SECTION FIRST down to the bottom) and then the page would be displayed ?

    Thank you

    in reply to: Options Tables Huge ! #1261837

    @Mike
    Hello

    Thanks for replying .. yes you are right with what you said .. but i had Cloudflare form a long time !

    If this is a server issue then i guess i am facing a dead end .. because my server host asked me to contact the Kriesi Enfold support :)

    dead end.. i am doomed to experience site crash every now and then !

    Thanks for trying to help
    cheers

    in reply to: Options Tables Huge ! #1261568

    Hello @Mike
    Thank you so much for taking the time to answer with details .. i appreciate this ..

    I am not a fan of using plugins, i would like to keep the internal theme options to enable both compression and merging. But is there a solution to enable them without having the options table get very huge ? and therefore resulting in a site crash ?

    Thanks again

    in reply to: Options Tables Huge ! #1261349

    Thank you @Mike

    Ok i will choose this solution .. but do you think that this will affect the performance of my site ?
    I will also enable the below
    CSS file merging and compression
    Javascript file merging and compression

    One more question, if i have Cloudflare, do i still need to have Autoptimize or WP Rocket ? or no need for that ?

    THanks again

    in reply to: Options Tables Huge ! #1261158

    @mike
    I have seen your reply on https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1183708 a solution .. is this going to help me ?

    My problem (site crash caused by wp-options table becoming quite large due to aviaAsset_avia-head-scripts) was solved when i disabled
    CSS file merging and compression
    and
    Javascript file merging and compression
    and
    Unique timestamp of merged files and WP object cache bug

    but the website became slow and the Gmetrix grading went down

    so what could be a good solution to avoid having the site crash and at the same time without affecting the performance of it !!!!!????

    Thanks for the help

    in reply to: Options Tables Huge ! #1261108

    Hello @Ismael
    Reply to
    #1237652

    If i am already on Cloudflare, should i install both WP Rocket and Autoptimize ? knowing that i had to disable
    CSS file merging and compression
    and
    Javascript file merging and compression
    Unique timestamp of merged files and WP object cache bug

    Please let me know what you can advise as i have been researching and my head is almost blown up since many people are saying different things !

    Thank you

    in reply to: Tab Section Not Working with Auto Adjust #1255297

    Hi

    I added this code and it worked now

    
    
    function ava_custom_script_fix(){
    ?>
    <script>
    (function($){
    	function a() {
    		$('.av-tab-section-container').bind('click', '.av-section-tab-title', function() {
    			var active  = $(this).find('.av-active-tab-title'),
    				number  = active.data('av-tab-section-title'),
    				content = $(this).find('.av-layout-tab[data-av-tab-section-content='+ number +']').children('.av-layout-tab-inner'),
    				oheight = content.outerHeight(true) + active.outerHeight(true) + 100;
    
    				$(this).find('.av-tab-section-outer-container').css('max-height', oheight);
    		});
    
    		$('.av-section-tab-title:eq(0)').trigger('click');
    	}
    
        a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_fix');
    in reply to: Tab Section Not Working with Auto Adjust #1255186

    THANK YOU SO MUCH @Nikko
    i did the update and it is still not working !

    • This reply was modified 4 years ago by Cloudypro.
    in reply to: Tab Section Not Working with Auto Adjust #1254879
    This reply has been marked as private.
    in reply to: Tab Section Not Working with Auto Adjust #1254750
    This reply has been marked as private.
    in reply to: Options Tables Huge ! #1240439

    Hello Mike

    I am just waiting for the right time to contact them as we are located in different areas and the time difference is huge !

    WIll let you know about all and thanks for following up / i have a single site
    i have many cron jobs but they are minor ones and they don’t happen every 23 of the month

    i realized that i did not have a site crash (YET) i am still monitoring .. let’s keep this thread open till i do what you requested (soon)

    in reply to: Options Tables Huge ! #1240193

    Hello Mike
    I will look into that with the Dreamhost support and get back to you as i am not too technical and i do not know where to access “phpMyAdmin” database

    Thank you !
    On another note, if i have to keep these settings, then i will have a slower site ! so i am stuck between having a site crash from time to time, and have a slow website all the time ! if you have any advise please share it with me :)

    in reply to: Options Tables Huge ! #1237763

    Hello @ismael

    Thank you for the detailed answer i really appreciate
    .Exactly Every 23rd of the month, my site crashes
    My initial problem was according to the Dreamhost Support :

    I’m seeing wp-options table quite large due to
    aviaAsset_avia-head-scripts

    and @yigit sent me this link to follow the instructions: https://kriesi.at/documentation/enfold/optimization/#troubleshoot
    i did what is written there and i have these settings applied now

    CSS file merging and compression
    Disable – no CSS file merging and compression
    Javascript file merging and compression
    Disable – no Javascript file merging and compression

    Unique timestamp of merged files and WP object cache bug
    Disable adding unique timestamps only

    my question is :
    by keeping the above settings disabled, do you think that my problem would be solved and i wont be ” seeing wp-options table quite large due to aviaAsset_avia-head-scripts” that is resulting in a site crash ?

    Thank you
    ive attached the log by the support team at Dreamhost in private

    in reply to: Options Tables Huge ! #1237004

    Hello @mike

    Sorry for the late reply …
    Well, currently my 3 preferences i talked about are;

    CSS file merging and compression
    Disable – no CSS file merging and compression
    Javascript file merging and compression
    Disable – no Javascript file merging and compression

    Unique timestamp of merged files and WP object cache bug
    Disable adding unique timestamps only

    Do you think if i keep them like this i would lose anything? Is it bad to keep them like this ? what is the disadvantages if any?

    Thank you

    in reply to: Tab Section Problem after Update #1234598

    Dear @Mike

    I have replaced the file and it worked perfectly :)

    Thank you very much for this professional support , as always ! and thank you @Guenni007 and @parosweb for contributing

    in reply to: Tab Section Problem after Update #1234524

    @Guenni007 Thank you
    Let’s wait and see if support can answer us on this one !
    i think i’ve seen an answer to that by @ismael or @rikard or @yigit but i cant remember and cant recall which topic it was ! completely lost it :(

    UPDATE:
    I have added titles to the Tab Section as @Guenni007 mentioned (and without editing any JS) it worked perfectly, however, what if i do not want to add any title .. this goes bad with my design ?!?!?!?
    Is there a way to avoid renaming the tabs and then applying css to hide them ? i have many tab sections on the site and this will take lot of time to do these edits

    thanks for the help

    • This reply was modified 4 years, 3 months ago by Cloudypro.
    in reply to: Tab Section Problem after Update #1234508

    Hi @mike
    Thanks for the reply
    Actually no it is not the “person” icon only .. it happens with any icon .. besides, if you look at the other links i provided, you can notice that the transition is abnormal .. there is a kind of a page flicker and stutter with some auto scroll adjustment that is annoying .. you can sense that there is something wrong with the element everywhere on the site

    • This reply was modified 4 years, 3 months ago by Cloudypro.
    in reply to: Options Tables Huge ! #1233719

    Hello @ismael
    No i have not modified those files at all !

    I have also asked a question on
    #1232820 concerning

    “and What is meant by “then reactivate your settings” which settings ?”

    hope you can answer it

    thanks

    in reply to: Tab Section Problem after Update #1233549

    @parosweb
    Thanks for the note .. but my site is in English and it is behaving in a similar way than yours !

    Hope the support can answer us soon !

    in reply to: Options Tables Huge ! #1232847

    Hello again

    After i updated Enfold, i realized that there is a problem with the Tab Section elements on the site .. whenever i go to another tab, the whole tab bar disappears
    example:

    even here, when you go to another tab, there is something weird on the site that happens, it shows the tab content but it kind of scrolls the page somehow !
    https://per-vurt.com/product/native-instruments-traktor-kontrol-s4 (down where you have “features”, “description” “specifications”…)

    Can you please advise and help fix it ! ?

    in reply to: Options Tables Huge ! #1232820

    Hello @Yigit
    I have followed instructions, but can you please explain or help me understand this

    Disable file merging, select “Delete old CSS and JS files” – wait for some time, clear server cache and then reactivate your settings.
    is it a must to do the above ?
    and What is meant by “then reactivate your settings” which settings ?

    Thanks again

    in reply to: Options Tables Huge ! #1232638

    Private Log

    in reply to: Blog Category HELP !! #1231704

    MANY THANKS
    It worked
    ;)

    in reply to: Search Bug #1220459

    Hello Ismael
    I did disable all the new modifications, and nothing changed ! i did this before i emailed you here !

    in reply to: Search Bug #1219088
    This reply has been marked as private.
    in reply to: Search Bug #1218417

    Hello @ismael

    Nothing in the caption of the image

    Send me an email so i can create an admin user for you if needed

    i have just noted that sometimes with some keywords i get 3 or 4 pages of perfect search listing, and then when it reaches certain posts then it starts to get this overlapping
    example “pioneer” in the search

    thanks alot

    • This reply was modified 4 years, 5 months ago by Cloudypro.
    in reply to: related products displaying out of stock #1218415

    Thank you !

    in reply to: Search Bug #1217770

    Hello @ismael
    We only did this

    Search Results with Photos (Enfold Include -> Loop Search):

    Line 34: Replace this

    echo “<span class=’search-result-counter {$counterclass}’>{$post_loop_count}</span>”;

    with this text

    $searchthumb = get_the_post_thumbnail( $the_id, ‘large’ );
    echo “<span class=’search-result-counter {$counterclass}’>{$searchthumb}</span>”;

    info taken from this post: https://kriesi.at/support/topic/show-featured-images-in-search-results-page/

    i dont want to roll back to the previous code, i am afraid i would ruin something .. do you think this is the problem ? should i try to roll back ? (sorry am not a pro in this)

    • This reply was modified 4 years, 5 months ago by Cloudypro.
    in reply to: related products displaying out of stock #1217755

    Hello @ismael

    Thank you .. this actually works however it is showing same results on all products of the same category, i am not getting different variations ! The same 5 products are showing on all other products of the same category

    Can we force the related products to show the ones that have a star (featured) only ? and keep the shuffle within this criteria ?

    In other word, if i have 50 products with star (featured), then we can have them displayed in a shuffle way and those ones that are not featured will not be displayed such as the ones i have them out of stock

    Thanks

    in reply to: How to "select a page to display as footer" #1214455

    Yes sure thank you !

Viewing 30 posts - 61 through 90 (of 170 total)