Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Enfold 4.2.6 update problem – have not been solved #937059

    Hi Victoria,

    And now I found another problem, the small thumbnail of my gallery became very transparent and smaller… I’m not sure if it’s affected by your code.

    Please refer 2 pages on my website:

    https://www.bldcpump.com
    https://www.bldcpump.com/dc-water-pumps/bl-b02/

    best regards,

    Jarred

    in reply to: Enfold 4.2.6 update problem – have not been solved #937057

    Hi Victoria,

    Yes, the problem seems been solved. Thank you very much!

    I want to know if this problem will happen after my next update? If yes, could you please tell me what code you have added to the functions.php? And you added it to the Enfold theme functions.php or Enfold child theme functions.php?

    best regards,

    Jarred

    in reply to: Enfold 4.2.6 update problem – have not been solved #936070

    Hi Victoria,

    I don’t know how to clear the server cache. There is a WP-rocket in my WordPress, and you can click to clear the cache and also clear my Cloudflare cache. It is useful when I changed some settings. But this time it did not work!

    In fact, I have tried your method in my previous ticket by myself, but as I said, it did not work. I really don’t know how should do now.

    best regards,
    Jarred

    in reply to: Enfold 4.2.6 update problem – have not been solved #935974

    Hi Victoria,

    Please use my cPanel account to login directly.

    I am sorry, I really don’t know how to edit them not to add again. I am very confused, I have used enfold theme more than 3 years, and updated it for many times. I never changed any settings and have never encountered such a problem before.

    best regards,

    Jarred

    in reply to: Enfold 4.2.6 update problem #934382

    Dear Victoria,

    Thank you for reaching out!

    When I added the following code to my wp-config.php file, it showed me other error message.

    // Turn debugging on
    define(‘WP_DEBUG’, true);

    // Tell WordPress to log everything to /wp-content/debug.log
    define(‘WP_DEBUG_LOG’, true);

    // Turn off the display of error messages on your site
    define(‘WP_DEBUG_DISPLAY’, false);

    // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
    @ini_set(‘display_errors’, 0);

    The error message is:

    Notice: Constant WP_DEBUG already defined in /home/bldcpump/public_html/wp-config.php on line 84

    Notice: Constant WP_DEBUG_LOG already defined in /home/bldcpump/public_html/wp-config.php on line 87

    Notice: Constant WP_DEBUG_DISPLAY already defined in /home/bldcpump/public_html/wp-config.php on line 90

    When I only added singe code:

    // Turn off the display of error messages on your site
    define(‘WP_DEBUG_DISPLAY’, false);

    It also showed me error message.

    How should I do now?

    And Why this problem did not appear in the previous upgrade? Could you please send me a older version Enfold theme so that I can solve this problem temporary?

    best regards,

    Jarred

    in reply to: Enfold 4.2.6 update problem #933571

    @Rikard @Victoria

    I am sorry for the late reply. I have replaced the header.php content as Rikard’s suggestion. But it did not work! I have provided my admin access in the private content, could please help to look and solve it?

    In addition, could you please send the old version Enfold? I want to downgrade my theme.

    in reply to: Enfold 4.2.6 update problem #928402

    I am sorry forgot to provide my website http://www.bldcpump.com

    in reply to: How to setting Masonry Gallery thumbnail image size? #578318

    Dear Sir,

    I have the solution according to the old article in forum. But still have little problem.

    I found the code in function.php

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);

    And added
    , 'crop' => false
    to what size I need. The problem could be solved if I change the code in father theme directly.

    The problem is I am using a Child theme, I do not want to change it directly in the father theme. Because it is not convenient for update the theme. So what should I do in the child theme?

    I have tried to add entire line of code to function.php in child theme, but it did not work. Such as
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180 , 'crop' => false); // small image for blogs

    • This reply was modified 8 years, 8 months ago by jarredzhang.
    in reply to: How to remove button hover background color transparent #568472

    Hi Rikard,
    Thank you so much, it works!
    best regards,
    Jarred

    in reply to: How to remove button hover background color transparent #567728

    Hi Basilis,
    I have removed the code, but there is not any change.
    best regards,
    Jarred

    in reply to: Where is Magnific Popup? #559366

    I noticed that link: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173

    It works for text content. However, I want inline my whole page (a page URL). Is it possible and how?

    in reply to: Where is Magnific Popup? #559254

    I have to give up and delete the plugin “Lightbox Plus Colorbox” because it has conflict to the Gallery style. Anyone could tell me another solution?

    in reply to: Can I add or modify the default sharing button? #542860

    Thank you for your useful help!

Viewing 13 posts - 1 through 13 (of 13 total)