- ApiPractical example – How to add a new Block and Module
- Apitd_api_top_bar_template::delete
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- Apitd_api_single_template::delete
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- Apitd_api_footer_template::delete
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- Apitd_api_smart_list::delete
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
- Apitd_api_thumb::delete
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
Sorry Lucian, but I have invested 3 days on it but donot find anything which converts it to Hindi. I also followed a couple of tutorials, but I donot find the .mo & .po files for hindi language. Please assist. It’s extremely important.
Thanks
Hi,
Unfortunately that is not an easy task because that alignment comes from theme’s grid which has an exact layout and you will need custom work to change that.
This involves changes the html and style of that block and make it responsive then test it, like I said, it’s not an easy task.
I can give you an example on how you would have to target the columns using css as a staring point but I haven’t tested this and I can’t let you know how it would behave: http://screencast.com/t/MbtoiNs9
.td_block1 .row-fluid [class*="span6"]:first-child {
float: right;
}
.td_block1 .row-fluid [class*="span6"]:nth-child(2) {
margin-left: auto;
}
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. We suggest to hire a developer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Sorry about this!
Thanks for understanding!
Bump.
Any ideas guys on why the Block code is not working on the Blog page? Would love to get it to look like your demo blog page example.
When sharing a post on facebook, the Facebook opengraph OG:DESCRIPTION tag is getting filled full of badly formatted data scraped from the top of the page. This happens on the tagdiv newspaper demo too:
For example, when using the facebook buttons under the post:
http://demo.tagdiv.com/newspaper/strong-growth-and-engagement-across-our-community/
Facebook open
The og:title is correct “Strong growth and engagement | Newspaper”
the og:image is correct
the og:description is:
“Home Lifestyle Health & Diet Strong growth and engagement LifestyleHealth & DietJul 23, 20130 9560 All right. Well, take care yourself. I guess that’s what you’re best, presence old master? A tremor in the Force. The last time felt it was in the presence of my old master. I have traced the Rebel spi…”
Ideally this facebook og:description should take the extract from the start of the post, after stripping it of any html/script.
Thanks
Craig
i just need to get youtube url which i put on featured video field when posting. how do i get youtube url with php?? for example i post this video on featured field “https://www.youtube.com/watch?v=FmrXawhbrYE”. Now i need to access this link somewhere on code with php ! i used this echo !td_post_video but did not work
Hi,
Would you be able to offer some advise as to why the slider on these two homepages is not working.
When it IS working here
Its the same slider with the same settings, however on the first two sites it only updates with the most recent story, and remains unanimated.
Many thanks,
Oliver
I have recommended couple of plugins so many times on the forum it should be a sticky by now 🙂
1) Auto Post Thumbnail PRO – will generate a featured image from the first image in each post (http://codecanyon.net/item/auto-post-thumbnail-pro/4322624)
2) Thumbnail Upscale – to make larger images to match theme sizes from existing mis-matched smaller sizes (e.g., if your image is 600×400, this would give you the larger sizes)
3) Use the Regenerate Thumbnails plugin as needed with the above.
I used both of these to transfer from a Woo Canvas setup to Newspaper, as one example.
(admin: feel free to repost this to a sticky if you want) 🙂
Hi,
Seems like that would be the place, you should check your plugin’s FAQ/Dscription for this info. If you use Popunder Popup for example you can read about his here.
Thanks
Hey Lucian,
onlinegames.cat, just open any post:
example: http://www.onlinegames.cat/los-sims-freeplay-trucos-iphoneipadandroid/
As you can see, in the Next / Prev button in the final of the post, there is 2 languages, in this case, spanish and catalan.
Luis
Nothing to do with you … it’s Facebook….
I’ve had the same issue where an image pops in then disappears, then they use that image on right side of page for an ad box saying “would you like to promote your post here” … come back an hour later big empty white box for the post on FB. No issue with debugger either. Next day post something, no problem at all. Next day, empty box, try to promote post and they say “disallowed too much text in image” even though nobody can see the image. So, don’t stress over it. FB is cocked up on images in general.
Tell me if you can see photo here, for example? 500×375 image,
https://www.facebook.com/Send2PressNewswire/posts/563242230444266
IN above instance proper og tags are in place, including extended tags for image format, dimensions, and alt https link for image. (!)
It’s not you … 🙂
Hello,
I’m trying to add the following code to my homepage but with no luck:
<?php echo do_shortcode(' | vrijeme čitanja: < [est_time]');?>
So, the idea is to add the estimated reading time to the homepage posts loop right after the post title and date published. I’m using Page Builder – with title template & Block 6 in Visual Composer. Any idea how to get this done?
Regards,
Hi Lucian!
How to choose a fixed-post interface. For example, I would like Custom Post Type display template post is style 2 ?
http://screencast.com/t/rmqgnJpBSOWb
Hi
Just bought this theme & have a presentaion to a client with tmw morning – can’t find the option in the Theme Panel for the different Stacks
Help please,
Thanks Niall
Hi,
WordPress has some default cropping sizes http://screencast.com/t/ifk8fE1HYk and we added more sizes inside the functions.php file – http://screencast.com/t/2QaaubXnqxL
Those sizes are used on modules and sliders (including the Big Slider), you can read here about the thumbs used on modules and sliders https://forum.tagdiv.com/modules-and-blocks/
From the media settings the theme only uses the “thumbnail” size which it’s used on search module.
It’s fine, that is how the theme dose with images. You can read here more about WordPress hard and soft cropping: http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
You could try to registers a new image size, you can read hare more about this: http://codex.wordpress.org/Function_Reference/add_image_size
Hope this helps!
Thanks
Hi,
@Mr C
1. Please follow this topic, should find there the css you need to remove the white spaces on page: https://forum.tagdiv.com/topic/remove-white-space-between-blocks/#post-21229
2. I have checked your site and seems like you managed to add the leaderboard ad: http://screencast.com/t/IO5XkA7ki5N6
Please let me know if did refer to something else.
@monicacortes
Depends on the method you chose to update your theme. For example if you update using a patch you can check the changed files log and if changes haven’t been made to those files should work. Still the best way to update your theme is to make a back-up of your current theme and then update and overwrite the files via FTP so you would have to do the changes once again.
We will consider this though, and if more people request this we will try to implement it in future updates.
Thanks for the message!
Hi,
You can try this:
– first you have to find the Featured category id: http://screencast.com/t/F3nNBlBFyL4y
– second add the following code at the bottom of the functions.php file: http://screencast.com/t/LmfR2p7XP9
add_action( 'pre_get_posts', 'be_exclude_category_from_blog' );
function be_exclude_category_from_blog( $query ) {
if( !is_admin() && $query->is_main_query() && $query->is_category() ) {
$query->set( 'cat', '-2' );
}
}
Thanks
Hi Radu,
Please forgive me if the tone of my message seemed overly critical. Believe me when I say you do a PHENOMENAL job supporting this template. Honestly, one of the best efforts I’ve seen from any developer.
As far as caching is concerned, if there is caching then something must be malfunctioning on my deployment because it was definitely making requests to twitter each time an uncached page was loaded. Twitter has been having some API challenges since sometime this weekend for the social counter so it was causing page loads for admins, and writers on my staff to take over 1 minute. I traced the problem to the counter, disabled it and the problem went away.
We run a LAMP stack with Varnish, W3 Total Cache, Memcached and PHP-FPM on the latest Apache and Cent OS distributions. Two core i7 web servers with 32GB of Ram each and a separate database server with a load balancer.
The hardware and OS / PHP / Apache settings have been finely tuned for performance so I know from many, many hours of testing the issue does not lie there.
I am happy to help you test any issues out but I cannot do it on our production environment, I’ll have to setup a separate domain for testing with a separate instance of WordPress.
Thanks and I greatly look forward to the Async version of the Social Counter! 🙂
– Best
Luca
Is it possible to link images in the Big Slide with a different url other than the post it is attributed to?
For example, I want a user who selects an image in Big Slide to intentionally be directed to (ie. http://google.com) rather than domain.com/postwithfeaturedimage
Is there a module that gets called when a post is created that I could insert something like the following to set the video url from the custom field:
$newVideoUrl = get_post_meta($this->post->ID, video_url, true);
if (empty($td_post_video[‘td_video’]) && !empty($newVideoUrl)) {
$td_post_video[‘td_video’] = $newVideoUrl;
}
I know that this code randomizes the posts inside their category
function exclude_category( $query ) {
if ( $query->is_category() && $query->is_main_query() ) {
$query->set( 'orderby', 'rand' );
}
}
add_action( 'pre_get_posts', 'exclude_category' );
I am currently using this. Is there a way to set a top navigation area where it gives the option to click for the Newest since its now at Random? Maybe even a ‘Newest | Most Popular | Random’ option.
Thanks in advance!
Hello,
As you can see in our Home page, we have a sidebar element, an image, which title name is ULTIMO NUMERO. In the Home page it’s showed properly centered.
But in the post page template or in a category page (the sidebar is the same), it’s showed aligned to the letf. Why? How can we solve this?
http://marronyblanco.com/grundig-amplia-su-gama-de-televisores-ultra-hd/
http://marronyblanco.com/noticias/corporativas/
Thanks Lucian. It was really a big help. Thanks again.. 🙂
Hello
When i try to access to the theme panel from the top bar dropdown, my browser freezes and firefox asks me if i want to stop a script that is not responding.
But if i stop the script, the save settings button doesn’t work and i can’t configure anything.
PD: I have WordPress 3.9.2… 😐