Then why am I getting this error on latest versions only?
tdLoadingBox is not defined
On older versions, it is working absolutely fine
Hello,
In continuation of my above message, the error has been resolved by downgrading to Newspaper theme Version: 12.6.5
From my analysis, this is a bug in your theme in latest versions. The Ajax drop downs works as expected from ver 12.6.3 to ver 12.6.5.
The Ajax stops working from theme version 12.6.6 upwards till the latest version 12.6.9.
Therefore it is requested to remove the bug from your current versions please. Thank You
Hi Bettina,
I had disabled all plugins except tagDiv ones and also requested host to temporarily stop caching on our website, but the issue still persists. In developer console view of browser, the following message is being displayed. Perhaps you can help in this?
Thanks
Uncaught ReferenceError: tdLoadingBox is not defined
at Object.tdBlockAjaxLoadingStart (tagdiv_theme.min.js?ver=12.6.9:203:253)
at Object.tdAjaxDoBlockRequest (tagdiv_theme.min.js?ver=12.6.9:197:376)
at HTMLAnchorElement.<anonymous> (tagdiv_theme.min.js?ver=12.6.9:195:282)
at HTMLBodyElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)
at HTMLBodyElement.nrWrapper (events-media:5:17734)
Hello Bettina,
Problem solved. Thank you so much for your top-notch support.
Hello, this is the error that I am seeing in console. Please help
API ERROR td-composer/td_cloud_proxy Error – check for php warnings: {“code”:”internal_server_error”,”message”:”<p>There has been a critical error on this website.<\/p><p>Learn more about troubleshooting WordPress.<\/a><\/p>”,”data”:{“status”:500,”error”:{“type”:1,”message”:”Uncaught Error: Call to undefined function wc_load_cart() in \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-content\/plugins\/td-cloud-library\/includes\/tdb_config.php:105\nStack trace:\n#0 \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-includes\/class-wp-hook.php(324): tdb_config::{closure}()\n#1 \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-includes\/class-wp-hook.php(348): WP_Hook->apply_filters()\n#2 \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-includes\/plugin.php(517): WP_Hook->do_action()\n#3 \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-content\/plugins\/woocommerce\/includes\/class-woocommerce.php(464): do_action()\n#4 \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-includes\/class-wp-hook.php(324): WooCommerce->init()\n#5 \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-includes\/class-wp-hook.php(348): WP_Hook->apply_filters()\n#6 \/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-includes\/plugin.php(517): WP_Hook->do_action()\n#7 \/home\/144844″,”file”:”\/home\/144844.cloudwaysapps.com\/djugnpvgtv\/public_html\/wp-content\/plugins\/td-cloud-library\/includes\/tdb_config.php”,”line”:105}},”additional_errors”:[]}
Hello,
I am having one more problem. As soon as I enable Tag Div Cloud Library Plugin from my panel, my license panel (Manage your domains) says “No Domains Associated with your License Key” and after that I am unable to access cloud library. But as soon as I disable CLoud Library Plugin, the licensing shows domain correctly. Can you please provide a solution?
Thank You
Hi Bettina,
Thanks for a quick reply. Can you let me know which plugin would be best amongst these two?
Hi Simion,
Thanks for the example code! So I put the following css code into my website and the result is just as per our expectations.
.td_social_youtube {
position: relative;
left: -25%;
}
.td_social_twitter {
position: relative;
left: -50%;
}
.td_social_facebook {
position: relative;
left: 25%;
}
.td_social_instagram {
position: relative;
left: 50%;
}
After putting the above code in, our custom css code lines have exceeded 1000 lines (including previous codes). Thats huge, but now after this, the site looks perfect. What do you think? Please give me your honest opinion?
Dear Simion, it was really an enjoyable experience working with you towards solving all my problems. You can now mark this as solved.
Thank You.
Hi Simion,
1-) Please see the attached screenshot.
https://pildat.org/wp-content/uploads/2018/10/filefoundrenamed.png
The file was there but it had a different name somehow. Since, I am using a Macbook with Retina display hence I guess I was seeing the icons @2x higher resolution file while Windows based users had problems with the icons. So I renamed the file back to its original name as shown in your screenshot, and this problem is also solved now. Can you please check it at your end once and see if the icons are visible?
2-)Secondly, yes I changed to a different counter style to introduce the Instagram page too without inducing a new line.
But can you please tell me how can I move the instagram icon / counter from 2nd to 3rd position please?
one more thing I have to ask is that I have just added the instagram page into the social counter. It is appearing on second position, I want it to appear at 3rd place after facebook and twitter. Please tell me how can that be done?
Thanks
Thank you for solving my both queries. I really appreciate your heroic support in this regard.
If possible, can you investigate this icons issue too please?
Hi Simion,
Wow, replacing the code in case ‘Facebook’ worked like a charm and as you can see in the screenshot below, the updated count is now being displayed.
https://pildat.org/tagdivcounter.png
I just have two more questions regarding this.
1-) First, how to clear the social counter internal cache as it takes sometime to fetch the count likes. What I had to do in my case to reflect the change immediately was to update the Social pages id on the widget settings.
i.e instead of Capital PILDAT, I rewrote it as pildat and so the cache was cleared and new count was fetched successfully.
But my question is what is the proper way to empty the social counter cache?
2-) In the earlier screenshot which you shared, I noticed you are not seeing Facebook, Youtube and Twitter icons in the boxes. Why is that? Can you investigate? If you see my screenshot above, then all icons are visible atleast in my browser. (Using chrome on a Mac OS X).
Hi Simion,
Thanks again for the quick reply.
1-) The social counter plugin bundled with the current version of Newspaper is not compatible with my theme version 8.1.2. Can you please tell me which php file to edit to input the values there manually?
2-) Yes, I solved the ads problem. Though the links provided above did not help in solving the problem, but your provided screenshot about the error did point me in the right direction.
It turns out that the Woocommerce shortcode was not only pulling the product display into a page but it was also pulling the sidebar alongwith it, hence the conflict the code. I solved it by removing the Google Adsense code from Sidebar and pasted the very same code into custom ad5. So the ads got disabled in Woocommerce and only product was pulling in the post. And then on post page, I called the custom ad5 in the sidebar widget. So now the ads are displaying perfectly fine.
Thank you so much for helping me solve problem 2. If you can now just tell me the php file to edit the Facebook counter code directly, then I will be much grateful.
Hi Simion,
Thanks for the reply.
1-) Well the twitter count is working perfectly so it is just Facebook that is not working. I do understand that you had to change some code. If you can tell me what code needs to be changed, I will edit the php files directly and will paste over the new code in them for the Facebook counter to work properly again.
Even if that is not possible for you to tell me, then can you just tell me the file which fetches the data from Facebook? I will update the file manually with static numbers to be displayed on my website.
2-) Regarding the error which you have showed, why is this error coming only when woocommerce product is being displayed? If I just remove the woocommerce product shortcode, then the ads display just fine.
Thank you Simion. You are right about affecting every instance. Is it possible to register a new block and new module and then copy the code from existing module and block on it and then modify that code?
Including a no in the article is not viable as a Publication might appear in more than one categories with different numbers, so its not possible unless and until we make one publication exists in one category only.
I understand this is not possible by default and need some modifition at core level.
The data which I am referring to is coming from NewsPaper theme’s Block 12. Can you please tell me where can I edit this module’s file? I am sure a php based “For-Each” Loop can be put just before the Post Title and will automatically increment by 1 after each post.
Hello Simion,
Thank you for the quick reply. BY Serial no. I mean like this
1.
2.
3.
4.
5.
As you can see there is no serial no being displayed.
Well I did that! and it seems to be working.
Please check the above url again?
Thank you for all your help. I have submitted the website and let me once again appreciate such an awesome theme that you guys have developed and provide regular support to. My special respect and thanks to all the Team Members of Tag Div. You guys are doing a really great job.
I was really delighted to use this theme. I must say I am not at all disappointed with the ease this theme has provided me to build my website. I am not a web designer or a software developer, In fact I am a computer hardware and networks manager but as fact would have it, I had to built a website for the company that I work in. And this theme along with a few other plugins help me did the job very well without writing a single line of code (Except for some custom css), even for which the theme provides a well defined place to put that code in.
Thank you Simion. Is there any way I can submit my website to your showcase?
Hi Simion,
I proudly present to you my new page that sorts my events on per year basis. As you said there was no option currently in your theme which allowed to do this, so this was all a matter of Efficient Algorithm Utilization using the existing methods.
So basically what I did was, by using WordPress Bulk Edit Functionality, I assigned each of my posts a tag according to their year. First in my admin panel, I filtered all my posts for year 2018 and then bulk assigned them a 2018 tag, then I filtered for 2017 year and bulk assigned them a 2017 tag and so on.
Then using Block 7 of your theme, I was able to apply filtration by providing tag ids for each year. And the result was awesome. TAAAA DAAAA. Just what I wanted without writing or modifying a single line of code. The line of code that was written was a bit of CSS to make the years shift towards left instead of right side.
This is not a query but a solution which I did and writing it here in case it might help out others who face a similar situation like me.
Please check this page now.
https://pildat.org/pildat-activities
Well that might work too. Is there any way I can adjust how many number of archives are displayed in a single page? or is it possible to put the load more button pagination system in archives instead of next page pagination system?
Hi Simion C,
Thank you so much for the appreciation. I need one thing if you can guide me into the right direction Please?
This page is what I am talking about.
https://pildat.org/pildat-activities
THis page lists all posts in our wordpress db which have the tag “activities” assigned to them, order by latest to oldest post. My requirement is on per year basis. I mean like is there any way I can just list posts from year 2017 with tag “activities”, and then from year 2016 etc, block by block? I dont mind putting 10 blocks on my page, but can I configure each block to list posts from one single year only?
okay thanks, but I would suggest this feature to be included in your future versions update. It will be very good if we can design category pages and also headers footers with tagdiv composer.
So you mean to say Category pages can be customized only through the panel and not via tagDiv composer?