Title: alomalbarez's Replies | WordPress.org

---

# alomalbarez

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Premium Addons for Elementor - Elementor Templates, Widgets & MCP Tools] Latest update displays error on website](https://wordpress.org/support/topic/latest-update-displays-error-on-website/)
 *  [alomalbarez](https://wordpress.org/support/users/alomalbarez/)
 * (@alomalbarez)
 * [7 years ago](https://wordpress.org/support/topic/latest-update-displays-error-on-website/#post-11802872)
 * edit the line 692 in the plugin file:
 * `wp-content/plugins/premium-addons-for-elementor/admin/settings/modules-setting.
   php`
 * `$premium_templates = !empty( self::get_enabled_keys()['premium-templates'] )?
   self::get_enabled_keys()['premium-templates'] : null;`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] After Poly Active, I could not Get and Post URL Parameters.](https://wordpress.org/support/topic/after-poly-active-i-could-not-get-and-post-url-parameters/)
 *  [alomalbarez](https://wordpress.org/support/users/alomalbarez/)
 * (@alomalbarez)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/after-poly-active-i-could-not-get-and-post-url-parameters/#post-5871699)
 * have you used the filters for get/post query vars?
 *     ```
       functions.php
   
       // Adding the id var so that WP recognizes it
       function my_insert_query_vars( $vars )
       {
           array_push($vars, 'the_var_name');
           return $vars;
       }
       add_filter( 'query_vars','my_insert_query_vars' );
   
       header.php
       $the_var_value = get_query_var('the_var_name');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] How to enable String Translation for editor role?](https://wordpress.org/support/topic/how-to-enable-string-translation-for-editor-role/)
 *  [alomalbarez](https://wordpress.org/support/users/alomalbarez/)
 * (@alomalbarez)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/how-to-enable-string-translation-for-editor-role/#post-5048112)
 * any hack to add editor role to be able to view the “string translations” tab?
   
   not other settings, just “string translations”
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)