Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mc_kot
tagDiv Member

Can you please advise if it is possible to make those changes via child theme or they can be made only via codebased theme?

Thanks,
Denis.

mc_kot
tagDiv Member

“What you’re trying to do is a custom modification which require good coding skills and the proper knowledge of this process. Keep in mind that we do not offer custom modification, they are not included in support policy.”

it seems there was a miscommunication. I’m not requesting for custom modification. What I’m requesting for is listed below:
1. Answering technical questions about the item’s built-in features, functionality and third party plugins — I’m requesting for explanation of how child theme works (which is build-in feature of the theme) for my particular cases which are not covered by manual
2. Help with defects in the item or included third party assets — I noticed that child them didn’t work for me and requesting for a assistance here
3. Answering questions about how to use the item — I’m also trying to get explanation of the part of the child theme work which is not described in the manual, as the questions I’m asking are not mentioned there

So, I would highly appreciate if you could help me out.

mc_kot
tagDiv Member

Hello,

I followed your directions, cleared the cache and disabled all the plugins. Here is the video proof https://youtu.be/r_PiYbdvxmg Unfortunately it didn’t help. Please advise.

Thanks,
Denis.

mc_kot
tagDiv Member

3,4) Catalin, I know it and I have already done everything that could have been done with that code and then removed it. I’m showing it to only as a reference of the code that should have worked in functions.php of the child theme, but didn’t work at all. If you don’t like that reference, please see one more code from your manual which didn’t work
add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );

But it doesn’t matter if the code is from your manual or not. What I’m trying to explain is that none of the code pasted in the functions.php of the child theme works. Neither yours, nor anyone else’s. That is why I’m asking to your help.

6) so what is the proper way of making changes there and making sure it is not deleted when a new version of the theme is available?

mc_kot
tagDiv Member

Just to make sure we are on the same page — I have already run force thumbnail regenerator plugin via all my images. The rest of the images looks fine. THe only issue is with the images in search page

mc_kot
tagDiv Member

3,4)

“I have checked your screenshots and these steps are corrected but please notice that I am not aware of what type of code you have added in your child theme, sorry! “

The code that I’m using was taken from your manual. It is not custom code.
function td_inspect_scripts() {
global $wp_scripts, $wp_styles;
echo 'registered scripts<br>';
foreach ($wp_scripts->queue as $handle) {
echo $handle . ' | ' . $wp_scripts->registered[$handle]->src . '<br>';
}
echo 'registered styles<br>';
foreach ($wp_styles->queue as $handle) {
echo $handle . ' | ' . $wp_styles->registered[$handle]->src . '<br>';
}
}
add_action( 'wp_print_scripts', 'td_inspect_scripts' );

So when I paste it in codebase functions.php — it works perfectly. WHen I add it to the child theme and remove from codebase — it stops working

please ensure that you are using the latest version of child theme which comes bundled with the latest version of Newspaper.

I’m using the latest version of the Newspaper theme as I have just purchased it and no updates information has arrived sinse then.

So the issue is that the child theme doesn’t work even though I make all the proper steps that are required to be made. 🙁 Can you please help?

6) It works perfect. But again the changes stop working when I try to add them via child theme, but not through the main theme. As you confirmed that the steps I make are correct, it means the child theme doesn’t work at my web site for some reason. Can you please fix it?

11) Dear Catalin. I’m afraid you really confused me. I haven’t requested for additional customization. I’m requesting for proper work of the current version of the speed booster. I do not need additional customization. I’m totally fine with the current one. I’m asking for support as I noticed the plugin didn’t work for
• jquer
• jquery-migrate
• wpgeo
No additional customization is required. What is required is a proper work of basic customization.

mc_kot
tagDiv Member

3,4) It seems we have some miscommunication here. I do not ask for customization. The only thing I ask is an explanation of what I have done wrong. I did everything according to your instructions (the steps I did are described above). The only question I have is what I did wrong and what steps were made not according to the instructions? I have already used child themes on 4 other sites I have with 4 other themes. So I have never experienced any issues in it. At other themes it works perfectly. I have read the documentation you provided several times and I did everything according to the manual, but it still doesn’t work. Really hope for your advise.

5. Thanks. Sorry for not being clear. The speed booster is already active. The questions is not how to make it work, but if there any chances speed booster will be combitable with this plugin in future https://wordpress.org/plugins/cloudflare-flexible-ssl/ I will highly appriciate if you could consider that possibility for your future updates.

6. Thanks. I do understand that it is not an easy task. If it was an easy task I wouldn’t have asked you about it 🙂 So the question remains — can you please let me know how to set different crop size to featured image in Default post template? It would be really really really helpful if you could advise on the point.

7. Cool!

8. thanks

9. I do understand that. The reason I’m raising this questions is because it seems in your manual there is a discrepancy. So I decided to help you. You mentioned in the manual that we should use CloudFlare, but in the same time you mentioned that gzip compression is required. So if gzip compression is enaebled at CloudFlare by default, probably it would be helpful for the rest of the users if you mention that they do not need to enable gzip compression at the server when they are connected to Cloudflare, as otherwise two gzip compressions will be enabled: at CLoudflare (which is turned on by default) + at their own server. That is the only reason I mentioned it. I believe it really cool when people can help each other, that is why I mentioned it but not because I’m looking for support in the question. When people help each other for no reason, it makes the world better )

11. Isn’t it directly concerns proper work of the speed booster plugin? I believe if we resolve the issue, we will make the plugin better together, won’t we? If we resolve the issue, other users will never face it and will consider the theme as the best in the world.

14. Let me mention that I know the steps required to be made. That code perfectly works at any of my other sites, but it doesn’t work with newspaper 🙁 That is the reason why I asked for support here. For 4 year at my previous theme I gathered hundred of thousands taxonomies. All I want is to make my web site works with the new theme at least on the same level as it worked on the previous one. I would really appreciate if you could potentially consider a possibility of giving me a hand with this unusual question.

15. Thanks. It works perfectly

16. Super.

17. Is there any chance you may consider such addition for future updates?

Really appreciate for your time and kind help. Look forward to receiving your answers. I’m really really really rely on your support.

Have a nice day. Wish all the best to the coolest developers in the world!

mc_kot
tagDiv Member

17. I have 3 widgets in my right sidebar in single. How do I make sticky only one of them (not concerning two other)?

mc_kot
tagDiv Member

16. How do I remove “More from author” part of the page https://gyazo.com/62efaaf2cfbe18a73f82b6aaf00a7f49 and remain only “Related articles”. I tried this code .td-related-title .td-related-right { display: none; } but it didn’t help — http://freesmi.by/katastrofy/230815

mc_kot
tagDiv Member

15. How do I make the space between those two widgets smaller https://gyazo.com/17cba5179d388bc950f99bbc90a9ae60 ?

mc_kot
tagDiv Member

14. In my previous theme I added the following code in order to have custom tags.

<?php add_action( 'init', 'videogames', 0 ); //exit;

function videogames() {

register_taxonomy( 'lydi', 'post', array( 'hierarchical' => false, 'label' => 'Люди', 'query_var' => true, 'rewrite' => true ) );

register_taxonomy( 'temi', 'post', array( 'hierarchical' => false, 'label' => 'Темы', 'query_var' => true, 'rewrite' => true ) );

register_taxonomy( 'strani', 'post', array( 'hierarchical' => false, 'label' => 'Страны', 'query_var' => true, 'rewrite' => true ) );

register_taxonomy( 'istochniki', 'post', array( 'hierarchical' => false, 'label' => 'Зарубежные источники', 'query_var' => true, 'rewrite' => true ) );

register_taxonomy( 'organizacii', 'post', array( 'hierarchical' => false, 'label' => 'Организации', 'query_var' => true, 'rewrite' => true ) );

register_taxonomy( 'regiony', 'post', array( 'hierarchical' => false, 'label' => 'Регионы', 'query_var' => true, 'rewrite' => true ) );

}

That code added tags like country, people etc. So, for 5 years I gathered hundred of thousands tags in those taxonomies. After I switched to Newspaper theme — those taxomonies disappeared off course as I don’t have the code in functions.php When I tried added that code the site completly stopped working. Can you please advise how can I return those taxonomies I gathered for 5 years to Newspaper theme?

mc_kot
tagDiv Member

1. thanks

2. Is there any chance you may consider adding vk.com share buttom in future? It would also be great if you could add a sharing possibility on the pictures.

3 and 4. It is named in the same way. So again. These are the steps that I do:
step 1. I open functions.php in the child folder https://gyazo.com/fea2016a1f0673e2b4633e1de3acb0a8
step 2. I add the code in the end of the file https://gyazo.com/d3ac607eb8cca0ca871b36e3305e97c8
step 3. nothing happens
If I add the same code in functions.php which is placed in codebase folder — everything works properly. So the question remains — what have I done wrong? The names of the files are the same in both folders child and codebase.

5. Is there any chance speed booster will be combitable with this plugin in future https://wordpress.org/plugins/cloudflare-flexible-ssl/ ? But thanks for the instructions. Now speed booster is active

6. It seems I asked the question improperly. I know that there is different crop options in different template. I meant – can you please let me know how to set different crop size to featured image in Default post template?

7. Sorry. It seems I wasn’t clear with my question at all. Let me build my question in a different way. The issue is the following, let’s say I have the article about Obama. And I set it to 3 different sections – I made the post featured + I put in Politics category and World category. It means that the article about Obama will appear on the home page 3 times. First time in the section with Featured posts. Second time in the section with Politics. Third time in section with World news. The question is how to avoid duplicating posts on the home page when the post is placed in different categories?

8. thanks. My hosting provided that he installed xcache on the server. Is it ok or it is better to ask him remove it and install APC for better performance of Newspaper theme?

9. compression is allowed at the hosting, but he told be that it is not enabled as CLoudFLare do gzip compression by default. Should I ask him to enable additional gzip compression at the server or the compression provided by CF is enough?

10. thanks

11. thanks. It helped for most of the files, accept three files:
• jquer
• jquery-migrate
• wpgeo

Google still detects them. Do you know how to fix this? This time I pasted the code in the correct place
https://gyazo.com/a509970a21bc4868f0cf41ffc1d8ca1a
https://gyazo.com/5704d7eff52baceb35e23fa76814614d

12. thanks
13. thanks

mc_kot
tagDiv Member

13. How do I make author’s page disappear completly http://freesmi.by/author/dubovik ?

mc_kot
tagDiv Member

12. How do I make this right sidebar move https://gyazo.com/e93ac903b465c434f834cf4a95d40de7 It is placed on my home page freesmi.by on the right part of the page

mc_kot
tagDiv Member

Please find below some more questions appeared:
7. how to make different posts appear on my home page. For example I have this news here https://gyazo.com/8557fb8593799d54827f59151b5fb5bc and here https://gyazo.com/02fe62d61654e8dc8d7347a42ec67ed7
8. Cache plugins. I have removed W3 Total Cache plugin according to your recommendations mentioned in the guide. I also noticed that you mentioned APC full page cache plugin. Can I use it with WP Super Cache or I should choose one of them? Which is better for me? I have 16gb of ram.
9. I didn’t get that suggestion “make sure that you have compression enabled on your site for html/js/css but not for images”. Where do I set that kind of compression? Do you mean Auto Minify in cloudflare – https://gyazo.com/771065c3f158d4b113b94c5e5f5e3e37 or something else?
10. Regarding images optimization. Is it possible to use both this plugin and the code you suggested to add in functions.php
11. Regarding speed booster. I put the code here https://gyazo.com/8805d3fabc08aee2e537cb2322079694 Then I cleaned the cache. But it seems that google still shows those files as the ones which are required to be moved https://gyazo.com/4280bc2806be16e44db9535633617d92

Viewing 15 posts - 51 through 65 (of 65 total)