beatR
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] No files generatedi still love this plugin…
two reason i know when no files are created:
– DNS/Zone not yet set. for example if entries are made in local hosts file. or recent changes in DNS.– Password protected root folder using .htaccess
i just recently figured that one out. this can be solved by password-protecting not the root but a subfolder, like wp-admin. if it’s a dev-domain you dont want to show, throw in index.php for good measure. interestingly, backupwordpress runs completely then, backing up everything.absolutely perfect! thank you so much
Hi
no, i mean, checking if a user has read access to a post-id, according to the settings in UltimatememberCurrently what happens is:
get_posts($args)
returns all posts, also those the user has no access. when the user then visits the page, he gets presented with whatever is set in Ultimatemember. thats fine.I would just like to know in advance, if the current user has read access to post-id XX
Thanks!
Forum: Plugins
In reply to: [Material Design for Contact Form 7] How to activate new features?fantastico!
thanksForum: Plugins
In reply to: [Material Design for Contact Form 7] How to activate new features?Hi!
i have unlimited site license, but actually i always install an older premium download of version 1.8.1, it seems (according to the php-file).But after install, it seems Version 2.5.2 is installed and there was no request for updating in the list of plugins. but i have mentioned message in the Material Design Settings page.
How do i get a fresh Premium Download? i dont see a login on the cf7materialdesign.com page.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup in its entiretyHi David
i would like to switch to updraft, but i have the same question. i want a full backup. with all the files in root (wp-config.php), etc.
right now you split into several zips, ok. but it’s only plugins, themes and uploads. whats up with the rest of the files? how to activate to have them all in the backup too?Thanks!
Forum: Developing with WordPress
In reply to: Best way to get a plugin url@diondesigns as far as i know it’s not good form if you want to develop with OO principles in mind. i tend to use them too though.
this is a fully paid, rather large project. but at the same time it’s going to be a bit of reference work for me, thats why i try to go “by the book”. i’m using wppb and the use of constants like this is discouraged (and in my time as C# dev, it was discouraged too).and what confuses me: there is a function for almost everything in WP. so i have a feeling im just not using them right or dont find the right function. why those functions all feel like they have to attach the path __file__ is in?? ??
still looking for the best solution ??
Forum: Developing with WordPress
In reply to: Best way to get a plugin url@joyously
plugins_url()
, maybe, but i cant figure out how. i was looking at the code.
dirname( plugin_basename( __FILE__ ) )
returns the plugin folder + subdirectory where __file__ is in.@diondesigns
thats a possibility. but as far as i know it’s not “good form” to declare constants.i’m looking for the recommended way on how to get the current plugin directory, no matter how deep and where in subdirectories i am.
Forum: Networking WordPress
In reply to: Enable a theme in PHPI didn’t write it correctly in the post. and the link you send is not site/multisite specific.
I need to ENABLE a theme, that is not network-wide activated, on a specific site(id).
Means: the available themes are not being activated network-wide. each subsite gets a specific theme enabled, and then activated as current theme.
activate as current theme i know how to do (via database)
i dont know how to enable the theme on the site
Forum: Plugins
In reply to: [BackUpWordPress] Does anyone have extension Google Drive?the dev seems to be back and i received the downloadlinks. great!! ??
- This reply was modified 6 years, 4 months ago by beatR. Reason: added #modlook because topic can be deleted
Forum: Fixing WordPress
In reply to: Error Http 500Switch on the Debug option in wp-config.php then see what is error it outputs, either on screen or in the main error.log in the root of the website.
Forum: Fixing WordPress
In reply to: custom GET variablesHi Nick
i think you need to explain a bit more what you are trying to achieve. Maybe in a few words – what exactly do you try to pass from where to what and what is the expected output.
i guess you want to show the content of several posts on one page?
Greets
BeatForum: Plugins
In reply to: [Live Preview for Contact Form 7] can’t set the background colorthanks for the mail support! works now
i dont think it has to do with contentblock in contentblock. here is an absolut minimal example and it’s not working.
https://screencast-o-matic.com/watch/cFeri1DvRW
i was already looking quite a bit in your and wpbakerys code to figure out how to get this running. one thing i noticed, i dont think it ever goes thru this part when using the loomisoft contentblock
if ( class_exists( ‘Vc_Base’ ) ) {
$vc = new Vc_Base;
$vc->addFrontCss();
}also, where is the part where it adds the necessary JS? by looking at the vc_base class, there are at least functions that indicate that this might be possible…
wpbakery support actually told me it’s not possible to achieve, but i have a feeling they didn’t really think about it… not being able to create reusable code with wpbakery is an enourmous problem and limits its use. i hope it’s only me or the setup im fighting with ??
Hi krazyk
i actually haven’t seen that parameter… but it doesnt work with it either, i just tried it out again:
https://screencast-o-matic.com/watch/cFeYhHDUOS
that would be absolutely fantastic if we get this to work…
thanks!