Search Results for 'block'

Results from the Forum
frasercarly89
Participant
#0

Hey,

I am wanting my website header, and basically everything to be equally distributed throughout the whole screen, instead of centered in the middle. Is there anyway to make this happen? When I delete the background colour, the header and top menu and bottom menu and footer wrap to the edge of the browser, but the words all stay where they were (in the middle), instead of wrapping to the edges of the page. How do I make the header categories and other menu categories wrap to the page (same with the blocks).

Best,
Carly

Rodolfo
tagDiv Member

hi, I have all the plugins disabled (I use a copy in staging) I can see the site but not the admin part and “edit with TD Composer”. if I delete the plugin via ftp, I can enter admin

if I install the plugin from the theme, I get this error (all plugins disabled, no cdn)

Fatal error: Uncaught Error: Call to undefined method vc_row::set_font_settings() in /home/webhos13/staging/1/wp-content/plugins/td-composer/includes/tdc_composer_block.php:36 Stack trace: #0 /home/webhos13/staging/1/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(85): tdc_composer_block->render(Array) #1 /home/webhos13/staging/1/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_row->render(Array, ‘[vc_column widt…’) #2 /home/webhos13/staging/1/wp-includes/shortcodes.php(319): td_global_blocks::proxy_function(”, ‘[vc_column widt…’, ‘vc_row’) #3 [internal function]: do_shortcode_tag(Array) #4 /home/webhos13/staging/1/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row][vc_col…’) #5 /home/webhos13/staging/1/wp-includes/class-wp-hook.php(286): do_shortcode(‘[vc_row][vc_col…’) #6 /home/webhos13/staging/1/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘[vc_row][vc_col…’, Array) #7 /home/webhos13/staging/1/wp-inclu in /home/webhos13/staging/1/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 36

  • This reply was modified 8 years by Rodolfo.
jackfischlum
Participant
#0

Hello,
I can not find the solution to have capital letter in block title, even if I write the html code.
Do you know if there’s a solution ?
As you can see, there’s no capital letter in the blue title
But I’d like to write Blockchain, Etat instead of “blockchain, etat”
Is there a solution to have accent as well ?
Thk you

screenshot

avianews
tagDiv Member

Hi.
For example
Original code

<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<ins class=”adsbygoogle”
style=”display:block; text-align:center;”
data-ad-layout=”in-article”
data-ad-format=”fluid”
data-ad-client=”ca-pub-XXXXXXXXXXXXXXXXX”
data-ad-slot=”XXXXXXXXXXX”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
I would like to use the original code above, not modified code. What should I do?
The code on the page, after the Newspaper template has modified it, below

<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script><div class=”td-g-rec td-g-rec-id-content_inline td_uid_2_5a86f5a6ee5e9_rand td_block_template_1 “>
<script type=”text/javascript”>
var td_screen_width = window.innerWidth;

if ( td_screen_width >= 1140 ) {
/* large monitors */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:468px;height:60px” data-ad-client=”ca-pub-xxxxxxxxxxxxxxxxxxxxxxx” data-ad-slot=”xxxxxxxxxxxxxxxxxxxx”></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}

if ( td_screen_width >= 1019 && td_screen_width < 1140 ) {
/* landscape tablets */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:468px;height:60px” data-ad-client=”ca-pub-xxxxxxxxxxxxxxxx” data-ad-slot=”xxxxxxxx”></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}

if ( td_screen_width >= 768 && td_screen_width < 1019 ) {
/* portrait tablets */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:468px;height:60px” data-ad-client=”ca-pub-xxxxxxxxxxxxxx” data-ad-slot=”xxxxxxxxxxxx”></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}

if ( td_screen_width < 768 ) {
/* Phones */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:320px;height:50px” data-ad-client=”ca-pub-xxxxxxxxxxxxxxxxxxxx” data-ad-slot=”xxxxxxxxxxxx”></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
</script>
</div>

Alin [tagDiv]
tagDiv Staff

Hi,

The Related Articles block displays the posts which have at least on common category(parent or not) with the current post.
Unfortunately there are no other filter options for this block in panel, sorry.

Thanks!

kal
tagDiv Member

Hello,

Did you test it? Add the codе:

<amp-analytics type=”gemius”>
<script type=”application/json”>
{
“vars”: {
“prefix”: “XXXXX”,
“identifier”: “XXXXXXXXX”
}
}
</script>
</amp-analytics>

Save and see view-source on any /amp page.

unraveldev
Participant
#0

Hello,

I would like to find a way to condense all the categories to display under the dropdown using the Block 24 page builder element. Example

For example, on the image above, I would like to move,”AllAmerican Optometric AssociationHealioInvision MagMDLinx” categories to be under the dropdown labeled, “more”. Do you know if this is possible? Thank you.

Alin [tagDiv]
tagDiv Staff

Hi,

@epickenyan Thank you for you help!

Also check the theme documentation – https://forum.tagdiv.com/newspaper-theme-documentation/
Especially how to use tagdiv composer and block settings – https://forum.tagdiv.com/tagdiv-composer-tutorial/https://forum.tagdiv.com/block-settings-tutorial/

Thanks!

Simion C.
tagDiv Staff

You can use any image you want as background. Then simply enable the parallax option. Rows can be stretched to predefined sizes or full width
https://www.screencast.com/t/1G3UdSVdYM
For example lets say you have these 2 blocks (block + empty row + block)
https://www.screencast.com/t/KYPskK3Wv
The row in between can have a parallax image set, either use the full height as I mentioned above, or maybe use an empty space element in that empty row to control the height
https://www.screencast.com/t/qtdSgzoMMeh
Also there is a CSS tab on the rows, that can be used to make adjustments to the positioning. For example if you want to reduce the space between rows
https://www.screencast.com/t/egmKmGrJkKOJ
These are some tagDiv composer guides
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://www.youtube.com/watch?v=C0ARTSimnUY&index=4&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&t=102s
Also block settings – https://forum.tagdiv.com/block-settings-tutorial/

Catalin
tagDiv Staff

Hello brian7454,

Notice that you can use such a modules/blocks in your footer template and from Block Settings, you can handle what kind of pages/categories to be displayed on the front end in the footer section. Another way does not exist, sorry!

Thank for the message!

Simion C.
tagDiv Staff

Hi,

That may be a thumbnail issue, please try to regenerate the thumbnails
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
The theme uses a center-top cropping for the thumbnails used by all modules
https://forum.tagdiv.com/featured-image/
The resulting thumbnails are also affected by image aspect ratio
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

Thanks

Simion C.
tagDiv Staff

There is a problem there, please regenerate the thumbnails
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
This will recreate all the necessary thumbnails.

eduonix
tagDiv Member

What i meant is how do i change/update name of the blocks on the homepage. Currently it is showing the default category blocks i.e: Gadgets,Android, Design, etc.

  • This reply was modified 8 years by eduonix.
Catalin
tagDiv Staff

Hello rox,

Unfortunately, please notice that our theme has not been tested with WP RSS Aggregator for feeds and also, we cannot say for sure if the theme will work or not as expected with this, sorry! Notice that the featured video functionality is very simple and should works if the post has been checked by Video Post. Please read our documentation from here -> https://forum.tagdiv.com/featured-image-or-video/ and there you will see all of the required steps which you have followed in order to achieve video post.
It is worth noting that the video will not play live in the thumb. It will open and the video will run inside the post content. The theme does not have any such an option that allows you to take any external data/feeds and place it in the blocks/grids, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

First of all make sure you do not have any adblockers enabled. For Adsense ads on AMP you simply have to enter the required ad information in the provided fields
https://www.screencast.com/t/7EhwRKCzaHwq
For custom ads enter the custom ad code in the provided field
https://www.screencast.com/t/eVwS9GzH
Be sure to test on mobile devices or browser inspector mobile emulator.

Thanks

Maxime2209
tagDiv Member

Ok, thank you for you response. I begin to understand, but, i don’t know how to put un panoramic format image on my image (put in background parralax) between 2 block of article vertically.

Severan
tagDiv Member

Ok, issue solved. My hosting provider blocked CONCATENATE_SCRIPTS.

Simion C.
tagDiv Staff

You can install the demo and use any images you want and also image optimizations if needed. The homepage is built for demo purposes. It is built entirely using the new flex block element
https://demo.tagdiv.com/newspaper/flex-block/
Each element in the page content is a flex block.

Simion C.
tagDiv Staff

I don’t understand exactly what you are referring to. Block 4 looks like this
https://demo.tagdiv.com/newspaper/block-4/
It can have any block header style you want
https://demo.tagdiv.com/newspaper/block-header-1/
Also as widgets there are options to style the title with these header styles.

If you could provide some more details about what exactly you want to do, it will be very helpful. Some screenshots if possible as well.

Simion C.
tagDiv Staff

Hi,

There is an offset feature that you can use. This is useful when you want to display blocks with the same filtering but avoid duplicates
https://forum.tagdiv.com/offset-feature/
There is also an unique articles option
https://forum.tagdiv.com/unique-articles/
Note that this unique articles option should not be used together with any form of pagination, or it will create duplicates once loading other articles.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Block modules will display author name, date, comment count and reviews
https://www.screencast.com/t/ATmyOlaquI
Some also display excerpts and read more buttons. They do not display view counts, or like counters. That could only be done with module file modifications or maybe plugins.

2. I believe you are referring to the excerpts. You could add manual excerpts and insert line breaks as you wish
https://www.screencast.com/t/2pbtGWQRF
https://www.screencast.com/t/BRXeppBW6W6

3. Once entered in a text element the video will be displayed instead of the actual link. You could use an inline text for example, and enter the video link in the description
https://www.screencast.com/t/acvOQu3wj
The link will be displayed instead of the video embed. A title can be placed separately, there is an element for that
https://www.screencast.com/t/QHXIG9hPBWY

4. You must enter simple video links in the featured video field, not embeds
https://www.screencast.com/t/5l6eBJntOB5l

5. All modules have general options to control excerpt length
https://forum.tagdiv.com/excerpts-introduction/
After the latest update they can be configured in the composer as well, individually
https://www.screencast.com/t/6lszUIeL

6. The modal window will work only on post images
https://forum.tagdiv.com/modal-window/
On pages you can choose from the available image elements, and their capabilities
https://www.screencast.com/t/jhNU2mrn

7. The theme does not have such options at the moment. Once entered in the theme panel, the ads will be displayed on the whole website. You could use a plugin to have better control over the ads. The Adrotate plugin is mainly suggested by other theme users
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/

Thanks

Catalin
tagDiv Staff

Hello Jhalla436,

Please provide your website so I can take a closer look at it. Also, you should provide more details about this case and also, make sure that you have correctly setup this element according to our documentation from here -> https://forum.tagdiv.com/block-settings-guide/

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

When using pagination such as the one on the latest articles section, navigating to the second page for example will not display all the page content again. It is the the second page of the latest articles.

What you could do is to disable the latest articles and place a block instead. Configure it to display latest posts, and set pagination on it.

Thanks

Codywoodworth
Participant
#0

We have a food blog that we converted over to Newspaper and all of our feature images are in a portrait orientation. We are able to find blocks that worked with this on the home page. But how can we get the images in the mega menu to work better with this as well as on the mobile theme? It seams that its all set up for a landscape photo and its cropping all of our images terribly.

Thanks!

ctoweett
tagDiv Member

Go to Appearance>Customise>Widgets and select block 7. Then filter the posts by either popular (all time) or popular (last 7 days). Limit the number of posts to what you want and then publish the changes.

Viewing 25 results - 21,176 through 21,200 (of 39,816 total)