lucifer63
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Library Not LoadingIn some cases this trouble can be caused by the “extra space” bug. There is even a tool to fight the bug. The tool is not perfect and sometimes may not help you. If your site is not just a landing and includes lots of code, debugging may be a bad option. Therefore you may want to just filter this extra space out. It is possible with buffer.php. Hope this will help.
Awesome, i like when people say something kinda “i think its wrong” or “man, may you first read a manual?”, especially when the discussion is about the code that i got from wordpress support pages.
Lol, but anyway i finally got that crazy thing wordpress did about those .com and .org differences((
Its not a default option, ok, ill use some plugins, thanks!
Sry) Forgot to make it public, check it again, https://4isto4isto.ru/test/
Also i don’t have those button which are described in wordpress manuals – ‘Add contact form’ and some other, i have only ‘Add media’.
Here is the page – https://4isto4isto.ru/test/ , there are some gallery examples and one contact form example.
Inside posts
[gallery]
doesn’t work as it described at gallery support page, it doesn’t change if i change columns or type.Also
[contact-form]
doesnt work at all. I use the code from contact form support page :[contact-form] [contact-field label="Name" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Website" type="url" /] [contact-field label="Comment" type="textarea" required="true" /] [/contact-form]
lol, thanks)
But what about default WordPress shortcodes? They do not work too
This will be the main thread for this topic
Forum: Fixing WordPress
In reply to: Some odd hacking attemptWow, i found out that i have WSO installed on my site and that WSO is an amazing tool to have a control over my virtual host. The question is – why didnt this hacker used WSO ?
Forum: Plugins
In reply to: [WooCommerce] Change shop index pageOk, the problem was in the last part of the “Template structure” article:
When creating woocommerce.php in your theme’s folder, you will be unable to override the woocommerce/archive-product.php custom template in your theme, as woocommerce.php has priority over all other template files
I deleted woocommerce.php from theme’s folder, this has solved the problem but actually this needs some work too: in this woocommerce.php file was some necessary code (like closing
</header>
and opening<div id="main">
, so i added it manually tomytheme/woocommerce/archive-product.php
The problem is solved now, but i feel that there were some better solution… like creating a child theme!
I tried to, and i did it well at all, but alas – the official manual how to creat child theme doesn’t contain information about how to make your child theme use it’s parent’s settings, so when i created child theme, it was blank.
If any of you can provide for example a link to full guide how to create child theme (and also make it use parent theme’s settings) – it will be great!
Forum: Plugins
In reply to: [WooCommerce] Change shop index pageOh, edf24.ru/shop/
Forum: Plugins
In reply to: [WooCommerce] Change shop index pageThings i did:
1. Editedwoocommerce/templates/archive-product.php
2. Copied it tozerif-lite/archive-product.php
3. Copied it tozerif-lite/woocommerce/archive-product.php
Nothing has changed at all
Forum: Plugins
In reply to: [WooCommerce] Change shop index pageIf i delete the entire
domain/wp-content/plugins/woocommerce/templates
folder the only thing that changes is product elements, they look not as good as earlier. Nothing else has changes. Magic.Forum: Themes and Templates
In reply to: [A1] Do not see the home page sliderI had the same issue, and i was asking myself “what’s going ooon? ‘hide slider’ turned of, so the slider should be visible! But it’s not…”
Then i thought maybe it’s some php issue?
I investigated home-page.php and found that everything’s alright, slider should be visible.But two minutes later i found out that there is also page.php template!
In my situation the trouble was in the page settings: main page has been using “Basic page” template instead of “Home page”!
So just open list of your pages, find one that you want to see slider at, enter options and change template to “Home page”!
Glad if it helps!