Luis Sacristán
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Suspicious code in custom themeI’ll remove it ASAP
Then I’ll reinstall WordPress and check for more malicious code
Hi
This seems to be a generic error, I don’t know what it means, but if I had to fix I would search in the PHP code where this message is displayed and call to debug_print_backtrace() to check the backtrack and find the function, class, file… that fails.
If you can access to SSH console try
find . -name '*.php' -exec grep -l 'Something may be wrong with www.ads-software.com' {} \;
Hope it helps
Sorry, f@#king mobile keyboard. I meant “add some cron tasks to improve performance”
Hi
I think you shouldn’t have any problem using WordPress fit your project. If you are going to deal with huge amount of data perhaps you should add some from task to improve performance: wp_posts table could store data you don’t need: p.e revisions, so, in a future, you will need to delete this data.
Good luck on your project
Forum: Fixing WordPress
In reply to: Can’t change tagline that appears in browser tabLo de Google creo que suele tomarse un tiempo. Quizás si actualizas la página, aunque sea poniendo un espacio en blanco, se “avise” a Google y se agilice el refresco.
Forum: Fixing WordPress
In reply to: Cannot change the permalinkHi
If you emptied the trash after creating the second page, the name will be the same, with -2. Edit the page slug removing the -2, it should work.
Hope it helps you
Forum: Fixing WordPress
In reply to: Can’t change tagline that appears in browser tab?Qué hiciste? Así le puede ayudar a otros
Forum: Fixing WordPress
In reply to: How to track down and remove MalwareUsually the malicious script is coded in base64 so you can’t find the function directly. Try to search for ‘base64’ in your database
Forum: Fixing WordPress
In reply to: Can’t change tagline that appears in browser tabHola
Lo siento, yo de yoast se poco ??
Forum: Fixing WordPress
In reply to: to search only one categoryHi
You need to change the functions.php
Look the way this plugin do something similar
https://plugins.trac.www.ads-software.com/browser/search-filter/trunk/search-filter.php
Forum: Fixing WordPress
In reply to: Can’t change tagline that appears in browser tabHola,
Creo que tienes que activar la opción “Advanced settings pages”, entonces te aparecerán muchas opciones nuevas en el admin.
Saludos
Forum: Fixing WordPress
In reply to: Can’t change tagline that appears in browser tabHola
Tendrás que cambiar el orden de las opciones:
%%sitename%% %%page%% %%sep%% %%sitedesc%%
Qué es lo que tienes tú puesto?
%%sitename%% %%page%% %%sep%% %%sitedesc%%
Forum: Fixing WordPress
In reply to: Your site has been limited …Hi
Perhaps your hosting is not good enough, but you can optimize your WordPress too.
Try to install a cache plugin, I like W3 Total Cache, but Automatic has a easy one.
You should also check if you are being attacking by some IP, ask your hosting of you don’t know how to do it. If someone is accessing you web repeatedly, each access needs CPU, a lot of access a lot of CPU, so your hosting limited your web access.
Hope it helps
Forum: Fixing WordPress
In reply to: Can’t change tagline that appears in browser tabHola
Inicio te lo coge de la página que tienes seleccionada como Home de WordPress Settings -> Reading.
Una buena opción es que uses un plugin de SEO (Yoast SEO es uno de los más conocidos), este plugin te permite cambiar lo que necesitas y mucho más, además de mejorar el SEO y posicionar mejor en Google.
Saludos
P.D.: Espero que no te haya molestado responderte en espa?ol, me apa?o mejor que con el inglés ??
Forum: Fixing WordPress
In reply to: Center Menu BarHi
Try this CSS
#primary-navigation { float: none; } #menu-top-nav-bar { text-align: center; }
Hope it helps