- 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
Hi Catalin
Thank you for your answer
That was exactly that for the stars ! Great !
But I was not meaning the color of the text but the color of the boxes (“REVIEW OVERVIEW” & SUMMARY”)
Thanks
And is it possible to change the color of the stars in the menus or when the article appears in a block (they are still black)
-
This reply was modified 10 years by
byothe.
Hello,
Visual composer elements were not tested on posts. They work but lose their CSS and styling. You need custom work to get them to display like on a page.
As an alternative, you can use a different block to achieve your goals. For example a block 14: http://screencast.com/t/JzduopNO1
and style it with CSS:
.single-post .td_module_mx1{
padding-bottom:5px;
padding-right:1px;
}
.single-post .td_block_14{
margin-top:15px;
}
You can change the padding/margin values to your preference.
Add the code to the theme panel->Custom CSS box.
Thanks
I added this code for custom css style to change look of block title, and everything is perfect, but if i put link for block title, my custom style not working. What i need to ad in my code to resolve this?
.block-title span {
background-color: transparent !important;
position: relative;
border-radius: 0;
padding: 3px 70px 3px 20px;
}
.block-title span:before {
content: ”;
background-color: red;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: skew(-15deg);
-moz-transform: skew(-15deg);
-o-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
border-radius: 3px;
}
example:
http://prntscr.com/8udpc1
Hi there,
This morning I noticed that my wordpress setting url has been set to: viralbae.com
so I have updated to http://www.viralbae.com for both wordpress and site url link.
Immediately after I see all images are blank.
site url: http://www.viralbae.com
Screenshot attached:
http://www.screencast.com/t/32PPKp20
Also I noticed the gallery images are still referred as viralbae.com/exampleimageone.jpg wherein it should be http://www.viralbae.com/exampleimageone.jpg
how do we fix this please.
Thanks!
Hello,
Please make sure you have the latest version of social counter (version 3.0 is the latest) Uninstall your current version and install the one the comes with the theme (if you have not already)
Another thing you can try is to use a different username on your instagram social counter. Place anyone you like, maybe something like cocacola for example and see if it gets the followers from that one. Then revert back to your own so the plugin reloads your account info.
Let me know how it goes.
Thanks.
Hello @Yannik97,
Please try this code below in theme panel=>custom CSS area and you can add before the title blocks what content do you want.
.block-title span::before {
content: '\';
margin-right: 10px;
}
You can modify the margin value as you like
This content have to be generated in CSS. I suggest to use this link for more symbols: http://htmlarrows.com/symbols/
One example you can see below: http://screencast.com/t/sccS0qjPxt6b
Let me know how it goes!
Thanks.
Hi jcarr99,
Here you can find an example how to add a share button – https://forum.tagdiv.com/topic/linkedin-button/
It should work also in your case. You will have to use a font awesome plugin like Font Awesome 4 Menus and use font class for icon – http://fortawesome.github.io/Font-Awesome/icon/reddit/ – http://fortawesome.github.io/Font-Awesome/icon/stumbleupon/
Thanks!
Hello,
In order to place a custom ad in a category page, you will have to alter the theme files. You can use a ‘do_shortcode’ function to use your custom ad spots from the theme panel. For example use the code like this:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> and place it in the category template you use: http://screencast.com/t/hEJfFrM6 (mine was a style 4)
result: http://screencast.com/t/ZuKiMZmS
Thanks.
-
This reply was modified 10 years by
Bogdan B..
Hello,
The theme has a few options to insert ads. Please read the doccumentation on how you can use ads: https://forum.tagdiv.com/header-ad/ (there are 8 sections on ads)
For pages you can use visual composer’s ad box element.
Headers have their own ad space you can use. If you want to place another ad besides the one provided by the theme you will have to alter the theme core files.
If you want to use the code method for example in the category pages, you can use a ‘do_shortcode’ function and set it to use one of the custom ad spots from the theme panel:<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> and place the code in the corresponding category file: http://screencast.com/t/LgZK8Zys2Uw
I hope this helps.
Thanks.
-
This reply was modified 10 years by
Bogdan B..
Hello,
Unfortunately the theme does not have an option for it, so you have to use the code method. You can use a ‘do_shortcode’ function: <?php echo do_shortcode('your shortcode here');?> and place it in the post template you use on your post (loop_single.php if it is the default one)
Every post template has a file to go with it. The default is without a number to it. The others correspond to their post template number.
You can add for example a trending now block in posts by editing the file template corresponding with the post template used, and add this line of code like here: http://screencast.com/t/Jf5SKCFx5Pka – http://screencast.com/t/7j8xHNyc6
<?php echo do_shortcode('[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]'); ?>
As for the ads, the theme uses adsense code and every other custom ones have to be done by using this method here: https://forum.tagdiv.com/using-other-ads/
I hope this helps
Thanks!
-
This reply was modified 10 years by
Bogdan B..
Yes thank you!.. The solution you provided allowed me to decrease the logo size.. unfortunately I have a different problem. When you refresh prowrestling.com a couple times you will notice on occasion our webpage gets jumbled or displaced by a 728×90 Navy ad next to our logo. You can see the 728×90 ad creeping over the top of our logo. We normally run the same 728×90 type of ads in that slot, I am not sure why this navy ad campaign banner is any different from those.
I thought decreasing the logo image size to allow more space up top would surely solve the ad issue but it has not.
Any idea why this happens or solution?
Hi tripledm,
If you look to the bottom of that topic I posted a recent solution(for version 6) how to register a new menu and where you can use it, here you can see an example – http://screencast.com/t/oe0mdRGKqg – http://screencast.com/t/J8mCplwyU – http://screencast.com/t/1jJYbw9azbuV – http://screencast.com/t/WPXfWdtud
Unfortunately the time doesn’t allow us to provide custom work and you will need more customization(css) for your menu to look right, so I cannot test this for each device how it looks and also depending the header style you choose.
Hope this helps!
Exactly as the title says, only on chrome… the visual composer homepage post, and login modal are not showing up.
To be more specific. the homepage post is showing but the image does not. Both items work in safari and firefox so I’m assuming it’s a chrome issues. Any suggestions?
Example: Gruntstuff.com
Got the slide option(without image preview) but still the category is pointing towards sample page, The category page is only visible at mydomain.com/category/health instead of mydomain.com/health
Why Categories on menu do not slide for more option, and why the categories when clicked points towards sample page ?
Hey, you are welcome! Can you do me a favor now give me instructions on how you did that tabbed section on you homepage where it is culture/tech & science/society with scrolling. I can’t figure how you did that and I tried the tabbed content element on visual composer but it had nothing for categories in the element to select. Are you using a plugin for that?
Hello,
I use Easy Social Share Buttons for my website, but recently i’ve had an issue with the code of the titles with punctuation marks in them.
The makers of the plugin told me: “We notice that problem appears because you do not use regular quotes. That makes browser to use unicode version of that symbol which breaks the Tweet.”
They continued: “amp symbol remains encoded”
The Twitter share message breaks with i add either “” marks or ” marks. Here’s the code of the Twitter share button (notice where it should say America’s?): onclick=”essb_window(‘https://twitter.com/intent/tweet?text=Simon Cowell will be a judge on America&%238217;s Got Talent!&url=[url of site]
The title reads: Simon Cowell will be a judge on America’s Got Talent!
Any reason why the theme is making the browser use unicode versions? Is it to do with the theme/google fonts or my database? It’s not the plugin as the makers have had a look for me.
I’m happy to provide access to the site etc.
Thanks,
Sometimes instead of up the youtube video, it’s just an featured image. Very strange. Any solution? Link example: http://clickcatarina.com/catarinense-lanca-clipe-que-mescla-rap-e-reggaeton/
Hello,
I have a couple questions I have about the theme and was hoping you could solve my issues.
1. In header style 10, the top and bottom margins seem to be a bit excessive. Is there any easy way to reduce the top and bottom margins?
2. I like the content to stand out and make it easier to read. Is there any way to set a background and menu background that is different for just posts? In other words, I would like to set a unique menu and page background for posts. Even more ideal, is there any way to set the menu background to be transparent?
3. I know I have asked this before, but I wasn’t as clear. I know that this theme is not wide formatted but is there any way to easily decrease the width of the side margins? I would be happy with a 15-25% decrease in margin width.
4. Lastly, is there any way to but an bigger left margin on the widget section so there is a larger space between the content and the widget section. The widget section seems to be too close as it appears to take some attention away from the content and give a cluttered appearance.
5. I am having trouble setting a font for H1-H6 on the home page. I have tried page-font settings and post-font settings and both seem to not affect the H2 title “Connect With Us” on my home page. Am I looking in the wrong area or is this a bug?
NOTE: my website can be found here to reference my questions: http://thryvewell.com/
Thank you for your help!
On each post at the end, there is a related articles section. It shows three articles in one row (because I have a sidebar) that are text only. Below that are the regular blocks that can be changed in the theme panel such as the author card, previous/next post, etc. Then, there is another ‘related posts’ section that includes pictures. This related posts section can be edited and controlled within the theme panel, however I cannot find any setting for the related posts section that contains text only and appear directly at the end of the post. I would like to turn off or remove the related articles row that is text only at the end of the post. Any help in finding the settings/code would be greatly appreciated. Thanks in advance.
Follow the links below to see a sample post and annotated images. Scroll to the end of the post to see what I am talking about.
http://www.thatemsguy.com/10-essentials-steps-to-getting-accepted-pathway-to-paramedic/
http://www.thatemsguy.com/wp-content/uploads/2015/10/thatemsguy_delete.jpg
http://www.thatemsguy.com/wp-content/uploads/2015/10/thatemsguy_keep.jpg
Hi,
is it possible to add hover effects on all linked images on posts and pages?
I tried to add sth like this:
img
{
opacity:1.0;
filter:alpha(opacity=100);
}
img:hover
{
opacity:0.8;
filter:alpha(opacity=80);
}
this code doesnt work properly. Some images get highlighted but not all (and only on the homepage for some reason).
You can see an example page here: http://www.interviewmagazine.com/fashion/
Thank you in advance! 🙂
Gwen
my site: gwenos.com
Hi,
is it possible to add hover effects on all linked images on posts and pages?
I tried to add sth like this:
img
{
opacity:1.0;
filter:alpha(opacity=100);
}
img:hover
{
opacity:0.8;
filter:alpha(opacity=80);
}
this code doesnt work properly. Some images get highlighted but not all (and only on the homepage for some reason).
You can see an example page here: http://www.interviewmagazine.com/fashion/
Thank you in advance! 🙂
Hi,
I finally purchased the Directory 2.0: http://codecanyon.net/item/web-20-directory-plugin-for-wordpress/6463373
It’s a great directory, very complete, and it integrates perfectly with Newspaper theme. You really don’t need to integrate your own directory as this one is excellent.
However I’ve got one issue and it’s a pretty important actually. The directory comes with widgets that we can put in the sidebar. We can thus put in listings, categories etc..
Unfortunately I can’t get these widgets to appear on the Newspaper theme. I made a video to show you.
First seconds is the plugin example, where you see how it should look with the sidebar. Then on to my website where nothing appears : http://screencast.com/t/o2ecZ8DKpa9
I would love to find the bug as without the widget working the directory does not have enough interest for me.
Thanks much
John
Hello!
I’ve been very impressed with the theme so far but I’ve run into an odd issue with the formatting of galleries when used on a page. It seems to be messing up the spacing of the images in the gallery. They are not centered and when you switch between them the spacing seems completely out of whack.
Here’s an example of the gallery shortcode used to create the gallery:
[gallery td_select_gallery_slide="slide" ids="15103,15104,15105,15106,15107,15108"]
Here’s a link to the page where it’s not formatting correctly:
http://s13399.p123.sites.pressdns.com/2015/10/expanded-gallery-opening-soon-2/
This is still a development site so please ignore any other strange looking items.
Thanks!
Scott
Hi @radhalokesh,
I’ve tested your facebook id on my site with social counter plugin and works fine. http://screencast.com/t/849x8PevxGuw http://screencast.com/t/lHNEisdn
Make sure you add facebook ID as in example above, clear all caches and test it again.
Thanks.