- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello thehouse,
If you want to add your desired ad in the bottom of the post page, you will have to use the do_shortcode method and place this code where you want in order to achieve as you wish. For example, if you are using the Post template 1, you will have to alter the code from the loop-single-1.php and add the following code, like this -> http://screencast.com/t/k1iCWvBv and the result -> http://screencast.com/t/H0SLqUcQfzvY
The code is ->
Also, in order to achieve best results, please ensure that you have added your ad code in the Custom Ad 1 from theme panel, like this -> http://screencast.com/t/JkgfPR2YxP
Thanks for your understanding!
[vc_column][/vc_column][td_block_trending_now][td_block_big_grid_1 category_id="16" installed_post_types="post" offset="5"][vc_row][vc_column width="2/3" el_class="content-home"][td_block_3 custom_title="Latest Articles" limit="6" offset="2"][td_block_2 custom_title="Security Briefs" category_id="4"][td_block_1 custom_title="Latest Videos" custom_url="http://geeskaafrika.com/category/entertainment/video/" category_id="31" limit=""][td_block_3 custom_title="Markets" custom_url="http://geeskaafrika.com/category/markets/" category_id="17" limit="6"][td_block_2 custom_title="Press Releases" category_id="22"][td_block_2 custom_title="Events" category_id="9"][/vc_column][vc_column width="1/3" el_class="sidebar-home"][vc_widget_sidebar sidebar_id="td-default" el_class="td-ss-row"][/vc_column][/vc_row]
This is the home page code of a website that i maintain
Sidebar is not showing up i don’t know whats the issue
http://geeskaafrika.com
i have encountered another similar issue on a post where sidebar doesn’t appear please check
Also, I am trying to do a 1/4 + 1/2 + 1/4 row layout. It looks like this works if I use a different layout eg. 2/3 + 1/3. Is there maybe some CSS I can adjust to make the blocks work?
Hi there,
In the Custom Heading block, why are all Google Fonts not available for selection? Trying to select Inconsolata – doesn’t come up in Custom Heading. Under Theme Settings -> Fonts, I see it as an option under custom default fonts.
Help!
Thanks,
z
When I add block 3 I am getting a lot of white space between the photo and the title. I checked the demo and it does not have it there.
http://www.screencast.com/t/kuYhghVq
I am also getting a weird gradient on box 18 with the title overlay on a featured image
http://www.screencast.com/t/WjoXP6ObmpF
Any ideas what went wrong? Thank you!
Hi team,
I love this theme but am having some “teething” problems in getting things to work right. I am setting up a home page with the Big Grid 7 at the top and Block 5 for the posts underneath.
Problem 1: Big Grid 7 images appear too small and the overlay is not blending properly (perhaps a thumbnail regeneration issue)?
Problem 2: Block 5 has a massive space between the thumbnail and the title of the post
Screenshot below:
View Screenshot here
Any suggestions to get this working correctly?
Thank you
How to change the category filter to custom post category? http://www.screencast.com/t/gEEdsTeM1
Can you explain more Easily, how do I use this code, I found this code from https://developer.wordpress.org/reference/functions/wp_title/#
Covering Homepage
If you are using a custom homepage with custom loops and stuff or a custom front-page, you will have an empty wp_title. Here goes a neat hack to add the description/tagline at the wp_title place on homepage:<title><?php wp_title(”); ?></title>
Then in your functions.php file in your theme:add_filter( ‘wp_title’, ‘wpdocs_hack_wp_title_for_home’ );
/**
* Customize the title for the home page, if one is not set.
*
* @param string $title The original title.
* @return string The title to use.
*/
function wpdocs_hack_wp_title_for_home( $title )
{
if ( empty( $title ) && ( is_home() || is_front_page() ) ) {
$title = __( ‘Home’, ‘textdomain’ ) . ‘ | ‘ . get_bloginfo( ‘description’ );
}
return $title;
}
Hi Catalin,
thanks for your answer. At this point I will leave as it is, and display the title, too.
Just for curiosity and to better understand your theme.
What happens if I choose a different widget block? I’ve seen 25 blocks available. Are all the same? Can I pick another one and get a different image size ratio?
Or can I create a new widget, customizing it to my needs? In such a case, can you point me out a module that I can use as a starting point?
Thanks again!
Hello ringstonmedia,
If you want to get rid of and the post article, please try the code below ->
@media (max-width:767px {.td_block_big_grid_3) {
display:none;
}
}
The result -> http://screencast.com/t/vlusyjjaA
Thanks.
Hello giampablo,
Please notice that the size of image is not a simple task to change it because this is generated by the block which is used on your sidebar and if you want to change it you will break the layout of the theme and we do not recommend increasing/decreasing this, sorry!
To hide the title for this, try the code below.
.td-block-span12 .td_module_2 .td-module-title {
display:none;
}
Thanks for your understanding!
Hi, i’m newbie in this and i did it most of work/editing on the site however i have one problem editing “Big grid 5” on my site http://i.imgur.com/sQ0utMH.png because its not same type of edit as other blocks on the site.
I want to remove some of categories there and add new one, but i have problem how to connect them ? When i go edit instead of just to choice category i have section id (What is what) and how i can find that id ? http://i.imgur.com/P1S8G5z.png
Hi.
Just installed the Newspaper theme with SayWhat demo. There is a block with Facebook, Twitter and Subscribers in the demo, but I cannot find where to change these to match our site.
I was going to upload an image, but cannot… sorry about that.
Please help!
Thanks!
Hello giampablo,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-block-span12 .td_module_2 .td-module-meta-info, .td-block-span12 .td_module_2 .td-post-category {
display:none;
}
The result you should see here -> http://screencast.com/t/GMrS7Fmw
I hope this helps and if it is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks.
Scroll down this page https://themeforest.net/item/newspaper/5489609
before:
CHANGELOG
Version 7.2 – July 6th, 2016
new: Visual Composer plugin updated to the latest version 4.12
new: We added the Design options tab on most of the blocks.
new: Added support for custom fonts in theme panel that are uploaded via the wordpress media gallery. The custom fonts can be used just like before on most of the theme’s UI without writing any code
new: the weather widget now opens an input if it’s unable to locate the user via the browser’s location API.
misc: block paramers now have a better description
misc: we fully rewrote the trending now block, it’s now leaner and it works better
misc: code improvements to the following shortcodes: td_block_big_grid_slide, td_block_homepage_full_1, td_block_ad_box and the video playlists
misc: the media gallery that is used in the theme panel is now less cluthered and without the unused options
fix: the close button for the mobile menu was fixed
fix: long author names now work fine on td_block_16 shortcode
fix: long instagram user ids now appear as expected on the widget and block
fix: background ad now works as expected
fix: styling issue on the install demos panel
fix: exchange widget and block issue on some servers because we use https to acces the API
fix: instagram widget warnings with wp-debug on when no instagram id was present
fix: mobile menu background height is now as expected
fix: HTML in footer copyright is not stripped now
Also see file update_log.txt in Download zip Theme.
Hello don chu,
Please notice that the footer template style 1 comes by default with the theme and you cannot change the structure of it but only if you alter the code corresponding to footer template used by you. As you can see, the footer template style 1 it’s made of 3 widgets -> Editor Picks -> Popular Posts -> Popular Category. Please notice that the Editor Picks is a simple block 7 filtered by featured posts as you can see here -> http://screencast.com/t/lFdSp9ESr
So, if you want to custom made a footer template, I suggest using the footer template style 5 because this could be customized by yourself as you wish. For more information about our footer templates, please consult our documentation here -> https://forum.tagdiv.com/footer-templates/
Hope this helps!
Thanks for your understanding!
Hello FarrahGillani,
I have checked your website and I saw that you are using the category template style 2 for your category pages, right? So, if you want to add your logo under the category title, you will have to add this in td_category_template_2.php. You can add your logo image using the do_shortcode method. First of all, you will have to create your shortcode for your logo, using the Text Block element from Visual Composer and then you will have to add this under the title in the core file.
1) Create your shortcode, like this -> http://screencast.com/t/7wrTbk1sO -> http://screencast.com/t/aLBXrotZzYr
2) Place the code in the corresponding category template file, like this -> http://screencast.com/t/FZcfgYnMie
The code for this example is ->
<?php echo do_shortcode('[vc_row][vc_column][vc_column_text]<a href="http://192.168.0.214/site2/logo-header/"><img class="alignnone size-full wp-image-3166" src="http://192.168.0.214/site2/wp-content/uploads/2016/07/logo-header.png" alt="logo-header" width="272" height="90" /></a>[/vc_column_text][/vc_column][/vc_row]');?>
The result you should see here -> http://screencast.com/t/Hasz018hCGfd
Hope this helps!
Thanks for your understanding!
Hi Andrei,
Site url: http://www.lortica.it
The relevant block is the first item in the right-sidebar (“Vignette”).
If you need administration credentials please notify me a private email to contact you.
Thanks in advance for your support!
Hello gauravkohli,
I suppose that you want to block the posts for your Big Grid 1, right? You can set your Big Grid to display only the posts if you wish, using the post ID for these posts and place in this field -> http://screencast.com/t/ZpBo6Vxa4ZS and then, every time, your Big Grid will display only these posts. ?You can check this -> https://forum.tagdiv.com/block-settings-tutorial/ for more information about block settings.
I hope this helps!
If is not what you mean, please provide more details, so I will be able to provide a more accurate response.
Thanks.
When I access a category page on mobile, both blocks display the category name next to every post title.
It could be ok to display them on the hompage, but not on the category pages…
Thank you guys!
Hi
This can be achieved using some custom css but first we need a link were we can inspect this. Please setup a block to display the desired post then send us site’s url so we can have a closer look and get back to you with the proper css code.
Thanks!
Hi
The category filter works fine so please make sure that you added the correct id like in this example: http://screencast.com/t/KNQuek6dGIwV To hide the subcategories from blocks use this option: http://screencast.com/t/0rNxfmlppI
Thanks!
Hello MoschatoTavros.gr,
1)However, I suppose that this type of problem is cache or CDN related. Please try to clear all of them, purge CDN files if you are using the CDN system and also, please try to clear the server cache. If you do not have any access to do it, please request this thing to do from your hosting provider. Also, if your problem will still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue. Also, please provide the link of this topic so we can easily identify you.
2)I suppose that you want to display the ads after the main menu bar, for every post,page and category page, right? Please notice that our theme does not have such an option to add this but only with a bit of coding. The only way to add a banner ad above the menu is using the do_shortcode method which you will have to add in the corresponding file for page/post/category template. For example, to display the add to the category pages, can simply use a do_shortcode function in the category template like so: http://screencast.com/t/3AhOEXNl9lPl
<div class="mycustomclass">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div>
It will need a few css adjustments to remove the bottom margin and add a top margin for it to position properly so you can use the custom class assigned to the div element.
To affect the posts pages you will have to add the core file corresponding to post template used by you and then add the do_shortcode there, like this -> http://screencast.com/t/nbArnFDgR9yc
In order to achieve best results, please check your custom Ad 1 to have added a valid ad code in it, like this -> http://screencast.com/t/ZwBAoy3zAKo
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Hope this helps!
Thanks for your understanding!
Hello techsabi,
Please notice that you can use for your sidebar all of our blocks and for more examples on how it will display, you can use our demo tutorial, looking to the right side, like this -> http://demo.tagdiv.com/newspaper/block-1/.To display these, you can use the Widgetised Area from Visual Composer on pages, like this -> http://screencast.com/t/73gA0m3omv9t -> http://screencast.com/t/ReOq7SB2 For more information about our sidebars, please check our documentation here -> https://forum.tagdiv.com/smart-sidebar-2/
Hope this helps!
Thanks for your understanding!
Yes, I actually found those settings in the block settings.
I’m not sure if this will be helpful or not but you may want to consider dynamically calling and scaling these photos rather than creating them all as static sizes to reduce fill storage, or at least offer a on/off function to let people choose whether to optimize for page speed or file storage.
Thank you