Questions tagged as 'wordpress'

1
answer

How to register in the Wordpress database from the advanced custom field

On my site you can insert new photo albums from the ACF. I created a table in the database that contains the album information, such as name, location, date, and so on. But I have no idea how to enter this album information into the database....
asked by 07.01.2018 / 15:29
0
answers

Error inserting flatpickr in wordpress

I'm trying to insert flatpickr in wordpress but the calendar does not appear, only the "Select Date ..." appears. Does anyone know why? The code I am putting is this: flatpickr("#inline", { inline: true, weekNumbers: true }) <link h...
asked by 05.01.2018 / 19:26
0
answers

How do I display the news from my old portal with Oracle database to the new portal with mysql database in Wordpress

Greetings, dear friends! I am creating a news portal with Wordpress and MYSQL and would like to retrieve the news from the old portal with ORACLE database. I do not know, or where to start, to display the new and old news. I would appreciate it...
asked by 09.01.2018 / 12:38
1
answer

Wordpress - Contact form 7 does not work with the jquery DOM

I have this code that brings DOM documents to the page $(document).ready(function(){ $('.abas').on('click', function(){ var paginas = ["pagina1.html","pagina2.html","pagina3.html"]; aba_index = $(this).attr('tabindex');...
asked by 30.12.2017 / 11:08
1
answer

Wordpress Theme Configuration

Alright Programmers? People I bought a theme in wordpress for a value of 200R $ The Hydro Theme. The problem is that when I looked at it in the themeforest it presented itself as well designed neatly as the theme should be. When I installe...
asked by 17.12.2017 / 12:11
0
answers

Simple problem: Layout of Plugins on page

I have a problem that is relatively simple: I'm trying to put the FB comment box plugin to appear under the Author Box. The following image illustrates what I want to do: prntscr.com/hrv5ca How do I reverse the position of the two?     
asked by 27.12.2017 / 17:46
2
answers

Modify wp-login.php content

Hello, I am creating a plugin that changes the layout of the Wordpress login screen (located in wp-login.php ), but besides changing the style of the page (which I already have) , I wanted to be able to add HTML elements in it, but without direc...
asked by 20.12.2017 / 19:59
1
answer

Directory of scripts are not recognized

I'm setting up a wordpress site in MAMP installed on windows and the .JS scripts put it in the footer: <?php wp_footer(); ?> <script src="https://code.jquery.com/jquery-3.2.1.min.js"integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQui...
asked by 08.12.2017 / 20:05
0
answers

How to call a specific PHP function with AJAX?

I need to call a specific function inside a PHP file with AJAX. I have tried in many ways, I have even done research here in Stack , but it does not roll at all. What I'm doing: PHP code: $functionName = filter_input(INPUT_GET, 'functio...
asked by 27.11.2017 / 13:59
1
answer

Import featured images without having to download them. - WORDPRESS

I've been working on a site that has been around since 2001. I would like to export only your (posts + featured images) from 2015 backwards, but I do not need to download the images so I imagine everything is by database. The default expor...
asked by 27.11.2017 / 20:06