muhiBBi
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] The resource … was preloaded…Yes, it is, but the problem persists on the page I specified. When I deactivate the Litespeed Cache plugin, the page loads, but when it is active, only this page does not load and Google Bot does not index it.
Forum: Plugins
In reply to: [LiteSpeed Cache] The resource … was preloaded…No, nothing has changed. Problem not solved.
I’ve looked into the issue a bit.
The problem was solved when I changed the
box-sizing:content-box
code in the inline style code of the div below tobox-sizing: border-box !important
with normal CSS.<div class="dataTables_scrollHeadInner" style="box-sizing: content-box;width: 1126.55px;padding-right: 0px;">...</div>
So the problem seems to be caused by the
box-sizing:content-box
style.- This reply was modified 3 years, 8 months ago by muhiBBi.
Yes, I did everything you said. When I didn’t get the result I wanted, I still had to activate the “horizantal scrolling” feature. Otherwise my table is overflowing from the page.
Forum: Plugins
In reply to: [Copy Anything to Clipboard] Copy to Clipboard anchor id linkWonderful.
But, in the code you specified,
text="https://www.website.com/post-url/#abc"
part appears instead ofTEXT
part.Also, I added dd tag as item as selector. How can I make it automatic without using the shortcode you specified?
- This reply was modified 3 years, 9 months ago by muhiBBi.
Forum: Plugins
In reply to: [WordPress Popular Posts] Pick images from custom fieldsYes, it worked for ACF. It doesn’t work for the CustomPress plugin, but this is due to that plugin. I wish it worked for CustomPress too. In this case, I will have to use two different plugins.
Thank you for your help.
Forum: Plugins
In reply to: [WordPress Popular Posts] Pick images from custom fieldsOkay, but although I have selected the image url option in ACF, it still cannot pick.
Forum: Plugins
In reply to: [WordPress Popular Posts] Pick images from custom fieldsI don’t know.
I can edit whenever I want to place it on the theme: “<?php echo do_shortcode(‘[ct id=”_ct_upload_5e5d4f020bb15″ property=”title | description | value | link | image”]’); ?>”
But when I select it in the Popular Posts plugin, I don’t know how it pick up.
When I write a new post, I upload a new image as customfields
- This reply was modified 4 years, 11 months ago by muhiBBi.
Forum: Plugins
In reply to: [WordPress Popular Posts] Pick images from custom fieldsThe site is in beta. Site: https://beta.yargikararlari.net/
I create custom fields using the CustomPress plugin. But I also tried using ACF, it didn’t. When I select custom fields as the pick up and enter the custom field ID I use, it doesn’t show any pictures.
Screenshot: https://pasteboard.co/J3RWTC0.jpg
Forum: Plugins
In reply to: [WordPress Popular Posts] Pick images from custom fieldsNo solution was provided. Because I am aware of the thumbnail selection options of the plugin. I choose the Customfields option. I enter the custom field ID I use. But it can’t pick the thumbnail. It can only pick the featured image. I also tried it with the ACF plugin, but it didn’t.