https://centronavka.cl/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=9.6.6
Unused bytes: 99.9%
Is it possible to remove it to improve the site performance?
]]>/forumafrica.net/wp-content/themes/customify-child/bbpress.css
When I copied this path and put it in the css location field it did not work. I would like to know what I did wrong and whether there is anything more to be done to make things work for me. I’m using the theme Customify. And WordPress 6.0.1. And bbpress 2.6.9. Thanks in advance for your support.
]]>I have optimized speed of my website with WP Rockets and other reviews. Now I’m finding a lot of time spent of one css file from my contect builder Thrive Architect (thrive_flat.css). Does anyone knows how to manage it to improve page speed?
Thanks!
Nacho
Quote: “So it looks like Elemetor isn’t working properly and is trying to load a CSS file in some cases that doesn’t exist and you can ask their support about it.”
The logs show this:
https://MyWebsite.com/wp-content/uploads/elementor/css/global.css?ver=1612130527
We don’t wish to show our website name but if you have another email I can send it to you We use the Ocean-WP theme, with no changes to code, no child theme,
Thanks for your help.
function et_load_samtemehr_scripts() {
$template_dir = get_template_directory_uri();
$theme_version = et_get_theme_version();
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
wp_enqueue_script( 'samtemehr-superfish', $template_dir . '/js/jquery.cookie.min.js', array( 'jquery' ), $theme_version, true );
wp_enqueue_script( 'samtemehr-fitvids', $template_dir . '/js/jquery.min.js', array( 'jquery' ), $theme_version, true );
wp_enqueue_script( 'samtemehr-index-min', $template_dir . '/js/index.min.js', array( 'jquery' ), $theme_version, true );
wp_enqueue_script( 'samtemehr-flexslider', $template_dir . '/js/jquery.flexslider.js', array( 'jquery' ), $theme_version, true );
wp_enqueue_script( 'samtemehr-bootstrap', $template_dir . '/js/bootstrap.min.js', array( 'jquery' ), $theme_version, true );
wp_enqueue_style( 'samtemehr-bootstrap', $template_dir . '/css/bootstrap.min.css' );
wp_enqueue_style( 'samtemehr-index-min', $template_dir . '/css/index.min.css', $theme_version, true);
wp_enqueue_style( 'samtemehr-iconic-font', $template_dir . '/css/iconic.min.css', $theme_version, true);
]]>As the title says where does a noob start
I have been teaching myself HTML & CSS for the past 6 months to a basic understanding, I did try to build a wordpress website before but gave up as the website theme looked nothing like the demo pictures provided and I seemed to spend weeks looking at all sorts of themes. But I have a few questions if someone can spare a few moments a provide a little guidance.
1. When I set a post ‘featured image’ does that have any relationship to the image that is shown in the recent posts section for a home page ? the image I uploaded in the post was 800px height, I set this as the featured image as there was only the one and the recent post showed the full size photo where I was expecting a thumbnail of some description.
2. Is there a free backup plugin that backsup both the front end, content, and also the backend DB? I have used a few plugins without success or are premium for a full backup. As it’s only going to be a very small website just for family and friends I wanted to keep the cost to a minimum.
3. What is the easiest way to resize different things, for example there is a couple of themes where the header is at least 200px too high so I’d like to trim it down. is there a php file or is the height of different things all set in the CSS file.
Thank you in advance for helping a noob
Andy
]]>I think, the way this plugin is supposed to be used, the <code>
tag is supposed to have the ‘class=”language-xxx”‘ attribute, but the <pre>
tag is not supposed to require it.
If I write my code-block this way, the result I get is that the appearance in the pretty-printed, WYSIWYG editor-panel seems incorrect, with the text almost invisible, but the appearance in the final version, which the public gets to see, is 100% correct.
However, if I put the same ‘class=’ attribute in the <pre>
tag as well, I see the preview style in the WYSIWYG editor, plus the correct, fancy style in the publicly-viewable version.
I have observed that the in-editor style is determined by the ‘prism.js’ and ‘prism.css’ files that belong to the plugin, while the publicly-viewable, fancy style is defined by the versions of these two files, which I have ordered from the prescribed Web-site, and which I have copied to ‘…/uploads/prism/’ .
What this seems to suggest, is that there might be some sort of logic-problem, in how the plugin-supplied files recognize the <pre>
tag in question as belonging to the plugin, as opposed to just having been generated randomly by the blog author. OTOH, the versions of these files supplied by the prescribed site, must not have the same logic-quirk.
As an example, this is a screen-shot of an editor-view:
And this is the posting as it displays publicly:
Public View of Same Code-Block
Dirk
]]>