Here is the response I just got from themepunch – the makers of Revolution Slider:
Thanks for the update. Under the slider Global Settings section you can disable JS libraires inclusion and apply it only for pages where the slider is. In the approprite files you will need to add page IDs.
Hope this helps.
Here is the link to the recording
https://1drv.ms/v/s!Akul2ygARwfdh5U8brNNcAGg2gOo3w?e=HjXNBW
-
This reply was modified 4 years by
dimitrisv.
Here you can see more clearly what I mean:
Just to let you know that I realised that the issue that breaks the CSS Analyzes is related to the mobile version. The two sites, the only difference that they had that in the one that it works, the mobile version has the default settings, whereas the other has logo, colours etc.
I can also see that during the analysis, when doing the actions related to mobile, the whole webpage in the background, shifts down etc. This is not happening when doing the analysis on the version that has the default settings on the mobile.
It is not clear enough but the menu has shifted in the height of the ears of the girl on the left:
Just to get an idea of the issue here is the contribution of the revslider in my sites traffic:
The temporary solution was to issue an instruction like this (522 is the only page that contains the rev slider)
if (is_page(522)) {
on line 90 of the wp-content\plugins\revslider\public\revslider-front.class.php
And this gets rids of a whole of junk while it considerably improves the pages ranking on the Google PageSpeed
I tried to do this but in version 11.3 there are changes. The relevant line of code is
1788 in the file
wp-content\plugins\td-cloud-library\shortcodes\header\tdb_header_mega_menu.php
So it is under plugins.
The thing is for those of us who are using child theme how can we ensure that this change will stay?
I do not know of a way to override plugins in the child theme. If one can help it will be great.
Yes we have done this Anamaria, thank you. The question was if you have any information about the timeline of supporting webp in a future release.
Hello,
I am also interested in webp image support for the theme. Is there any chance that we can expedite the progress?
Best,
Dimitris
Hello Betina,
Thank you for the response!
Here you can find the video of the bug that I just made for you with my tool:
Thank you very much indeed Bettina! That was it! (disabled in yoast SEO)
<3
Hello,
Is it please possible to share the solution. We have the same issue here:
We have defined to use this template:
https://new.pathologia.eu/tdb_templates/author-template-italy-report-pro/
But when we click on the author via clicking the name of the author from an article here:
https://new.pathologia.eu/koronaios/reumatoeidhs-ar8ritida-yparxei-kindynos-eksarshs-apo-ta-embolia-ths-covid-19/
We end up in the home page.
We have defined in the tag div author template to use the right one:
Hi Calin,
I am facing this issue being unable to change the position of the side menu and the overlap.
I am using woocommerce 4.7 and the latest version of the newspaper theme 10.3.8.
Any ideas please?
Hi Calin,
I am facing this issue being unable to change the position of the side menu and the overlap.
I am using woocommerce 4.7 and the latest version of the theme.
Any ideas please?
Just noticed that although the first menu was fixed the second menu still has issues:
Will do. Yet the difficulty we are facing is actually targeting the right control. Is it please possible to point the documentation in order to avoid any errors?
<div class=”td_block_wrap td_flex_block_1 tdi_466_fb9 td-pb-border-top td_block_template_1 td_flex_block” data-td-block-uid=”tdi_466_fb9″>
Thank you Calin.
Everything worked by just going to the settings you recommended.
Best regards,
Dimitris
Thank you Calin! It worked!
If you want me to send you the theme settings file for further debugging from your side, please let me know.
Also a quick one here: how can I change the colour of the icon in the preloading of the menu (it is green from the minty theme but I cannot figure out a way to change it… same with the go to top icon colour in the bottom-right of the page)
-
This reply was modified 5 years by
dimitrisv. Reason: spelling
Yes, it does help on the pages – I was experimenting with pagination.
But the problem has to do with the posts.
Can I add this customisation?
function be_exclude_current_post( $args ) {
if( is_singular() && !isset( $args[‘post__in’] ) )
$args[‘post__not_in’] = array( 1482 );
return $args;
}
add_filter( ‘widget_posts_args’, ‘be_exclude_current_post’);
Or something similar in the widget to override its present behaviour?
Can there be a solution to this issue?
I came across this post as well:
https://forum.tagdiv.com/topic/remove-current-post-from-sidebar-widgets/
Can we implement this in our theme?
I have a specific issue given the prominent place of related articles in this post template that we love to use:
Hi Vlad,
I did everything you suggested, just left the 6 plugins from TagDiv. No caching is present. Tried with even another browser I had never used to see the page and the issue remains.
Actually I am unable to find the redirect/refresh instruction in the main header cloud template that loads the modal.
Thank you guys!
It worked after downloading yesterday’s version! 10.3.2. (10.3.1 wasn’t working).
It will be great if you can make it available to other templates as well – not just single post templates i.e. in the tags template.
Is there a way to make this available to other templates?
Finally, it will be great if one can put shortcodes within tagDIV’s elements properties. i.e. in the URL field of a text form, ad, image field etc.
I will have to reapply the customisations we have done in the theme for the multiple authors and we are ready. Thanking you once more.
I will be interested to have it fixed. Get in touch with me so that we can fix it.
It “worked” in the cloud template by adding this code directly editing in the template (not using tagDIV composer)
[vc_column_text]
[return_post_id]
<p><h5>Διαβάστε τη δημοσίευση σε αρχείο μοφρής PDF:</h5></p>
<div class="tds-button td-fix-index">Άνοιγμα PDF</div>
[/vc_column_text]
The thing is that in the server it displays the same PDF file as if it has been cached!
So although the id of the post changes, the evaluation to display the file, does not.
Thank you Calin.
I implemented the megamenu using the textfield tag entry because I had already done a lot of customization. Will use your method in another implementation.
I will write in contact because we have two issues remaining that need your intervention.
Thank you once more.