hiyottaunits
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Carousel Size Frozen GlitchHi @pbeditors – Your new post carousel block’s width is 94px larger than the original one. It makes the carousel not normal. Have you change the Newspack theme’s style or insert anything around the carousel? If you don’t know that, you can roll back(undo changes) the homepage to the normal version just that this steps. https://www.wpbeginner.com/beginners-guide/how-to-undo-changes-in-wordpress-with-post-revisions
Forum: Fixing WordPress
In reply to: Is there any way to replicate a “codepen embed” that runs locally?Hi @snippet24 – You can try this: https://blog.codepen.io/documentation/wordpress-plugin/
Forum: Fixing WordPress
In reply to: URL links on image block – Can′t find the settingsHi @dagwid – Have you seen this? https://wordpress.com/support/wordpress-editor/blocks/image-block/#add-an-image-block
Forum: Fixing WordPress
In reply to: Minimize dependence on SQL_CALC_FOUND_ROWSHi,
The SQL_CALC_FOUND_ROWS is depreciated as described below. You can try SELECT with LIMIT, and then SELECT COUNT(*).
Forum: Fixing WordPress
In reply to: Blocks are missingHi @learningwp35 – I forgot to say even the theme’s video element doesn’t support Instagram, you still can embed that video. You can follow the steps.
https://www.inmotionhosting.com/support/edu/wordpress/how-to-embed-instagram-videos-in-wordpress/
Forum: Fixing WordPress
In reply to: Blocks are missingHi @learningwp35 – Have you see the video element tutorial on that page?
https://www.youtube.com/watch?v=75DbWTygGgUYou can insert video element into your page without using shortcode. Maybe you can try any YouTube. If it works, the problem might be the Enfold theme doesn’t support Instagram video yet.
Forum: Fixing WordPress
In reply to: Blocks are missingHi @learningwp35 – I suggest you deactivate all plugins and check if that embedded video works. Sometimes the issues come from the conflicts of the plugins. Anytime.
Forum: Fixing WordPress
In reply to: Changing Header Title to LogoHi,
You can try this
a.navbar-brand { background: center / contain no-repeat url('https://www.atlikarincacocukevi.k12.tr/wp-content/uploads/2021/07/cropped-LOGO-250x250-2.png'); width: auto; height: 150px; color: rgba(0, 0, 0, 0); }
The height can be set larger or smaller as you want(The original logo size is 250px x 250px)
Forum: Fixing WordPress
In reply to: Blocks are missingForum: Fixing WordPress
In reply to: Faster Alternative to Download Manager Plug-In?Hi,
I have used many download managers and no one can meet all of your requirements as far as I know. You can try to ask the authors of WP Download Manager to customize codes.
Hi,
No, it’s not normal. That developer should give you full administrator authority and backup the site/database regularly. If anything get wrong, the site can be rolled back to the previous version.
Forum: Fixing WordPress
In reply to: Is there a way to use RTL css files of my theme with LTR language?Hi,
The quick way is backup current style.css file and overwrite it with style-rtl.css file.
Forum: Fixing WordPress
In reply to: Unable to add pages to menuHi,
You can try to deactivate all plugins and add menu again. Sometimes the issues come from the conflicts within the plugins. If the adding menu is okay, you can activate the plugins one by one to know source of this issue.
Forum: Fixing WordPress
In reply to: Are webp images less load than external images or CDN?Hi,
WebP images size are smaller of the same quality. They should load faster than other image format from the same resource. But loading images (even not WebP) from CDN is usually faster than from a general web server due to CDN’s local cache. The speed of loading image A (WebP) and B(JPG, PNG) of the same quality from CDN is almost the same.
Forum: Fixing WordPress
In reply to: Member/client pageHi,
Not found any plugins to meet your requirements. I suggest you hire a freelancer to develop this.