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 :)
lucie_barragan
tagDiv Member

Thanks

lucie_barragan
tagDiv Member

Ok finally found the right settings without to use css named image height from the tag div composer

lucie_barragan
tagDiv Member

update css code

.slidershow, .td-theme-slider,.td_module_slide .td_block_inner{
height: 300px !important;
}
.td_module_slide {
height: 300px !important;
}

lucie_barragan
tagDiv Member

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

lucie_barragan
tagDiv Member

Thanks I confirm for whatever reason I searched this item into tagdiv composer and not into visual composer
sorry

Regards

lucie_barragan
tagDiv Member

Thanks for your answer,

I hope you will add this feature

lucie_barragan
tagDiv Member

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

lucie_barragan
tagDiv Member

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

> }

lucie_barragan
tagDiv Member

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)

lucie_barragan
tagDiv Member

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

lucie_barragan
tagDiv Member

Finally I found why cause this display …
I have an extension which minimy css and seem to be not compatible with newspaper theme

Viewing 11 posts - 1 through 11 (of 11 total)