I’m new on WordPress. I have created a website and I want to set a page as the default initial page. I’ve already learned how to do that (settings > lecture/read (idk, ive got it in spanish) > use static page) BUT if I do it, the template replaces the page. Let me show you what I mean:
This is the page that I want to set as default initial page:
As you can see, it is not set yet as default:
And this is what happens when I set it as default:
I know they look similar, but they are not the same. The second one is the template, and I dont want to show the template to everybody. I want them to see the page, which I have and am customizing.
Thank you.
]]>
It’s really surprising that when it comes to WordPress / Gutenberg, the developers aren’t able to offer a preview for editing Tablet Landscape and Mobile Landscape! (This is possible with the editor Elementor)
When navigating from iOS in the app, I repeatedly encounter that the site does not load, indicating that “An issue occurred multiple times at https://penca.remiplat.com.uy/pool.” In the console, I don’t see any errors. I have deactivated most of the plugins and still can’t solve the problem.
]]>After updating the plugin to version 1.0.3 and reviewing the changelog, it appears a new option has been added to select the desired compression level. Upon inspecting the elements, I found that whichever option is selected, a value is assigned as before. I manually chose the one closest to the value I had previously, and after saving, all the images on my page reappeared in the count of unoptimized images.
For some reason, it has been detected that logically they are not optimized at the same value chosen after the update in the selector. This is an issue because I might want to optimize new images to Balanced from now on but keep the old ones at a quality level of 90, for example.
I would like to know if it is possible to choose a quality level with your new selector that does not affect the images that were already optimized previously and does not affect the count of those remaining to be optimized.
Thank you!
]]><?php
/*
Plugin Name: DM Calculator
Plugin URI:
Description: Calculo del tipo de cambio para sitio web.
Version: 1.0
Author: Daniel Manchego
Author URI: https://la520.pe
Text Domain: dm-calculator
License: GPLv2
*/
function Activar()
{}
fuction Desactivar()
{}
function Borrar()
{}
register_activation_hook( __FILE__, 'Activar' );
register_deactivation_hook( __FILE__, 'Desactivar' );
add_action('admin_menu','CrearMenu');
function CrearMenu(){
? ? add_menu_page(
? ? ? ? 'DM Calculador', //titulo de la pagina
? ? ? ? 'Menu de Calculadora', //titulo del menu
? ? ? ? 'manage_options', //capability
? ? ? ? 'dmcalc-menu', //slug o prefijo
? ? ? ? 'MostrarContenido',
? ? ? ? plugin_dir_url(__FILE__).'admin/img/icon.png',
? ? ? ? '1' ? ? ? ?
? ? );
}
function MostrarContenido(){
? ? echo ("<h1>Menu menu menu</h1>");
}
Could you help me, please?
]]>I am having some problems with Conditional Fields version 2.4.11.
I have Contact Form 7 (version 5.9.4) and WordPress 6.5.3.
The problem is that the conditional field rules are not working.
I tried to test it on the form-tester suggested and there it works well.
How can I fix this?
Thank you
]]>Alright, I get that you need to monetize your plugin, and I’ve always appreciated having a free version available. However, I think it’s time to reconsider your recent decision to include banners and unwanted messages in the workspace. Sometimes, I find myself having to insert links or details into the image window multiple times because your messages cause the window to reload and slow down the entire process. Additionally, the sudden appearance of pop-up messages disrupts my workflow. Should I uninstall your plugin? Please don’t dismiss this as solely my issue; ever since these messages were introduced, your plugin has caused numerous problems. While there are plenty of places to incorporate your messages, the workspace should be off-limits. Many of us rely on your plugin for work, and every second matters. I’m incredibly disappointed by this situation. I haven’t left a negative review yet, mainly because you’ve provided such an amazing plugin over the years. However, if this continues, I’ll have no choice but to leave one in the coming months because the current situation is simply detestable.
]]>