Hi there,
As I wanted no text under the title, if it helps I edited the file \Newspaper\includes\shortcodes\td_block_text_with_title.php
ORIGINAL:
$atts = shortcode_atts(
array(
'content' => __('Html code here! Replace this with any non empty text and that\'s it.', TD_THEME_NAME ),
'el_class' => '',
), $atts, 'td_block_text_with_title' );
Modified:
$atts = shortcode_atts(
array(
'content' => __('', TD_THEME_NAME ),
'el_class' => '',
), $atts, 'td_block_text_with_title' );
Hope it helps!
Christian
Thank you very much, Simion, it works better now.
Regards,
Christian
Thanks again Simion,
the problem is really when there is no sidebar.
For example: http://zeesl.com/demo/royaldelux/packages/roar-2/
Regards,
Christian
Thanks for your replies.
I’ve tried what you, Simion, said, and it worked partially.
For a page with sidebar (http://zeesl.com/demo/royaldelux/packages/relax/) it works pretty good.
However, in a full-width page (with no sidebar) it’s displayed correctly for >768px (laptops & tablets) but not working fine for mobile <768px.
Any further idea?
May I add some extra CSS styling for “@media (max-width: 767px)” CSS section ?
Thanks in advance!
Christian
-
This reply was modified 8 years by
chart.
Thanks travisnw & Maui No Ka for sharing your thoughts.
The problem really seems to be related to the inclussion of the new Tagdiv composer., as it’s the main new feature of the theme.
I’ll wait a bit longer before updating to v.8.0. till these problems are detected and solved by the Tagdiv team.
Cheers!
Couldn’t wait longer.
Just deleted WP & Database & restored it completely from a backup.
đ
Code for old & correct row:
<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" data-vc-parallax="1.5" class="vc_row wpb_row td-pb-row td-travel-header vc_custom_1491083979151 vc_row-has-fill vc_row-no-padding vc_row-o-content-middle vc_row-flex vc_general vc_parallax vc_parallax-content-moving"> <div class="wpb_column vc_column_container td-pb-span12"> <div class="vc_column-inner "> <div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_center"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"></div> </figure> </div> <h2 style="font-size: 40px;color: #194878;text-align: center;font-family:Vollkorn;font-weight:400;font-style:normal" class="vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn" >ROYALDELUX: Wellness Vacations for Women in Spain.</h2> </div></div> </div></div>
Code for the same row after updating & rolling back theme version:
<div id="td_uid_3_59259d4ea8fc9" class="tdc-row stretch_row_content_no_spaces">
<div class="vc_row vc_custom_1492079823877 td_uid_33_59259d4ea904b_rand wpb_row td-pb-row" >
<style scoped>
/* tdc_composer_block - inline css att */
.vc_custom_1492079823877{margin-top: -48px !important;background-color: #f9f4eb !important;}
</style>
<div class="vc_column td_uid_34_59259d4ea94b9_rand wpb_column vc_column_container td-pb-span12">
<div class="wpb_wrapper">
<div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space td_uid_35_59259d4ea98de_rand " style="height: 50px">
</div>
<div class="wpb_wrapper td_block_single_image td_block_wrap vc_single_image td_uid_36_59259d4ea9a45_rand td-single-image-">
</div>
<h2 style="font-size: 36px;color: #194878;text-align: center;font-family:Vollkorn;font-weight:400;font-style:normal" class="vc_custom_heading mycustomH2 wpb_animate_when_almost_visible wpb_fadeIn fadeIn" >ROYALDELUX: Wellness Vacations for Women in Spain.</h2>
<div class="wpb_wrapper td_block_empty_space td_block_wrap vc_empty_space td_uid_37_59259d4eab42b_rand " style="height: 50px">
</div>
</div>
</div>
</div></div>
-
This reply was modified 9 years by
chart.
Well, it really happened.
Please have a look at this just in case it’s a major error on your update.
I’m developing the site, and I fortunately have a recent backup on another draft website which is still showing correctly:
http://zeesl.com/demo/royaldelux-test2/en/royaldelux-home-2/
The updated version, showing “ugly”, with expanded images, no background images on rows, and no video backgrounds on rows, and even “stretch row and content (no paddings)” option not working:
http://zeesl.com/demo/royaldelux/
(this second website was updated from 7.8.1 -> 8.0 and, after seeing everything was wrong, I restored the 7.8.1 version of the theme and is still being shown incorrectly)
You can see the row just underneath the banner, for example.
Please, have a deeper look & inspect it.
Hope it helps!
Thanks!
Hi Simion,
Thanks for your reply, it gave me the clue.
The row where the slider is in the travel demo has an Extra class name = “td-travel-header”
I think “z-index=0” was causing the malfunction.
Just took that off and added extra margins via “Design” tab (Visual Composer – row).
Now it works!
Thanks.
Christian
</div>
</figure>
</div>
<h2 style="font-size: 40px;color: #194878;text-align: center;font-family:Vollkorn;font-weight:400;font-style:normal" class="vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn" >ROYALDELUX: Wellness Vacations for Women in Spain.</h2>
</div></div>
</div></div>