
-
Similar Content
-
By pastor.rocklyn+
I am running Wordpress 4.1 on a site hosted on DreamHost. I have an SSL certificate and have set the site up for SSL. I want to require SSL for logins and admin operations, but I want others interact with the web site via regular HTTP. I am using the Wordpress HTTPS module, so I have both "Force SSL Administration" and "Force SSL Exclusively" checked so that only admin access is forced to go through SSL. Unfortunately, these settings also force the front-end DMS interaction to be non-SSL, so that I can't update the web site unless I uncheck "Force SSL Exclusively".
So far I haven't found a lot of information on the site about how to use SSL. What is the officially recommended way to use Pagelines DMS2 on an SSL site?
-
By mtaus
I thought that any admin user could go to the frontend (in Chrome) and edit the DMS theme. But a client just asked for access to the design interface and when I gave his account admin status he was unable to see the viual editor. I logged in using his credentials and indeed his account cannot edit the DMS theme (even thought the WP bar at the top is displaying).
Suggestions?
-
By respectgb+
Hi,
Hopefuly someone here can help me on my quest, I have managed to add an admin panel under the "global options" for my clients to use for extended options and also remove any elements that I don't want them to see based on their user level (all is great so far).
However, what I'm wanting them to be able to edit is the 'blogname' and 'blogdescription' for their sites, I have managed to get the 'blogname' and 'blogdescription' to interact (clear the fields in the dabase - argh!) using the following action, but it doesn't actually take into account the $settings array that I have created.
add_action( 'pl_sorted_settings_array', 'save_extra_blog_options' ); function save_extra_blog_options( $settings ) { update_option( 'blogname', $_POST['blogname'] ); update_option( 'blogdescription', $_POST['blogdescription'] ); } I have copied and pasted the code that I am using to create the admin panel below:
add_filter('pl_sorted_settings_array', 'add_global_panel2'); function add_global_panel2($settings){ $settings['privacy'] = array( 'name' => 'Blog Name', 'icon' => 'icon-eye-open', 'opts' => array( // Regular Options Engine array( 'id' => 'blogname', 'type' => 'text', 'label' => 'blog Name', ), // Regular Options Engine array( 'id' => 'blogdescription', 'type' => 'text', 'label' => 'blog description', ), ) ); // Finally we return the new array return $settings; } Really hope you guys can help!!
Thanks in advance!
-
By outtareach
I have feedwordpress working on a site and its fine on firefox but on chrome when I am logged in I get css error which no css on the page making it hard to edit the sidebar because I cannot find/nor edit the page. I turned on debug and this is what I get
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home/content/75/11763875/html/wp-includes/functions.php on line 3000
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home/content/75/11763875/html/wp-includes/functions.php on line 3000
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home/content/75/11763875/html/wp-includes/functions.php on line 3000
Notice: convert_to_screen(), add_meta_box() was called incorrectly. Likely direct inclusion of wp-admin/includes/template.php in order to use add_meta_box(). This is very wrong. Hook the add_meta_box() call into the add_meta_boxes action instead. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/content/75/11763875/html/wp-includes/functions.php on line 3041
Notice: convert_to_screen(), add_meta_box() was called incorrectly. Likely direct inclusion of wp-admin/includes/template.php in order to use add_meta_box(). This is very wrong. Hook the add_meta_box() call into the add_meta_boxes action instead. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/content/75/11763875/html/wp-includes/functions.php on line 3041
Warning: Cannot modify header information - headers already sent by (output started at /home/content/75/11763875/html/wp-includes/functions.php:3000) in /home/content/75/11763875/html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63
-
By souleclipser
Image above: How the forum was bugged and no reply from Simon..
Hi There,
Please see the image and advice accordingly.
I bought the developer member, and i went to register with the forum.
And it blocked my IP / account with no valid reason.
It blocked my whole office IP address, suddenly. I immediate contact the support, no reply after 1 week.
Sent again another week, no reply .
Nevertheless i went to use a VPN to create another account.
I manage to login this time but unable to link to my developer account.
Man, this is disappointing
Image below display : Block my Ip address ting...
-