php, wordpress, css3, class

Stack Overflow

So I am currently working on my personal site and have started to use a timeline. There are next/previous buttons in the post, but I want them to display the post title instead of Next/Previous. I …

tagged: wordpress May 16 at 10:32
Stack Overflow

I’m working on a wordpress theme locally using MAMP on Mac. It seems to be giving me a 500 error no matter what line I try. I’m trying to require the /inc/customizer.php in the functions.php file. …

tagged: php, wordpress, wordpress-theming, require May 16 at 15:22
Stack Overflow

My WordPress menus are not showing up on the search results page. I am registering the locations like: register_nav_menus( array( ‘primary’ => ‘Primary Menu’, ) ); And calling the menu …

tagged: wordpress May 16 at 17:58
Stack Overflow

We have backuped and than cancelled the folder “wp-content” from the program Viper FTP Lite. When we uploaded the “wp-content” (the backup one) folder to the website it get a white page. Than we have …

tagged: php, html, wordpress May 16 at 14:53
Stack Overflow

I’m working with extra postmeta – invoice number for orders which use bacs as a payment method. I have added a invoice number to orders in Woocommerce by using this: global $wpdb; $orders = …

tagged: php, wordpress, woocommerce May 16 at 7:48
Stack Overflow

i must upgrade my plugin but my programing skills i still is so bad. I have small plugin which after the implementation add to my register form information about accept Term and Condition and when …

tagged: php, wordpress, plugins May 16 at 16:43
Stack Overflow

I want to create a shortcode to display the date by increasing 2 days from the current date. For example, if today is 16 may, I want to show 18 may by shortcode. Please help me with this.

tagged: wordpress May 16 at 7:51
Stack Overflow

I run a WordPress behind a other (main) webserver. The main Server does have a rule to redirect all requests to /wpa to the WordPress Server with a ProxyPass ProxyPass /wpa/ …

tagged: wordpress, apache, ssl, mod-rewrite, url-rewriting May 16 at 8:44
Stack Overflow

I am looking for the user to redirect to the home page when the user tries to access the video permalink. function wpb_imagelink_setup() { $image_set = get_option( ‘image_default_link_type’ ); if …

tagged: wordpress, media, permalinks May 16 at 16:53
Stack Overflow

On my previous server that ran apache I had some htaccess rules that helped forward a certain pattern of URL’s which were giving 404’s to the fixed pattern. Long time ago my URLS for my site were …

tagged: wordpress, .htaccess, ubuntu, nginx May 16 at 5:01
Stack Overflow

I’d like to display first 5 posts from category with name ‘press’, with ‘load more’ button. I can only show a specific number of posts per page. I want to make an Ajax call to load rest. I never …

tagged: javascript, php, ajax, wordpress May 16 at 14:43
Stack Overflow

I am having an issue with image caching I believe. Not 100% sure thats the issue, but perhaps someone with greater expertise could assist. In my wordpress site, I have some images that were uploaded …

tagged: wordpress, image, caching May 16 at 15:45
Stack Overflow

Ok, so I have a page with four links on it. Now rather than having the links link to a separate page I would like to stay on the same page but swap the contents of a div on this page, as it is the …

tagged: php, jquery, html, css, wordpress May 16 at 15:15
Stack Overflow

Hi this is what I’m trying to do. I have a page, and on that page is a div with a list of posts in it and when I click one of those posts, I would like to display the content of that post, in a …

tagged: php, css, wordpress May 16 at 6:30
Stack Overflow

Is there any possible way in wordpress to change the class of “li” to wp_nav_menu() without using Walker? ‘sub-menu’ => ‘dropdown’, I tried something like this but it didn’t work: <?php $args …

tagged: php, wordpress, css3, class May 16 at 21:59
Stack Overflow

I am currently using WordPress 4.7.3 and installed the plugins below: 1) CIMY User Extra Fields 2) Theme My Login I have configured extra fields for Subscribers with plugin (1) and managed to …

tagged: wordpress May 16 at 11:50
Stack Overflow

Site is running on WordPress, using a child theme with custom taxonomies & template files. I’m currently embedding a Google Maps box (with a custom overlay generated via third-party API) on each …

tagged: javascript, php, jquery, wordpress May 16 at 18:50
Stack Overflow

We have a WP multisite setup, we’ll say 25 sites under one umbrella. They all run off the same theme options in terms of copyright dates and footer titles etc. If we wanted to update the same field …

tagged: php, wordpress, multisite May 16 at 18:23
Stack Overflow

I’m working in a simple plugin that initiates a wp_cron job. I have an options page with a field (daily_message_time) where I enter my desired time to schedule the cron, say 17:30:00 for example, and …

tagged: wordpress May 16 at 1:03
Stack Overflow

I get this error message in the console log: Uncaught TypeError: $ is not a function It references the following line: $(‘.bericht’).append(themessage); This is my full JS file: var thehours = new …

tagged: javascript, wordpress, console.log