DesignAc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Download failed while upgrading to 4.9Thank you very much @andrewpery for your quick and detailed response. So I will check my plugins, and find which one is responsible. Now I know where to look at ?? Cheers bro…
Forum: Fixing WordPress
In reply to: Missing a temporary folder.Same problem here. How did you solve the checksum error. Cheers.
Forum: Fixing WordPress
In reply to: Download failed while upgrading to 4.9Same problem here. I’ve manually updated wp. But when I try to reinstall or update wp through my WP Dashboard still getting the error.
Forum: Plugins
In reply to: [Rublon Multi-Factor Authentication (MFA)] WooCommerce Plugin Compatibilityand…? ??
Great news ?? Thanks for awesome support. Take care
You’re really fast man. Best support I’ve ever seen.
But is it possible to make this change update-proof(images/sharing.png part)… I don’t want to lose anything after plugin updates.
Adding this:
.activity-list li, #groups-list li { clear: none !important; }
after your code did the trick ??
Hi. Adding code to functions.php of my parent theme didn’t solve the problem. Still vertical…
Hello the_champ and thank you very much for your quick reply. I’ve added the code to my child theme’s (which is the active theme) functions.php but there is no change. My functions.php looks like this:
<?php /** * @package WordPress * @subpackage Sweetdate * @author SeventhQueen <[email protected]> * @since Sweetdate 1.0 */ /** * Sweetdate Child Theme Functions * Add extra code or replace existing functions */ function the_champ_custom_css(){ ?> <style type="text/css"> ul.the_champ_sharing_ul li{ width: auto !important; } </style> <?php } add_action('wp_head', 'the_champ_custom_css'); ?>
Forum: Plugins
In reply to: [Timeline Express] Tab-like excerptsI’m not good at coding but maybe I can combine your code with another plugins’ (which has that capability) code. Can you tell me which place to edit in order to show related excerpt when user clicks on its title? Thanks
Forum: Plugins
In reply to: [Featured Video Plus] Creates featured image but not videoIs there any specific solution for Divi Theme (Elegant Themes)?
Forum: Plugins
In reply to: [qTranslate] Not saving textSame problem here… Everything was fine 2 weeks ago. Now texts aren’t saved when written on visual tab. Also can’t switch between the visual and text tabs. When I deactivate the qtranslate everything is OK.
Forum: Plugins
In reply to: [ITRO Popup Plugin] Turkish CharacterSame problem here… any progress with this?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Image GalleriesOk in order to get support, I’m shortening my question.
What are my options for gallery type section?
I’m not an expert but I think entering smaller width and height values for thumbnails(like 200×150)and regenerating your thumbnails may solve this problem.