Search Results for 'block'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css:

@media (max-width: 767px){
.td_normal_slide .block-title{
display: inline-block;
top: 40px;
}
}

Thanks!

Lucas
tagDiv Member

This works properly on the actual post page. However, it does not work in the meta section of the post when being shown via module block.

Any idea why the module would be showing incorrectly? Posts shown through the module from 2014 say ’45 years ago’ lol.

Thanks,

fbengo
tagDiv Member

Did you enable it in the block settings?

yoluca
Participant
#0

hi, i need a text block that can show shortcodes from a plugin

[events_list_grouped mode=”monthly” country=”UK”]#_{d/m} – #_EVENTLINK – #_LOCATIONTOWN
[/events_list_grouped]

this if for events manager http://wp-events-plugin.com/

now i use wp default text block …. which i cannot add block title … 🙁
text block with title (tagdiv) dosnt show anything ….

thanks

yoluca
Participant
#0

salut, dintro data nu mai merge in chrome big grid block1 si block5

explorer … firefox este ok … numai in chrome arata asa …

totul era perfect … nu ma intalat nimic … nu am sters nimic … am vrut sa scriu un articol si cand sa il vad cum arata pana il public … mi`am dat seama ca nu mai merge pagina …

[IMG]http://i62.tinypic.com/axfspj.png[/IMG]

site >>> http://goo.gl/rz8oU1

multumesc

Lucas
tagDiv Member

Nevermind, I figured it out. Seems the block numbering is different than its module, which made me confused lol

Lucas
tagDiv Member

Sorry, I meant block. For example, I wan to edito block 12. Where is this located?

Thanks,

simchris
tagDiv Member

I have no idea. You could so a search of the folders for the theme on your local PC to locate that block of text, probably.

Marius
tagDiv Staff

Hi,

The Facebook comments from that plugin could be disabled and added directly in code via a shortcode, and can be placed anywhere.
Disable it from here: http://screencast.com/t/66stO7tobuz and add this code where you want in the post template:
http://screencast.com/t/7VRRbPIk post templates are this depends of where you want to add them http://screencast.com/t/HLJfn6dcF6HE

About the infinite scroll, add a block with Visual Composer, set it to infinite load http://screencast.com/t/Ampm712bNNg then set how many post you want to display: http://screencast.com/t/WTwOIdwBJ

Thanks!

Marius
tagDiv Staff

Hi,

Do you mean in blocks the author name. The code is here in each module http://screencast.com/t/Q6SvCviD, just delete the author code and add your custom code for that location_town

Thanks!

raugustox
Participant
Ads div - topic
#0

Hello,

I need to add div tags to ads.

Thus:

<div class = “xxxx”>

<async script src = “// pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”> </ script>
<! – Adaptable ->
<ins class = “adsbygoogle”
      style = “display: block”
      data-ad-client = “ca-pub-xxxxxxxxxxxxxxxxxxx”
      data-ad-slot = “xxxxxxxxxxx”
      data-ad-format = “auto”> </ ins>
<script>
(adsbygoogle = window.adsbygoogle || []) push ({}).;
</ script>

</ div>

Is there any way to do this easily?

chri5topher
Participant
#0

Hi there!

I am having trouble hiding the sidebar on mobile. I am using the visual composer wigetised sidebar. I have added the following css from a few earlier posts:


@media
(max-width: 767px) {
.post .td-main-sidebar {
display: none;
}
}

It is still showing up. I am using the infinite-scroll within a block13.

Thanks!

djshadowslim
Participant
#0

Any plugin that I install to utilize the Newspaper 4 theme layout such as Radio Station and CM Download Manager the middle section of the website loses its formation. Also, the content in the middle section is not responsive but I use the plugin [shortcode] in a page or post it retains the responsive feel.

For example:
1.) Radio Station: http://envythedjradio.com/show/love-block
2.) CM Download Manager: http://envythedjradio.com/cmdownloads/the-example-wow-shes-hot/

Goal: To still use the plugin with the theme layout and still retain the responsive feature.

Kerran elamassa
Participant
#0

Hi & thanks for a superb theme! I’ve got couple of questions, nothing huge but I’d like to get them sorted anyway.

1) My main menu has 3 drop menus. One of those dropmenu has a list of categories, and I made each one of them a MegaMenu. Now when I hoover on top of those drop menu categories, MegaMenu window blocks all the stuff under it. Is there a way to move Megamenu window 100 pixels to the right?

2) I have tagDiv Social Counter widget in the footer, but for some reason it has Facebook likes as 2 instead of 2100 or 2K. How do I get the right count?

3) I’ve been going through font & color options, and noticed that when I select a part of text (for copy-pasting) it’s highlighted with a bright yellow color. How can I change this? Almost anything neutral (like light grey) would be fine.

4) I have a few hundred quotes in my posts and pages. I would like to change them from default quote style to another style (one of your shorcodes). How can I change all of them in one go from one quote style to another?

Thanks again & happy New Year!

indiainsights2013
Participant
#0

Hello,

I was wondering how I can change the mobile display of our website. Presently it is like this :
http://www.screencast.com/users/omnipundit/folders/Default/media/bde94e22-abc9-43c1-bc3e-91ea6e83f9cb

but I want to change to :
http://www.screencast.com/users/omnipundit/folders/Default/media/a450f9e4-0577-4061-946b-dbdbd45ba09e

So basically want to make image bigger(no excerpt) for mobile display. But at the same time I want to keep Block 6 for desktop (with excerpt). I have seen it done by lot of websites with same theme. Can anyone help me with the perfect block I need to use for Mobile display. Can we use two different blocks for two types of display?

Thanks,
sirfanik1

Lucian
tagDiv Staff

Hi,

Somehow we have missed the option for that. I have added on our todo list and we will add it in next theme versions. Until then you can do it via custom css and use this css into custom css filed in theme panel to change the color of big grid post titles: http://screencast.com/t/xMWDavzyCnd

.td_block_big_grid .td-big-grid-post .entry-title a{
color:blue;
}

Thanks

Lucian
tagDiv Staff

Hi,

For blocks/modules this is the function used to get the author: http://screencast.com/t/TBMQsLik you need to alter it to pull your own data.
Hope this helps!

Thanks

  • This reply was modified 11 years by Lucian.
chri5topher
Participant
#0

Hi there!

Just curious if there’s a way to have a bit of space between the posts so that it is not one solid list and there’s a separation before the next image/post.

Thanks in advance!

simchris
tagDiv Member

Kitt
I was looking to do this also.

Did you try the provided hack provided by Lucian, starting by editing the style 7 file?

http://screencast.com/t/EkldU6NPgqN

You have to edit the file per his example by moving the block of code to the desired location in the appropriate file for style 7; there is no theme setting to do what you want.

Would love to see how that works for your site?

Balders
Participant
#0

Hi there,

I would like to change the author name in Block view into a custom post type. I would like to pull “location_town” from post type “events” instead of Author (admin) next to the date.

It would be highly appreciated if you could point me in the right direction.

Cheers and a happy new year to you all. Keep up the good work.

Lucian
tagDiv Staff

Hi,

This happens because you’ve paced the “REDES SOCIALES” block into another row: http://screencast.com/t/mQEtZ3WjEh6

Thanks

bonfaru
tagDiv Member

I have the same problem. Fresh WP 4.1, downloaded today:

Installing Plugin WPBakery Visual Composer (1/5)
Downloading install package from /home/wuetrs/public_html/bonfaru.com/wp-content/themes/Newspaper-child/includes/plugins/js_composer.zip…
An error occurred while installing WPBakery Visual Composer: Download failed. A valid URL was not provided..

Need a urgent solution too please. spending 58 bucks and can’t use it…

Alin [tagDiv]
tagDiv Staff

Hi,

You can add a block(for example block 6) in sidebar Appearance>Widgets like this: http://screencast.com/t/pkQXqNlBz6V
After that in block settings you select the category of your video post and Save: http://screencast.com/t/E91UQy93k5y
Result:http://screencast.com/t/0TpZIB89ij2T

You can find footer’s widgets here: http://screencast.com/t/9rXBINA0BO

simchris
tagDiv Member

This is the custom CSS I’ve been using for blockquote on our sites going back quite some time with Newspaper and now with Newsmag:

blockquote p { font-size:20px !important; line-height:26px !important; text-align: left !important; padding-left:20px;}

bernienor
Participant
#0

Hi there!

First off – thanks for a fantastic theme. really love it!!

I was looking for a block that is full width, 1 large image with the title beneath.
Closest i found was the slide block.

However – clicking the image in the slide, nothing happens, even though mouse indicates a hoverstate.

Any thoughts?

Bernt

Viewing 25 results - 37,326 through 37,350 (of 39,816 total)