Search Results for 'block'

Results from the Forum
mertnuhoglu
Participant
#0

I want to show the author name below the title both in the blocks in front page and in the detail pages.

How can I do this?

In td_module_1.php files the get_author() line is escaped. Should I unescape it?

//$buffy .= $this->get_author();

jennym91
Participant
#0

Hey. I need some help. After activating the Child theme things kind of moved around. The sidebar swapped position with the top social icon area.

The sidebar used to placed inside the .span4.column_container, now instead there is the whole div of .td_block_wrap.td-social-wrap.td-social-wrap-32

ebeltjed
Participant
#0

I have some problems with updating the theme. when I update the following files:

– header.php

and files in includes/app/shortcodes/
td_block1.php
td_block2.php
td_block3.php
td_block4.php
td_block5.php
td_slide_big.php
td_slide.php

When I update one of more of these files the whole site will be blank, and also the admin area. Even when i putt all plugins off. What is the cause?

Another problem is that when I want to add a featured image, the search function for images doesn’t work anymore.

Can you give me a fix for both problems? Thanks

Radu
tagDiv Staff

Thanks @awake

awake
tagDiv Member

Last update is ok ? version: 1.7.1 Check in theme options

mertnuhoglu
tagDiv Member

Hi,

The Theme Customizer in my theme doesn’t include the option to set Word Length of Module 2:

http://dl.dropbox.com/u/103580364/temp/000729.jpg

EXODUZ
tagDiv Member

New question:
Top banner on the main page isn’t showing. All settings seem to be fine. Tried different browsers, no ad block, different pc’s. What could be the problem?

smartyseo
tagDiv Member

Hi Thank you for your response.

I tried that method. Nothing still appears.

Because when I right click and hoover over the website – I can see the block/space where the ad goes, I think it might be a problem when I switched Themes.

Perhaps Google believes there is more than three image ads on the front page because there is a mis-rendering of the code somewhere.

The Top Google Adsense banner works – so I cant figure it out.

http://goo.gl/e3IGUQ

Balders
tagDiv Member

Hi Radu,

Thanks for the reply.

I can filter by tag, but with categories I can’t filter yet (Verison 1.7.1)

When I go to “Edit Block” I can only see “Category filter” with the categories from the normal wp posts. Where do I put the categories to filter?

Cheers

Marius
tagDiv Staff

Hello,
I’m not sure i understand your question, sorry, please can you give us a link with the issue to inspect it.

Thanks and sorry for long delay!

davidgould30
tagDiv Member

For example i have added this to the style.css in the backend but nothing changes;

.block-title a, .block-title span, .td-tags a:hover, .td-scroll-up-visible, .td-scroll-up, .sf-menu ul .current-menu-item > a, .sf-menu ul a:hover, .sf-menu ul .sfHover > a, .td-rating-bar-wrap div, .iosSlider .slide-meta-cat, .sf-menu ul .current-menu-ancestor > a, .td-404-sub-sub-title a, .widget_tag_cloud .tagcloud a:hover, .td-mobile-close a, ul.td-category a, .td_social .td_social_type .td_social_button a, .dropcap {
background-color: #C6B28F;
}

Radu
tagDiv Staff

Hello,

unfortunately it cannot be easily done. We may add this in a future update if more users request it.

Sorry for the inconvenience,
Radu from tagDiv

Balders
Participant
#0

Hi there,

You mentioned CPT use on your homepage coming soon. So far I can put one CPT in an block. Is it possible to filter CPTs by category and tag to have different categories of the same CPT on the homepage? That way they would behave as normal wp posts.

Cheers

echosurf
Participant
#0

On my home page (echosurf.fr) I have a block in red named “CATEGORIES” with sub-categories. But I don’t want to have the sub-category “all” (in my website it’s the sub-category named “Tout”). I managed to find how to remove it in td-block.php by removing this:

if (empty($sub_cat_ajax)) {
     $buffy .= '<li><a>block_uid . '" id="sub-cat-' . $this->block_uid . '-' . $category_id . '" data-cat_id="' . $category_id . '"data-td_block_id="' . $this->block_uid . '" href="' . get_category_link($category_id) . '">' . __td('All') . '</a></li>';
}

but the posts that they are in “all” keep staying…

When I load my home page, I want to have this block “CATEGORIES” showing the sub-category “competition”.

Can you help me?

Marius
tagDiv Staff

Hello,
Sorry for long delay!

The slides and blocks read only posts and custom posts type.
If you want you can create a posts and use a plugin that open external links(instead of post link) and set the link to a page from your site.

Thanks.

fokouo85
Participant
#0

Hello,

How to change the original

size and color format ?

Thanks.

dalandau
Participant
#0

Hi,

Please see here for previous
http://themeforest.net/item/newspaper/discussion/5489609?page=29&filter=All%20Discussion#comment_5112159

I want to be able to use this plugin which requires the theme to use native core wordpress get_the_post_thumbnail() or the_post_thumbnail() functions.
http://wordpress.org/plugins/featured-video-plus/

Is this something you are working on? I found this in helpers.php

 if ( is_string($thumb_size) && ((!empty($_wp_additional_image_sizes[$thumb_size]) && is_array($_wp_additional_image_sizes[$thumb_size])) || in_array($thumb_size, array('thumbnail', 'thumb', 'medium', 'large', 'full') ) ) ) {
        //$thumbnail = get_the_post_thumbnail( $post_id, $thumb_size );
        $thumbnail = wp_get_attachment_image( $attach_id, $thumb_size );
        //TODO APPLY FILTER
    }

Why are u using wp_get_attachment_image?

I need this featured video plus plugin to be able to hook into the single post and replace the image with any of its 3 options

  1. Replace featured image automatically if possible (default)
  2. Open video overlay when featured image is clicked. Define width below!
  3. Replace featured image with video on click and auto play if possible

You told me its temporary until you add dailymotion support, will you have these options, will you also have support for dailymotion publisher id

http://publisher.dailymotion.com/en/backoffice/developer-kit#tracking_example

When do you think you will release these features? would it not be better to just make your theme use native core wordpress featured image functions and make it compatible/integrated with the existing featured image plus plugin?

https://codex.wordpress.org/Post_Thumbnails

thank you

russweb
Participant
#0

Hi

I’m new to the theme, so am sure I’m doing something wrong but I keep losing the function for sub-categories. Most of the time it just goes to the sub-category page instead of switching to the excerpts from that category.
Please can you send me right settings. I found it only works with “Homepage with article list” template, but even with that on, I have lost the functionality.

Many thanks

mbasche
tagDiv Member

you have to delete the background-color in in style.css

.td-sbig-title-wrap .td-sbig-title {
background-color: #4db2ec;
background-color: rgba(77, 178, 236, 0.7);
display: inline-block;
float: left;
padding: 9px 9px;
}

fokouo85
Participant
#0

Hi!

On the latest articles blocks you find in the homepage http://www.afrokanlife.com you can’t access to page 2 or next pages. An 404 error page occurs. I saw other topic suggesting conflict with Facebook plugin but this has not resolved the issue. Also tried to save permalinks in settings it doesn’t work either.

Thank you for your help.

ogeeka
Participant
#0

Hi, please see:

http://themeforest.net/item/newspaper/discussion/5489609#comment_5098409

Hi Marius, thanks for your quick answer!

Concerning 1), maybe my description was not precise enough, please let me explain further what I intend: I want to have my brand/logo image always visible on screen in menu. Problems with your themes implementation:

a) In Desktop Browser, if I scroll down the page the header with the logo scrolls out of the viewport and is no longer visible as the menu sticks fixed to the top. Solution: Place a smaller logo version in the menu-area (right or left) maybe only when scrolled down and menu is fixed.

b) In mobile view, the logo is placed what looks like “in” the menu. This is cool. But if you scroll down the menu with the brand/logo and the navigation again leaves the viewport. Solution: Make the header fixed in mobile view (maybe as an option)

Javier
tagDiv Member

I see that in the visual composer I can change the colour background of the title block!
So the only place where the category has a general color (instead of the custom one) is in the sliders.

mibrahim_folio3
tagDiv Member

Seems 1.7.1 support custom post types in blocks.
It will be cool if you can add such support for meta boxes as well. There should be a setting in theme option lets say “Default Post Types” and this setting should be used on all places like meta boxes etc along with option to overwrite in blocks just like its is now.

Thanks

thebestofrichmond
Participant
#0

Can the homepage slider and/or other main block/modules on the page link to actual Pages on the site or are they just restricted to posts?

I couldn’t see an obvious way to link them to pages, rather they were only related to categories attributed to posts.

Cheers

Marius
tagDiv Staff

Hello,
Sorry , is not possible, Blocks are built from modules and not modules from blocks.

See here how the Modules and blocks work http://import.tagdiv.com/newspaper/doc/#blocks

Thanks for understanding.

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