Search Results for 'block'

Results from the Forum
simchris
tagDiv Member

I stopped using VC and only use TD.

There were a few things I had to recreate with TD, like a text block, or couple of other things, but not terribly painful.

TIP: make second home ‘page’ as draft; copy over the code from original to copy; then edit while VC is “off” — perhaps on a Saturday, or when traffic is normally low in case errors show up on home page. Then once you have sorted, simply switch static page over to new version/draft.

That’s what I did anyway 🙂

CVBJ_Creative
Participant
#0

Hi there,

I’m wondering if there’s a way to adjust the margins of the block titles. As it stands now, the block titles hang about a centimeter above the photo; it seems to me that’s too much wasted space; I’d rather have more spacing between each element and have those elements relatively tight. Ideally, I’d like the horizontal line of the block title to be just touching the photo of the story underneath. While I can mess around with the css attributes of the block itself, I can’t find a way to adjust that big empty space between the title and the photo.

I’ve tried manually inserting block titles as a seperate element, and I can adjust that CSS just fine (padding -35 or so), but for those elements (especially sidebar widgets) that have their own title fields built in, I’d rather just have all of the titles conform to one spacing convention and be able to edit everything within the block itself. is there any way to do this?

Simion C.
tagDiv Staff

Hi,

It seems you have a lot of problems. Big Grid 9 does not have 5 modules, that is a weird issue if it displays like that. It would be helpful if you could provide a link to your website so we can inspect the grid and the drop down issue.
The popular all time post sorting will display the most viewed posts based on post views, if enabled in the theme panel. If that option is disabled the sorting will not work
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately the blocks will not get the page category since is not default WordPress behavior. There is no solution I can provide you for this, it is not implemented in the theme. The pages displayed in the blocks cannot be filtered by category, sorry. Maybe you can find a different way of achieving this.

Thanks

Simion C.
tagDiv Staff

Hi,

You could simply choose a block widget that you like, and insert that in the footer area where you want it to display. The Popular posts block that is predefined in footer template 1 is block 7
https://www.screencast.com/t/DhOzZlq3
Just add that to the footer section you want, set the title you want and sort the posts by popular
https://www.screencast.com/t/fFFGfyxtc
https://www.screencast.com/t/EdaINLNUZA
https://www.screencast.com/t/mn0L2RZdOo
Of course there are other settings that you can use on the blocks. Here you can read a detailed tutorial about all the block options
https://forum.tagdiv.com/block-settings-guide/

Thanks

snlmagazin
tagDiv Member

I really did check everything, but I don’t know whats the code…

These are changes in Custom CSS:
/* VIDEO POST */
.td-video-template-bg .td-category a {
background-color: #ff3c36;
}
.td-video-template-bg {
background-color: #000;
}
.td-video-template-bg-small {
background-color: #222;
}

/* POST LIST BLOCK 21 */
.td_block_21 img {
border-radius: 53px;
-webkit-border-radius: 53px;
-moz-border-radius: 53px;
}
.td_block_21.td-column-1 .entry-title {
font-size: 18px;
line-height: 24px;
min-height: 0;
padding-left: 0;
font-weight: 800;
}

/* BIG GRID FULL 1 */
.td_block_big_grid_fl_1 .td_module_mx18:hover .td-module-title a {
color: #ff3c36!important;
}

/* BIG GRID FULL 2 */
.td-big-grid-post .entry-title a {
color: #000;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
background-color: rgba(255,255,255,0.95);
font-size: 39px;
line-height: 50px;
font-weight: 800;
box-shadow: 8px 0 0 rgba(255,255,255,0.95), -8px 0 0 rgba(255,255,255,0.95);
}
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
border-width: 0 0px;
}
.td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
padding: 0 50px 50px;
}
.td_block_big_grid_fl_2 .td_module_mx19:hover .td-module-title a {
color: #ff3c36!important;
}

/* BIG GRID FULL 3 */
.td_block_big_grid_fl_3 .td_module_mx20:hover .td-module-title a {
color: #ff3c36!important;
}
.td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
padding: 0 50px 50px;
}

/* BIG GRID FULL 8 */
.td_block_big_grid_fl_8 .td_module_mx19:hover .td-module-title a {
color: #ff3c36!important;
}
.td_block_big_grid_fl_8 .td-big-grid-post .td-meta-info-container {
padding: 0 50px 50px;
}
.td_block_big_grid_fl_8 .td_module_mx25:hover .td-module-title a {
color: #ff3c36!important;
}

/* CATEGORY POST */
.td-post-category {
background-color: #ff3c36;
}
.td-grid-style-1 .td-post-category {
background-color: #ff3c36;
}
.td-big-grid-post .td-post-category {
display: inline-block;
margin: 0 0 5px 0;
padding: 10px 10px;
line-height: 13px;
pointer-events: auto;
box-shadow: 8px 0 0 #ff3c36, -8px 0 0 #ff3c36;
}
.td-category a {
display: inline-block;
margin: 0 0 -6px 0;
padding: 10px 10px;
line-height: 13px;
pointer-events: auto;
box-shadow: 8px 0 0 #ff3c36, -8px 0 0 #ff3c36;
}
.td-category a {
color: #fff;
background-color: #ff3c36;
white-space: nowrap;
}
/* POST NASLOV STIL 3 */
.td-post-template-3 .td-post-header .entry-title {
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
background-color: rgba(255,255,255,0.95);
box-shadow: 8px 0 0 rgba(255,255,255,0.95), -8px 0 0 rgba(255,255,255,0.95);
display: inline;
padding: 10px 10px 5px 0px;
color: #000;
}
/* POST NASLOV STIL 7 */
.td-post-template-7 .td-post-header .entry-title {
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
background-color: rgba(255,255,255,0.95);
box-shadow: 8px 0 0 rgba(255,255,255,0.95), -8px 0 0 rgba(255,255,255,0.95);
display: inline;
padding: 10px 10px 10px 0px;
color: #000;
}
.td-post-template-7 .td-post-header .entry-title {
line-height: 80px;
}
/* BOX QUOTE */
.td-post-content .td_quote_box {
background-color: #fff;
border-left: 10px solid #ff3c36;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
clear: both;
}
.footer-text-wrap .footer-email-wrap {
padding: 10px 0;
}
.td_module_1 {
padding-bottom: 10px;
padding-top: 30px;
}
.td-footer-bottom-full .block-title {
margin-bottom: 10px;
}
.td-post-content .dropcap3 {
background-color: transparent !important;
color: #333;
font-weight: bold;
font-size: 117px;
line-height: 107px;
margin: 0px 10px 0 0px;
padding: 0 13px 0 0;
}
.td-post-content .dropcap {
float: left;
display: block;
font-size: 90px;
line-height: 55px;
background-color: #fff;
color: #ff3c36;
text-align: center;
margin: 7px 20px 10px 0;
padding: 28px 33px 25px 33px;
font-family: Roboto;
text-transform: uppercase;
min-width: 62px;
min-height: 62px;
border: 1px solid #ff3c36;
font-weight: 600;
}

Bogdan B.
tagDiv Staff

Hello,

The js files could be blocked by the server so please contact your host and asked about any blocked content from the theme installation folder.

Thank you!

Simion C.
tagDiv Staff

Hi,

The block titles can be changed for each of the blocks, the way you want. Editing the page using tagDiv composer, you just need to click on that respective block and change it’s title like this
https://www.screencast.com/t/m16uartZ
Here you can find more details about using tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Also a detailed tutorial about all the available block settings and options
https://forum.tagdiv.com/block-settings-guide/

Thanks

c.dreyer
Participant
#0

Hello guys, i would like to display the time after the date. If possible anywhere. So in single post, big block and the respective category overviews.

Can someone help me?

animeride
Participant
#0

Hello TagDiv thank you for the latest Newspaper 8.0 update.
I am facing some problem since a few weeks (even before 8.0) and hope they get solved soon in upcoming updates. The big Grid 9 is showing 4 blocks and working but whenever i make changes to the page or try delete something or even delete and again put it back the big grid 9 stars showing 5 blocks one below to the 1st block on the right and the rest of space is left blank in the row.
Also the theme isn’t updating new posts on home page on my block 2 (popular all time config) and one of my drop down categories is showing random posts no matter what I do :/ all others are working fine..

Simion C.
tagDiv Staff

Hi,

If those are pages that are displayed in that block, the ajax filter above the block will not filter the pages by category. Pages do not have categories, and nothing will be displayed when you click on a category. Only posts can be assigned categories and tags.
I believe that categories could be added to pages through plugins or code modification, but I cannot say this will work with the theme or not.
You could filter pages by page author for example
https://www.screencast.com/t/RVzll6VyeWZD

Thanks

Bogdan B.
tagDiv Staff

Hello,

This is because you changed the grids. The new full grids do not yet have typography settings so you will have to change the font with css.
Please use this code in your theme panel-> custom css box:
.td_block_big_grid_fl_8 .td_module_mx19 .entry-title{
font-size:27px!important;
}
.td_block_big_grid_fl_8 .td_module_mx25 .entry-title{
font-size:18px!important;;
}

Thank you!
Bogdan B

Simion C.
tagDiv Staff

Hi,

At the moment of inspecting your website these are the warnings I see
https://www.screencast.com/t/XFS1mFnHT4w
You can find out more about the Cloudflare warning in this topic
https://support.cloudflare.com/hc/en-us/articles/115004370247-Why-do-I-see-A-Parser-blocking-cross-origin-script-is-invoked-via-document-write-in-my-browser-console-
The other warning is related to an insecure image. Please check in the Theme panel->Background and remove the images or replace them in these sections
https://www.screencast.com/t/1FFn1lue
https://www.screencast.com/t/y7Cn2en4K0

Thanks

devraj1986
Participant
#0

How to Change in page Block name like ‘Business’, ‘Lifestyle today’ Row or column etc.

Kindly help me.

aj2ma
tagDiv Member

Chris, you are still “trolling” on this thread? Really? Why don’t you grow up and get a life. This is none of your business so stay out of it – or maybe it is, which is why you are responding. Maybe you should work for them and actually get paid for it since you spend so much time responding to their inquiries on their forums. Do you really think I am going to give my login information to someone who has a signature at the end of their email that says Catlin L. and Alin V. they want my login information but cannot provide me a phone number, last name or name of the company they represent and their position. I don’t know who these people are, they can barely speak English, put a proper sentence together and sound like robots not even responding to the questions that I am asking them, why would I give them my information?

If they sold that many products why don’t they have a phone number where you can reach them at? Don’t you think that is a little bizarre? That is not how you conduct business, especially if you are claiming to have such a huge customer base. It’s been weeks and their API is still down and I cannot activate the theme with my purchase code. Would you like me to post pictures of the conversation here so I can tell you how ridiculous their response is and how frustrating it is that I can not get a strait answer regarding this? Envato told me it is not their problem. I am not getting any help with this issue. Wouldn’t you be pissed if you kept getting this same message and someone kept emailing you responses circling around the issue like a politician and refusing to give you a straight answer or solution? If I could post a picture here of what I’m talking about I would so you can see what I’m dealing with. I sent them a picture via email and told them repeatedly that I can not activate the theme manually or automatically because it says the API is down and they cant activate the purchase code. I normally do not handle issues this way but after two weeks of being tossed back and forth I am beyond frustrated and yes my attitude is horrible. If it is not tagdiv’s problem then please someone give me the contact information to whos problem it is because everyone is telling me it is not their problem so far, I purchased it from envato and they told me to contact tagdiv. It is very confusing, why cant I speak with the appropriate person. The theme was $59 and I planned on using it for 3 or 4 of my websites. I was really excited that it had the features I wanted in a theme without having to use plugins or hire someone to build the features in. I am one person trying to do many things and I am trying to save time by making these purchases, I am meeting with authors and other writers and have a ton of content waiting to be posted to my site and I cannot do anything because I am at a complete standstill – my previous site has been completely wiped out and the maker of the theme I started with stopped upgrading the theme.

I chose this theme because I didn’t want to have that problem and THOUGHT I would have some sort of support with a company that is continuing to innovate their themes. I would have been a very loyal customer had this not worked out this way. If you did days of research to pick out a proper theme and landed one, paid for it then could not activate your purchase for two weeks while your prior site is totally wiped out and there is dummy content on my site wouldn’t you be ready to pull your hair out? The customer service is not helping me AT ALL. I have responded to their emails several times and they are not hearing me at all – they are totally skating around the issue – which is why I said I am being scammed. Is there anyone out there that can help me with this – at this point I obviously need a refund. I am in tears. This has been a horrible experience for me – I am working very hard to get something off the ground as a small business owner, it is very frustrating to keep hitting this kind of road block with b.s companies who misrepresent themselves and their product. So far this has been MY experience.

  • This reply was modified 9 years by aj2ma.
andsig
Participant
#0

Hi,

After installing the new lifestyle theme the site is not loading properly.

I am especially confused why I have stripe scripts on the frontpage?

What can I do?

These are the messages from inspecting the site on http://www.myanmore.com

A Parser-blocking, cross site (i.e. different eTLD+1) script, https://ajax.cloudflare.com/cdn-cgi/nexp/dok3v=85b614c0f6/cloudflare.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.

Mixed Content: The page at ‘https://www.myanmore.com/yangon/’ was loaded over HTTPS, but requested an insecure image ‘http://192.168.0.194/wp_011_lifestyle/wp-content/uploads/2017/03/47.jpg’. This content should also be served over HTTPS.

Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
47.jpg

jquery-migrate.min.js?ver=1.4.1:1 JQMIGRATE: Migrate is installed, version 1.4.1

m.stripe.network/inner-preview.html#referrer=https%3A%2F%2Fwww.myanmore.com…9a3e-263c5d2206a4&sid=f8f523ec-38d9-41f6-ae0a-31496f7a40aa&preview=true&:1
Uncaught (in promise) undefined

Simion C.
tagDiv Staff

Hi,

You can use most of elements available in the theme in the sidebar, either via the page editor or by editing the sidebar in the widgets section. If you are using a split row sidebar simply edit the page with the page composer you used to create it, and remove that block and add other elements in it’s place
https://www.screencast.com/t/n9JxzJ1rgp3
If you are using a Widget sidebar you need to go to the widgets section and make the change to the sidebar you want there
https://www.screencast.com/t/HEEzUxJQHe

Thanks

Catalin
tagDiv Staff

Hello CVBJ_Creative,

All the strings from our theme can be translated from Theme panel->Translations section, like this -> https://www.screencast.com/t/938cplvHu6 Also, notice that the Trending Now is just a simple block which can be sorted as you wish, according to our documentation here -> https://forum.tagdiv.com/block-settings-guide/ For more information about this section, please check here -> https://forum.tagdiv.com/customize-a-translation/

Hope this helps!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Please enable in the theme panel the thumbnail sizes required for the modules
https://forum.tagdiv.com/theme-thumbs/
Then use this guide to regenerate the thumbnails
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
After the regeneration process is complete clear any caching installed on your website. Now the thumbnails should display properly.

Thanks

Bogdan B.
tagDiv Staff

Hello,

In order to avoid duplication, you will have to learn how the block settings work and the options available for avoiding duplication if the same sorting is applied.
The most obvious thing to do is have different categories shown in each block. That way only posts from certain categories are shown ion each block and no duplication will be available.
The second option is the offset feature if the sorting is the same category or the same multiple categories.
A third option would be the unique articles option.
This guide should help: https://forum.tagdiv.com/block-settings-guide/
And the unique articles: https://forum.tagdiv.com/unique-articles/

Thank you!

zhkplus
tagDiv Member

Hi Simion C.,

thank you for your quick reply.
I followed your link but still couldn’t encounter how to switch to pages instead of posts…
When selecting the “Filter Tab” in the block menu it only give me the following options:

###
Post ID filter:

Category filter:

Multiple categories filter:

Filter by tag slug:

Multiple authors filter:

Post Type:

Sort order:

###

When selecting category filter it only allowes me to choose among “Post Categories”, however I would like to show “Pages” instead of “Posts”.

Please advise.

Cheers,
P

Simion C.
tagDiv Staff

Hi,

If you want to display pages instead of posts in the blocks you can do it in the block filter settings. Here is a tutorial about all the available block settings and options
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

It seems you have reviews for the posts. If posts have reviews this will be displayed on the block modules replacing the other meta data. The reviews are present on your page but they are hidden
https://www.screencast.com/t/ruUv8QWKmWN
If you would like to remove the reviews form the blocks and display the date instead, you will have to make a modification in the file mentioned in this topic by Bogdan
https://forum.tagdiv.com/topic/hide-review-rating-from-blocks/

Thanks

Catalin
tagDiv Staff

Hello GideonLupine,

I have checked the shortcodes for the buttons from Text Block in TinyMCE and everything seems to work as expected, as you can see here -> https://www.screencast.com/t/qowmOo7xH and the result you should see here -> https://www.screencast.com/t/MSHzVz09V95Z
Also, if you are using some untested plugins, you should remove all of these, leave just Visual Composer to active, clear all the caches and check the results.

Hope this helps!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

You could remove the Latest articles only on mobile if you are using the mobile theme, with this code
https://www.screencast.com/t/fSUg7l4fa6W
Just enter it in Theme panel->Mobile theme Custom Css code

.td-pb-article-list .block-title span {
display: none;
}

Thanks

Viewing 25 results - 24,576 through 24,600 (of 39,816 total)