Questions tagged as 'wordpress'

1
answer

Enter icons in WordPress from css

I'm trying to enter FontAwesome icons in my WordPress template but the moment I see the template in the browser, they are not displayed in my css I put them in the following way: nav.sociales li a[href*="facebook.com"]::before { content...
asked by 31.08.2017 / 00:50
1
answer

I can not enter Wordpress with user and pass created from phpMyAdmin

Migrate a site made in wordpress and everything is displayed correctly. The problem is that since I did not have the users to access the admin I went to phpMyAdmin / wp_users and there I modified user and password (as I did before). Despite doin...
asked by 31.08.2017 / 17:33
0
answers

Why does not wordpress reflect the changes?

I have made changes to my front-page.php file to include MetaSlider but the site is not updated, it just shows a slider that I had programmed through jquery. Also, try adding a new item to the menu and it is not displayed and then change the...
asked by 25.08.2017 / 05:10
1
answer

Doubt in Wordpress concepts

Good morning everyone, I am migrating a static website to WP (a template). In the website that I created in html and css I already have a navigation menu, but I have a question: when migrating to Wordpress is it necessary to create a navigati...
asked by 29.08.2017 / 07:34
1
answer

CSS background images in WordPress

I wanted to know how to link background-image in CSS in wordpress, I know that in the index to the images this code is added: php bloginfo ('template_url') for background-image is the same? thanks! php bloginfo ('template_url'); ???     
asked by 10.08.2017 / 22:24
1
answer

The text of the page does not appear in page.php

Good morning, I have the following code in page.php <?php the_post_thumbnail('thumbnail') ?> <section class="cuadricula_equipo"> <div class="cuadricula_fotos"> <div class="foto_1"></div> <div...
asked by 30.08.2017 / 18:01
0
answers

Load more button wordpress posts page

Hello, I need to implement a load more to load more posts in a wordpress template, I've already tried several methods but none works correctly. <section id="blog"> <div class="content-box"> <?php...
asked by 01.08.2017 / 00:27
0
answers

Hide wp-admin

I'm trying to hide access by wp-admin. There are several plugins that I am testing but I have a rare situation, maybe one can help me. I tried Rename wp-admin.php and WPS hide login, when changing by a keyword, the wp-admin is disabled, and t...
asked by 23.07.2017 / 03:28
1
answer

problem with WordPress and https

Today I have placed a ssl certificate in my wordpress on the home page all perfect but in all the others I get 404 error when entering https, if I enter with http the pages if they work.     
asked by 13.07.2017 / 15:30
0
answers

Custom form plugin for wordpress does not work

I am building a Wordpress plugin for a file cataloging project, basically it consists in creating a table and a form that can be used by collaborators to fill information related to certain documents. I'm not very proficient in programming so it...
asked by 17.07.2017 / 21:09