Hi,
The body tag is located in header.php, you have to add the code after it – http://screencast.com/t/xGHnCjKyT
Thank you!
Hi,
Please update Visual Composer, delete the current one and install the one which comes with v.6 (from Newspaper -> Plugins panel).
Thank you!
Hi,
Make sure that the path of the logo is correct, check this by opening it’s url in a browser window. – http://screencast.com/t/4HUX9CwMNrx
If you can’t find the cause please provide more details on how the logo is set, some images with the backend configuration would also help.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
First you have to disable the Related Articles from Theme Panel – http://screencast.com/t/SxkPbkvIysgA
Then use the do_shortcode() function to call the plugin shortcode on the desired location inside the post template files – http://screencast.com/t/oOBXd4Rp31 – https://developer.wordpress.org/reference/functions/do_shortcode/
Check the plugin documentation to find it’s shortcode.
Thank you!
Hi,
The errors which appear on Visual Composer should be harmless, we will include the plugin latest version in the theme next update and those errors should disappear.
Thank you!
Hi,
You can doit from Settings -> Reading – http://screencast.com/t/PN7zxX15stWv
If you want to doit for a single category you have to use a hook, try this solution – http://wordpress.stackexchange.com/questions/47861/different-number-of-posts-in-each-category
Thank you!
Hi,
For paragraphs spacing add the following css in Theme Panel -> Custom CSS – http://screencast.com/t/VkHNW8A2BM
.comment-content p {
margin-bottom: 10px;
}
@text under images – it’s the image caption, you could remove it from each photo or use custom css to hide it – http://screencast.com/t/EGTiutFemfCP
.wp-caption-text {
display: none;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
Do you use the Unique Articles feature? on pagination it renders duplicate posts, it was designed for static pages. For dynamic ones use the offset function – https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
Thank you!
Hi,
The theme frontend registration/login form is custom made and it should not be targeted by bots. To test it you could disable the login from Theme Panel and see if the registration spam is still there – http://screencast.com/t/IuYz274OpPXM
Also check the measures presented here – http://codex.wordpress.org/Hardening_WordPress
Thank you!
Hi,
The alternative would be to manually build them or create a custom plugin. Or find a plugin which comes with similar ones and use custom css to modify them so that they look the way you want. My advice is to look for a professional developer to help you with this task, you can find one on places like http://studio.envato.com/
Thank you!
Hi,
You could set one using custom css, but you have to set the site on boxed mode, for this just set a background color or add the following class to custom just target the page id class – http://screencast.com/t/LZbZdrOT0Bs – http://screencast.com/t/VZnEaVDNga
.page-id-467{
background: white url('http://blogs.uoregon.edu/janieb/files/2014/05/95578-wq0w78.jpg') no-repeat;
background-size: 100%;
background-attachment: fixed;
}
Thank you!
Hi,
The php version is ok, the rest of the requirements can be found here – https://forum.tagdiv.com/requirements-for-newspaper/
Check if the GD Library is installed on your side, wordpress requires it for cropping.
Thank you!
Hi,
It seems to be a css issue, i suspect a cleafix. If you can’t find it please provide the url so i can take a look.
Thank you!
Hi,
Please provide a link so i can take a look, if you don’t want to post it here send it via email at contact@tagdiv.com , also include a link to this conversation.
Thank you!
Hi,
Try to enable all the elements from the plugin settings panel – http://screencast.com/t/ClANd0LT9H
If this doesn’t work please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so we can take a look.
Thank you!
Hi,
First you have to import the settings which come with the Classic Blog demo, just go to the Install Demos section – http://screencast.com/t/wNSBAyTUr
Second, you have to create the homepage – http://screencast.com/t/tvSvT3bJ8RI – http://screencast.com/t/cXHtWvQz5u
Third, set the newly created page as homepage from Settings -> Reading – http://screencast.com/t/i8Ozxe8q
@other issues – please provide more details, i’m not sure what you mean. If you use a cache disable it (or clear it) and see if the issue is still there.
Thank you!
Hi,
To make those thumbnails and the rest of the elements (title, etc) look like the ones in your example you have to make modifications on the code and css. Unfortunately those modifications are not easy to make so my suggestion is to hire a professional developer to help you with this. We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.
Thank you!
Hi,
The site provided by you just used a background image which was specially designed to go around the content area (to the left and right) and display like 2 tower ads. I guess what you want is different, you need two actual zones to the content left and right in which to display ads. This can only be achieved with custom modifications on the code for which i suggest that you look for a professional developer. The alternative would be to look for a plugin which adds such functionality, unfortunately i didn’t do any tests with such a plugin so i cannot recommend you one.
Thank you!
Hi,
For the theme added panels you can find a solution here – https://forum.tagdiv.com/topic/remove-meta-box-in-the-wp-editor/ – http://screencast.com/t/c6ExhqWzO3e6
You could also try this solution, check the examples bellow – https://codex.wordpress.org/Function_Reference/remove_meta_box
Thank you!
Hi,
For hover color you have to add the :hover parameter to the target, ex:
.woocommerce .product a.button:hover, .woocommerce .product #respond input#submit:hover, .woocommerce .checkout input#place_order:hover, .woocommerce .woocommerce.widget .button:hover {
background-color: blue !important;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
Try to disable the “Track outbound click and downloads:” option and see if the issue is still there. – http://screencast.com/t/kwhlixuDCBh
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
Please provide more details. Not sure to what gallery you refer, do you use a plugin? do you use normal gif’s or animated ones?
Thank you!
Hi,
On the Moda block set the subcategories displayed on the Mega Menu – http://screencast.com/t/lWEiuR7sWAz2 – http://screencast.com/t/fWUxZlzy
Thank you!
Hi,
Add the following css in Theme Panel -> Custom CSS: – http://screencast.com/t/UBPL8mxmOzXL
.td_module_wrap .td-excerpt {
color: red;
}
.td_module_wrap .td-post-author-name a{
color: blue;
}
.td_module_wrap .td-post-date {
color: green;
}
Thank you!
-
This reply was modified 11 years by
Emil G.