- 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,
I’m trying to set up an ARTICLE BOTTOM AD to be viewed only on phones, so the first 3 advanced options are disabled (Desktop, Tablet Landscape & Tablet Portrait) an the last one is enabled… but is not working… I see the AD in all the devices… can you help me?
My website is http://soyhomosensual.com and the AD is located at the bottom of all posts by the advertiser IMPULSE.
Thanks,
Alex Camarillo
For example if I put
15, 23, 8, 19, 32, 20
I want to display them with that order… that is the order in which the category IDs are typed. Is that possible?
Thanks for your reply! I know some basics on changing color in css but not sure what class to specify in this case. For example, here is a CPT article:
http://sandbox.resortsdaily.com/resorts/hawksbill-rex-resorts/
I’d like the All-Inclusive label to be #E91E63
Thanks!
Hello,
The correct code would be this:
<?php echo do_shortcode('[gallery ids="364,327,302,223,149,21,23,16"]');?>
You have to insert the image id’s for your gallery.
You can create your gallery in visual mode and then switch to text mode and get the shortcode: http://screencast.com/t/BujdZhVK
This shortcode will work if placed on modules for example: http://screencast.com/t/7HvrsEavAgL
But this will generate the same gallery for every post displayed on that module and i don;t think this is the result you want. http://screencast.com/t/YwoaF1SjN Everywhere you place the code, the same gallery will appear over and over in all post excerpts.
Please provide more details to what you want to achieve.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hi there,
I just updated Newsmag to the latest version 2.3 and also updated Visual Composer to 4.8.1.
I expected that Tabs, Toggle, Accordion etcetera would still be available as a (usable) element.
It says Elements within this list are deprecated and are no longer supported in newer versions of Visual Composer. however I am on the latest version right?
If I look at the Visual Composer plugin page (the stand alone one) on their preview they do list them as an example:
http://vcpreview.com/shortcodes/tabs/
So what I would like to know is: how can I create these elements and can I keep the ones that I created? Or should I change anything? Because when I use the latest version nothing should be deprecated there right? Strange…
C
Hi can ı hide some seciton in video template or another spesific templates?
For example, ı dont want to show related articles and more article box in video template?
I found the solution for a former topic: https://forum.tagdiv.com/topic/970×250-sized-adsense-ads/?bbp_reply_to=14186&_wpnonce=839872824e
Cheers!
Hi
If the post have multiple categories you need to add all categories ids in indicated function in order to hide the author descriptions. For example if you have five categories for a post the code will look like this:
if ( ! in_category(array('id1','id2','id3','id4','1d5'))) {
$buffy .= '<div class="td-author-description">';
$buffy .= get_the_author_meta('description', $author_id);
$buffy .= '</div>';
}
Thanks!
-
This reply was modified 10 years by
Andrei L..
How to solve Prioritize visible content. See this: http://prntscr.com/91236j
check this:
1. https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fmydreamlives.com%2F&tab=mobile
2. https://mydreamlives.com/
I am looking for some friendly and knowledgeable help with the utilization of categories and tags for my newspaper based site. I am using Yoast and am looking some assistance in SEO optimization. Thank you in advance.
@djsdrive go to Theme panel + header + logo & favicon + LOGO ALT ATTRIBUTE .
Regards
Hi there,
I installed Optmizely on Newsmag 2 (v2.2.1) and I’m having trouble with the second part of the installation. For Optimizely to work I need to add the post id variable to the headline class. It would look something like this (I pulled this sample from WordPress Codex)
<h1 id="post-<?php the_ID(); ?>" class="optimizely-<?php the_ID(); ?>"><?php the_title(); ?></h1>
The code worked fine with previous theme but making the change to td_module_single_base.php doesn’t seem to work. I keep getting a syntax error.
How do I add the “optimizely-POSTID” class properly to the post’s headline in Newsmag?
I’ve searched the forum for other posts on this issue.
I’ve created a video post. It uses a link to Vimeo. It’s a public video.
The featured image is not created.
Here’s the link to the page: http://rebellioustimes.com/wp-admin/post.php?post=2677&action=edit
How is this corrected?
Hi Emil-
This is wonderful, thanks for the detailed reply.
I’m not using a plugin to generate the the query string. This is for tracking affiliate codes, Google analytics UTM codes, and similar items that are added at the time the article is shared via social media, email, etc.
I’d like to configure the site to pass “any” query string to all of the pages within the smart lists. In other words, if a visitor hits a smart list with http://site.com/smart-list/?var1=abc&var2=def&var3=ghi , I’d like that whole string to be appended to each additional page of the smartlist.
I think using $_SERVER[‘QUERY_STRING’] would do the trick but I’m not confident in my PHP skills and don’t have a test site to play with.
Can you assist?
Thanks!
Thanks for your guideline. I have changed the block 3 thumbnail size from 324×160 to 324×282 by changing code like bellow. I just replaced the 160 with 182.
td_api_thumb::add(‘td_324x182’,
array(
‘name’ => ‘td_324x182’,
‘width’ => 324,
‘height’ => 182,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘normal’,
‘used_on’ => array(
‘Module 1, 2’, ‘Block 2, 3, 4, Big grid 2’
)
)
);
Then enable this thumbsize from backend. Now when i post an HD youtube video that has custom youtube thumbnail, then everything is ok. But when i post a video that has no custom youtube thumb then it looks bigger in block 3 & block 18. (SCREENSHOT) http://prntscr.com/90toxg
What mistake i have done? please help me.
Hi,
Unfortunately we didn’t do any tests with RSS Importer and we didn’t checked the genesis framework so i cannot provide a precise solution for this, sorry.
On the first part i’m not sure what the genesis function does, you have to replace it – http://screencast.com/t/erGXr86sL – i guess the url should be compared with one stored in a custom field but on your sample i see an assign (=), maybe it should be (==).
On the second part, the theme doesn’t have the same hooks as genesis. To open post links in a new tab you have to add target=”_blank” to the title link. The function for module title can be found here – http://screencast.com/t/kSaWUtXQJI
Hope this helps. If you don’t know how to find the solution for this i suggest that you hire a professional developer to help you with this task. You can find one on places like – http://studio.envato.com/
Thank you!
-
This reply was modified 10 years by
Emil G.
Hi skyscorcher,
Unfortunately, our theme does not have an option to change only the background of the black box but also the entire background. This box are an transparent one and practically you see the background of the site.
http://screencast.com/t/VR3VPiCbO0 If you do not have a background image/color, the box-background will be black.
http://screencast.com/t/n4YPN5lZl
(they only meet in category template 6 and 8)
Another possibility to change only that background is to use the code below in Theme panel like this:
.td_category_template_6 .td-category-header,
.td_category_template_8 .td-category-header {
background-image: url("http://www.planwallpaper.com/static/images/canberra_hero_image.jpg");
background-repeat: no-repeat;
background-size:100% 100%
}
You should see the example here: http://screencast.com/t/Gxz19B5A4u
Hope this helps and let us know how it goes!
Thanks.
Yes, but how to use more than one img????
I want put, for example, 10 images, and random, understand?
Thank’s!
Hello,
The logo was not meant to do that. The theme was not built with a full width logo in mind.
You can try to upload a bigger logo. The size of the current one you have set is 1024px and the container is 1164px wide.
Here is an example from another site using a full logo like yours: http://screencast.com/t/sLT9OIUnglc. That one fits without margins. Try 1200×180 size on your logo and see how it goes
Thank you!
Hi Terrence,
This style of footer is used in our theme to create an custom footer. His style has only one section stretched on three columns.
To add more content in this footer you must to use Footer 1 and add it what kind of widget do you want to appear in this section. For example, for display Content, you can use widget ‘Text’ like this:
http://screencast.com/t/YmRyojBjnL – http://screencast.com/t/xgfvnYV153
For more information, please consult our documentation here: https://forum.tagdiv.com/footer-templates/
Thanks.
Hi Bogdan, thanks for the info.
I just uploaded a new logo image through the Theme Panel > Header > Logo & Favicon menu and it’s still not being displayed. Does that mean that my images are being uploaded to an incorrect folder?
I’m able to upload images and display them correctly in blog posts and pages… so why is this a problem with the header logo?
Could you take a closer look? Thanks.
Yuri
Hi
The theme can’t display different type of ads from same spot, so for example if set a banner ad for header this will be displayed on all devices. To display the ad-sense ad only for mobile devices and for other devices banner ads you will need custom modifications in theme’s core files.
This is a complex task which require lots of customizations and unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. 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 from sites like: http://studio.envato.com/ to do this for you.
Thanks!
Hi,
Please edit your page and check the block settings to change the title and filter option to not have the same articles there(set another category for example) – http://screencast.com/t/tYQP8YMr3f – http://screencast.com/t/EHkoT2F6
Please check documentation – https://forum.tagdiv.com/block-settings-tutorial/ also we have some video tutorials on our youtube channel like this one – https://www.youtube.com/watch?v=rgWqozuqmJk
Thanks!
Hi,
Did you alt text for your featured images? – http://screencast.com/t/gAXf5CDTVX – http://screencast.com/t/LN5iSky9PkR
If you want to add it automatically, for example title of the article as alt text you will need custom modifications – http://screencast.com/t/9lqov6hLMP – http://screencast.com/t/DllevGar
Thanks!
Hi,
Unfortunately when background color/image is set, the site will automatically switch to boxed version. You will need custom modifications for this and I suggest to hire a freelancer to do this for you as we cannot provide custom work, sorry!
Here you can find an example how this can be done via custom css – https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/#post-56800
Thanks!