kikib
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] CPT permalink for Child page?I’m not sure I understand what you mean. I create posts so it’ll be easier for the client to edit or add posts under the Careers CPT. I don’t need to make each post their own custom post type.
I see in the CPT settings something about re-directs. Will this work?
Forum: Plugins
In reply to: [Elementor Custom Skin] Elementor won’t load when I try to edit loop templateI’m sorry. Since you took a while to reply, I just deleted this plugin and moved on to something else.
Forum: Plugins
In reply to: [Widget Context] Conflict with Woocommerce Stripe?How do I view server logs? All I know is that when I deactivated the Widget Context plugin, the Woocommerce/Stripe credit card form works fine without switching or clearing all info. I looked up your plugin since I wasn’t familiar with this particular plugin and I found out that this plugin hide or show widgets but I also see that they target urls as well. So I’m thinking that that might be the reason why the credit card info got cleared the first time.
Forum: Plugins
In reply to: [Elementor Custom Skin] Elementor won’t load when I try to edit loop templateIn fact, my elementor editor page for loop template is gray – Endless loading. I don’t know how to solve it.
Forum: Plugins
In reply to: [Elementor Custom Skin] Elementor won’t load when I try to edit loop templateThe problem only affect the loop template that I was trying to open. I was able to load the other templates in the elementor editor.
Forum: Fixing WordPress
In reply to: Color Palette PluginJust need to add a number to make it a priority like this:
add_action( ‘after_setup_theme’, ‘wpdc_disable_gutenberg_color_settings’, 100 );Forum: Fixing WordPress
In reply to: Color Palette PluginIt’s the Twenty Twenty theme which is preventing my code from overwriting the gutenburg color settings. Is there any way to overwrite those kind of themes?
Forum: Plugins
In reply to: [WooCommerce] How to add a class to price p tag woocommerce?I got my code working. Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to add a class to price p tag woocommerce?Hi I have a question.
Normally, it display just the price, no text, correct?
I’m working in Woocommerce that’s already set up in Elementor by someone. However, I don’t see it in the functions.php that they added the text before the price. And I can see that when I drag the Product Price box and dropped it in the page in the elementor editor, that the text was already added. However, I don’t see any text to edit in the Product Price settings. Are there any woocommerce settings or plugins I’m not aware of.
Forum: Plugins
In reply to: [Max Mega Menu] Horizontal Sub menuHow do I attach some screenshots so that you can see what I’m talking about?
I just figured out the problem. There’s a empty tag in the code in the parallax section. When you turn on any LazyLoad plugin, the plugin add a lazyload class to the tag. Once it’s added to the empty tag, the page thinks that this empty tag has a real image inside, thus ballooning up the parallax height. The only way is to add a different class to the section where parallax is located in. Then type in something like
.exclude_lazyload img { height: 0px; }
One quick question, did you encounter any problem when a lazyload plugin is on but the fullwidth header with background video in the hero section is taking a while to load….?
Forum: Plugins
In reply to: [Autoptimize] Image Lazy Loading Exclusion FormatLike this?
<section class="exclude-me"></section>
Forum: Plugins
In reply to: [Autoptimize] Image Lazy Loading Exclusion FormatWhat about the background images?
- This reply was modified 5 years, 4 months ago by kikib.
I think I might have found out what might be causing the problem.
I think it’s the blurry placeholder tweak that I got from https://bit.ly/optml-rm-lqip that might be affecting it.
I found out when I deleted the blurry placeholder tweak before I was about to delete the Optimole plugin.
- This reply was modified 5 years, 4 months ago by kikib.
That’s not right!
The images that was unneeded re-sized is in https://test.idssite.com/about-us/ under “This is our story”. It is a Timeline slider. I already checked the images’ sizes and they were well under the specified values to be resized. In other words, the images that was in the timeline slider didn’t need to be resized.
I’m using Chrome browser, btw.
- This reply was modified 5 years, 4 months ago by kikib.