Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #346453

    Hello! I used the following code to change the header text and entry text in magazine setting:

    /*  entry text of magazine entries */
    .av-magazine-content.entry-content  {
    	line-height: 1.2; 
    	font-size: 16px !important;
    }
    
    /*  heading text of magazine entries */
    /* note this is the id for entry title .av-magazine-title.entry-title */
    #av-magazine-1 .av-magazine-top-heading  {
    	color: #EF6A11 !important; 
    	font-size: 26px !important;
    }
    
    #av-magazine-2 .av-magazine-top-heading  {
    	color: #CC3366 !important; 
    	font-size: 26px !important;
    }
    
    #av-magazine-3 .av-magazine-top-heading  {
    	color: #009eca !important; 
    	font-size: 26px !important;
    }

    For some strange reason, the CSS doesn’t seem to hold. It’s also been happening with other CSS since yesterday. I can clear the cache and see the changes, then a few minutes later I clear the cache again and everything goes back to default. It seems that the CSS is being over-written or…? I tried increasing the memory limit to 256M in wp-config.php and it didn’t seem to make a difference.

    #346995

    Hey onegirlrtw!

    Thank you for using Enfold.

    I checked the site and the magazine heading looks fine. The css codes are being applied.

    Best regards,
    Ismael

    #347080

    Hi Ismael,

    Thanks! Unfortunately, the slow behavior of the site has gotten worse since this initial “meltdown” and I’m guessing that it is a memory issue, but I am not sure if it is with the theme or the hosting company (go daddy). It seems that the more I added pages and CSS to the site, the slower it got. In the last 2 days, I am reloading pages constantly, losing new entries in pages constantly and taking hours to make one small edit or change, literally, Something is really wrong!

    I increased the memory limit as per above.
    I edited the php.ini file to memory_limit = 192M (that’s what go daddy said to do) in webroot and WP installation folder.
    I did a maleware scan and found no infected files.
    I have disabled all plugins.
    Then I did a http://tools.pingdom.com/fpt/ test and the site is still ranking at 84/100 with no plugins installed.
    (I have another WP installation in the same account using a different theme and this site ranks 65/100 – with 17 plugins installed, still terrible but not as bad as the enfold theme with 0 plugins installed).

    I am using enfold 3.0.2 and WordPress 4.0

    I tried to run the P3 optimizer with only that 1 plugin installed, and got FATAL ERROR – A fatal error occurred during profiling: Allowed memory size of 268435456 bytes exhausted (tried to allocate 35 bytes) in file /wp-content/plugins/p3-profiler/classes/class.p3-profiler.php on line 304

    I tried to run theme check plugin with only that 1 plugin installed, and got FATAL ERROR – Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230

    It seems that my site is completely maxed out even with no plugins installed. I have no idea how to resolve this… do you think it is a server side issue or something with the theme?

    #347130

    After almost 5 hours of trying to solve this issue and being in touch with Godaddy for the 3rd time, it seems that it could be a theme-related issue. I am able to load the “theme check” while using another theme and THEN check themes. I can check all 3 standard themes with no problem. However, when I try to check enfold theme or child theme, I get FATAL ERRORS:

    Enfold theme: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230

    Child theme: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230

    Help, please!

    #347133

    Please note that I am running ZERO plugins besides the Theme Check plugin.

    #347214

    Just an update – I deleted the enfold theme and re-installed it as per GoDaddy’s request, still have the problem.

    #347233

    Godaddy mentioned that the problem may be in one of my customizations. So, I tried to comment out all the extra php functions, still no change. Here is the functions.php in child theme:

    * <?php 
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a.news-link').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    
     /* add_theme_support(‘avia_template_builder_custom_css’);
     */
    
    /* set builder mode to debug
    
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    
    add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1);
    function avf_magazine_excerpt_new_lenght($excerpt) {
    $excerpt = 200;
    return $excerpt;
    }
    */
    #347238

    Not sure what this error is but I am getting it when trying to load the site now:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /wp-content/themes/enfold-child/functions.php:1) in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    #347239

    Also, still have the FATAL ERROR on new version of the installed theme with Theme Check Plugin:

    Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230

    #347248

    I’m starting a new thread because I need to have this taken care of ASAP – thanks so much!

    #347592

    Hey!

    For future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible.

    It is quite normal for websites to load much slower if contents are gradually increasing but there are various ways to optimize loading speed if you don’t want to upgrade your hosting plan. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit. Run once to remove jpeg extra data then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. Once done log out.
    8. Remove or deactivate unnecessary plugins.

    Regarding the max execution time error, you can try the following fix to prevent it from happening: http://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php

    Regards,
    Ismael

    #348345

    Hi Ismael,

    Thanks. Regarding “bumping” the thread, I do apologize…perhaps it can be recommended to edit the original thread rather than add more replies. I though I was helping the situation by adding more detail to what I did. The reason why I started a new topic was because I saw many times moderators asking participants to do so when the topic is outside of the original topic of the thread. I’ve personally had a terrible time trying to search this database so I thought by starting a new topic I was helping the search/tag problem.

    Your suggestions above are pretty generic and cannot actually explain why my site is taking up to 2-3 minutes to load any page or change on the back-end. The largest jpg file I have is 450kb, certainly not enough to crash a site. By the way, I had already increased the max execution time but just forgot to mention it above. It did not make any difference.

    If many people are reporting this issue, then it seems that there is definitely a problem somewhere. Now, the challenge is to find it. A site that cannot load is not going to keep users and every minute I lose is money lost too.

    As I stated above, I am not running any plugins at this time. Also, Godaddy has recommended NOT to install super cache while having caching problems on a website – they recommend to wait until all development is finished and then install it. I think the super cache plugin could make it even more difficult to find the problem at this point.

    The issues I am having now:

    -Cannot edit in Avia editor – forever seeing spinning circle and often “Connection Lost” error + trouble saving changes.

    -Images as small as 100kb taking 2-3 attempts to load (timing out or showing error upon loading.)

    -Extreme slow load-time (working on your list above but I don’t think that a few jpgs can cause such a huge problem.)

    -All of this even with 0 plugins installed.

    I also tried changed CSS file to 755 permissions.

    In addition, I re-ran the Theme Check Plugin after increasing the max execution time in php.ini. I am still getting the Fatal Error: Fatal error: Maximum execution time of 30 seconds exceeded.

    In trying to run the Smush Plugin, I get this error: Notice: Undefined index: wp_smushit in /wp-content/plugins/wp-smushit/wp-smushit.php on line 276 with each image.

    I asked Godaddy to run Error Logs on the site. They say that the errors are code related and do not show any problems on the server. The errors are mostly this (and many):

    (9)Bad file descriptor: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

    Finally, I deleted any extra php code in the child theme functions.php just in case it was slowing the site.

    So far, nothing seems to be helping this problem.

    • This reply was modified 9 years, 4 months ago by onegirlrtw.
    #348545

    Hi!

    There are thousands of Enfold users and only few reported performance issues. Honestly, this is a complex topic and should be dealt with outside the support forum. All we can do is provide basic / generic guidelines regarding website optimization. What is the current PHP version? Another user who seems to have the same issue ssomehow fix it by upgrading PHP:
    https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892

    And searching for any related issue regarding the mod_fcgid error and I found this on top which seems to be a GoDaddy related issue: http://www.howtoforge.com/forums/archive/index.php/t-56003.html

    Anyway, we’re seeing errors on the site that are not theme related:

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/post.php on line 4373

    Please post the login details here and set it as a private reply. We would like to check it.

    Best regards,
    Ismael

    #348668
    This reply has been marked as private.
    #349284

    Hey!

    I’m sorry that you’re having this issue but I created this test page without any hassle. As you can see, there are tons of elements on the page and I created it on less than 10 seconds: http://healthybliss.net/test-page/

    Have you tried a different browser? Forgive me for asking, maybe you have a slow internet connection?

    Regards,
    Ismael

    #349622

    lol, I am sorry but that is funny! No, my internet speed is very fast for upload and download!

    I did all the suggestions (increasing memory limit, execution times, etc) and plus all the optimization suggestions (WP optimizer plugin, etc) and nothing worked until I deleted the second installation of wordpress and moved to one installation only.

    I have a feeling that the htaccess file was causing some re-direct within the site and somehow that was slowing things down to a standstill. (Note: I am using Godaddy for hosting – maybe it is more of an issue with their servers and multiple WP folders).

    I now have one WP installation only and everything is working as normal (and loading/saving very fast again with no errors, thankfully!).

    #350244

    Hi!

    It is actually fine when I checked it before as you can see on the test page. Glad it is working now. :)

    Regards,
    Ismael

    #350321

    Yes, you added the test page after I deleted the other installation. Thanks

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘CSS styling not holding for header text and entry text in magazine setting’ is closed to new replies.