Andrés Vega
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Twitter Cards not workingHello @mufclatestcom I hope you are well today
One of the recommendations you can make is to install an SSL certificate for your website, there are currently them for free.
The problem may be a conflict between Plugins, this ever happened to me with Yoast SEO and Jetpack, I see that you are using All in One SEO.
Try disabling Jetpack and checking if only with All in One SEO this works.
For this to work it must have the exact parameters, I am going to send you a link where you can generate an example of this to implement it, compare it with the one you currently have.
Hope this can help you. ??
Example:
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@andres_blogger"> <meta name="twitter:title" content="Cómo recibir pagos online con Nequi(PSE) y mi Tienda Online"> <meta name="twitter:description" content="Prueba de description"> <meta name="twitter:image" content="https://andres-dev.com/como-recibir-pagos-online-con-nequi-y-mi-tienda-online/">
This is a card generator to twitter -> https://www.dunplab.it/twitter-card-generator
Forum: Fixing WordPress
In reply to: Noindex detectedHello @patty2021 I hope you are well today.
After to do the search in Google, your site has 269 results in Google, you can try with the snipe site:burolubbers.nl
But you need to change the tag robots from the code
<meta name='robots' content='noindex, nofollow' />
Can you try to install the plugin Yoast SEO to configurate te sitemap and robots.txt
Forum: Fixing WordPress
In reply to: email error in woocomerceHello @sbmoly13 I hope you are well today.
Every time my recommendation is install a SMTP service external in WordPress, you can try with this plugin https://es.www.ads-software.com/plugins/wp-mail-smtp/ and configurate a SMTP service like a Sendinblue free to send messages.
Forum: Everything else WordPress
In reply to: PermalinkHello @abhijeet980
The hyphens in the permanent links are the best way to separate each word and make each link more friendly, without the hyphens you would have a structure somewhat similar to
https://www.google.com/qwertyui45werfgh67tghnjm78fghjkl
Which is difficult for human beings to read, if you want to delete the hyphens you can do it from each of the posts in the permanent link option. But remember that hyphens in links are recognized as separators by Google which helps SEO, that is why all pages prefer to use hyphens to other characters.
Forum: Developing with WordPress
In reply to: MenuHola, @fredyvillena espero estes bien hoy
Solo debes de agregar el siguiente código CSS desde el personalizador de plantilla
#top-menu li{ padding-right:none; }
Espero funcione ??
No olvides marcar el tema como resuelto.
Forum: Everything else WordPress
In reply to: Changing media galley text colorForum: Fixing WordPress
In reply to: Page not foundHello @walmon hope you are well today
I think the problem is about the NEXTGEN plugin it’s better if you deactivate this.
Since you do not have access to the WordPress administrator, then you can disable it by renaming the plugins folder from /wp-content/plugins/plugin_folder
Forum: Everything else WordPress
In reply to: Changing media galley text colorHello @hessam1362 If you want to change the title color try this
h3.t-entry-title.h6 { color: red !important; }
The Captions
.t-entry-excerpt p { color: green !important; }
I think the problem is the work imporntant you don’t forget add it at the end.
Forum: Developing with WordPress
In reply to: Integrating wordpress website with appHey @ita21 I hope you are well today.
Yes, you can create an application to IOS or Android from you WordPress site.
I will to share a link where you can investigate more about that ??
https://www.wpbeginner.com/showcase/best-plugins-to-convert-wordpress-into-mobile-app
Forum: Everything else WordPress
In reply to: Changing media galley text colorHello @hessam1362 can you share the url to can help you please.
Forum: Everything else WordPress
In reply to: How to change my blog post url?Hello @tamal32 I hope you are well today.
If you want to change the blog structure url it’s too easy.
You must go to the Settings > Permalinks in the WordPress admin and select Custom Structure and add /blog/%postname%/ after you url.
Forum: Everything else WordPress
In reply to: mapping every file for each WP pageHello @mn920 don’t forget mark like a solved this topic ??
Hello @strakog
I understand your frustration with what happened, I understand that you do it frequently with different client sites, it is possible that this site has some conflicts with plugins or themes, if possible you can deactivate all plugins and select the default WordPress theme and check if this keeps happening?
Forum: Fixing WordPress
In reply to: How to custom URL Post show domain.com/category/postHello @sunday11 I hope you are well today
Your solution should really work, you can verify that the .htaccess file has the correct permissions or that it is not managed by an external plugin.
Forum: Fixing WordPress
In reply to: can’t access my websiteHello @yannpoplar
I understand your problem, can you told me more details about that?
Do you have a backup to restored the site again?
How did you change the URL?