Questions tagged as 'wordpress'

1
answer

How do I fix css or code from my site logo so it always maintains the original size of width and height [closed]

I put additional css: nav-brand-sitelogo { height: 91px!important; width: 300px!important; } element.style { height: 91px!important; width: 300px!important; } .can-shrink-brand.sticky-brand-shrink-on .desktop-sticky .navbar...
asked by 17.12.2018 / 14:52
2
answers

syntax error in wordpress

My site is offline    Wordpress error: HTTP ERROR 500       [29-Nov-2018 18:14:24 UTC] PHP Parse error: syntax error, unexpected 'text' (T_STRING) in /home/mysite/public_html/wp-includes/class-oembed.php on line 421 This is Line 421 d...
asked by 29.11.2018 / 19:25
2
answers

Error uploading image in Wordpress

I'm trying to upload an image to a site powered by Wordpress and the following error is occurring: The file is empty. Upload something more substantial. This error may also have happened if uploads are disabled in your php.ini or if the sett...
asked by 27.02.2014 / 02:41
1
answer

Could not activate plugin because it generated a fatal error

I was trying to activate my plugin and this error appears in the browser on the activation page of the Wordpress plugin, I would like to know where I can see this error with more information on the reason for it. The operating system I use is...
asked by 29.08.2018 / 15:48
1
answer

WordPress with error 404

I copied a folder from a wordpress website online and pasted it to my local server. I made a backup of the database and updated my database just like the original. Connection ok. However, when trying to access the site, it appears the page...
asked by 19.05.2018 / 02:50
1
answer

Redirecting Adobe XD content to WordPress

The company where I work hired someone to do a simple dashboard using Adobe XD. Example: link But we would like to host the dashboard on our website, which was developed using WordPress. It is possible? I believe that solutions involving...
asked by 19.02.2018 / 00:14
1
answer

How not to repeat WordPress loop posts

I'm creating a post gallery like that of globo.com where 3 different posts appear at once. The problem is that it only takes a post, I would like * posts to be inserted within div without being repeated. <div class="row">...
asked by 05.03.2018 / 02:50
2
answers

Error in order finishing on Woocommerce

On the Checkout page, when I click Finish Buy, after filling in all the data, choosing payment via paypal ticket, the screen goes up at the top with the message "unauthorized | authorization". How can I resolve this? The page stays that wa...
asked by 02.02.2018 / 18:16
1
answer

Error defining constants

PHP Warning: include_once(): Failed opening '/classes/class.rslib.php' for inclusion (include_path='.;C:\php\pear\') in on line 26 I have logged this error in the log, debugged it and found the only file that does this include. When debugging...
asked by 14.12.2017 / 16:28
2
answers

How do I display the contents of my wordpress pages?

My page is with header and footer and I would like to put the content between them, I know it should be a simple thing. <?php if ( have_posts() ): while ( have_posts() ): the_p...
asked by 11.08.2017 / 16:10