Forum Replies Created
-
AuthorPosts
-
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
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
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,
JarredHi 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
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
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.
I am sorry forgot to provide my website http://www.bldcpump.com
February 5, 2016 at 7:34 am in reply to: How to setting Masonry Gallery thumbnail image size? #578318Dear 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, 10 months ago by jarredzhang.
January 20, 2016 at 10:08 am in reply to: How to remove button hover background color transparent #568472Hi Rikard,
Thank you so much, it works!
best regards,
JarredJanuary 19, 2016 at 10:22 am in reply to: How to remove button hover background color transparent #567728Hi Basilis,
I have removed the code, but there is not any change.
best regards,
JarredI 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?
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?
Thank you for your useful help!
-
AuthorPosts