- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
I purchased and installed the theme. The blockquotes by default came out centered, which looks weird.
Example: http://www.israellycool.com/2015/11/06/howard-stern-reacts-to-roger-waters-a-hole-comments/
I was able to change the font via the Theme Panel but could not see an option to change the alignment. How can I do this?
Regards,
David
Hi byothe,
Unfortunately, i cannot offer another solution without using Author Block in Visual Composer, sorry. Using this block you can exclude the authors by ID – http://screencast.com/t/j2luwRrukdp . If you want, you can search for a plugin and test it on our theme.
Hope this helps!
Thanks!
Please let me know How I make the “Block Name Line” thinner?
Thanks
Hi hatchet9,
You can hide the “Read More” botton if use the code below in Theme panel->Custom Css area like this:
http://screencast.com/t/1RoBh5vD3
.td_block_13 .td-read-more a, .more-link-wrap a {
display: none;
}
The result should see here: http://screencast.com/t/8iTj50KyUjZ
Thanks!
How can I Hide or Suppress “Read More” in block # 13? I’ve looked at other blocks but none of them have the same dimensions without the “Read More”.
Thanks
Thank you for your reply. I am in no need for yet another plugin. Since I managed to alter code myself, I can live with that until some future update encorporate this functionality.
However I would like if possible to know what php files can be overriden through the child theme and which cannot.
For example the Newspaper->includes->wp_booster->td_block.php does not affect anything if placed inside the child theme, unfortunatelly it has to be changed inside the main theme only.
So what folders/files can we change in child theme without fear of overwites on the main theme?
Thank you
Hi Emil,
Thanks for your reply. We’ve looked at solution 1…manually setting the parameters used by the render method. But the problem is that the query is created in the td_data_source->shortcode_to_args() function which takes the $atts array and creates the query. That function does not support custom taxonomies.
And as far as we can tell, its not possible to override the td_block and td_data_source files in a child theme. It would be nice if we could pass in extra query filters via $atts which td_data_source->shortcode_to_args() would then add to the generated query.
OR allow us to override td_block and td_data_source 🙂
Hi
The theme’s share buttons are available only for posts so basically this is the only way to do this. After you create the posts you can filter them by id in a specific block or on a specific page as we added in current theme version available on themeforest post ID filter: http://screencast.com/t/EtMvUNIR
Hope this help.
Thanks!
Hello,
Please add this code to the other one:
.td_module_mx3 .td-module-meta-info{
display:block!important;
}
The code i gave you above for block 13 was for the 2 columns version. Adding this one should fix the sidebar version as well.
Result: http://screencast.com/t/zze9enxe
Thanks.
-
This reply was modified 10 years by
Bogdan B..
Hi
You can change the post title style in blocks from theme panel > theme fonts http://screencast.com/t/iWhViMQirB – http://screencast.com/t/xHXbBjAUfn3j
Let me know how it goes.
Thanks!
Hi,
If you refer to the meta info from post page, you will have to edit the template that you use and move the meta above the title – http://screencast.com/t/yvcrwIg1N
If you refer to modules, you will have to change it for modules that you use – http://screencast.com/t/aMeL4O2XjN
Here you can make an idea what modules are used on blocks – http://screencast.com/t/gUhzVeqN65q
Thanks!
Hi
When an image it’s uploaded WordPress generate new images for each thumb size used by the theme. For example block 3 use a 300×160 px thumb for image, but when you add the block on page the image used is your-image-name-300x160.jpg not the original image that was uploaded in media files.
Hope this help.
Thanks!
Hi
VC css refers only at the elements built in the plugin, for example tabs, buttons etc. All elements added by the theme, like blocks and grids have theirs css in main css file of the theme, that’s why the layout isn’t affected. If you remove the css from pages some issues may appear if you decide to use any of VC built in elements.
Thanks!
Hi,
I see that you use Visual Composer 4.8.1, please note that this version was not tested with the theme, so if you still have issues with it I suggest to install version provided with the theme(4.7.4).
I’m not sure what settings you use for Big Grid Slider, I didn’t managed to recreate this. Also you use unique articles on page? Did you used only 2 day Jetpack sort order? Unfortunately we found that, it doesn’t work properly on blocks with pagination and also on sliders(on second page it shows the same posts), sorry!
If this is what you mean, please use Jetpack sort order on blocks without pagination until we find a fix for it.
Thanks!
Thanks Chris!
@XS22 Here is how you can regenerate them: https://forum.tagdiv.com/existing-content/ however I doubt this will solve your issues as thumbs are used on modules and blocks, not on pages and you use visual composer’s page builder there, the css code should work. I’ve also replied you via email so please give me a working user there and I’ll take a closer look at this.
Thanks!
Hi JanuszJasinski,
Another possibility would be to filter the posts in block after some category ID, such as in this example: http://screencast.com/t/Y23UgUmmVzhe – http://screencast.com/t/vAejOgELGk and the unique articles-disabled.
Hope this helps!
Thanks!
Hmmmm I tried that but it doesn’t work…. On my home page, I am using one instance of block 13 and it doesn’t render as it should in its example. The item shows a photo of a fish in yellow sauce on the far right column, underneath the calendar.
http://wordpress.mauimagazine.net/
Any other advice?
Thank you very much.
For some reason when I tried on a different computer, I could get the visual composer to work. But now I’m having trouble getting the “Big Grid Slide” to work like it did before. I would like to to show up to eight posts, but it only shows the first four and when it scrolls, the next block of four is blank.
My site: http://aftercredits.com/
That’s a shame. Custom taxonomies are commonly used for categorising posts and its something we make heavy use of on our site.
What about the possibility of allowing the block query to be modified before the query is run? i.e. allow us to pass in values to parent::render($atts) which modify the query.
Right now we have an ugly hack in place where we run our own query right after the block query executes and then we use the result of our query to pass to the modules. But obviously this is very inefficient!
Hi,
I noticed the blocks and grids and not displaying my italicized titles, how can I get them to show Italics?
Thank you.
I managed to make a fix, but I don’t know if it is recommended
at Newspaper->includes->wp_booster->td_block.php
at line 74
I managed to fix this by replacing this code
$td_categories = get_categories(array(
'include' => $td_ajax_filter_ids,
'exclude' => '1',
'number' => 100, //limit the number of categories shown in the drop down
));
foreach ($td_categories as $td_category) {
$td_pull_down_items []= array (
'name' => $td_category->name,
'id' => $td_category->cat_ID,
);
}
with this
$token = strtok($td_ajax_filter_ids, ", ");
while ($token !== false){
$td_categories = get_categories(array(
'include' => $token,
'exclude' => '1',
'number' => 100, //limit the number of categories shown in the drop down
));
foreach ($td_categories as $td_category) {
$td_pull_down_items []= array (
'name' => $td_category->name,
'id' => $td_category->cat_ID,
);
}
$token = strtok(", ");
}
As I see there are certain sorting options for sorting categories based on wordpress get_categories function…
The only approach I managed to follow was tokenize each entry in the list and then, produce isolated result for each entry, thus produce result sorted by the order in which the IDs were typed.
I would like to know if there is some better approach to this, without changing too much of the original template.
Yet it would also be more than welcome to get an official fix for that from the template itself, so we don’t have to update that code whenever new template version is up.
Thank you
Hi,
I have a question regarding the image sizes. I would like my featured images to take all the space allocated for featured images on the homepage. With the update to theme 6.0, all my images seem to be now too small (the width) and it just doesn’t look very nice / not slick.
I’m using Big Grid Slide and Block 2 and Block 4 on the homepage.
Many thanks
Hi,
I put a block on the front page to list posts, ordered by popularity (all time) on the right hand side as can be seen on http://www.virtualfestivals.com/
The top story has 177 or so views (http://www.virtualfestivals.com/news/rammstein-to-go-pinkpop-in-2016/) but the main story on the home page, which isn’t featured on the sidebar has over 200 (http://www.virtualfestivals.com/news/take-that-named-as-first-act-for-british-summer-time-2016/)
Any reason why? No cache plugin but I am running the site through CloudFlare, so does this mean I need to use https://forum.tagdiv.com/ajax-view-count/
Hey guys,
Would it be possible to add the ability to filter blocks by custom taxonomy? You should be able to filter by combination of category and custom taxonomy.
Hi ntropy,
For more information about how to use categories and tags for newspaper theme, please consult our documentation here: https://forum.tagdiv.com/how-category-settings-work/ – https://forum.tagdiv.com/category-tag-on-modulesblocks/. Also, on the official site of Yoast SEO Plugin you can find a lot of information about how use this plugin. – https://yoast.com/wordpress/plugins/seo/
Hope this helps and good luck!
Thanks!