- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
After updating the Newsmag-file and the files of js_composer and td-speed-booster I get a long list of errors like the following example in the head of the page – and also in the backend:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/var/www/vhosts/domain/httpdocs/data-directory/themes/Newsmag/includes/wp_booster/td_api.php
The complete header of the page incl. the menu and backgroud-image is no more visible.
And all used blocks in the page are invalid (the tags are visible instead of the block-heads)
[td_block_text_with_title custom_title=“My Headline“ border_top=“no_border_top“] ... [/td_block_text_with_title]
In the backend I can’t see the td_blocks in the visual composer menu – the rest of the visual composer works normal.
What can I do to fix the problem.
Thanks
Ralf
Hello,
Please make sure your images are big enough to fit the container. You will have to upload bigger images and with an aspect ratio according to the block you wish your image to be displayed in. For example a big grid 1 uses a thumbnail of 534 X 462. If your image has any dimension smaller than this one, your image will not fit inside the big grid and it will display a grey strip to fill the container. You can also try a plugin if you want to stretch your thumbnails called thumbnail upscale.
If this is not what you mean, please provide more details so we can better understand the problem.
Thank you!
Hi guys,
My site size comes to around 3.3mb with 100 request compared to the sample demo, which comes to less than half at 1.4mb with 62 requests. I have added a few plugins (SEO and Social Media floating Icons) but have a similar layout to the travel demo.
Is there something I am doing wrong!?
Thanks for help
Hi danwiggs,
I’ve test your twitter ID on our theme and it seems to be all right and display the correct number of followers as you can see: http://screencast.com/t/bR2saJJEU . My advice is to try another example with other ID, like cocacola and see if the problem is the same and then try it again with your twitter ID. If the issue is still there, please disable all the active plugins except Visual Composer, clear all cashes and try it again.
Hope this helps and let us know how it goes!
Thanks!
Hi ns85gs,
Yes, it is possible to create this columns without Visual Composer but you must have knowledge of HTML. First of all you have to create a new simple page with mega menu feature, then in your text editor you must put your content.
In this screenshot you can see an example of the table in HTML. http://screencast.com/t/RUmlzE6xPDx and the result should see here: http://screencast.com/t/XANkNO48gd
Practically, the mega menu feature allow your content in header.
Hope this helps and let us know how it goes!
Thanks!
Hi
The theme use a specific thumb size for each post template that’s why the featured image is cropped. I am not sure what post template you’re using, but if you want to have a bigger image try a post template which have a full width thumb for featured image, for example: post templates 4, 5, 6. If you want a different image size than existing ones you will need to register a new thumb size in td_config.php file: http://screencast.com/t/N8O8B4Undqr You can use theme API to do that: https://forum.tagdiv.com/api-thumbnail-introduction/ Also you will need some css customizations will be necessary such that the new thumb to be displayed well on post.
Hope this help.
Thanks!
hey guys,
for one week my website is showing the elements which should be in the sidebar on right side not at the bottom of my page. and on mobile only the half of the elements. for example my ad on the sidebar is just shown at the bottom and only broken.
could u check this please shortly?
thank you!
wow-news.de
Hi, I’ve selected megemenu for my main categories but is there any way of excluding some sub categories from displaying, or at least showing the hierarchy of second and third level categories?
For example, if I have categories of:
Film > Film Reviews > Action films
But I only want Film and Film Reviews to show in the megemenu, not Action films as well. Is this possible?
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
add to public_html/wp-content/themes/Newsmag/functions.php
add_action(‘the_post’, ‘sb_remove_woocommerce_disqus’, 10, 2 );
remove_action(‘pre_comment_on_post’, ‘dsq_pre_comment_on_post’);
function sb_remove_woocommerce_disqus( $post, $query ) {
global $post, $wp_query;
if ($query->is_main_query() && $post->post_type == ‘product’) {
remove_filter(‘comments_template’, ‘dsq_comments_template’);
}
}
-
This reply was modified 10 years by
kaczy29.
Hey Guys!
We’re using smart list 7 quite a bit and it working really well for improving the number of pageviews on the site.
We are seeing some inconsistencies in how images appear based on the method that the image is added to the post.
When an image is placed via URL, we get the desired format to appear- H3, IMAGE, TEXT.
However, when we place an image via upload they image drops to the bottom of the format and the format changes to: H3, TEXT, IMAGE.
Screenshots:
EXAMPLE 1 – Image placed via URL
https://www.diigo.com/item/image/5goq2/2tp9
EXAMPLE 2 – Image uploaded to site
https://www.diigo.com/item/image/5goq2/sunb
Additionally, in EXAMPLE 2, when the image is uploaded, the smart list formatting makes it a linked image with modal window. This does not happen when the image is added via URL.
I’m not sure if the above scenarios are what was intended for the formatting. I just wanted to point it out to you and get some direction in how to make it consistent.
We’d prefer for uploaded images to be formatted the same as EXAMPLE 1 so they appear after H3 and above the text (H3, IMAGE, TEXT). And our preference is that they are not treated as links unless we specifically choose that option when the image is placed in the post.
Keep up the great work, the theme is amazing!
Hello,
address of the site is http://putovanja.klubhappy.com/
I use classic blog style and under the two photos you can see the saying “SOMETIMES THE SIMPLEST THINGS ARE THE MOST PROFOUND. MY JOB IS TO BRING OUT IN PEOPLE & WHAT THEY WOULDN’T DARE DO THEMSELVES”
Can this be changed? Write something else instead?
thank you
Danijela
Thanks
your company provide service setup your theme in my blog. i provide wordpress username & password
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
The review graph and rating scores are generated by the same function and can’t be moved separately. You can move the entire review section if you want by editing the file corresponding with the post template used: http://screencast.com/t/4Zqzodfhn However to place the review in the middle of the page for example, you will need custom modification in theme’s core files because the post content (part written in post editor) is added with this a WordPress function: get_the_content() http://screencast.com/t/gcn6Yzmb To insert the review in post content you will need a similar code with the one for article inline ads, which allow you to specify the paragraph after which the ad will be inserted: http://screencast.com/t/UATxoSg8m
This is a complex task and I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer custom services for the moment.
Thanks for the message!
Hi,
I understand now. If you just want to hide the header ad on the homepage, you can use css to do it:
.home .td-g-rec-id-header{
display:none!important
}
Just place the code in the custom css box in the theme panel.
If you want to remove the ad on other pages as well, you can use the same code again, only change the .home class to the ‘page id’ class. You can get the page id number using your browser inspector: http://screencast.com/t/XRgXQokTB9
For the example page from the screenshot, the ‘page id’ class is page-id-41 so we will use the code like so:
.page-id-41 .td-g-rec-id-header{
display:none!important
}
I hope this helps
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 Chris and Alin,
Thanks for the response.
But I see the advised meta info is for social sharing optimisation but I’m looking for meta info in posts display.
Example:-
I have a homepage listing the latest posts. Every posts have a author name and date at the bottom of the row along with post title and excerpt.
But I’d like to move that meta info above post title.
format:- Avatar; Author Name, Time(in descending order)
Please could you advice which page need to be amended to get this change.
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!
Hello,
It is possible but css cannot tag a particular category with a particular color. You can only target elements based on their position number.
For example, you can set the first element to be red, the second blue and the third to be pink. But this setup will still apply if the categories change order or if different categories are displayed. You can set a color pattern but not assign it to a specific category.
I hope i explained it right.
Thank you!
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.
Is it possible to delete or change saying in the background “SOMETIMES THE SIMPLEST THINGS ARE THE MOST PROFOUND. MY JOB IS TO BRING OUT IN PEOPLE & WHAT THEY WOULDN’T DARE DO THEMSELVES”
Thank you!
Hi,
When I paste the soundcloud code to a post, it doesnt appears as it should. It works, but without background. Could you fix this problem?
Here you can see the result: http://www.albertolezaun.es/2015/11/10/llevo-cuatro-dias-sin-cambiarme-las-bragas-en-el-confesionario-de-quemorning/
The code is:
<iframe width="100%" height="20" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/232470908&color=ff5500&inverse=true&auto_play=false&show_user=true"></iframe>