Thanks
Ok finally found the right settings without to use css named image height from the tag div composer
update css code
.slidershow, .td-theme-slider,.td_module_slide .td_block_inner{
height: 300px !important;
}
.td_module_slide {
height: 300px !important;
}
Thanks,
Indeed to fill te mobile editor part fix the problem.
I understand the “usefullness” of this feature, I have to write twice the same page.
It is strange that with the user agent android chrome 57 the “Desktop page” is used instead of the mobile editor content.
Anyway, that works
Have a good day
Thanks I confirm for whatever reason I searched this item into tagdiv composer and not into visual composer
sorry
Regards
Thanks for your answer,
I hope you will add this feature
Hi,
this is not an issue part of newspaper theme.
I had a similar needs recently and solved it by following this article: https://isabelcastillo.com/mysql-wordpress-http-to-https
-
This reply was modified 8 years by
lucie_barragan.
So it is solved, I have copied includes/block_templates/td_block_template_1.php
and change the hardcoded h4 to h2:
106c106
< $buffy .= ‘<h4 class=”block-title”>’;
—
> $buffy .= ‘<h2 class=”block-title”>’;
112c112
< $buffy .= ‘</h4>’;
—
> $buffy .= ‘</h2>’;
159c159
< }
\ No newline at end of file
—
> }
-
This reply was modified 8 years by
lucie_barragan.
-
This reply was modified 8 years by
lucie_barragan.
-
This reply was modified 8 years by
lucie_barragan.
Hi,
here they are the page content: https://pastebin.com/G44FJ4gy
The original page is https://www.beart.fr/ (but I added the fix into style.css from my child theme)
-
This reply was modified 8 years by
lucie_barragan.
Ok so if I copy td_block_template_4 and edit it into my child theme.
Is it enough or Ishould to go to tagdiv composer and save the page ?
thanks
Finally I found why cause this display …
I have an extension which minimy css and seem to be not compatible with newspaper theme