Search Results for 'block'

Results from the Forum
Catalin
tagDiv Staff

Hi,

Make sure if you do not have any ad blocker on your browser which stops your ad. Clear all the caches and checks the results.

Thanks.

Yogi360
Participant
#0

I have followed this instruction https://forum.tagdiv.com/existing-content/ , But still images are not getting optimized for the rectangle big block properly after demo theme change, have a look at http://www.yogi360.com/blogs. Am i missing something here.

BorislavBigi
Participant
#0

I like a lot zoom hover effect with animation on fast news demo on Big grid,how to set effect like this?

Second question, how to create effect of pop up articles like this http://prntscr.com/lwmypj and is it possible to make this on block 11 or 12? thanks

Archware
tagDiv Member

Thank you a lot, Flex blocks solved the problem perfectly

fortemrocket
Participant
#0

Hi
I have inserted a few ‘text with image’ elements on to my home page of a temp URL. I am copying my existing site http://www.fortemcapital.com, bringing it onto wordpress.

This is the temp url http://77.104.132.191/~fortemca/

I can’t seem to format the image and text/image boxes so they are
1) Thinner and fill the page with no border.

2) The images are different sizes, but I would like the image displayed to always be the same size, occupying exactly half the block. So some cropping is fine.

3) There is a white background which I would like to be transparent.

If you could tell me how to make these edits, and recreate the look of my current site, I would appreaciate it.

thanks

Simion C.
tagDiv Staff

Hi,

Stretched rows containing default blocks can produce these results. The predefined blocks use the same thumbnail size at all times.

For full width results use flex blocks, these have options to load a bigger thumbnail
http://prntscr.com/lwifiy
Here are block designs created by us based on flex blocks (each can be previewed and edited)
https://affiliate.tagdiv.com/#/load/Blocks
We will add designs for the flex grids as well in the future.

There are also full width grids (10 types) – https://demo.tagdiv.com/newspaper/full-big-grid-1/

These elements would be more suited for wider or full width results.

Thanks

Calin
tagDiv Staff

Hi,

The line from theme panel will appear only on mobile,
If you want to have it on all device please add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-social-line{
display: inline-block;
}

Hope this will help you.
Thanks.

Simion C.
tagDiv Staff

Maybe I am misunderstanding, are you referring to the slide or the big grid slide? That code will work for the big grid slide.

If it is the IOS slide you are referring to, use this code instead
http://prntscr.com/lwhsuf

.td_block_slide .td-slide-nav {
opacity: 1;
}

Let me know.

Calin
tagDiv Staff

Hi,

If you want to have more control you can use flex block 1
https://www.screencast.com/t/vOK2rFIAH , using flex block, you have more control over the block layout.

Thank you.

Calin
tagDiv Staff

Hi,

I do not quite understand the problem, you want to change the font for all blockquote.
If you want to change the fonts for blockquote in theme file, there are a lot of file, depend on the demo you have install and so on, i think will be more easy to add a custom css in Newspaper>Theme panel>Custom code>Custom css\
https://www.screencast.com/t/Zkfh4trhDtA
.td-post-content blockquote p{
font-size: 25px;
line-height: 30px;
font-weight: 400;
}

Hope this will help you.
Thanks.

Catalin
tagDiv Staff

Hi rihtak,

If you want to change the background image, you should edit and change the URL from that code from here ->

.white-popup-block:before {
background-image: url(https://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
}

This code should have to be added in Theme panel -> Custom CSS Area.

Thanks.

Simion C.
tagDiv Staff

Hi,

That would be a block 7 widget in the sidebar. So the font settings for the module (module 6) used by that block are here
https://www.screencast.com/t/M5YOU8krjJo9

There is a list of blocks and grids and what modules each contain here
https://forum.tagdiv.com/theme-blocks-modules/

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

That is indeed called the ajax filter. It can be activated in the filter tab for each block
http://prntscr.com/lwg7lh
It can display categories, tags, authors, or a popularity filter. When each of these is enabled they will show by default all categories, tags etc.

For example, setting it to display categories will display all categories
http://prntscr.com/lwg8q7

If you want specific categories to be displayed, enter their IDs in the field below (separated by commas)
http://prntscr.com/lwg9oo
http://prntscr.com/lwg9wr
It is the same for the other filter options. let us know if you have more questions.

Thanks

Archware
Participant
#0

Hello,
my issue is that on this page:
https://www.friendinmilan.co.uk/temp/major-city-sights/
the images are shown in a really bad resolution, although I uploaded a good version. i tried to select all sizes, alo retina ones, in the theme panel “thumbs on modules/blocks” and regenerate the images with a plugin, but the images are still ugly. To build the page I used the compser and selected Block 4. Thanks!

fdservice
Participant
#0

Hello guys,
right now the rows in the Block-12-Element seem to be 1/4 (image) and 3/4 (text). Is it possible to change the row size to 1/2 and 1/2 or 1/3 and 2/3 as I want the image to be displayed larger.
Original: https://imgur.com/a/dz8YgDg
Desired: https://imgur.com/a/UVG2267

Frédéric Bénot
Participant
#0

Hello,

I managed to edit the awful (really too big !) blockquotes on the public interface of my site using custom css,


Public

But impossible to set the css by defaut in the editorial part (wordpress editor). It’s taking all the place.
How is it possible to have this presentation the same as the public custom css by default

Editeur classic

Catalin
tagDiv Staff

Hi,

You should create your own single template, using the Cloud Template plugin and add at the bottom of your page, the block you want and sort it by your category you want. Check the plugin documentation -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Please provide some more details about it, what are you doing exactly and what is happening. Post a link to the website as well so I can take a look.

A block header style cam be set in the composer per blockhttp://prntscr.com/lwefyn
Or in the theme panel in general – http://prntscr.com/lweg8g
These should apply as soon as you set them.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want it only on mobile, this should do it – http://prntscr.com/lwdzq0
Enter it in the phones field here – http://prntscr.com/lwdzzb

.td-big-grid-slide .td-icon-left, .td-big-grid-slide .td-icon-right {
display: block;
opacity: 1;
}

Let us know if you have more questions.
Thanks

Calin
tagDiv Staff

Hi,

This is not a bug, there is use a ajax filter, and load; in this way, is no need to reload the page to see the changes of that block ( that ajax reload only the parts from blocks the need to be reload to bring the new information ).

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

IN order to achieve that please add the below custom code in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-scroll-up {
display: block;
width: 25px;
height: 25px;
}
.td-scroll-up .td-icon-menu-up {
font-size: 15px;
width: 25px;
top: 3px;
}
}

Thank you.

Simion C.
tagDiv Staff

Hi,

That will be the case when the header is stretched – http://prntscr.com/lwdgfs
The search icon will be aligned to the right.
You could display it in the top bar next to the socials – http://prntscr.com/lwdjzm

But from what I can see the icon font used by the theme is not loaded in the website
http://prntscr.com/lwdhq8
To try and fix this you could try the solutions from these topics
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
https://forum.tagdiv.com/topic/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co/
Or contact the hosting provider, they might know what to do.

Thanks

awesomeoneness
tagDiv Member

Hi Simion,

Thank you for your response.
Here it is: https://ibb.co/jD6N4fW

<b>block</b> submenus

Support says it’s the use of ajax filter and provided the link to the documentation. But I was also looking for a step-by-step tutorial. Like what specific element to use, how to configure it, and everything else.

Really appreciate the help.

Thanks!

  • This reply was modified 7 years by awesomeoneness. Reason: added image link
rea-secret
Participant
#0

Hi,

I’ve updated my wp 5.0.1, updated Newspaper 9.2.1 and tried to use new block editor. New editor didn’t work properly, post preview didn’t work, publish didn’t work, my categories didn’t show, tags and custom taxomoies didn’t show.

So I’ve installed classic editor plugin. Everything is OK but now I can’t see post settings tab (Post templates, reviews, smart lists).

Is this a conflict with newspaper and classic editor plugin or something else? What sholud I do to fix this?

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