Search Results for 'block'

Results from the Forum
Marius
tagDiv Staff

Hi,
Each block use a different image size and on some thumbnails the aspect ratio could be different. If you want to change the image size on a module/block:

Duplicate a section like this and change with size you want: http://screencast.com/t/PtYwy4374
Go to Modules folder and change with the new image size: http://screencast.com/t/8crjXgZ2
Go to Theme Panel -> Block Settings -> Thumbs on modules & blocks and activate the new image sizes http://screencast.com/t/RhyxDxDjrB

At the end you need to regenerate you thumbnails to get the new image size using a plugin like: AJAX Thumbnail Rebuild

Thanks for the message!

dimitris
Participant
#0

The “Latest” sort method is not sufficient. I need a “Latest” by “Published Date” as i run a big news website and i have articles that are written now, but are scheduled to be published in the future. Unfortunately when the time to be published comes, they are not “Latest” and do not show at the blocks (because based on “Latest” and because they were originally written in the past they are not at the top). I hope you can understand what i’m saying :/

Is there a way to bypass “Latest” for now? I have no problem on modifying php code, i guess i need to find your function that builds the query and wherever it gets a “sort” as “Latest” i should add a sorting by post publish date or something? (and maybe add an index at db for that column)

So i hope at least to find a temporary solution for now.:
1) Please, just save me some time and tell me where to start looking at the code so i can tamper the query building, i can handle the rest trust me.

2) Please add this sorting method to a future update so everyone can use this. i’m sure people will use this.

Thanks
Dimitris

Radu
tagDiv Staff

Hi,
the big grid is looking like that because when a theme is switched, WordPress requires new thumbs to be generated for images. Please follow this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Hope that helps,
Radu O.

fatih-2
tagDiv Member

Hi Radu

Thanks for following the topic.

I’ve been talking with Lucian from your team. He’s been trying to find a solution for a while now but no luck. In the end, he suggested me to contact google which I did last week. They checked the website and the codes we use, they said everything ok. We have 3 other websites and google made comparison between them and all the settings are the same. So there’s only one thing left is that the theme. I’m beginning to think that it’s the VISUAL COMPOSER blocking the hits going to analytics.

I’m not a webmaster nor coder but I’ve been doing simple things on wordpress for more than 4 years which’s worked fine until now 🙂

The plugins that I use are mostly came with the theme. I don’t think there’s a plugin interfere with the event tracking.

I believe your team mate has the creditentals to access to my website.

Can you check it please?

Emil G
tagDiv Staff

Hi,

1) You could change the font size using custom css, ex – http://screencast.com/t/ErWmsISX8mHg
You can also use custom css to change the width of the title container, by default is set to 90% – http://screencast.com/t/OrTa0XYEmhttp://screencast.com/t/XnZu4yonft

.td_block_20 .td_module_14 .entry-title a {
font-size: 18px;
line-height: 20px;
}
.td_block_20 .td_module_14 .td-module-meta-info {
width: 100%;
}
.td_module_14 .td-module-meta-holder {
background-color: rgba(255,255,255, 0.9);
}

The css can be added in Theme Panel -> Custom CSS.

2) You mean to place it bellow the image? try this – http://screencast.com/t/ZdBHqpOALwAC

.td-module-image .td-post-category {
position: relative;
display: inline-block;
}

Thank you!

  • This reply was modified 10 years by Emil G.
Bogdan B.
tagDiv Staff

Hello,

If you are talking about embeded video icons like the ones on posts, they cannot be changed as they come directly from the video platform you embed the code for example youtube has this icon in place: http://screencast.com/t/AHYlMizF
If you are talking about the icon on blocks: http://screencast.com/t/GErTLvyvwAK, this can be found and edited here: http://****/wp-content/themes/Newspaper/images/icons/ico-video-large.png

Thank you!

Emil G
tagDiv Staff

Hi,


@Sharozdawa
– Sorry for the delay. The official demo is too large and we couldn’t included it in the theme because of this. The theme comes with a light version for each demo, it includes the style, some content and the pages used on the official demo. We wanted to include the official demo xml file but the wordpress importer plugin is buggy and it doesn’t take all the parameters (blocks settings, sidebars and other elements are not saved). The demos included in the theme should provide a good start and if you want to find more about a certain section you can ask here and we will provide the necessary details.
You can read more about each demo here – https://forum.tagdiv.com/introduction/

@facebook – This issue is caused by the way facebook takes the post data and saves it in their cache, you can read more about this here – https://forum.tagdiv.com/facebook-share/

Thank you!

ohno
tagDiv Member

Thank you, Andrei!
I’ve just forgot to disable adblocker.
Now I also can see it on desktop.

But the thing is, it doesn’t shows on mobile.
https://www.dropbox.com/s/biamqkrx5f8ejj3/Photo%2030.11.15%2010%2024%2001.png?dl=0
Here’s screenshot

Catalin
tagDiv Staff

Hi ttalleur,

There is a setting in Visual Composer. You can change it with another image, like this: http://screencast.com/t/6B0xoqi6 . Also, if you want to delete it, you have to remove the row who include this image, like this: http://screencast.com/t/BN6LROSgT and delete the margin-top of the first block, like this:
http://screencast.com/t/uodr3VAmh

.td-travel .td-travel-features .td_block_wrap {
margin-top:0;
}

If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response.

Hope this helps and let us know how it goes!

Thank you!

omar ahmed
Participant
#0

i have 2 problem in post page

first in this image in browser mobile 768 – 1024

pleae veiw this link

null

i add custom code css in backend but problem not solve

second problem in this image

null

i want make design second block same first block

i put arrow in image

i add cutome code but can’t make same design in background title !!

Emil G
tagDiv Staff

Hi,

I’ve checked this on my side and there’s plenty of space between these two blocks – http://screencast.com/t/8t4i9yvYv
Check if you have any custom css added in Theme Panel -> Custom CSS, or directly into the style.css file, see if this css affects this area.
If you can’t find anything please provide your url so i can take a look, if you don’t want to post it here send it via email at contact@tagdiv.com

Thank you!

  • This reply was modified 10 years by Emil G.
Bogdan B.
tagDiv Staff

Hello,
The best way to start using our theme is the docs: https://forum.tagdiv.com/block-settings-tutorial/
You will find much useful information in there and should get you started on your project. We made an effort to make the documentation as user friendly as possible with images and explanations. You can also check out our youtube chanell: https://www.youtube.com/user/tagdiv We upload tutorials there to help our users better understand the theme options.
I hope this helps.
thank you!

AilyRoot
tagDiv Member

BTW, it is “block2”

problogger
Participant
#0

hi i m using block 9 & Block 10 in side bar also in home page but i want to hide dates showing below every post so plz tell me how to remove post date appearing in blocks

Emil G
tagDiv Staff

Hi,

A solution may be to pass a parameter to the render method – http://screencast.com/t/nQeTY7eNdaJ
And create a condition so that the added code doesn’t display on blocks, ex – http://screencast.com/t/Rp9rt4WEI

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately i do not understand properly to what you want to achieve, but just assuming, if you want to redirect your link inside the blocks, it can be done with 301 redirects. There are many redirect plugins available. Test out a few of them and see which one works out for you!
Thank you!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the header ad it’s displayed fine on my side: http://screencast.com/t/sRMW4doL Please make sure that you’re not using any ad-block software, clear all caches and test again.

Thanks!

Bogdan B.
tagDiv Staff
help - reply

Hello,
You can apply a redirect to your links using a redirect plugin (301 redirects)
Blocks can also show events (if you have an event plugin) or pages.
You can read more about block settings here: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!

Emil G
tagDiv Staff

Hi,

Your link points to the demo main page, if you wanted to point to another page please use the direct link – http://demo.tagdiv.com/newspaper/

The homepage templates can be installed with one click. Just create a new page and click on the desired template – http://screencast.com/t/uBnBp9NP – it will automatically load the page structure. You only need to configure each block to make sure it displays the content you want – http://screencast.com/t/LLcHknpY7Rk

You can check how to set this page as a homepage here – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ – there’s a video at the end of the documentation.

Thank you!

  • This reply was modified 10 years by Emil G.
Bogdan B.
tagDiv Staff

Hello,

@computernet
: replied via envato dashboard.
For other users interested in applying this customization:

For block 3 you have to alter and make these changes in theme’s module 1 and add this code: http://pastebin.com/uqu26CCs like this: http://screencast.com/t/YN03oqYghq37

This is the result you should get: http://screencast.com/t/F7CwOQkIZVq1

Use custom css to adjust it and arrange it as you would want it like I also suggested it in the forum topic, here is an example: http://screencast.com/t/7O3cBdwe and the css I’ve used is below. You can work on it.

.td_module_1 .td-social-sharing-buttons {
display: block;
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

For twitter use this code: http://pastebin.com/05zGW3JR in the same way and the css code from below: http://screencast.com/t/TbhT1urW7

.td_module_1 .td-social-sharing-buttons {
width: 50%;
margin: 0px;
float: left;
}

Thank you!

Catalin
tagDiv Staff

Hi StockFanatic,

Yes, it is correct. Our theme has been designed to show only in mobile version the Whatapps sharing. If you want to show it on full devices, please try the code below and place it in Theme panel->Custom Css area, like this:
http://screencast.com/t/JyijjAGJEvY

.td-social-whatsapp {
display: inline-block!important;
}

The result you should see here: http://screencast.com/t/nmEYxpIQJPmv .

Hope this helps!

Thank you!

Andrei L.
tagDiv Member

Hi

To avoid duplication you can enable Unique Article option: http://screencast.com/t/mhDGQxpLOREB or you can set an offset for block 1: http://screencast.com/t/XDCMLVdUpJK Basically by setting an offset the theme will ignore the first x post corresponding with the filters for that block and will display post from x+1.

Hope this help.
Thanks!

Catalin
tagDiv Staff

Hi john80,

To change your block title of widget it is necessary to Go Appearance->Widgets Area->like this: http://screencast.com/t/iHGqtwUPVcU and if you want to change the name of Widget, please follow this steps, like this: http://screencast.com/t/BapDDNoAAhvo

The result you should see here: http://screencast.com/t/DOsv5hyt

If is not what you mean, please provide more details about this so I can be able to give a more accurate response.

Hope this helps and let us know how it goes!

Thank you!

arpita
Participant
#0

Hi there,

I want to change the order of the sub-categories list which is displayed through Ajax dropdown – show the following IDs. I want the order based on ID number instead of Alphabetical order.

Can you please let me know how this can be done?to show you which sub-categories order I am talking about

Thanks,
Arpita

Potpotsie
Participant
#0

Hi! I just started using this theme for my news website, and have a question. So when I use the default template for the “blocks”, I’ve noticed that these little thumbnails are cut off. Is there a way to change that so the thumbnails are wider?

If I need to clarify what I mean I’d be happy to do so!
Thanks,

Spencer

Viewing 25 results - 32,976 through 33,000 (of 39,816 total)