Questions tagged as 'wordpress'

0
answers

The source does not change it only changes the weight but not the family on the front end!

The source does not change the family only the width on the front and does not show any error in the console! @import url("https://fonts.googleapis.com/css?family=Ubuntu"); .menu-vin li a{ display:block; text-decoration: none;...
asked by 26.03.2018 / 15:58
1
answer

"Uncaught PDOException: could not find driver" error in Wordpress on localhost

I'm trying to put a site in Wordpress in Xampp (localhost) but when I run it, the following error appears: My error: link    Fatal error: Uncaught PDOException: could not find driver in   C: \ xampp \ htdocs \ phdvital \ public_html \ pa...
asked by 11.09.2017 / 22:42
0
answers

I can not access Home pages and with id in Wordpress

I have set up a Wordpress site, but it is not possible to access Home, nor pages that have the id in the URL, when I try to access it, it is downloaded. The other pages work. Initially the site was ok, I built it in my own environment, when I...
asked by 23.03.2018 / 15:15
0
answers

Custom post type wordpress + filters

Hello, I would like to know if anyone has done any functionality similar to this site, link filtering the post using a form. I was trying to do it using a custom taxonomy I came up with the following code. <form id="revenda">...
asked by 19.03.2018 / 15:09
0
answers

Load items from a dynamic multi-item carousel without repeating the information

I have a problem creating a dynamic carousel , I created a loop that takes wordpress posts and creates slider items in case it has 3 columns, a carousel multi items I use the arrow to move to the next problem is that every 3 views are all rep...
asked by 21.03.2018 / 23:01
0
answers

Problem to show current value in the listing grid

In WordPress I created a "custom post type" post type named Campaigns, inside it I integrated a form made with "ACF". This form has repeating fields of type "number" where points are registered. At the end of this form there is a field that a...
asked by 26.03.2018 / 19:43
0
answers

Import 70,000+ posts from a CSV in wordpress

I have a CSV file where I need to import into a custom post type 70mil posts with 7 custom meta data in it. I know that every given goal is treated in wordpress as a different line in mysql, this probably greatly undermines insertion. Is ther...
asked by 20.03.2018 / 13:37
0
answers

Release button after a certain date

<?php date_default_timezone_set('America/Sao_Paulo'); $date = date('Y-m-d'); if ($date >= '<?php the_sub_field("data"); ?>') { ?> <!-- Se a data for maior --> <a href="<?php the_sub_field('link_da_lista'); ?...
asked by 16.03.2018 / 19:52
0
answers

How can I improve the cookie-free domains in GtMetrix

I was with a score of 100 on pagespeed and 97 on yslow on gtmetrix.com. But I went to do the test again and it appeared that I need to set these cookies. Theonlyproblemisthatthesescriptsandcssthatarethereonmysitehavebeenputtogetherinjust1...
asked by 16.03.2018 / 15:56
1
answer

Wordpress display post author photo image url [closed]

Someone here knows how to tell me how to get the url from the image of the photo of the author or administrator of the post in wordpress?     
asked by 16.03.2018 / 01:53