Title: beatR's Replies | WordPress.org

---

# beatR

  [  ](https://wordpress.org/support/users/codepage/)

 *   [Profile](https://wordpress.org/support/users/codepage/)
 *   [Topics Started](https://wordpress.org/support/users/codepage/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codepage/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codepage/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codepage/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codepage/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codepage/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/codepage/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codepage/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/codepage/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackUpWordPress] No files generated](https://wordpress.org/support/topic/no-files-generated-2/)
 *  [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/no-files-generated-2/#post-14572886)
 * i 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Check if user has access to post-id](https://wordpress.org/support/topic/check-if-user-has-access-to-post-id/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [6 years ago](https://wordpress.org/support/topic/check-if-user-has-access-to-post-id/#post-12867149)
 * absolutely perfect! thank you so much
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Check if user has access to post-id](https://wordpress.org/support/topic/check-if-user-has-access-to-post-id/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [6 years ago](https://wordpress.org/support/topic/check-if-user-has-access-to-post-id/#post-12859597)
 * Hi
    no, i mean, checking if a user has read access to a post-id, according to
   the settings in Ultimatemember
 * Currently 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] How to activate new features?](https://wordpress.org/support/topic/how-to-activate-new-features/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/how-to-activate-new-features/#post-11663773)
 * fantastico!
    thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Material Design for Contact Form 7] How to activate new features?](https://wordpress.org/support/topic/how-to-activate-new-features/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/how-to-activate-new-features/#post-11663754)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] backup in its entirety](https://wordpress.org/support/topic/backup-in-its-entirety/)
 *  [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/backup-in-its-entirety/#post-11275137)
 * Hi 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](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Best way to get a plugin url](https://wordpress.org/support/topic/best-way-to-get-a-plugin-url/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/best-way-to-get-a-plugin-url/#post-10584194)
 * [@diondesigns](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Best way to get a plugin url](https://wordpress.org/support/topic/best-way-to-get-a-plugin-url/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/best-way-to-get-a-plugin-url/#post-10582548)
 * [@joyously](https://wordpress.org/support/users/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](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Enable a theme in PHP](https://wordpress.org/support/topic/enable-a-theme-in-php/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/enable-a-theme-in-php/#post-10581982)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackUpWordPress] Does anyone have extension Google Drive?](https://wordpress.org/support/topic/does-anyone-have-extension-google-drive/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/does-anyone-have-extension-google-drive/#post-10520585)
 * the dev seems to be back and i received the downloadlinks. great!! 🙂
    -  This reply was modified 7 years, 10 months ago by [beatR](https://wordpress.org/support/users/codepage/).
      Reason: added #modlook because topic can be deleted
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error Http 500](https://wordpress.org/support/topic/error-http-500-7/)
 *  [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [8 years ago](https://wordpress.org/support/topic/error-http-500-7/#post-10347301)
 * Switch 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [custom GET variables](https://wordpress.org/support/topic/custom-get-variables/)
 *  [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [8 years ago](https://wordpress.org/support/topic/custom-get-variables/#post-10347289)
 * Hi 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
    Beat
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Live Preview for Contact Form 7] can’t set the background color](https://wordpress.org/support/topic/cant-set-the-background-color/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [8 years ago](https://wordpress.org/support/topic/cant-set-the-background-color/#post-10306804)
 * thanks for the mail support! works now
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reusable Content & Text Blocks by Loomisoft] CSS issues and how to best insert block in WPBakery](https://wordpress.org/support/topic/css-issues-and-how-to-best-insert-block-in-wpbakery/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/css-issues-and-how-to-best-insert-block-in-wpbakery/#post-10097783)
 * 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](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 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reusable Content & Text Blocks by Loomisoft] CSS issues and how to best insert block in WPBakery](https://wordpress.org/support/topic/css-issues-and-how-to-best-insert-block-in-wpbakery/)
 *  Thread Starter [beatR](https://wordpress.org/support/users/codepage/)
 * (@codepage)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/css-issues-and-how-to-best-insert-block-in-wpbakery/#post-10093377)
 * 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](https://screencast-o-matic.com/watch/cFeYhHDUOS)
 * that would be absolutely fantastic if we get this to work…
 * thanks!

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/codepage/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codepage/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/codepage/replies/page/2/?output_format=md)