psygnosys
Forum Replies Created
-
Please follow this documentation to know how to customize the templates
Thank u for your answer the problem is that your code is poor of comments.
I’m getting crazy to try to simply remove the adress from the listing, I’ve read the code for hours but it’s so unclear how it works.
there is this comment in the content-single-listing
`@hooked auto_listings_template_single_address
but nothing that let me understand where this function is.EDIT: I’ve found out template-hook.php can be overwritten?
- This reply was modified 3 years, 9 months ago by psygnosys.
is there a way to style the grid content?
For example I don’t what the description, or add more data, what is the template file to override?Yes, there is a way to change the default listing view from “list” to “grid”. It can be done via custom code, you can contact us via services form here
Thank you for your support. Can I ask why for a such a simple think should I contact you via services? I think it’s just a template setting that can be overridden.
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t edit css anymore (also if I clean the cache)@emrevona first of all I have to thank you for your kindness
I change the function that enqueue the stylesheet and changed $parent_style = ‘oceanwp-style’ to ‘parent-style’ and the lastest css rule start to work…(As checkmark I’ve changed tha color of the footer copyright)
After that I’ve deleted the rule, and clear the cache…and…the rule is there…it’s like the cache isn’t cleared
EDIT: As you can see the footer is red, but in the stylesheet there is no color rule applied to the footer
- This reply was modified 4 years, 7 months ago by psygnosys.
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t edit css anymore (also if I clean the cache)Forum: Plugins
In reply to: [WP Fastest Cache] Can’t edit css anymore (also if I clean the cache)@emrevona I tried to disable the plugin and I have the same issue, the strange thing is that all other css rules (that where loaded previusly the installation of fastest cache) are working, all new rules, not.
The style.css is correctly loaded in functions.php
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t edit css anymore (also if I clean the cache)is the problem solved when you disable wp fastest cache?
I tried to uncheck “enable cache” but it doesn’t work.
I try to completely disable the plugin throught the wp plugin panel and I let you knowForum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] “loading” on carousel sliderIf could be useful I had to overide the css
.responsive-slider [data-animate]{ opacity: 1 !important }
to make the caption visible…