Search Results for 'block'

Results from the Forum
arsonists
Participant
#0

good, use the advertising block at the end of post and also use the plugin “Magic Action Box”, well, the subscription form leaves me before advertising and I would like to go backwards, ie advertising before the subscription.
Can you help?

Deputy capture

http://prntscr.com/40eyvv

Lucian
tagDiv Staff

Hi,

You need to add a shortcode in the widget, a shortcode can be generated via page builder, you can add a block then switch to classic mode to get the shortcode, like this: http://screencast.com/t/uQov7yx3

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for your suggestion, we’ll take a look if it’s doable. 🙂

Thanks

simchris
tagDiv Member

@mbasche
thanks so much. Worked perfectly. For some reason my fragile little mind couldn’t work out the syntax on that, even though I have various other things removed/blocked/optimized in my functions.php file, as per usual. 🙂

I think I had been putting in visual-composer vs visual_composer, which is ultra dumb on my part. Doh.

THANK YOU!!! 🙂

rbaccaro
Participant
#0

Hi,

I would like to remove the metaboxes below the Add New Post admin area, as these examples in my functions:

remove_meta_box(‘td_review_metabox’, ‘post’, ‘normal’);
remove_meta_box(‘td_post_theme_settings_metabox’, ‘post’, ‘normal’);

I need to remove the Product Review and Post Settings boxes.

Anyone could show me the proper string to remove the Newspaper theme boxes?

davistar
Participant
#0

Hello dear creators of the best wordpress-theme on themeforest 🙂

It would be really great to have “last commented” as sort order for the module blocks! I’m having a really active community, commenting quite a lot, even older posts. The widget option from wordpress doesn’t fit the theme sadly.

Thank you and kind regards

Lucian
tagDiv Staff

Hi,

Please add this custom CSS in Theme Panel -> Custom CSS

body iframe[id^="dsq-"] {
display: block !important;
}

Thanks

quitifua6
tagDiv Member

Thanks Lucian,

I disable esch plugin one by one and no luck.
This guy right here https://forum.tagdiv.com/topic/php-fatal-errors/
I try going to his link and he was albe to fix it, I don’t see any errors just a blank page. And also how do I .htaccess block access to that folder

Lucian
tagDiv Staff

Hi,

What i’m curious is why do you have access there in the theme folder. I think you need to add a rule in .htaccess to block access to that folder.

If you go on our demo using the same link like yours to the theme folder – will redirect see here: demo.tagdiv.com/newspaper/wp-content/themes/Newspaper/

Or can you disable all plugins or one by one and see if works.

Thanks!

Lucian
tagDiv Staff

Hi,

I’m glad you have resolved it.

Thanks for your message

  • This reply was modified 12 years by Lucian.
digitalhelper
tagDiv Member

Hi there,

Thank you for taking the time to message me back. But I think that I have now sorted it.

Kind Regards,
Doug

rjohansen
tagDiv Member

Ah then. Great. I thought it also applied to front-end pictures. But if using a youtube video and video posts it generates an image all by itself, however, that image is way smaller than the block?

Lucian
tagDiv Staff

Hi,

That settings is only for posts. All other thumbnails from blocks will be fine.

Thanks

OuweAap
tagDiv Member

Perfect, thanks dude! 🙂

Lucian
tagDiv Staff

Hi,

Try this:

.td_mod9 .td_read_more {
display:none;
}

.td_mod9 {
min-height: 130px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately not all the Visual Composer elements have this feature.

If you want you can add a class on rows or on columns if you want to target then a block or a title with text from that row/column.

To add a class on a column/row: http://screencast.com/t/h2J8DRl3E http://screencast.com/t/XM0uJCi1MQ

Hope this helps
Thanks

Lucian
tagDiv Staff

Hi,

I can’t see this image you have posted here, please send as screenshot again.

Thanks

OuweAap
tagDiv Member

Nice! Looks great!

Now the only thing is that I want to completely get rid of the Read more block. And have the freed up space used (so no “visibility: hidden;”)

As you can see here (techplanet.nl) they are in the way 🙂

What CSS code do I use for that?
I tried this: .td_read_more { display: none; }
But did not work

Thank 🙂

  • This reply was modified 12 years by OuweAap.
Lucian
tagDiv Staff

Hi,

Try this:

.td_mod9 .thumb-wrap img {
max-width: 120px !important;
}

.td_mod9 .item-details {
margin-left: 135px !important;
}

.td_mod9 {
margin-bottom: 0px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

If you want to limit the Latest Article from your Homepage just edit your Homepage: http://screencast.com/t/KAHQB3dt6

Thanks

Lucian
tagDiv Staff

Hi,

The Visual Composer Frontend Editor button was removed from the theme as it’s not compatible with theme blocks.
I think you can leave it if you want, should work with the default elements.

Thanks

funtober
Participant
#0

I need to add a class to various visual composer elements such as “text with title” and some of the blocks. I’m guessing that I can do this in classic mode using the visual composer shortcodes but is there a way to add it in visual composer instead? I see that some of the elements have a field for it but many do not.

sbo
tagDiv Member

Actually, *Sidenote: Is there a way to limit the Latest Articles on the homepage without it changing on the category page?* this is still open. Is it possible? Because whenever I change the front page to 8, the category posts are only showing 8. In Reading > Blog Pages Show at Most is set at 19.

sbo
tagDiv Member

Disregard this message. I found it out when I changed the structure. There is a new section you added I guess on a recent upgraded version 🙂

sbo
Participant
#0

How do I change the structure of the ‘Latest Articles’ on the homepage. Currently it is Block 3 by default. I am looking to change it to Block 9 or 6.

Sidenote: Is there a way to limit the Latest Articles on the homepage without it changing on the category page?

Viewing 25 results - 38,726 through 38,750 (of 39,816 total)