- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello,
Please check topic with the same error https://forum.tagdiv.com/topic/error-blocking-tagdiv-composer/
Also, please check if the error appears on other pages/posts.
Thank you!
Hello,
Please try to edit the Single Post Content and set the font-size for default blockquote => https://i.imgur.com/603Qupg.png
Thank you!
We used Quote Block Right a lot on our site.
The look was a font in little for example 10p as it looks in admin.
But till the update to the new TagDiv composer, the text are huge and center instead of left align ! 🙁
Example quote right
How could we change that quickly?
Regards
Hello,
@petitefilms and @Pesareiran
Please check what elements you are using, as they may be from tagDiv Standard Pack, for example, header/footer style from Theme Panel => https://i.imgur.com/cQUf58B.png -> https://i.imgur.com/6tk9Sh0.png or Block 1-25, Big grid, brig grid full, and if the plugin is deactivated the blocks will become shortcodes and the style will change.
So, please make sure you have the tagDiv Standard pack updated and activated, the tagDiv Standard pack “is a legacy plugin, that comes with functionality for previous versions of the Newspaper theme, older than version 10. For fast, highly customizable, and lightweight websites, we encourage you not to activate and install this plugin” -> https://forum.tagdiv.com/install-via-wordpress/
Thank you!
Hi,
I’m glad the problem was solved.
The elements from tagDiv Standard Pack are header/footer or other template forms Theme Panel => https://i.imgur.com/cQUf58B.png -> https://i.imgur.com/6tk9Sh0.png or Block 1-25, Big grid, brig grid full, etc.
Have a nice day!
Hello team,
There is no other option available for the Images gallery in the Newspaper theme.
I tried adding tagDiv gallery using Classic block, and it worked, but it breaks everything that comes below the gallery, including Footer—removing generated CSS resolve this.
I would suggest bringing tagDiv gallery block for Gutenberg.
Hello,
So, if you want to apply the code only for certain blocks, then you need to add an extra class for these blocks => https://i.imgur.com/7eQbbhw.png and add the extra class to the custom code.
Thank you!
Hello,
You can set the meta info where you want, please edit with tagDiv Composer, select the block and in the tab called “Layout”, you can make changes => https://i.imgur.com/iaNXwQG.png -> https://i.imgur.com/NmyFc8L.png
Thank you!
Hello,
1. If you have the mobile theme and AMP plugins activate, then your pages will be overwritten by the plugin (the mobile theme comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited, this keeps the things simple).
You can disable the mobile theme plugin on the pages => https://i.imgur.com/OTAJQSS.png
Also, please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/
2. Please try to import the header and footer from here => https://i.imgur.com/jDsslQi.png -> https://i.imgur.com/89ztoQB.png -> https://i.imgur.com/Jtb3hoO.png and make them global => https://i.imgur.com/6qg5arf.png -> https://forum.tagdiv.com/footer-templates/ -> https://forum.tagdiv.com/header-manager/
3. Unfortunately, is not possible to change the Big Grid Flex 5, but you can use it for mobile Flex Block => https://i.imgur.com/hRAQWNc.png
Thank you!
Thank you for sharing. The CSS. I added the code you supplied and made some edits so it would position correctly. We now have an issue where the CSS is adjusting all td_flex_block_1 elements. How can we only affect specific elements?
See link: https://www.screencast.com/t/xzJpe3zJVn
site: https://dev.hrmasia.com/
/* Authors / Byline to display in 2 rows */
.metainfobreak .td-editor-date .td-author-date .td-post-author-name {
display: block;
}
/* HeadShot, Authors Name and Date formating text to right of photo */
.td_flex_block_1 .td-author-date
.td-post-date{
top: -20px;
right: -50px;
display: block;
}
.td_flex_block_1 .td-post-author-name{
top: -7px;
}
i’m experiencing the same troubles, missing logo, missing blocks, it’s all messed up, tried to use time machine with no luck. Unistalled and reinstalled plugins but nothing changed.
Please help, just updated website to new version 11.3 and website is showing a mess.
The url is https://www.welcometoskyvalley.com, everything disappeared, blocks, color settings, logo, footer.
Any tips? thanks if you can help.
How to move the Category tag position from the top of the image on to the lower part in flex block 1.
Hello!
You should have it too, please check: https://www.screencast.com/t/Pa2c0BNz ; open the first arrow. Check this video to see how you can put it back: https://www.screencast.com/t/5zuLsMAlRt
For modal video pop-up, the post need to be a video type, to have featured video. Also, for example, if you use a Posts Loop or a Flex Block element, then you will have a setting for the video pop-up: https://prnt.sc/10cxaix
Documentation which can helps you:
– https://forum.tagdiv.com/featured-image-or-video/
– https://forum.tagdiv.com/video-playlist-2/
Thank you!
Hello!
I can not access your screenshots.
For example, add a flex block in a post go to the filter tab of the element’s settings and from the dropdown category filter you can choose between: Single – More from author, Single – Related by category, Single – Related from tags.
So, for example Related from tags is displaying articles/posts which have the same tags as the article you are currently viewing. Also, you can set Related and sort it as Random for example.
Please note that you should place that flex block in a post template to have effect.
If you do not mean this, then please provide more information about your issue and your website link.
Thank you!
Hello!
A workaround there could be to add a flex block or a posts loop element in order to achieve a pagination to your posts. Both elements have the option next prev ajax pagination.
Thank you!
Hello,
Please use the header template for business from tagDiv Cloud Library https://cloud.tagdiv.com/header-template-22-business/, please check this article https://forum.tagdiv.com/header-manager/ after this you can design it as you want with tagDiv Composer
Also, you can change the color from Theme Panel -> Theme Colors -> Header https://i.imgur.com/7YN8bJM.png
Thank you!
Hi,
The Big Grid Full is also, a block from the tagDiv standard pack and is not adjustable like Big Grid.
Thank you!
Hello,
I made a custom code, but you need to change the value because depends on the author image size => https://i.imgur.com/tW3hy14.png
.td_flex_block_1 .td-author-date
.td-post-date{
top: -12px;
right: -35px;
display: block;
}
.td_flex_block_1 .td-post-author-name{
top: -7px;
}
Hope this help you!
Thank you!
Hello,
Please edit with tagDiv Composer, select the block and in the tab “Layout” you can change the information about meta info https://i.imgur.com/wy5VMm0.jpg
Thank you!
Hi,
I’m not quite sure if I understand the problem, but I think that you are referring that the images are not cover the entire space from the Big Grid modules, if is so this can be fixed using our guide from here https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If this is not what you mean, please let me now!
Thank you!
Hi,
I upgraded my website to latest WordPress version and latest Theme version (11.3).
All TagDiv plugin is installed and activated.
Now, all my custom pages show a shortcodes like this :
[td_block_7 modules_on_row= »50% » modules_category= »image » show_btn= »none » show_excerpt= »none » ajax_pagination= » » sort= » » category_id= »79″ f_title_font_size= »eyJwb3J0cmFpdCI6IjEyIiwiYWxsIjoiMTMiLCJwaG9uZSI6IjE0In0= » f_title_font_line_height= »1.3″ modules_gap= »eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTUiLCJwaG9uZSI6IjIwIn0= » show_com= »none » show_date= »none » show_author= »none » image_height= »70″ f_title_font_weight= »500″ all_modules_space= »eyJhbGwiOiIyMiIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMTUifQ== » limit= »6″ meta_padding= »eyJwb3J0cmFpdCI6IjhweCAwIDAgMCIsImFsbCI6IjdweCAwIDAifQ== » image_size= »td_218x150″ image_alignment= »eyJhbGwiOjUwLCJwaG9uZSI6IjExIn0= » f_header_font_transform= »uppercase » video_icon= »eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjAifQ== » header_color= »#01a7df » m6f_title_font_transform= »uppercase »]
If I switch to 10.3 version of the theme, everything work fine.
Megamenu is very slow to show with version 11.3
Thanks
Hello,
I have some problem >
Warning: Attempt to read property “name” on null in /home/ezafalor/sharpnews24.com/bn/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 2622.
I have updated the theme and reset the “tagDiv Composer” plugins but it is not working.
website URL : https://www.sharpnews24.com/bn
Thanks
Hello,
Please make sure you don’t have set an offset on the block => https://i.imgur.com/dF1aluy.png please let the box empty.
You can find more information here https://forum.tagdiv.com/tagdiv-opt-in-builder/
Thank you!
Hello,
Normally the author name and date are displayed as you want, so if you to look like this => https://i.imgur.com/OuE2JBu.pngthen you need to remove the CSS or set to display inline-block =>
.metainfobreak .td-editor-date .td-author-date .td-post-author-name {
display: inline-block; }
Thank you!