Mateo
Forum Replies Created
-
Hey @boppar!
Is your site online? If it is, share me the link so i can take a look.
Keep in touch!Forum: Developing with WordPress
In reply to: change latest pots carousal font color?Hello @haleyyohill!
Try pasting this code in Appearance> Customize> Add CSS:.page-id-139 .latest-post-content a {
color: # D19D04! important;
}
Let me know if it works!Forum: Everything else WordPress
In reply to: Auto UpdatesCool! if you have any problem let me know.
Forum: Fixing WordPress
In reply to: Mayland – Footer showing content I can’t findExcellent! If you have another issue don’t doubt in contact me.
Forum: Fixing WordPress
In reply to: No support for Tumblr import?Sorry @posphoruspenguin there was an error and i did not paste the link, my bad, here is the link:
https://www.wpbeginner.com/wp-tutorials/how-to-properly-move-your-blog-from-tumblr-to-wordpress/#:~:text=Moving%20Your%20Content%20from%20Tumblr,Run%20Importer’%20link%20to%20continue.
I hope it is useful to you!- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Fixing WordPress
In reply to: Mayland – Footer showing content I can’t findHello @sarahtaylor777!
To remove the links on the left, place the following code in Appearance > Customize > Additional CSS
.site-info {
display: none;
}If it works tell me.
Regards!!Forum: Fixing WordPress
In reply to: No support for Tumblr import?Hey @posphoruspenguin , this article explains to you detailed how to export your blog from tumblr, follow thats steps and let me know any doubt.
Regards!Forum: Developing with WordPress
In reply to: Popup showing behind my main headerHello @intiwallets, try deactivating the sticky header, the option should be on the customizer.
Forum: Everything else WordPress
In reply to: Auto UpdatesTry adding the following line of code to your wp-config.php file:
define( ‘WP_AUTO_UPDATE_CORE’, true );
The wp-config.php file is located in the root folder of your WordPress website. You can find it using two methods, this article explains in detail: https://blogvault.net/editing-wp-config-php/;
Let me know if it worked!
Forum: Everything else WordPress
In reply to: HTML text string searchHey there!
My advice is to install this plugin: https://wordpress.org/plugins/string-locator/.
It could solve your issue fastly.
Any doubt i’m here to help.Forum: Requests and Feedback
In reply to: Bulk Install PluginsHi @evetswal !
You can do a bulk plugin install following this steps:
First install “WPCore Plugin Manager”, heres the link: https://wordpress.org/plugins/wpcore/ , is a free online tool which lets you create a collection of your favorite WordPress plugins and quickly install them on your site. Upon activation, will be add a new menu labeled ‘WPCore’ in your dashboard.
The next step is create a plugin collection, for that you must register at https://wpcore.com/, create your free account and click on new collection.
Once you have added all the plugins, navigate to a small box at the top right side of your screen. The code in the red color inside the box is your plugin collection key. Copy it, go ahead and open the ‘WPCore’ option on your admin panel and click on the ‘Add a collection key’ button there. Paste it and click on “Save Collections”.
It will add a notification which reads ‘WPCore recommends the following plugins:’ at the top, and shows the list of the plugins.
Now you just need to click on the ‘Begin installing plugins’ option, and the plugin will start the job.
Now go to Plugins > Install Plugins and select all by clicking on the box next to ‘Plugin’ option at the top. Once all the plugins are selected, click on the dropdown option and choose the ‘Install’ option. Next, click on the ‘Apply’ button.
Once installed, select all plugins by clicking on the checkbox and choose ‘Activate’ option from the dropdown. Next, click on the ‘Apply’ button and that’s it.
Let me know if this has solved your problem.
Regards!!`- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Everything else WordPress
In reply to: Auto UpdatesI suggest checking that you have the latest version of wordpress and update all plugins manually. After that, if the problem persists please install the health check plugin and report back its findings: https://wordpress.org/plugins/health-check/
Keep in touch!!Forum: Everything else WordPress
In reply to: Auto UpdatesHey @engine44!
There’s another way to enable plugin auto updates by simply adding this code to your theme’s functions.php file:add_filter( ‘auto_update_plugin’, ‘__return_true’ );
To access to functions.php, you must go to Appearance > Theme Editor > select your theme and below on “Theme Files” click on functions.php. After that paste the code above.
Let me know if this solve your issue.
Kind regards!Forum: Fixing WordPress
In reply to: WP Maintenance ModeHello @sitector!
Try using this plugin, https://es.wordpress.org/plugins/wp-maintenance-mode/, this plugin allows you to add a maintenance page to your blog that lets visitors know that your blog is down for maintenance. Here is a video showing how to use it: https://youtu.be/4SSp8xDop0M?t=27.
Let me know if it worked!!