Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Maybe that is the size of the image, the theme won’t enlarge it if is’s too small. It will be shown as it is. Also some thumbnails won’t be created if the image used as featured is too small – https://forum.tagdiv.com/theme-thumbs/
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
You could use bigger sized images if possible, the theme will create thumbnails from them. Then these will be used in blocks, grids and other modules, post templates.
If you have more questions let me know.

Thanks

etinos
Participant
#0

Hi, i would like to remove that: https://ibb.co/8YNNQbC How? (Block 4)

Simion C.
tagDiv Staff

Hi,

The website you mention seems to be using the latest theme version, looks alright at the moment but it doesn’t function correctly. The block pagination, search button, each time I try to use it, a request is made for a favicon – http://prntscr.com/nzst1v
Does the error you mention appear for all page, even new pages?

To try and identify the problem, first switch to the main theme from the child theme. Then deactivate all the non-theme plugins and check if the website works properly. If the problem remains we could take a look. Send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP. Include a link to this topic in the email.

Thanks

Calin
tagDiv Staff

Hi,

Yes you can, if you are using a footer page, you need to set a extra class on that column text/text ( element for text ) and set on that class a custom css.
-> https://www.screencast.com/t/2f5e9UxNOm10
.yourClassName{
display: none;
}
.home .yourClassName{
display: block;
}

If you are using widgets you need to set the css on the element that you set in footer.
-> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
If you nee help with this, let me know!

Thank you!

JKLFab
tagDiv Member

i was able to pull it off. i viewed the source of your HTML code for the Lifestyle Magazine demo, pulled out the 3 blocks at the top, pasted them into a Raw HTML block, and changed the URLs to category pages. if there’s ever a way to do this with composer instead, please let me know. and thank you for all your help. i am loving this theme!

JKLFab
tagDiv Member

if i can’t do 3 blocks at the top with the TD Composer, each block linking to different category pages, do you suggest I just code them with HTML to give the look of the lifestyle magazine theme, yet linking to category pages instead of post pages?

efifarci
Participant
#0

Hi guys, i wanna know if is possible to show how much people read my article in the home page.
The article is in a Block 1. I check the pannel for a customizzation, but i can t find anything. If is not possibile to show the number of people who read the article i wanna just remove the numeber of the comments

(here https://ibb.co/0Q7gXJH you can see how now is set)

let me know

JoseManuel_70
Participant
#0

Hi

I’m trying to modify the title font size on Tagdiv > module 14 fonts but although changes seems ok on preview panel, they are not applied on browser live preview. I’ve tried to edit it on Newspaper – Theme panel > theme fonts > modules and blocks – article title but there aren’t no changes too.

Please help.

Regards,

JM

juliotorres23
tagDiv Member

Gracias por su respuesta.

Ahora necesito que me ayude en lo siguiente: necesito escribir un código corto para publicar un elemento en la página de inicio entre dos bloques. Cómo lo hago?

Thanks for your reply.

Now I need you to help me in the following: I need to write a short code to publish an element on the home page between two blocks. How do I do it?

ria
Participant
#0

Hello,
Newspaper 9 is great but some elements have disappeared
1) I had a widgetised sidebar made via wordpress, after the update i can’t see the sidebar on the homepage, but it is present in all the other pages
when i go to page template settings, i get this :”While using a pagebuilder sidebar settings are not available. To add a sidebar on page use the widgetised sidebar block.”

2) so I started manually recreating all the sidebar widgets in the homepage, but there is no HTML box for custom code ( i went around it using the custom ad box)

3) I’ve got third party widget for newsletter sign up that don’t work anymore on the homepage, how can I add them back?

Thanks for your help!

sebdicam
tagDiv Member

Hello Calin,

Thank you for your reply.

After 2 days, i found ONE solution but i don’t know if it’s the best one (for article, not page). I think it was because i used bakery visual composer (i m using it with another website without issu).
Now i use classic composer and i have installed this code in CCS: img { width: 100%; height: auto; }

BUT there is 2 problems:
– some picts on my website are distorded (my logo on homepage) : https://aitoguerrierdupacifique.com
– Some block are bad display on mobile: https://prntscr.com/nxxuul

Another question i wanted to ask for a long time . On the home page, i use many blocks, it’s very nice on desktop but blocks on mobile aren’t in the good order…. There is a way to choose the order display?

Thank you !

chrisdadd
Participant
#0

Hi,
Despite there being many many grids and blocks in Newspaper, I can’t find one that gives me rows of featured articles with 2/3rds photo left, 1/3rd excerpt right, then the other way around 1/3rds 2/3rds.
I’ve used Block24 at the bottom of the homepage https://amenitiesmagazine.com under “Featured Recently”. How can I:
a) alternate which side the picture is on (odd/even posts)
b) change the % width of column 1 and 2 so I can create the staggered effect on https://www.wallpaper.com/ under “Features”

Happy to use a plugin if there’s one that will do this. ContentViewsPro doesn’t offer this layout either.

Thanks for your ideas/help.
Chris

wladimir
Participant
#0

Hello,

I was wondering how to add two additional ad blocks on the category pages?

https://www.agentdrive.com/category/real-estate-marketing/

1) Halfway down the list (so after 5 articles)
2) Bottom of the list (so after 10 articles)

Every page seems to have quite a few ad blocks apart from the category pages so it would be nice to add a few.

Thanks again,

Wladimir

Mido
tagDiv Member

In other words, What is the code is responsible for getting the block content and make it ready and usable for the ajax filter?

  • This reply was modified 7 years by Mido.
Leofitz
tagDiv Member

Thanks Simion,
Yes the theme panel footer setting was set at home page. It wasn’t clear what the setting was for. I thought it was to say which page the footer setting would target.

I’m experimenting with translating WP Bakery layout pages into Composer layout pages.For best results should I just completely rebuild WP Bakery pages? From initial experimentation it doesn’t appear that Composer recognizes blocks previously placed by WPBakery.
Thanks for your help.

jpugatch
tagDiv Member

That’s the spacing between blocks. I’m trying to adjust the spacing INSIDE the block, the padding between lines of text. I’m running a headline list, similar to realclearpolitics.com, and I cant get the headlines to post without a large space between them.

JKLFab
tagDiv Member

Thank you so much for your response. So there’s no way to make three big category blocks (first block is always fashion, second block is always travel, third block is always dining) and the whole block is clickable to a category page (not a post page)?

If possible, I’d love for the block to preview (image) the latest post in that category, but again, still link to a category page.

acqua
Participant
#0

Hi

I have a main block above and another underneath
What is the best way to not duplicate content?
Is there a rule/setting that when an article is in the main block it doesn’t show on the block below?

I tried the offset rule but doesn’t work

My site: interfans.org

Matt Pramschufer
tagDiv Member

Hey artprojectgroup,
I too ran into the same issue with the latest version of WP Bakery. What I had to do was uninstall WP Bakery and use the one that is included with latest Newspaper Theme in /code/plugins/js_composer.zip once I did that and refreshed the page, I was able to edit blocks once again.

Calin
tagDiv Staff

Hi,

Unfortunately the only filters that our theme have are those -> https://www.screencast.com/t/YJdXuiwB you can check more about theme here -> https://forum.tagdiv.com/block-settings-guide/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Please try this custom css for mobile arrows, set the code in Theme Panel>Custom code>Custom css and
.td-mobile-content .td-icon-menu-right {
display: block;
}

For AMP option
-> https://www.screencast.com/t/mZ00jNoM0

If the problem is still there, please provide me a link were I can inspect this problem, in this way I will be able to provide you the right answer.

Also please check this topic about mobile theme plugin and mobile editor -> https://forum.tagdiv.com/topic/the-content-of-the-pages-in-mobile-is-not-visible/

Thank you!

Calin
tagDiv Staff

Hi,

You can set on header title an url -> https://www.screencast.com/t/aZTaMGyu you can go on the category of that post from blocks if you click on that category tag -> https://www.screencast.com/t/huPNqQMSLch

Thank you!

mikechris13
Participant
#0

Is there any way to use logical expressions to filter tag slugs on blocks? If I have two different tags, for example “newspaper” and “newsmag”, is there any way to filter posts that contain both? Something like “nespaper AND “newsman”, I guess.

Simion C.
tagDiv Staff

Hi,

That looks like the Full grid 1 if I’m not mistaken, which has these styles
https://demo.tagdiv.com/newspaper/full-big-grid-1/
A style exactly like that for the grid doesn’t exist. There are a couple that are centering the post meta, like style 5 and 6.

With a flex grid you could position the meta center and bottom
http://prntscr.com/nyq2wj
Then set a limited width and also set the colors – http://prntscr.com/nyq46h
http://prntscr.com/nyq41e
To position the meta lower, you could set a negative margin for it
http://prntscr.com/nyq77x
Flex grids don’t display the author image at the moment, like flex blocks can. maybe an option will be added for them as well in the future.

If you have more questions let me know.

Thanks

Calin
tagDiv Staff

Hi,

Please check our documentation for Related articles -> https://forum.tagdiv.com/related-articles/ unfortunately this block can tot be set with the load more button, sorry!

Thank you!

Viewing 25 results - 15,251 through 15,275 (of 39,816 total)