- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi again,
I now found the DigDiv 6 block, it worked BUT the image size is much larger than on Style 1. So le me ask two questions
a) How can I get the same image-size as with Style 1
b) If I INSTEAD use Style 1 then footer 2 has polular posts but I have disabled the counter, so how can I change footer 2 to instead for instanse latest posts, that is I use the template för Style 1 to get the small image sizes but instead change to latest from most popular for footer 2
its been a week that m losing my ads from the site, as i think the ads script is blocking by the theme thats why m sharing with you – like here i notice when i’m customizing the page, ads are showing – http://prntscr.com/c4xozd and when i saveed the the post – this shown again the ads problem, – http://prntscr.com/c4xr73 – http://curiosityhuman.com/top-10-hottest-women-world-2016/
Hi Guys,
I’d like to have the author name appear on each post, but not in blocks around the website. Is there a way to do this with either the theme panel or some CSS code?
Thanks,
Dave
Below is the error they are getting when posting some featured videos:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Hi,
Newspaper 7.3 changes just made my site more *rich* in content especially with the new weather and currency exchange blocks. I really appreciate your hard work and I encourage your team to continue bringing new things and make Newspaper the leading and most wanted template for WordPress.
I’ve seen many sites have blocks/widgets or maybe plugins for daily horoscope and this brings more readers on sites because simply people want to read that stuff too. I would like to see a block/widget for daily horoscope on Newspaper too. I think this is needed because I’ve search plugins for this, but there are some old ones and not working!
Think about this!
Thank you.
Hi, I use category style 4 & grid 4.
How can I add an adspace just after the two big blocks?
I just tried to delete every widget – and then I added 8 of the same post block widget.
Online the first was shown.
Hello,
The top area is destined for the mobile editor if you use the mobile theme
As for the latest articles, unfortunately this element was built to stay at the bottom and there is no setting to move it to the top. You can however use blocks to show the latest content. You can place blocks at the top of the content and change the page template to another that does not use the latest articles section: http://screencast.com/t/nQKql32sK
Thank you!
Hello,
I have tried so many times to save the google adsense code in the Header section of the theme panel and clicked on save button . it shows me that it is saved but when i revisit this page , i did not found any code that i had pasted in it. Also the adsense block is also not shown on the page. Is there is any work around where i can put adsense banner on header section .
Hi
Yes it is possible. Follow this steps:
– revert back the changes I’ve indicated in my previous message.
– add the ad code in one of theme’s custom ad spots
– create a new page and add an ad-block on it, select in ad-block the custom ad-spot which hold ad’s code: http://screencast.com/t/T9QrVpFshiG
– press the CLASSIC MODE button and copy the shortcode: http://screencast.com/t/09LWoaPqeUA
– edit the file corresponding with header style used and add this code here: http://screencast.com/t/lqG1ycAYcK – http://screencast.com/t/L4vk5oDVLPC
<?php echo do_shortcode('[vc_row][vc_column][td_block_ad_box spot_id="custom_ad_1"][/vc_column][/vc_row]'); ?>
In above example I’ve used custom ad 1 but you can use any custom ad spot from theme panel.
Thanks!
Hello,
In order to change the social counter settings you have to access the back-end to edit the block. Please use this guide to set up your social counter: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thank you!
Hi,
The capital letter is a dropcap: https://www.youtube.com/watch?v=VIND8uYXMnk (mark 2:20)
As for the color, post elements grab the theme accent color: http://screencast.com/t/1nz7LA5CRss
The blockqopte color can be set separately from here: http://screencast.com/t/ChmofAOcHWC3
But the dropcap can be targeted with css if you want to change it’s color:
.dropcap{
color:#f49586!important;
}
You can add the code in the theme panel->custom css code
Thank you!
After it originally was working, now the mobile theme is not:
– displaying my author bylines
– recognizing that I have the featured image turned off
– displaying 265 x 198 images even though that is turned on in block settings
Anything I can do to fix
— http://www.edgemagazine.net
Hi,
according to the Visual Composer tutorial (https://forum.tagdiv.com/how-to-use-visual-composer/) there should be some predefined layouts.
When you create a New Page you can easily select one of the predefined layouts depending on your needs.
But all of the mentioned “homepage” templates is missing. There is a lot of other templates there, but not the homepages ones. Is it something ive done wrong? There is “about” templates, “articles” templates but no homepage or homepage – sport template etc.
Ive tried uninstalling and installing both theme and Visual Composer without any change.
Hi,
You can read more about the mobile theme plugin here – https://forum.tagdiv.com/the-mobile-theme/ It comes with its own templates and it was not designed to work with Visual Composer so there are no blocks that could be used on mobile theme. Please note that it is an optional plugin and if you’d like the same content that you have on desktop, you can disable it.
If you load Swedish language from theme translation system, all the theme’s strings will be translated also on mobile devices, even if you use or not the Mobile Theme plugin – https://forum.tagdiv.com/loading-translations/ Or you can translate Latest Articles manually – https://forum.tagdiv.com/customize-a-translation/ – http://screencast.com/t/tkQytPCWlR3K I have checked this on my side an did not found any issues – http://screencast.com/t/VmsrmdXPLxy
I suggest to use the recommended size for mobile logo – http://screencast.com/t/amS1BHog4
However if you want to use it like it is know I will provide a css code to increase its size – http://screencast.com/t/l6Nj75et
@media(max-width: 767px) {
div.td-main-menu-logo img {
max-width: 186px;
}
}
Thanks!
Hello,
The post date is was not added by default to block 15. You can replicate it from another block though but you cannot add it very easy over the featured image. Here is an example of howit can be done:
http://screencast.com/t/YfM8Xhocu6
First you need to add this code:
<?php echo $this->get_date();?> in this file like so: http://screencast.com/t/gQ5B0iNCEnjP
Then you can use this css to decrease the font a bit as the default one is too big:
.td_module_mx4 .entry-date{
font-size:12px!important;
}
I hope this helps.
Thank you!
Hi,
Please disable all plugins except visual composer. clear cache and reset cdn files if you use it. It could be a plugin conflict. If the problem is still there, please provide more details about the element as our theme does not have a featured posts widget(there is a featured post sorting option for blocks but not a stand-alone widget). Please also provide a link to your site so we can inspect the element.
Thank you!
How can I make it possible to see the date of posts on block 15 ?
block 15: https://s10.postimg.org/rocsyscih/b15.jpg
Somethink like this on block 14
img: https://s10.postimg.org/j3ymz50s9/b14.jpg
Thank you!
When I activate the Mobile Theme plugin I get the three last posts in a grid on top of the page, I also get lots of posts listed under the section Latest Articles. Meaning that the three last articles will be displayed two times; in the grid and under Latest Articles. Where do I change the look of the Mobile Theme? Are there different blocks to choose from also for that plugin? I have searched for where to find this, but have not succeeded yet. I also would like to have Latest Articles translated to Swedish. I have set the tranlation section to Swedish.
Also I have a problem with the size of mu logo shown on my iPhone, it is really small. Regardless if I have the Mobile Theme activated or not. I have tried to upload the recommended size logos under Header -> Logo for Mobile, but it is stills tiny. I have changed all logos uploaded to about 800 px, without any difference.
http://www.ladiesabroad.se/ Right now I have the plugin deavtivated, but you can see the small logo on iPhone (or not!).
Thanks.
Hi
You just need to press BACKEND EDITOR and the plugin will switch in CLASSIC MODE: http://screencast.com/t/dG0aY8cW Then you can add blocks on the page.
Hope this helps.
Thanks!
Hello,
The edit link is only available if you are an administrator. if your user role does not have the ability to edit the page, then the link will not show up. However if you want to remove it anyway, you can use this css code:
.td_block_big_grid_8 .td-admin-edit{
display:none!important;
}
You can add the code in the theme panel->custom css box
Thank you!
Hello,
Please disregard my earlier question. I managed to add the coding in loop-single-php for (FROM PANEL, DEFAULT, STYLE 1, 5, 9 & 10) .
The issue is with the alignment now. There is No Text Space between the published date and the last modified date for all the loop-single-php.
How do I fix the issue?
I had added the code below in the Theme Template CSS custom for the Single-Template, and the alignment worked.
.the-modified-date{
display: inline-block;
vertical-align: middle;
color:#Aykbo;
}
Your suggestion is appreciated.
Thanks,
Nik
Hello,
Unfortunately our theme has no such option. You can use visual composer on posts and add a block between post content, or add it in the theme files to show on each post with a do_shortcode function. https://developer.wordpress.org/reference/functions/do_shortcode/
And then use visual composer shortcodes to add content to posts template files. You can fiond the post template files in the main root folder of the theme: http://screencast.com/t/cvDnyotuhS
I hope this helps.
Thank you!
HI
From page source it seems that you didn’t made any changes for module 2, there is only the default css for it. Please make sure that the settings from theme pane are properly saved then try to add a single block on a test page and do a few tests with it. These settings works fine as can be seen from this screens: http://screencast.com/t/fiHUru3j – http://screencast.com/t/Gp9ksfyixK If you still can’t manage to save the settings try to deactivate all plugins except Visual Composer, clear all caches then test again.
I am not sure how did you changed the thumb’s size as the theme does not have an option in this regard. If you made the changes in theme’s code note that you need to regenerate the thumbnails so the new sizes to be applied.
Thanks!
HI
For the moment this is the only option available, the block’s must be added manually which takes some times if you have many categories. We may have some additional options fro blocks in future theme’s updates which may optimize this process but I can’t promise anything for sure.
Thanks!