Search Results for 'block'

Results from the Forum
Fabrizio Azzali
tagDiv Member

Hi Catalin
as I wrote you I need to reach the grafic result in all widget title and blocks category.
The image you send me do not help me.
I do not want to use Tag div composer but a sitewide CSS for all the site.

fanjumin
Blocked
#0

Hi

1.I add Newspaper theme Block element and WooCommerce element Can not be centered horizontally.

https://prnt.sc/i4dlr1
2.The product I added was 4 columns, showing 20, but with 3 fewer products in this row, the total number of products was still 20.
https://prnt.sc/i4doct

Simion C.
tagDiv Staff

1. To make that a rectangle, changing the width should do the job, like this
https://www.screencast.com/t/ZpWiBNjzYfyt
You could make the modification in the code provided previously to style the blocks as the gadgets demo
https://www.screencast.com/t/9Zx7MwUb
By default it is 5px by 5px, a square.

2. Regarding the icons, additionally to changing the height another modifications must be made, like this
https://www.screencast.com/t/habOGJwNdz
https://www.screencast.com/t/HtFWFCDHKvfw

.td-social-network{
height: 33px;
}
.td-social-but-icon {
line-height: 33px;
}

Bogdan B.
tagDiv Staff

Hello,

Sure it can be disabled. Please access the block settings for the block that has he infinite load pagination. This guide should help: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Simion C.
tagDiv Staff

Hi,

You could create one sidebar, add a block with the configuration to display posts from the category you want. Set this sidebar for the category
https://www.screencast.com/t/8eaD0gO9
In the post pages for posts that belong to that category you can set a primary category
https://forum.tagdiv.com/primary-category/
All the posts that have it as a primary category will inherit that sidebar once set. This way you can control the sidebar for multiple posts at once.

Thanks

Simion C.
tagDiv Staff

Hi,

1. The news ticker has the same filtering as all blocks have
https://forum.tagdiv.com/block-settings-guide/
If you want to set a limit this is possible. For example set a limit of 5 and sorted by latest
https://www.screencast.com/t/FDQbEI8Mn
https://www.screencast.com/t/kSvaqm4m
It will always show the latest 5 posts.

2. Same for blocks, they have a limit of posts to show, default is 5. You can choose from which category to show posts, and a sorting order. Check the Filter tab for each block. The name of the block can be changed in the general tab.

So simply edit the page with the tagDiv composer and customize it the way you want
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Let us know if you have further questions.

Thanks

Fitore Gashi
tagDiv Member

i checked all the parameters and i still have the issue, inthe browser console those warnings and errors appered :

JQMIGRATE: Migrate is installed, version 1.4.1
VM1187:1 Uncaught TypeError: Cannot read property ‘appendChild’ of undefined
at <anonymous>:1:175
(anonymous) @ VM1187:1
is?id=B619F25E-008E-5DB9-8599-D3E2BB3BA2C7&d=5a01fca9-d552-45e9-a47c-f34d2a14e626&cl=upd:1 Uncaught SyntaxError: Unexpected token :
ace.js?ver=8.5.1:1 Automatically scrolling cursor into view after selection change this will be disabled in the next version set editor.$blockScrolling = Infinity to disable this message
o @ ace.js?ver=8.5.1:1
onCursorChange @ ace.js?ver=8.5.1:1
r._emit.r._dispatchEvent @ ace.js?ver=8.5.1:1
(anonymous) @ ace.js?ver=8.5.1:1
r._signal @ ace.js?ver=8.5.1:1
setPosition @ ace.js?ver=8.5.1:1
onChange @ ace.js?ver=8.5.1:1
r._signal @ ace.js?ver=8.5.1:1
applyDelta @ ace.js?ver=8.5.1:1
insertMergedLines @ ace.js?ver=8.5.1:1
insert @ ace.js?ver=8.5.1:1
setValue @ ace.js?ver=8.5.1:1
setValue @ ace.js?ver=8.5.1:1
(anonymous) @ admin.php?page=td_theme_panel:8583
(anonymous) @ admin.php?page=td_theme_panel:8596
ace.js?ver=8.5.1:1 Automatically scrolling cursor into view after selection change this will be disabled in the next version set editor.$blockScrolling = Infinity to disable this message

what can i do now to fix the problem?

Catalin
tagDiv Staff

Hello apacheinteractive,

Please check the Theme panel and ensure that your thumbnails are enabled from here -> https://www.screencast.com/t/L2QVMHWi1Zn for your blocks used by you. Clear all the caches and check the results. If the problem is still there, please regenerate your thumbnails via Force Regenerate plugin and Thumbnails Regenerate.

Thanks for your understanding!

Simion C.
tagDiv Staff

Then the module type has to be included in the code, like this
https://www.screencast.com/t/OKaIdM8Kc

.td_block_1 .td_module_6 .td-post-category {
color: yellow;
background-color: blue;
}
.td_block_1 .td_module_6 .td-post-category:hover {
color: green;
background-color: brown;
}

Fitore Gashi
tagDiv Member

@simion C. i checked all the parameters and i still have the issue, inthe browser console those warnings and errors appered :

JQMIGRATE: Migrate is installed, version 1.4.1
VM1187:1 Uncaught TypeError: Cannot read property ‘appendChild’ of undefined
at <anonymous>:1:175
(anonymous) @ VM1187:1
is?id=B619F25E-008E-5DB9-8599-D3E2BB3BA2C7&d=5a01fca9-d552-45e9-a47c-f34d2a14e626&cl=upd:1 Uncaught SyntaxError: Unexpected token :
ace.js?ver=8.5.1:1 Automatically scrolling cursor into view after selection change this will be disabled in the next version set editor.$blockScrolling = Infinity to disable this message
o @ ace.js?ver=8.5.1:1
onCursorChange @ ace.js?ver=8.5.1:1
r._emit.r._dispatchEvent @ ace.js?ver=8.5.1:1
(anonymous) @ ace.js?ver=8.5.1:1
r._signal @ ace.js?ver=8.5.1:1
setPosition @ ace.js?ver=8.5.1:1
onChange @ ace.js?ver=8.5.1:1
r._signal @ ace.js?ver=8.5.1:1
applyDelta @ ace.js?ver=8.5.1:1
insertMergedLines @ ace.js?ver=8.5.1:1
insert @ ace.js?ver=8.5.1:1
setValue @ ace.js?ver=8.5.1:1
setValue @ ace.js?ver=8.5.1:1
(anonymous) @ admin.php?page=td_theme_panel:8583
(anonymous) @ admin.php?page=td_theme_panel:8596
ace.js?ver=8.5.1:1 Automatically scrolling cursor into view after selection change this will be disabled in the next version set editor.$blockScrolling = Infinity to disable this message

what can i do now to fix the problem?

Freddy Meynard
Participant
#0

I have used blocks to build the landing page and i would like to load random articles (based on tags/categories) that are within a specific period of time. I see that there is an option for sorting articles called “Random posts from last 7 days” how and where can i increase this number so it displays random posts form within the last 30 days? i tried changing the parameter “604,800” to 2,592,000 in td-booster, but the posts didnt populate as expected… any pointers as to what might have happened.

apacheinteractive
Participant
#0

The featured images are being stretched on Newsmag. This happens on our home page that bring in articles in a block column.

WP: v4.9.2
Newsmag is up-to-date
Image here: http://susprod.com/x.png
URL: empoweringpumps.com

Thanks in advance.

giovanni114
tagDiv Member

Thanks, Catalin. So pretty much what I need to do is create a new sidebar widget for EVERY category and have a block custom for that one side bar?

What I has hoping is if you notice under the article there is a box that say More from this author and Related Articles that always autopopulates. I was hoping there was a universal plugin that I could do the same concept on the side.

kenigmatic
tagDiv Member

Thank you.

My site – http://moneyoak.com

I need help with some issues –
1 / Trending Now, how do I set values so it only shows last five (or so) posts?
2 / The “theme blocks” (or whatever they are called) ie Don’t Miss, Stay Connected, Good Reads, Business etc etc. How to I link them to specific categories, to only show most recent 5 or so posts?
At the moment they make no sense.
Many thanks

Simion C.
tagDiv Staff

Hi,

1. You can for example use a different page as shop, more about it here
https://forum.tagdiv.com/topic/how-to-make-woocommerce-shop-home-look-like-the-demo/
Use shortcodes to display woocommerce content, that is how the demo is built also.

2. The number of columns can be controlled within the shortcode, for example
https://www.screencast.com/t/6YDbXpsd
https://www.screencast.com/t/3t4Vz2t8

3. You can add blocks to the page if you wish
https://www.screencast.com/t/ZdjVveBH7q
https://www.screencast.com/t/6s3BXvWr45

Thanks

Catalin
tagDiv Staff

Hello Embleton,

Here is talking about block titles. You can change them from page builder when you edit your block, like this -> https://www.screencast.com/t/dhQQLl0Qu Here you can see a simple example.

Thanks.

designr
tagDiv Member

Thanks Simion, this works.

But i would like to modify it further. Block 1 has two post sizes – one big one and the other ones are smaller.

I would like to change the category tag css for only the smaller ones.

Simion C.
tagDiv Staff

Hi,

You could achieve something similar based on the gadgets demo and the screenshot you mention. This code is for block 9 placed in a 1/3 column
https://www.screencast.com/t/wrMgwz1z
You can make modifications to it and style the block as you wish, change colors, margins padding etc. Then enter it in Theme panel->Custom CSS
This is the code used in the example
https://pastebin.com/a2qTD7xH

Thanks

Simion C.
tagDiv Staff

Hi,

That can be done by including the block name in the code, like this
https://www.screencast.com/t/IrffUZWmZ
This will affect only blocks of this type (block 1). By default the category tags hover color is the theme accent color, but you could change that as well for this particular block if you need to
https://www.screencast.com/t/HDGKW0hzH
This is the code for the default category tags

.td_block_1 .td-post-category {
color: yellow;
background-color: blue;
}

This is for the hover color if you require it as well

.td_block_1 .td-post-category:hover {
color: green;
background-color: brown;
}

Thanks

brunodups
tagDiv Member

This is a picture of my current thumbnails, with disable meta. I want text to be in center, vertically aligned with thumbs. I also wanted this to happen for ALL blocks/modules, if possible.

https://imgur.com/a/PlUoU

.

  • This reply was modified 8 years by brunodups.
Simion C.
tagDiv Staff

Hi,

Seems that one of the inputs (the username input) is not displayed, only the password field appears. After inspecting the issue I see that the inputs and labels used by the theme are replaced by a different CSS (maybe by a plugin or custom code) One of the inputs is set to invisible and also the design is affected.
I could give you a code to fix this
https://www.screencast.com/t/mX5z0uVbQQNm
https://www.screencast.com/t/oGMycGbzi
Enter the code in Theme panel->Custom CSS

#td-mobile-nav .td-register-section .td-login-input,
.mfp-content .td-login-input:invalid {
display: inline-block;
}
.td-login-inputs label {
padding: 0!important;
}

Thanks

SERGEY ARMISHEV
Participant
#0

hello!
After updating plagin the main page is doesn’t work

Only show this message

Fatal error: Uncaught Error: Class ‘»»’ not found in /home/micetv5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:185 Stack trace: #0 /home/micetv5/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column_text.php(13): td_block->render(Array) #1 /home/micetv5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_column_text->render(Array, ‘«]’) #2 /home/micetv5/public_html/wp-includes/shortcodes.php(319): td_global_blocks::proxy_function(Array, ‘«]’, ‘vc_column_text’) #3 [internal function]: do_shortcode_tag(Array) #4 /home/micetv5/public_html/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(adrota…’, ‘do_shortcode_ta…’, ‘[vc_column_text…’) #5 /home/micetv5/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(176): do_shortcode(‘[vc_column_text…’) #6 /home/micetv5/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(56): tdc_composer_block->do_shortcode(‘[ in /home/micetv5/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 185

Simion C.
tagDiv Staff

Hi,

Selecting a category in the filter tab here
https://www.screencast.com/t/JHQT6dQsz
Will affect only the posts that appear in the block initially. It will not do anything else. The ajax filter offers an option to place categories (similar to a menu) on top of the block. This will allow users to filter the block if they want to. In the ajax filter you could display for example sub-categories of the main category chosen as the filter, to sort the posts (by adding IDs manually for better control).
That would be the functionality in the matter.

Thanks

ANM
tagDiv Member

Thanks! I’m probably doing something wrong here but it looks like a case of merely setting (in CSS) ‘.mce-content-body blockquote p’ font-size to whatever I want (including all the media widths). I’ve had this issue with other CSS in the past – the change doesn’t seem to take hold for some reason. It doesn’t appear to be caching because I can view the underlying css file in a web browser and it’s what I intend it to be. I’ve tried ‘!important’ with no luck. Am I missing something?
Cheers!

Fabrizio Azzali
Participant
#0

WIDGET AND CATEGORY DESCRIPTION
Hi I would like to rech this results in witdget title and blocks category name in blocks
Take a look at linked image below
Can you help me?
Thanks
Fabrizio

http://www.il-tuo-sito.it/IMG/WIDGET.jpg

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