php, jquery, wordpress, custom-taxonomy

Stack Overflow

As always i did lot of searching around google and here but did not find what i want. This is wordpress and ajax loading (pagination) My page with jobs cat. It does have several div with other sub …

tagged: javascript, jquery, ajax, wordpress Mar 23 at 10:38
Stack Overflow

In functions.php, I want to attach a function to a hook only for the front page: function dequeue_iw_theme_styles() { wp_dequeue_style(‘iw’); } if (is_page(‘new-front-page’)) { add_action(‘…

tagged: wordpress, hook Mar 22 at 20:08
Stack Overflow

I have following codes for my comments page: <?php $commenter = wp_get_current_commenter(); $comment_args = array( ‘fields’ => apply_filters( ‘comment_form_default_fields’, array( //Author …

tagged: php, wordpress, recaptcha Mar 23 at 5:02
Stack Overflow

hey guys so I am trying to build a page that has a main container where all the content goes in, in that container there is image that cover a certain amount of the container, a title to the left and …

tagged: html, css, wordpress Mar 23 at 16:21
Stack Overflow

I need category id based display Taxonomy tag list. $category_ids = get_all_category_ids(); foreach($category_ids as $cat_id) { $cat_name = get_cat_name($cat_id); echo $cat_id . ‘: ‘ . …

tagged: wordpress, tags, taxonomy, taxonomy-terms Mar 23 at 11:09
Stack Overflow

I have a wordpress site where I’ve created a custom HTML registration form. I”m using PHP in the functions file that creates the user in our WP users table and emails us with the info from the form. …

tagged: php, sql, wordpress, forms, validation Mar 23 at 14:35
Stack Overflow

I have built this siteWhen I’m viewing it on mobile I can see the Nav Bar image, But if I view the site on a phone I no longer can see the Nav Bar image. Here is the CSS. Any help would be …

tagged: html, css, wordpress, navbar Mar 23 at 17:30
Stack Overflow

I would like to change the Default Text in the Reviews Product data tab. I tried the following Code, it works for the descrption, but now are only the new descrption and nothing else is shown. There …

tagged: php, wordpress, woocommerce, hook-woocommerce Mar 22 at 21:04
Stack Overflow

When I use fp auto height from the Fullpage Plugin (Auto Height checked in options) for one section and add text which is bigger then a section it fits the section to the whole screen and starts …

tagged: html, css, wordpress, plugins, height Mar 23 at 10:31
Stack Overflow

I have a local wordpress backup which is a copy of the main dir from the previous webhost. I runned the site using wampserver but when I tried to open the index page it said: “Error establishing a …

tagged: wordpress Mar 23 at 15:12
Stack Overflow

I have a custom post type called Documents which has a taxonomy called documentcats all of which needs to be accessed by logged in users only. I have used this from another thread: add_filter( …

tagged: php, wordpress Mar 23 at 15:29
Stack Overflow

since this morning my site does not show google maps in the tab, but I did not make any change, I tryed to upload a backup but doesn’t work. Here the url of a page where google maps doesn’t work …

tagged: wordpress, google-maps Mar 23 at 11:50
Stack Overflow

I manage a time limit for gravity form with this piece of code: <script> function move() { var elem = document.getElementById(“myBar”); var width = 0; var sanie = 0; var id = …

tagged: wordpress, forms, gravity-forms-plugin Mar 22 at 21:05
Stack Overflow

I have an issue where my AWS EC2 instance displays a demo WordPress site correctly using ec2-34-252-83-100.eu-west-1.compute.amazonaws dot com but when resolving the domain name testrange dot co it …

tagged: wordpress, amazon-web-services, ssl, amazon-ec2, cloudflare Mar 22 at 23:57
Stack Overflow

The following php code works well when executed directly from the browser. It sends a test SMS to/from the right places. <?php require(‘twilio-php/Services/Twilio.php’); …

tagged: php, jquery, ajax, wordpress, twilio Mar 23 at 8:39
Stack Overflow

A wordpress website I am developing is throwing an error with the QTip tooltip function. The theme I am using is called Eventum and the tooltip is included in the calendar of the Event Espresso …

tagged: javascript, jquery, wordpress Mar 23 at 13:13
Stack Overflow

i am working on a wordpress website, i have set multiple subdomains and i have install in each one wordpress and same themplate, the problem im having here is that when i access sub.mydomian.com/...

tagged: php, wordpress, rss Mar 23 at 18:42
Stack Overflow

The below code works really well for pulling in a select option list for all the entries in a custom taxonomy called ‘make’. It only pulls in parent level ones which is perfect. <…

tagged: php, jquery, wordpress, custom-taxonomy Mar 22 at 21:08
Stack Overflow

i had a site which was working fine until i had to renew my ssl. Now I am getting DOMAIN_NAME’s server DNS address could not be found. Please help

tagged: wordpress, ssl, apache2, vhosts Mar 23 at 1:39
Stack Overflow

I am learning to display content in WordPress with vuejs, when I load my page, the h1 tag does not show. Here my index.php: <?php get_header(); ?> <div class=”white-wrap”> …

tagged: wordpress, vue.js
Wordpress E-commerce