- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
I just activated “Retina” thumbnails for all modules/blocks to get better looking images on the site. I then regenerated all thumbnails using the plugin suggested at https://forum.tagdiv.com/existing-content/
Now, a lot of the thumbnails aren’t resizing properly and are throwing the grids and lists off.
You can see what I’m talking about on my website at http://comicbookcorps.com
For example, the first image on the landing page grid won’t resize properly. And a lot of images in the “Comics” category won’t resize either.
Did I miss a step somewhere? How can I fix this? Thanks ahead of time for the help.
I have a problem sticking a post on the home page.
I have an article, written last winter, included in the “mushrooms” category. Since the article is in season, therefore very current, (the winter mushrooms) I would like it to appear in the first place, or in any case somewhere on the home page, and better between the articles of the first and most important block of my site, without having to submit it to the rule of precedence of more recent posts.
To bring it to the first page I went to the “Visibility: Public” menu and through “Modify” I put the check on “Highlighted on the homepage” I save and public, but the article does not appear in any part of the front page grid, not even in the one grid dedicated to the “mushrooms” category. In the “mushrooms” category I have only random posts and not the post I forced to be on the home page.
I tried to put other articles on top of the page, but none of these articles goes to the home page. How can I solve this problem?
I solved by creating a widget that contains the main photograph of the article and putting a link to the article in the title but this is not correct and the effect is not the same as having the article in the grid of the most recent and prominent posts.
If necessary, this is the link to my site to see how I solved the problem and how it looks. The article I would like to move on first place in home page is “Andare per funghi in inverno” trivero-italy.it
Thank you
Hello guys.
I have a similar problem too. I have an article, written last winter, which is included in the “mushrooms” category. Since the article is in season, therefore very current, (the winter mushrooms) I would like it to appear in the first place, or in any case on the home page, and more exactly between the articles of the first and most important block of my site, without having to submit it to the rule of precedence of more recent posts.
To bring it to the first page I went to the “Visibility: Public” menu and through “Modify” I put the check on “Highlighted on the homepage” save and public but the article does not appear in any part of the front page grid, not even in the one grid dedicated to the “mushrooms” category. In the “mushrooms” category I have only random posts and not the post I forced to be on the home page.
I tried to put other articles on top of the page, but none of these articles goes to the home page. How can I solve this problem?
I solved by creating a widget that contains the main photograph of the article and putting a link to the article in the title but this is not correct and the effect is not the same as having the article in the grid of the most recent and prominent posts.
If necessary, this is the link to my site to see how I solved the problem and how it looks. The article I would like to move on first place in home page is “Andare per funghi in inverno” trivero-italy.it
Thank you
I did follow step by step exactly, even i see the code block from inspect element, i tried deactivating all the plugins but alas it doesnt work.
Can you please take a look at my single post template if i missed anything?
<?php
// Template 1 – post-final-1.psd – featured image float left
//get the global sidebar position from td_single_template_vars.php
locate_template(‘includes/wp_booster/td_single_template_vars.php’, true);
get_header();
global $loop_sidebar_position, $td_sidebar_position, $post;
$td_mod_single = new td_module_single($post);
?>
<div class=”td-main-content-wrap td-container-wrap”>
<div class=”td-container td-post-template-1 <?php echo $td_sidebar_position; ?>”>
<div class=”td-crumb-container”><?php echo td_page_generator::get_single_breadcrumbs($td_mod_single->title); ?></div>
<div class=”td-pb-row”>
<?php
//the default template
switch ($loop_sidebar_position) {
default:
?>
<div class=”td-pb-span8 td-main-content” role=”main”>
<div class=”td-ss-main-content”>
<?php
locate_template(‘loop-single-1.php’, true); ?>
<div class=”fb-comments” data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>” data-width=”100%” data-numposts=”5″></div>
</div>
</div>
<div class=”td-pb-span4 td-main-sidebar” role=”complementary”>
<div class=”td-ss-main-sidebar”>
<?php get_sidebar(); ?>
</div>
</div>
<?php
break;
case ‘sidebar_left’:
?>
<div class=”td-pb-span8 td-main-content <?php echo $td_sidebar_position; ?>-content” role=”main”>
<div class=”td-ss-main-content”>
<?php
locate_template(‘loop-single-1.php’, true); ?>
<div class=”fb-comments” data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>” data-width=”100%” data-numposts=”5″></div>
</div>
</div>
<div class=”td-pb-span4 td-main-sidebar” role=”complementary”>
<div class=”td-ss-main-sidebar”>
<?php get_sidebar(); ?>
</div>
</div>
<?php
break;
case ‘no_sidebar’:
?>
<div class=”td-pb-span12 td-main-content” role=”main”>
<div class=”td-ss-main-content”>
<?php
locate_template(‘loop-single-1.php’, true); ?>
<div class=”fb-comments” data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>” data-width=”100%” data-numposts=”5″></div>
</div>
</div>
<?php
break;
}
?>
</div> <!– /.td-pb-row –>
</div> <!– /.td-container –>
</div> <!– /.td-main-content-wrap –>
<?php
get_footer();
Hi,
Is it possible to add the block shortcode programatically in a php file. I don’t want to use do_shortcode but echoing a function that generates the block.
So for [td_block_1 autors_id="2,3"] we can do so something like: <?php echo td_block_1(‘autors_id’ => ‘2,3’) ?>. The reason I want to do this is I need to get author id dynamically but I also want to use the built in blocks.
Hi,
If that is the pagination displayed on posts, unfortunately there is no option to change it, at the moment. The only pagination would be like this
– https://forum.tagdiv.com/posts-with-pagination/
Blocks on pages and category pages have options for different pagination, but for the posts there is no option.
Thanks
Hi,
That would be the method that should be used to modify the cropping used by the theme. Or make the modification directly in the theme files, for the thumbnail you wish
– https://www.screencast.com/t/xtHU4Pkf7N
The thumbnails will have to be regenerated after making any modification
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks
I found out where to do this in the Newspaper Theme Settings Panel-> Excerps->block 1.
No action needed.
-
This reply was modified 8 years by
bwpage3.
I am using block 1 for 1 section of the homepage. There is too much text appearing under the picture and I want to limit this to say 25 or 50 characters, then … so the reader has to click and continue on to the full article. Where do I need to adjust this? Currently there is too much pre-text appearing under the picture and taking up too much space. Thank you for your time.
Hi,
Turning off the comments count in “Block Settings” only turns it off on the individual post modules.
The author comment count box is still in the heading here as you can see (and other places)
https://australianseniorgolfer.com.au/author/larry-canning/
-
This reply was modified 8 years by
Brian.
Hi Simion,
When I disabled plugins from OptimizePress, all blocks of WPBakery Page Builder are showed.
Thanks for support \o/
Hello,
Please add this code in your advanced css section under mobile devices:
.td-header-top-menu-full{
display:block;
}
.td-header-sp-top-menu{
display:block!important;
text-align:center;
}
.td-header-sp-top-widget{
display:none!important;
}
Thank you!
Hello,
Thank you for your suggestion but please note that we have lots of requests and need to prioritize. This request will have to become more popular if we are to consider implementing different pagination options for blocks. Right now it is not a very popular request.
Thank you!
Hi,
this doesn’t help at all. wpml works great on the site, I can install the .mo and .po files additionally. The block displays different, it should be showing the overview side by side but instead it shows the stacked.
Hello defocusmedia,
You should provide your website so I can take a closer look at it and also, so I will be able to provide a more accurate response. Please ensure that your theme thumbs were enabled from Theme panel, from here -> https://forum.tagdiv.com/newsmag-theme-thumbs/ depending on which block is used.
Hope this helps!
Thanks for your understanding!
Hello,
The theme does not have such control over the author name. The author is added or removed fro all blocks at once. You can however add custom classes to your blocks and use css to hide the author for the blocks you do not want to show the author to.
Thank you!
Hi,
Then you could set a color for the links as you make them. I see a text with title is used in that page, try it like this
– https://www.screencast.com/t/OqhKSycTV
Or use a code like this to change the color of all the links in text with titles at once
– https://www.screencast.com/t/4fFjYjzVrzC
.td_block_text_with_title a {
color: yellow;
}
Thanks
Hello,
Please disable the adblock extension or any other ad blocking tool.
Thank you!
Hello,
The update has nothing to do with your server configuration and your page speed optimization. Please use the page speed guide and make each step carefuly testing with google after each implementation.
*Your images are not optimized
*Check server response time: https://developers.google.com/speed/docs/insights/Server
*Eliminate render-blocking JavaScript and CSS in above-the-fold content using the speedbooster plugin
Please also read this topic on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
*leverage browser caching: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching
I doubt you had all these set up before the update. The theme has nothing to do with the server config you have.
Hello,
The page builder does not work on posts, sorry. Posts are created using the tiny mce editor. Only pages have a page builder. What blocks are you referring to on posts?
Thanks.
Thank you Bogden, i made sure that the file is unblocked, and this problem appear only in the font section and still unresolved
I have added an author avatar to posts using
<?php echo get_avatar( get_the_author_meta('ID'), 60); ?>
Does anyone know how I can call the user avatar to display on a block? The code above does not work, it pulls in the same avatar for every post.
Hi,
Thank you for providing the great theme.
I am very happy with everything about it… EXCEPT “Pagination for blocks”.
Actually, I posted the request a few months ago (https://forum.tagdiv.com/topic/homepage-pagination-2/) and still waiting for it…
I could use plugins to customize it but all plugins (that I know of) require to edit functions.php file which is quite difficult for me.
I am not sure how many other users need it but please consider to add some more pagination options in the next update.
All I want is to make the pagination look like this…
Thank you for your consideration!
Hello arolson87,
You should check the td_block_ad_box_mob.php file if you want to make some changes to the spot ads on mobile theme. Itțs not a simple task and if you are not aware of the steps, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for the message!
Hi,
I could give you a solution, please provide a link to your website for a more accurate solution. Maybe something like this is what you want to do (style 2 is used)
– https://www.screencast.com/t/7JrPADPU
Style 1 may need more modifications to look properly with this code
– https://www.screencast.com/t/nM6RPB9J7
This is the code used in the example, if you decide to use it enter it in Theme panel->Custom CSS section
.td_block_trending_now {
background-color:red;
}
.td-trending-now-title {
background-color:blue!important;
color: yellow;
}
Thanks