Dimitris Kalliris
Forum Replies Created
-
test new addresses
and another one
yet another one
yet another test
reply
Hello @airbjorn
This seems a fair approach! ??
although I’m a bit confused there is no gap between content and sidebar
With 64% content and 33% sidebar, there’s a 3% gap between them (for the 100%).
You should further lower down any one of them in order to create more space between them.Warm regards,
DimitrisHello @timelymanner1
That’s strange… so you got a error message about the card, but payment actually went through…
In order to better assist you, could you please send us an email using our safe contact form here:
https://premium.wpmudev.org/contact/#i-have-a-different-question
using this template:Subject: “Attn: Dimitris”
– link back to this thread for referenceKeep in mind the subject line as ensures that it gets assigned to me.
Warm regards,
DimitrisHello there Puggy,
hope all is going well for you today! ??By the way, this is with PHP version 7.0.18, and WordPress version 4.8.1
These seem fine, they shouldn’t cause any issue on this.
The wp-config.php doesn’t have either of those defines. Closest thing I found is ‘FS_METHOD’. There is no mention of CHMOD in it at all.
I haven’t used such stack, but it seems that it utilises some more security steps. FS_METHOD and some other definitions, can be used in wp-config.php file for cases that updates don’t work out-of-the-box. For more info on that, please refer in official doc page here:
https://codex.www.ads-software.com/Editing_wp-config.php#WordPress_Upgrade_ConstantsAs for the permission issue you’re dealing with .htaccess file, please advise the following links, which propose some techniques to surpass this.
https://blog.david-jensen.com/wordpress-amazon-ec2-apache-permissions-wordpress/
https://docs.bitnami.com/aws/apps/wordpress/#the-plugin-i-installed-is-not-working
https://docs.bitnami.com/aws/apps/wordpress/#troubleshooting-262I’ve already pinged plugin’s lead dev on this, hopefully he’ll be able to provide some addition insights on this soon. ??
Warm regards,
Dimitris
WPMU DEV – Support HeroHello there Puggy,
hope you’re doing good today! ??I tried to replicate this in a local Apache installation with no avail.
Could you please make couple of checks for me?
First, access your server via FTP and open wp-config.php file (should be placed in the root folder of the WP installation). Check if there’s anything like:
define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) ); define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) );
that could mess with file permissions.
Reference: https://codex.www.ads-software.com/Editing_wp-config.php#Override_of_default_file_permissionsIf this has no result, please perform a plugin/theme compatibility test to ensure that this isn’t happening due to some conflict.
The following flow chart can help you narrow down the conflicted combination, if of course a state with only Defender plugin and a default theme like TwentySeventeen resolves these issues.
https://premium.wpmudev.org/wp-content/uploads/2015/09/Support-Process-Support-Process.gifLet us know about your results!
Warm regards,
DimitrisForum: Plugins
In reply to: [Kirki Customizer Framework] Warning: Illegal offset typeHey there,
there’s an updated issue in github => https://github.com/aristath/kirki/issues/735#issuecomment-197916466
Can you please confirm the develop branch version?
Please advise,
DimitrisForum: Plugins
In reply to: [Kirki Customizer Framework] Adding CSS to DIVsHey there,
I mark this as resolved due to inactivity.
Please feel free to post back here if more help is required.Warm regards,
DimitrisForum: Plugins
In reply to: [Kirki Customizer Framework] Textarea line breaksHey there,
I tried to resolve this by using the wpautop function like this:
<?php echo wpautop( get_theme_mod( 'footer_site_info', '' ) ); ?>
Could this be a working solution for you?
Please advise,
DimitrisHey there,
you can always bullet-proof your workaround by creating a child-theme and create your new template in /your-child-theme/woocommerce/single-product.php file. This way you won’t lose this change after theme update. ??
Hope that helps,
DimitrisForum: Themes and Templates
In reply to: [Hueman] Limit post title characters and post numbersHey there,
excuse my misunderstanding here.
The number of posts in every page is a generic WP setting located in Dashboard->Settings->Reading->Blog pages show at most.
Cheers,
DimitrisForum: Themes and Templates
In reply to: Custom CSS to remove footer creditsI’m glad you made this work!
Please mark this as resolved and keep in mind what Jan mentioned previously.
Warm regards,
Dimitris