Search Results for 'block'

Results from the Forum
Andrei L.
tagDiv Member

Hi

Thanks @Chris!!

@yash3339
I’ve checked your site and block 11 it’s displayed fine now: http://screencast.com/t/tt34EheXrmFx If you still have this issue please provide more details about it and a specific link so we can inspect it closer.

Thanks!

Bogdan B.
tagDiv Staff

Hi,
The block i edited in the example above is exactly as you describe it. Title, excerpt and all aligned left.
http://screencast.com/t/UWducKxoHBCe (I think you replied before i got to edit it and add the code for block 4. Please read above.)
You can edit block 10 if you want by using this css:
.td_module_9{
text-align:left!important;
}

Thank you!

omar ahmed
tagDiv Member

ok i make 2 point


1. Remove render blocking css/js – using the TagDiv SpeedBooster plugin (advanced users) -i cn send file تحرير td-speed-booster/td-speed-booster.php after change

2- enable gzip comperission in site but files facebook still not gzip copmerission — i disable facebook but not change any thing so i enable facebook idget again

finally all content site in my host enable gzip comperission

but result not fine until now

why ?

john80
tagDiv Member

Hi,

Thank you so much. Yes title of page is display correct 🙂
I try do this same with widget but something is wrong, can you check this?
http://prntscr.com/99y4ik

I add to child theme this:
.block-title {
border-bottom: none !important;
}
.block-title > span {
font-size: 20px !important;
overflow: visible !important;
background-color:transparent !important;
}
.block-title span {
overflow: hidden;
text-align: left;
color: #000;
}
.block-title span:before,
.block-title span:after {
background-color: #dadada;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.block-title span:before {
right: 0.5em;
margin-left: -50%;
}
.block-title span:after {
left: 0.5em;
margin-right: -50%;
}

And to custum css in theme
.block-title span {
text-align: left;
}
.block-title span:after {
width: 100%;
}
.block-title span:before {
display:none;
}

Best

zlato
tagDiv Member

Hi i put this :

.td_uid_47_5660625d52889 .block-title span {
width: 100%;
}

but no luck

https://duhovnost.eu

  • This reply was modified 10 years by zlato.
simchris
tagDiv Member

and, oh my gosh … it’s still there!
I guess the file names “update_log.txt” and “changed_files_6.5_6.6.1.html” are not specific enough?

===
NEWSPAPER THEME

Thanks for your support and feel free to contact us any time 🙂
https://forum.tagdiv.com/

~ Radu, Marius, Emil, Alina, Lucian, Nicu G., Alin and Nicu S. ~

[ Version 6.6.1 ]
– new social counter version. Facebook requiers now an API key, read more here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/

[ Version 6.6 ]
– new: Custom code panel. We realized that all the custom css, html and javascript should be in one panel. We also added a custom HTML code section. All the input areas from this panel have autocomplete (ctrl+space) and error checking.
– new: whatsapp share for article on mobile devices
– new: added http channel test status in the system status panel. You can now check if the theme is able to get the tweet count, like count etc from your host.
– new: filter posts by ID in blocks. You can add/exclude specific posts on all the blocks now.
– new: the theme now has it’s own logging system. We can now debug hosting issues easier.
– new: a new self diagnosting and self configurating module that allows our theme to pull data from other sites more reliably.
– fix: smart list 7 and 8 – sometimes the content was doubled
– fix: g+ new icon
– improvement: video playlist is now more reliable and all the code is loaded only when needed via autoload. The youtube videos information is now collected using just one API call instead of multiple API calls for each videos.
– improvement: speedbooster 4.2 now supports woocommerce better and moves the style.css to the bottom
– improvement: the theme panel works better now when adblock is used
– improvement: all the ajax functionality of the theme is now loaded only when needed
– improvement: better security checks on all the ajax requests
– improvement: html is allowed now in the copyright section of the footer
– improvement: social counter button is clickable on the entire area
– improvement: almost all the javascript code now passes jshint. We still have about 15-20% of the code to refactor to the new standards but with time we will get there.
– improvement: the theme’s data source class can now be overwritten from the child theme
– improvement: all the widgets from the theme are now optimized to work better. The widget_builder class is now deprecated and all the functionality was moved to td_block_widget
– improvement: the video playlist now downloads the videos metadata on render, not on save post. This allows us to use the playlist on the on click demos.
– improvement: the following modules of the theme are loaded on demand now: td_log, td_remote_http, td_remote_video, td_data_source, td_video_support, td_more_article_box, td_page_views, td_review, td_ajax. This means that the theme loads them only when needed. We mesured a 10% faster load time after this tweak.
– fix: theme animations where incompatible with some plugins and the visual composer gallery. The animations still worked but all of them looked a bit strange.
– fix: bug with the demo loader – the dinamic css for a specific demo was still loaded even after the demo was uninstall
– fix: header style 8 top submenu z-index fix
– fix: image aligment issue when using custom article paddings
– fix: the documentation url for demos was wrong in wp-admin
– fix: we updated the ads links to point to the right documentation
– fix: Social counter now shows the followers instead of +1 on google plus. Please update your social counter to see the improvement.
– fix: styling issues with the latest version of BuddyPress
– fix: on rare ocassions with some plugins the theme was emitting warnings in the server logs like: “Catchable fatal error: Object of class stdClass could not be converted to string”
– fix: error that was showing up in logs when the theme panel was saved

==

  • This reply was modified 10 years by simchris.
yash3339
Participant
#0

Hi,

I just came across something weird on my site today. It also seems to be affecting some other sites running the Newsmag theme. FYI, it is a ‘block 11’.

The first two posts are how block 11 entries should look. The abnormally large picture below the two is the one I’m talking about.

Just to be sure if it wasn’t because of a corrupt plugin, I reinstalled VC. The issue persists. It affects only certain blocks.

Site URL: RC Drone Arena

tony-mamoch
Participant
#0

I recently installed the plugin AdSense wprdpress my template and have the disadvantage that since I can not access my web page.
If I can access from any Internet connection but not since I made that change.

That may be happening?

Catalin
tagDiv Staff

Hello comsolo,

For your first request, please try the code below to do lowercase your menu title and change the font-size of it. Place it in Theme panel->Custom Css area, like this:

.sf-menu > li > a {
text-transform: lowercase;
font-size: 19px;
}

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

For your second request, you can change the color of posts title if you use a bit of Css, like this:

.td_block_1 .td-module-title a {
color: red;
}

Note: Above, is an example for block 1. If you are using other block, you have to replace the number of block with the number of block that you are using.

The result: http://screencast.com/t/IlCADdeiJy

Here, http://screencast.com/t/2cK8YNlbeeNk , you can see what kind of modules are used in blocks and then you can change the font from Theme panel->Theme fonts to what modules are used by the blocks.

Hope this helps!

If is not what you mean, please provide more details about this.

Thank you!

TheMediumUTM
tagDiv Member

Ah, okay! So some of it has been updated. But also check this article, for example, which still says td_wp_booster_config at the moment: https://forum.tagdiv.com/td_api_blockadd/

Thanks for the reply.

gokaytem
tagDiv Member

Hello.

1. I will use 696*464.

2. To obtain this menu with sub-category (look) I made some categories into sub-categories. This is necessary. But for parent category I created new parent categories like Teknoloji2 (technology2), Eğlence2 (entertainment2), Sanat2 (art2) etc… And this parent-category (even I haven’t selected) preview in the post. (look) This is weird. How to hide parent-category from post ?

4. Yes.

5. I forgot. I know I can add background color to the row or column but there are several block in the row. please look. I just want to add background color to only this block. I think this can be a css trick.

6. All button in the block of homepage doesn’t work. It get all post in the all categories not specific categories belonging to the block.

1, 2, 3

Andrei L.
tagDiv Member

Hi

In order to identify the ideal/average size you need to figure out which is the largest container that will display that particular image and upload an image bigger than that container. Then there is the post template to consider. If you use post templates with big image backgrounds, then your uploaded image has to be bigger. You need to asses your website’s layout (posts and block elements) and come up with an average image size that will work on smaller containers but also keep good quality on bigger ones.
You can read more about thumbs and featured images here: https://forum.tagdiv.com/theme-thumbs/https://forum.tagdiv.com/featured-image/https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

Hope this help.
Thanks!

pupi
tagDiv Member

yes i know (see my post before).

But can you please tell me how to customize this blocks to:

1) Titel
2) Textexcerpt
and
3) left-aligned (not centered) ?

Thank you

Bogdan B.
tagDiv Staff

Hello,
There are blocks without featured images already implemented in the theme. These are block 9 and 10.
http://demo.tagdiv.com/newspaper/block-9/ and http://demo.tagdiv.com/newspaper/block-10/
You can alternatively use any other block you want just to hide all the featured images of that particular block. It is not possible to hide only certain images, but all images you can hide using this css for example on a block 4:
http://screencast.com/t/UWducKxoHBCe

.td_block_4 .td-module-thumb .entry-thumb{
display:none;
}
.td_block_4 .td_module_2 .td-module-thumb{
height:0px!important
}

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can remove the author and date with the code Catalin gave you and you can make it more specific to your big grid:
.td_block_big_grid_5 .td-module-meta-info{
display:none
}

result: http://screencast.com/t/5JFjDD1bncuL
If you want to hide the author and date accross the whole site you can disable them from here: http://screencast.com/t/zZCyr6c0

As for your background color, you can use this css:
.td_block_big_grid_5 h3{
background-color:black
}

Thank you!

comsolo
Participant
#0

Hello,
I want to change the size of them but I couldn’t find a way to. And, I want to change colors of posts’ title on the front page. Is there any possibility to do it? And the last thing, in the font settings how to figure out which font corresponds exactly which block? Can we preview font changes rather than simlply ‘save settings’?

Bogdan B.
tagDiv Staff

Hello,

IU am sorry you feel this way, I did not mean to be dismissive. I just pointed out that our theme was designed to work with adsense and we have not tested adspeed ads. Adsense is the only ad structure that our theme can display if it is inserted directly in the ad spots in the theme panel. If your ad does not have the standard adsense structure:
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– ****- 250×250 –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:728px;height:90px”
data-ad-client=”ca-pub-********”
data-ad-slot=”***********”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
then the theme will display the code on the front end unmodified. I thought this was the case for you as well.
You can try the other ads method and see if the ad displays the same.
There was indeed a problem with inline ads in older version of our theme and it is possible the same issue affects you as I see you use version 6.3 of our theme.
If the ‘other ads’ method does not work, please update the theme to the latest version 6.6 using this tutorial: https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know if the problem is still there afterwards.

Thank you for your message.

Bogdan B.
tagDiv Staff

Hello,
The documentation was changed along with the update (one day late we admit it :D): https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/http://screencast.com/t/8Wr57w7mZ
We will update the classes as well as soon as possible.
Thank you!

  • This reply was modified 10 years by Bogdan B..
Andrei L.
tagDiv Member

Hi

You can use this css in theme panel > custom css: http://screencast.com/t/wTlfijq6

.eng_ww_title {
margin: 0px 0px 5px 0px;
border-bottom: 2px solid #ffed41;
}
.eng_ww_ttl_span1 {
display: inline-block!important;
padding: 5px 5px!important;
background-color: #ffed41!important;
color: #000!important;
}

This is not a widget from the theme and if you want a different implementation for it my advice is to look for a developer to help you with this as we cannot offer any type of custom work for the moment.

Thanks!

Catalin
tagDiv Staff

Hello madpixel,

Please try the code below and place it in Theme panel->Custom Css area. You can adjust the opacity value as you wish until you get what you want.

.td_block_big_grid_3 .td-animation-stack-type0-2 {
opacity: 0.1!important;
}

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

Above I gave you an example for Big Grid 3. If you want use another Big Grid, you have to change the number of this in your code.

Hope this helps and let us know how it goes!

Thank you!

Bogdan B.
tagDiv Staff

Hi,
This effect is usually due to either slow internet connection or using the speedbooster plugin which moves the css render block to the footer and gets loaded last to increase page speed.
You can try to edit the style.css directly to avoid rewriting it with custom css from the theme panel. Unfortunately this is the way css works, in cascades.
Thank you!

Andrei L.
tagDiv Member

Hi

I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issues so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result. Also make sure that your permission for the upload folder are set correct. You can try this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) if you have access to it or if not please contact your hosting provider.

Hope this help.
Thanks

Potpotsie
Participant
#0

Hi! I have a quick question. The thumbnails on my homescreen (in the blocks) are all blurry, and I’m unsure why? I uploaded high quality PNG files, and I run the “Regenerate Thumbnails” regularly when I make changes. Any idea why they don’t look sharper? (a few of them do, while the rest are blurry. That’s why it’s confusing)

Thank you!
Spencer

Catalin
tagDiv Staff

Hello acko_fon,

There is an option for it in Theme panel->Block settings->Thumb on modules&blocks, like this: http://screencast.com/t/xsToFpQF4LF . You can activate or deactivate as you wish.

Thank you for message!

pupi
tagDiv Member

Hello Bogdan,
thank you. I understand. Perhaps it is possible to make a custum Block without any Pictures. If i’m right, there is no possibility at the moment. There is a Block with The Title only (left-aligned) and an Block with Titel and Textexerpt (centred). Can you tell me how to make this block (Titel and Text, no Picture) left-aligned?
Thank you very much.

Viewing 25 results - 32,901 through 32,925 (of 39,816 total)