Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

The top baby blog element is a revolution slider element. Revolution slider is a plugin provided free of charge with our theme and the baby blog slider is already provided in the theme package: https://www.screencast.com/t/v5thwAobBrMn
Please use this guide to import the slider: https://forum.tagdiv.com/import-revolution-sliders-on-demos/

The loop articles cannot be on top of the content blocks. If you need latest articles on top, change the page template to one that does not provide the loop articles and simply create a new block named latest articles and use the settings you prefer for it: https://forum.tagdiv.com/block-settings-tutorial/

Thanks

Bogdan B.
tagDiv Staff

Hello,

Yes there is a way to have pagination on the homepage. Please read this guide to learn about block settings and the pagination possibilities: https://forum.tagdiv.com/block-settings-tutorial/

Thanks.

Bogdan B.
tagDiv Staff

Hello,
The get_subtitle or get_secondary_title are not used in our theme. The blocks grab the functions from here: https://www.screencast.com/t/2ZoNFvJv
Our theme has a custom implementation for the subtitle as it does not use the general WP subtitle function as is the case with many more elements: https://www.screencast.com/t/lRkwqDjeSe
IF you cannot figure out which function is used and which is not and replaced with custom ones, then you will need to hire a developer to help out with the code. This type of customization requires coding skills to make and is not covered by the theme support.

Thank you!

Cosmic
Participant
#0

Greetings,

Are there any Mobile optimization tricks for Newsmag theme? I noticed that Newspaper has a Mobile Theme and I was wondering if you guys have something similar for Newsmag also. I know it’s mobile responsive but still there are things that work better if they are designed/customize just for Mobile. For instance let’s say you want to have less blocks or articles and small photos for the mobile version to help with the site performance and speed.

What are your suggestions for Newsmag when it comes to Mobile and are you going to also release a Mobile Theme in the nearest future?

Thank you so much!

Bogdan B.
tagDiv Staff

Hello,

You can change the font size specifically for the text with title element using this code:

.td_block_text_with_title p{
font-size:21px;
}

Add the code in the theme panel-> custom css box.

Thank you!

Catalin
tagDiv Staff

Hello People Overseas,

For more information about how you can customize your Instagram block, please check here -> https://forum.tagdiv.com/instagram-widget-in-newsmag/

Thanks for the message!

Cosmic
Participant
#0

Greetings team,

I’m trying to migrate from Visual Composer to TagDiv Composer, however since the upgrade has taken place to v4 photos uploaded on pages such as “Insert Image” block have size issues (they look over-sized). I had to remove them since they are not very aestetic. No matter what size I choose (thumbnail, medium, large, etc) they are oversized, way to huge to display.

Any advises on this? I was wondering if someone else reported this…

Please let me know if you need more details.

Thanks!

Bogdan B.
tagDiv Staff

Hi,
Please add this code in the theme pane-> custom css box:

@media (max-width:767px){
.td-header-top-menu-full{
display:block;
}
.td-header-sp-top-menu{
display:block!important;
text-align:center;
}
.top-bar-style-1{
margin-left:auto;
margin-right:auto;
display:table;
}
}

Thanks

Simion C.
tagDiv Staff

Hi,

Each of the block titles can be customized by editing the page with the tagDiv composer
https://www.screencast.com/t/B3xsNiGt
There you can see all the elements on the page and customize them, delete them or add more. Click on the block you want and change it’s title
https://www.screencast.com/t/9wNAjvZnYMG
Here you can find more useful information about the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/
And also all the available block settings and options
https://forum.tagdiv.com/block-settings-guide/

Thanks

Bogdan B.
tagDiv Staff

Hello Matt,

Since this is a custom implementation it is hard to say why this happens. We did not test implementing ACF in our theme blocks or modules. You will need to inspect the block code and see if there is any part that could affect your modification.

Thanks.

Justingiles
Participant
#0

Hi,

I was just wondering what the recommendations are for the theme to make sure it is loading as fast as possible. According to Google’s PageSpeed Insights my website scores pretty low. Mobile averages around 50-55 and desktop is around 60-65. I’ve tried testing no preloading, optimized preloading and preload all on the mega menu preloader but it hasn’t done much with the scores.

Is there another way to optimize the blocks that I am currently using?

Website link: https://fan-insider.com/

Best,

Justin

pnews
tagDiv Member

I am installing a revolution slider. When I am attempting to attach it to a category I don’t see any listed under the Posts block for me to choose from.

michaelcates
Participant
#0

Hi,

Can I style the font and color for text in the widget “Text With Title” with the Theme panel?

I’ve tried adding custom CSS but it is being overwritten by the theme.
.td_block_text_with_title{
font-size: 15px;
line-height:21px!important;
}

orz
tagDiv Member

Anyone?

The only I’ve found to do that is by changing the theme source code.

Adding a filter to this function:

/**
* is used by all the blocks
* @param string $atts
* @param string $paged - is used by ajax
* @return WP_Query
*/
static function &get_wp_query ($atts = '', $paged = '') { //by ref
$args = self::shortcode_to_args($atts, $paged);

// Custom filtering
$args = apply_filters('organic_posts_filter', $args);

$td_query = new WP_Query($args);

return $td_query;
}

circleofmamas
tagDiv Member

How come when I add a block in, the loop article come after that? Can the loop articles be on top?

circleofmamas
Participant
#0

What block is that on the Baby Blog page that has text from the article and a larger image?
https://demo.tagdiv.com/newspaper_blog_baby/

I’m trying to get some of the article and more space between images and larger images. I have the baby blog theme, bbut when I try the blocks none of them look like that?

http://circleofmamas.com/

Thanks,
Courtney

STBW
tagDiv Member

So, did what you said, and it moved the ad spot down perfectly, but for some reason, it is creating a block ad rather than a banner that wanted. The code is for a 650*250 banner and on the customization under Custom Ad 1, I even changed the setting for desktop to 640*300 but it is still creating a block ad. Any idea??

orz
Participant
#0

Hi,

I’m using Advanced Custom Fields to add custom settings on my posts.

I was trying to filter some articles to not show on certain conditions using pre_get_posts action.
This does not seem to work..

What is the way to tackle this?

mattemkadia
Participant
#0

Hi Guys, are there any known reasons why ACF values would not render within pages created using VC, I have registered a custom module that has two buttons, these two buttons only show if a value is set in ACF additional field, they work fine in category view but not within a page generated with VC. A custom block has also been registered which uses the same module, it renders fine except the two buttons which should be visible, are not.

Image outlining issue;
ACF VC Issue

Thanks
Matt

simchris
tagDiv Member

Ah, I don’t think captions work on some ‘featured image’ blocks. Sorry.

TagDiv folk might need to give you better solution.

Thakksy
Participant
#0

Hi,

I’m hoping you can help solve an issue with WYSIWYG in Visual Composer and the WYSIWYG area in bbpress. For some reason, the WYSIWYG in text blocks on Visual Composer isn’t working and when I press on something nothing happens, have tried many times.

Also in bbpress the posting options like above on this tagdiv forum have disappeared! I have attached a screenshot: https://goo.gl/photos/fxfqgTpix2TrAeKU8

Any help would be great, thanks so much.

d_alinus2004
tagDiv Member

So, i have try this way, BUT, when i add the google ads code on the block ad, he dosen’t save me the page..:(
I have desactivate all the plugin but no succes!

Catalin
tagDiv Staff

Hello dannyl,

Please provide your website URL so I can take a closer look at your single image block. I need to inspect it so I can say if it is the good behavior or not.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

Please check the support hours in the top right of the screen.

You cannot set the trending now to the last 3 days as there is no such sorting option present in our theme. Please read this guide:https://forum.tagdiv.com/block-settings-tutorial/

Thanks.

Catalin
tagDiv Staff

Hello pnews,

Unfortunately, I do not exactly understand about what kind of section do you are referring to? If you are talking about Ajax Filter, notice that you should enable this option for each block from Block Settings, like this -> https://forum.tagdiv.com/block-settings-guide/
If is not what you mean, please provide more details so I will be able to provide a more accurate response. Also, if you will provide some screenshots with your problem will be more useful for my understanding.

Thanks for the message!

Viewing 25 results - 23,526 through 23,550 (of 39,816 total)