Questions tagged as 'wordpress'

2
answers

base64_decode in wordpress

I am trying to save a coded with base64 in the table posts_meta of Wordpress for later get that field, decode it and show the content, but somehow it makes an "escape" of all the quotes so that the Html after being decoded appears li...
asked by 08.05.2016 / 13:16
3
answers

How to change background color only to certain elements of a grid?

Greetings! I need a little help with a CSS theme, the thing is that I'm developing a Wordpress project and I use a plugin to display the posts on a grid. The theme is that I have placed 3 columns, each photo has a button "Read more", however, in...
asked by 06.11.2018 / 03:17
2
answers

WordPress child theme is not shown as the parent theme

I have made a child theme, creating the stlye.css and functions.php files. My theme has multiple * .css and * .php files. The issue is that I can not get the web to show up as the parent theme. Missing elements (mainly in the Homepage). I would...
asked by 08.03.2018 / 01:12
3
answers

Display data between a range of dates using Highcharts in Wordpress

I edit the question: I'm using HighCharts in WordPress to show data from a DB MySql . I want to show data between a range of dates selected by the user In the HighCharts code, in the data section I do not hav...
asked by 06.06.2017 / 21:31
2
answers

Doubt wordpress and friendly links

I've been working on a website for a couple of days and I want all the urls to be friendly, that is, no url is so subcategoria/?type=ejemplo1 , the problem is that I also want all the custom data types and I can not think of it Another way...
asked by 12.05.2016 / 09:40
1
answer

Div is hidden by decreasing the width of the browser

I am editing the styles of this website: link The problem is that by decreasing the width of the browser the div called "site-top-bar-right" does not show its content, as shown in the following screenshot: Any suggestions or...
asked by 22.02.2017 / 16:30
1
answer

Is there any way to put php code in contact form 7 to make my trackin?

I have some Landing Page in html code, now I am thinking about passing them to wordpress, in contact.php I have a php code that takes some values, I would like to know if I pass it to wordpress those php codes that I have in the contact Can I pu...
asked by 29.09.2016 / 17:12
1
answer

Call method every so often ionic wordpress

I bring news from a wordpress, but I want to be able to update the news every so often, and it would be calling the builder who brings the news ... I show the code. import { Injectable } from '@angular/core'; export const WORDPRESS_URL = 'http...
asked by 25.05.2018 / 03:40
0
answers

Make custom registration and login in WordPress

How can I create a template for user registration and login other than WordPress itself? That is, for the moment I have a custom-login.php where it consists of a box divided into two, one is for login (that is resolved) and the o...
asked by 19.03.2018 / 13:03
0
answers

Enable comments in custom post type

I have a custom post type called "news" and I am trying to include comments, and I do not get it. I will tell you everything I have done and nothing has worked: include in functions.php function default_comments_off( $data, $postarr...
asked by 07.09.2017 / 18:41