Search Results for 'block'

Results from the Forum
meri
tagDiv Member

1/ and 2/ worked perfectly. Thank you Simion!

About 3/, it’s supposed to be Roboto, not Helvetica or another one in line. Well, it’s not a big deal as the only pages are the Legal ones but I’d prefer to change it once in the theme panel (as I did) rather than having to change it for any block (even if, I know, I can apply the same style with a right click). Anyway, I can live with it.

Once again, thank you very much Simion for your precious help!

ML
Participant
#0

Hello,

I’m working with cloud template, and on the mobile version, the content is outside of the viewport.
I can’t understand how as I specified a width 100% and some margins… It’s OK on every view desktop and tablet, but mobile is not working..

Important : I have a hidden sidebar on mobile that’s why I’m using inline-block.

Page concerned : https://www.tarifartisan.fr/test/

Thanks for your help,

davidmourad
Participant
#0

Hi,
I would like to know how I can change the category order on Block 2 on the Newspaper theme. It appears that right now it is just going in alphabetical order but I will like to customize the order based on my own preferences. I appreciate your help. Category Order

Calin
tagDiv Staff

Hi,

If you can not achieve this using the tagDiv Composer rt build the block and save it as an element -> https://www.screencast.com/t/pnE5iiaRx

Maybe you can use the new creative plugin for this purpose – https://forum.tagdiv.com/developer-info/

Thank you!

Calin
tagDiv Staff

Hi,

That is because you are editing a page ( the homepage ), you’ll need to click on the post, in order to change the color on post; from where you are you can change the color for the homepage elements color.

You can edit the homepage/page in two ways : one directly from website by clicking “Edit with TD Composer” -> https://www.screencast.com/t/BeXlrA0x or from back-end by hovering the page title -> https://www.screencast.com/t/eA6kUUQY or you can click on edit page and click the TAGDIV COMPOSER button -> https://www.screencast.com/t/NCKRDcLXWKwD after that you need to click on the block/module/element that you want to edit and check the tagDiv Composer tab -> https://www.screencast.com/t/TRxoSQcohM

Also you can edit all cloud templates from Cloud Templates -> https://www.screencast.com/t/Xqd0msQjd if you have set a single post template set on post, you’ll see this button -> https://www.screencast.com/t/OQhF4tCu

Thank you!

Seashore
Participant
#0

Hello, our client showed us a screenshot of their Newspaper 7 theme (version 7.7c) website we created, where titles are displayed over the images, instead of under the images, using Flexblock 1.

website: https://schoonmaakjournaal.nl

We noticed that checking in Safari 9, there are no images at all to be seen.
Am I correct that this is an issue with older Safari versions?
Because using crossbrowsertesting.com to check on Safari 12, everything seems to be fine.
With what kind of safari releases is Newspaper 7 compatible?

Regards,
Martin.

The Optometrist
Participant
#0

Hi guys … and girls :),

I’m trying to build a new block to reuse on cloud templates.
This new block imports information from 2 other modules, and looks something like this:
New Block

I went this way because I was unable to find tested/ recommended modules that handled the table of contents nor maps.

Could I count on your help?

Vlad S
tagDiv Staff

Hello !

You will have to remove this block in order to get rid of that space or fill the space with a block. https://www.screencast.com/t/pNLsH6uUnfel

I hope this was helpfull !

Thank you !

Vlad S
tagDiv Staff

Hello !

Please add this custom css code in order to activate your dropdown menu arrows:
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

The code need to be set in Theme panel> Custom code> Custom css

Thank you!

Simion C.
tagDiv Staff

That is not possible, the menu that is displayed inside the menu modal is the header main menu – http://prntscr.com/oaeely
I forgot to mention that there is currently an issue with the sub-menu arrows not appearing on responsive mobile, please enter this code as well to make theme visible
http://prntscr.com/oaefia
The issue will be permanently solved in the next update. here is the code

.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

If you should consider using a cloud header template, then it would be possible to set any menu you want on mobile – http://prntscr.com/oaegxz regardless of the menus you use on desktop.
These are cloud header templates designed by us – https://cloud.tagdiv.com/#/load/Headers which can be imported and customized. You can also create templates from blank
http://prntscr.com/oaei2m

If you have more questions let us know.
Thanks

Simion C.
tagDiv Staff

Hi,

1. That doesn’t have a font setting in the theme panel, if you want to modify the description font in the default author page template, it could be dome with some CSS
http://prntscr.com/oadqzr
If you need help with it let me know. Here is the code used in the emxample

.author .author-box-wrap .desc {
font-size: 15px;
}

2. I see the mobile theme is active, you could do that with some CSS as well, for example
http://prntscr.com/oadtrt

.wp-block-image figcaption {
font-size: 15px;
line-height: 26px;
}

The mobile theme has a dedicated custom CSS section, so the codes entered there will apply only to it – http://prntscr.com/oaduv3
If you need help with it let me know. I should note that in coming updates the mobile theme (which currently does not have any font settings) will receive font settings in the theme panel.

3. That is not actually Helvetica, this font is not being loaded. So the next font in line in the font family is loaded – http://prntscr.com/oadw1nhttp://prntscr.com/oadw9k
Please edit the page with the tagDiv composer, click on the text elements and choose different fonts and colors as you want – http://prntscr.com/oadxka and they should apply properly.

Let me know.

Vlad S
tagDiv Staff

Hello !

In order to display your top bar you will have to add the code bellow here: https://www.screencast.com/t/yJLAWkTc5unx

@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
.td-social-icon-wrap{
display:none;
}}

I hope this was helpfull !

Thank you !

paperweight2
tagDiv Member

Hi,

Thank for the answer. here i’m facing some problem.
i have one page that use tagdiv composer, after the update when i want to edit the td block,the windows is blank. any suggestion?

https://prnt.sc/oadk5p

Calin
tagDiv Staff

Hello @Engager,

The “Posts loop” element will be filter automatic in function of the templates/pages, if you set it on homepage this will show all the categories and posts; if will be set in a category template and for example this will be set on a specific category, when you’ll check it only the the posts from that category will be display.

If you want to show a specific post/category you can use a flex block, or a block -> https://forum.tagdiv.com/block-settings-guide/

Thank you for your understanding!

Calin
tagDiv Staff

Hello,

The background image/color is not like you set a hero image or other element in empty column ( inside the row ), this is apply on the row.
You’ll need to set and element/block and set the background image on that element not the row, then should be show like you want.
-> https://www.screencast.com/t/h0KJhdItTN

Thank you!

hundredkorea
Participant
#0

Hi there~

Newspaper theme is so awesome!
But I have a problem!

It is sorting issue.
In tagdiv composer, I used Flex block1 and, I set bellow infomation
post type : page
Sort order : Alphabetical a->z

but it is not working normally.
bellow image is error cooured captured image.
This page is korean, and correct sorting sequency is “김남주 – 박초롱 – 손나은 – 윤보미 – 정은지”.
null

I have more cases like upper image.
Don’t you support korean in newspaper theme?

Please help me. I have to sort Alphabetically.

pablodlf
Participant
#0

.td-menu-background,
.td-search-background {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/4.jpg’);
}
.white-popup-block:before {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg’);
}

I need to remove these calls but I don´t know https://www.screencast.com/t/MHN010dK

digitalbusiness
tagDiv Member

Hello Simon,
Thanks for your response.
The problem is just on the French version. The english version of the website is not het launched. It is in project!
So the problem is at this link : https://www.digitalbusiness.africa/

In Details, here are things that do not display or function very well on the Homepage of the website. In backoffice (even on TagDiv Composer), everything is clear an display.

Home page
-The date and time: at the Top header
-Search icon at the menu header do not function ( but display)

Sidebar:
-La Une du Mag under Téléchargement
-WhatsApp’s photo

The bloc Dossier spécial : Tittle crossed out

The Bloc Entretiens et Interviews : the photos are not visible. Just the titles.

The Block Start-Up de la Semaine: The title and the image are invisible

Footer:
Digital Business logo in the first column is invisible

In the Page Article :
The Facebook Like button that counts the number of Like per Article do not display. Very important.

These are some of the dysfunctions and as I Told you, in back office, all this seem to funtion very well

Find Attached two screenshot how the homepage were presented few days ago. Homepage and Page Article. Today, it’s no more like what you see in today’s homepage and today’s page Article.
Regards,

hirhugo
Participant
#0

Hello!

I have a problem, i did not found Newspaper\includes\block_templates\block_templates_17.php in 9.7 ver.

I want to change the block 17/ modul 22. where are i looking for it?

onca
Participant
#0

Hello,

I have two questions :

1/ When I try to customize the predefined blocks via ‘css onglet’ of tagDiv (changing background-color,padding…), the page isn’t anymore accessible. I get the error “[Error at rows: ..(models) ..(dom).” even if the page containts just one block.How can I solve this issue plz?

2/ In such situations, the contain of page isn’t accessible anymore by using tagdiv or at via the dashboard. So, every time I have to rebuild the page from the beginning. so how i can recover it?

Thanks!

Calin
tagDiv Staff

Hi,

If you are using the category template, you can sort the order of post from here -> https://www.screencast.com/t/rs7JsOot but you can not filter the posts loop, or category grid ; if you want to filter the post you’ll need to use some blocks or flex blocks, but those will not be filter the post from the current category, will be apply only the filters that you’ll set; also this option will not longer apply on cloud templates -> https://www.screencast.com/t/6SuiswCYzc5

Thank you!

Simion C.
tagDiv Staff

Hi,

By a theme or block setting it is not possible. However I could give you a CSS code for it, for example – http://prntscr.com/o9w1so
This code will apply to the flex blocks in the homepage only, I could modify it if needed.
It can be entered in the theme panel custom CSS section

.home .td_flex_block_1 {
counter-reset: module;
}
.home .td_flex_block_1 .td_module_flex_1:after {
counter-increment: module;
content:counter(module);
position: absolute;
top: 0;
right: 20px;
color: white;
padding: 5px 10px;
background-color: rgba(25,27,26,0.5);
}

Let me know.
Thanks

Calin
tagDiv Staff

Hello,

Please notice that only the “posts loop” element/block will sort the posts according to the category/author/… template, also the posts loop element should have the same options for style/design, the only tag that posts loop do not have is the filter, but this block is automatically filter; there are only few sorts -> https://www.screencast.com/t/DJUd7kKKgO

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Indeed there are some errors in console -> https://www.screencast.com/t/5VRygNz7fvbm that block to load the icons.

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

Also you could try some suggestions to see if they work
https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
https://www.digitalocean.com/community/questions/blocked-by-cors-policy-the-access-control-allow-origin-mean-stack
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/
https://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
https://www.gomahamaya.com/fix-access-font-origin-blocked-access-control-allow-origin-policy/

Thank you!

Vlad S
tagDiv Staff

Hello !

So for your first question please try this code:

.td_block_big_grid_mob_1 .td-post-category {
display:none
}

If you want to use the same font all over the site I suggest you to go into Theme Panel – Theme Fonts and there you can edit the type of font all over the site and also you can use different options for different places where your font is used. Please take a look at our documentation here: https://forum.tagdiv.com/font-customization/

Also take note that for the changes in theme panel to work you will have to delete the custom codes I provided for font change.

I hope this was helpfull !

Thank you !

Viewing 25 results - 15,001 through 15,025 (of 39,816 total)