WordPress and SMTP from Exchange Server authentificate

Stack Overflow

My footer.php file will pull into every page except the single.php, I have no idea why this is occurring! Any ideas? Below is the Single.php code <?php get_header(); ?> <div class=”…

tagged: php, html, wordpress Apr 7 at 11:30
Stack Overflow

After doing some research, I’m still not clear as to fix my problem. Please let me know if I need to remove my question if it’s similar. I am doing a content sharing website and it gives users the …

tagged: javascript, php, jquery, html, wordpress Apr 6 at 17:03
Stack Overflow

I recently exported our WordPress production site down to it’s staging version. There were a few new draft pages created a week ago, but they didn’t migrate down to staging. When I did the phpMyAdmin …

tagged: wordpress, import, phpmyadmin, export, migrate Apr 7 at 15:40
Stack Overflow

I’m trying to redirect people who click on the add to cart button to the checkout page directly. The add to cart button only is adding the product to cart but not redirecting at all. The code I use …

tagged: php, wordpress, woocommerce, cart, shopping Apr 7 at 8:16
Stack Overflow

add_action( ‘admin_menu’, array( &$this, ‘_settings_menu’ ) ); add_action( ‘network_admin_menu’, array( &$this, ‘_settings_menu’ ) ); I’m using [admin_menu] and [network_admin_menuu] actions …

tagged: wordpress, admin, multisite Apr 5 at 21:41
Stack Overflow

We have the following WordPress tables: wp_posts: ID, post_type, post_parent wp_postmeta: meta_id, post_id, _role_based_price During a product import with WP All Import, a function is triggered …

tagged: php, mysql, wordpress, woocommerce, wpallimport Apr 7 at 18:38
Stack Overflow

I want to show several post excerpt, so I create function function my_excerpt($limit) { $excerpt = explode(‘ ‘, get_the_excerpt(), $limit); if (count($excerpt)>=$limit) { …

tagged: wordpress, custom-wordpress-pages Apr 6 at 8:39
Stack Overflow

I am integrating Bootstrap’s navbar in my WordPress custom template using Bootstrap navwalker The menu works on desktop, but when I resize the browser to the mobile view, the mobile menu is opened by …

tagged: html, wordpress, twitter-bootstrap, wp-nav-walker Apr 6 at 18:37
Stack Overflow

In ProcessWire, when making an AJAX request, you can set this in the a template file: <?php if (!$config->ajax) include(‘./head.inc’); ?> Is there an equivalent for WordPress? <?php …

tagged: ajax, wordpress Apr 6 at 16:09
Stack Overflow

Using WPML, I have translated a string in 4 languages say: en, nl, fr and de. By default I can use <?php _e(‘my string here’,’text_domain’); ?> and it will return the exact translated text when …

tagged: wordpress, wpml Apr 7 at 7:43
Stack Overflow

I’m using the WordPress “Twenty Fifteen” theme for a website. I’d like to change the background color left of the sidebar, but I don’t find how. I can change the background of the body, page, …

tagged: css, wordpress, background Apr 7 at 12:17
Stack Overflow

I observe something I don’t understand: On my wordpress-blog, I use a bunch of self-hosted web-fonts, addressed like this: @font-face { font-family: ‘Myfont-Light’; src: …

tagged: wordpress, caching, webfonts Apr 6 at 8:03
Stack Overflow

I have a fixed header in my shop. When I do not complete all required fields at the checkout page, Woocommerce will throw an error message. This is an Ajax message. It will scroll all the way to the …

tagged: jquery, ajax, wordpress, woocommerce Apr 6 at 13:02
Stack Overflow

I’m trying to output a link on the website, but wp_kses is not allowing it. What am I doing wrong in $allowed_html array? $allowed_html = array( ‘a’ => array( ‘href’ => true, ‘…

tagged: wordpress, html-sanitizing Apr 7 at 13:17
Stack Overflow

After doing plugins updates on fribly.com. I get “WordPress White Screen of Death” on all website even on admin, after disabling all plugins using FTP website is working fine but I get “The page isn’t …

tagged: php, wordpress, redirect Apr 7 at 16:38
Stack Overflow

reset.css Failed to load resource: the server responded with a status of 404 (Not Found) jquery-migrate.js:23 JQMIGRATE: Migrate is installed with logging active, version 1.4.1 jquery-migrate.js:45 …

tagged: javascript, wordpress, console.log, jquery-migrate Apr 6 at 9:00
Stack Overflow

This is usually a basic thing to do, however suprisingly im having difficulties with it. I got a link: <a href=”#maps678″>t.b.a.</a> That i want click to jump to the map section at the …

tagged: html, wordpress, anchor, sections Apr 6 at 11:58
Stack Overflow

The thumbnails in this code are displaying correctly in FF and Chrome but in IE they are being displayed based on their ratio. I have 50px set as the length and height and all the thumbnails are …

tagged: php, wordpress, function, shortcode Apr 6 at 19:26
Stack Overflow

I’m having a hard time trying to figure out how to resolve this problem. When i send mail with wp_mail(), i get an authentification error but, if a try the same configuration from a blank phpmailer …

tagged: wordpress, smtp Apr 7 at 15:31
Stack Overflow

I have a Custom post type defined with taxonomy(category) as below code: My custom post type archive works fine but when I try to access the taxonomy archive I get 404 page. E.g url: example.com/...

tagged: wordpress, content-management-system, custom-post-type, permalinks Apr 6 at 10:03
wordpress , MySQL , Oracol