No search results were found in Documentation!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/u9WxwSCEgWi
.td-pb-row .td_block_text_with_title .td_mod_wrap{
margin-bottom: 0px;
}
.td-pb-row iframe{
height: 681px!important;
}
Note that I’ve used .td-pb-row class to target the elements to avoid the style being applied on unwanted elements so this css will work only if you keep the smart-sidebar enabled.
Thanks!
Hello lettogsunn,
1)As you can see in our demo preview, for post template default, the content is already BELOW the top picture and it is not above of it, like this -> http://demo.tagdiv.com/newspaper/120-er-visits-linked-synthetic-wordpress-nyc-past-week/ -> http://screencast.com/t/TlFbWEE5 If is not what you mean, please provide more details in this regard.
2)It is required for your website URL so I can further inspect your icons and also, so I will be able to provide a more accurate response.
3)You have to leave to active this option from your panel and then you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custm CSS area.
The code is ->
.home .td-module-meta-info {
display:none;
}
.td-ss-main-sidebar .td-module-meta-info {
display:none;
}
4)This is our block 13 -> http://demo.tagdiv.com/newspaper/block-13/ It shows the title and the excerpts below the title. I do not know what introduction you are referring to. Please provide more details in this regard.
5)Unfortunately, this is the standard design for our blocks and if you want to change the structure of this you can damage the layout of them. Also, please notice that is not a simple task and require some additional customizations. As a hint, you can begin to block 20 with the below code.
The code is ->
.td_block_20 .td_module_14 .td-module-meta-info {
bottom: -170px;
}
.td_module_14 .td-excerpt {
margin-top: 170px;
}
6)Please try the code below.
The code is ->
.td_block_related_posts .td-related-right {
display:none!important;
}
7)I suppose that you are reffering to our smart side bar. For more information about how you can create this, please check our documentation here -> https://forum.tagdiv.com/smart-sidebar-2/
Hope this helps!
Thanks.
Hello,
Unfortunately we do not recommend changing the width of the site at all as the smart sidebar will not be the only element to break. We highly discourage this as you will need lots of customization to adapt every element to the new width. All the theme elements depend on the width you modified. In order to have all the elements display properly again, you need to change their css to fit in the new container size.
Thank you!
Hi,
We had to change the proportions of content and sidebar as:
@media (min-width: 768px) {
.bp-user .td-pb-span8 {
padding-left: 8px !important;
padding-right: 8px !important;
width: 80% ! important;
}
.bp-user .td-pb-span4 {
padding-left: 8px !important;
padding-right: 8px !important;
width: 20% !important;
}
}
But when we roll the page, the smart sidebar takes the original size again.
Could you please advise how could we solve this problem?
Thank you,
Hi Ivan,
Thank you for your kind words.
Thie smart sidebar is a standard feature of the theme and it can be activated by adding the td-ss-row class to the row in visual composer that contains the sidebar widget: http://screencast.com/t/Grp1UJew
You can read more about smart sidebars here: https://forum.tagdiv.com/smart-sidebar-2/
Thank you!
Hello there,
thank you very much for your nice and easy-to-customise theme. We are very happy with it. 🙂
Is there a way to enable “Smart Sidebar” feature (affix /sticky/ sidebar) on Widgetised Sidebar (in Visual Composer)?
Many thanks for your time and help,
Ivan
Hi,
I want to use Media.net ads alongside Adsense ads. I can implement them without any problem using the Advanced Ads PlugIn, however when I use Media.Net ad-code, the Smart Sidebar and the Sticky Menu features stop to work.
Any idea how this can be prevented? The problem is definitely with non-adsense code and not the plugin or other settings.
Thanks,
Markus
Here a sample Media.Net code:
<script id=”mNCC” language=”javascript”> medianet_width=’600′; medianet_height= ‘250’; medianet_crid=’467682000′; </script> <script id=”mNSC” src=”http://contextual.media.net/nmedianet.js?cid=8CUL2C37J” language=”javascript”></script>
Hi,
Also, when I update WordPress to v4.5 my smart sidebar stops working.
Paul..
I still haven’t managed to disable the smart sidebar from my posts – yes, I tried several times to disable it from the theme panel > template settings > smart sidebar.
Can I give you my credentials (wp-admin) so you can see if there’s a glitch anywhere ?
After upgrade WordPress 4.5 don’t work:
Slide Show – only first article working… another does not display..
Smart sidebar – dont working
Ajax view count – all the time 0
Show more Button – Page Goes Up…
ok i cleaned the browser cache and super cache
now fixed smart sidebar and menu problem.
please make updates soon as possible because
newsmag most popular theme in wordpress world
picture problem solved but smart sidebar is dont work and header menu after scrool not show top jQuery("a[href*='#']").click(function(e) { i added code clear cache but problem dont solved
how can i fix?
image problem solved but smart sidebar is dont work and header menu after scrool not show top
how can i fix?
-
This reply was modified 10 years by
notdefteri.
i added code but not working smart sidebar jQuery("a[href*='#']").click(function(e) { how can i fix?
until the issue is resolved I think we should use the 4.4.2 version there are a few problems smart sidebar and picture are break
Hey,
on my website (www.awayfromlife.com / en.awayfromlife.com) my site broke. The smart sidebar don’t work and the picture are not show. Also the visual composer don’t work. What can I do?
Thank you!
Hello! how can i change the them name?, I tried to use Hide-my_Wp, but the name still there
“var td_ajax_url=”http:\/\/flyon.co\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=6.7”;
var td_get_template_directory_uri=”http:\/\/flyon.co\/wp-content\/themes\/Newspaper“;
var tds_snap_menu=””;
var tds_logo_on_sticky=””;
var tds_header_style=””;
var td_please_wait=”Please wait…”;
var td_email_user_pass_incorrect=”User or password incorrect!”;
var td_email_user_incorrect=”Email or username incorrect!”;
var td_email_incorrect=”Email incorrect!”;
var tds_more_articles_on_post_enable=””;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_theme_color_site_wide=”#4db2ec”;
var tds_smart_sidebar=””;
var tdThemeName=”Newspaper“;”
I have the version Version: 6.6.5. But today, when adding a smart sidebar on a page, I found that did not work. I came to the forum and found this problem in common. My URL with problem is this: http://www.clickcamboriu.com.br/clicks/
-
This reply was modified 10 years by
pedropapito.
Hey guys,
I did theme update from 6.4 to 6.7. Everything went perfect, but only thing which changed is that my smart sidebar is not working anymore. I got this in my visual editor in place: td-ss-row. But still have no idea why it is not working anymore..
Thanks!
Tomas
How can I remove/change theme name in script area?
var td_viewport_interval_list=[{“limitBottom”:767,”sidebarWidth”:251},{“limitBottom”:1023,”sidebarWidth”:339}];
var td_animation_stack_effect=”type0″;
var tds_animation_stack=true;
var td_animation_stack_specific_selectors=”.entry-thumb, img”;
var td_animation_stack_general_selectors=”.td-animation-stack img, .post img”;
var tds_general_modal_image=”yes”;
var td_ajax_url=”http:\/\/flyon.co\/ajax?td_theme_name=Newsmag&v=2.3.5″;
var td_get_template_directory_uri=”http:\/\/flyon.co\/skin”;
var tds_snap_menu=””;
var tds_logo_on_sticky=”show”;
var tds_header_style=”9″;
var td_please_wait=”Please wait…”;
var td_email_user_pass_incorrect=”User or password incorrect!”;
var td_email_user_incorrect=”Email or username incorrect!”;
var td_email_incorrect=”Email incorrect!”;
var tds_more_articles_on_post_enable=””;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_theme_color_site_wide=”#0091f9″;
var tds_smart_sidebar=”enabled”;
var tdThemeName=”Newsmag“;
var td_magnific_popup_translation_tPrev=”Previous (Left arrow key)”;
var td_magnific_popup_translation_tNext=”Next (Right arrow key)”;
var td_magnific_popup_translation_tCounter=”%curr% of %total%”;
var td_magnific_popup_translation_ajax_tError=”The content from %url% could not be loaded.”;
var td_magnific_popup_translation_image_tError=”The image #%curr% could not be loaded.”;
var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
Hi,
The sidebars sometimes display “broken” if certain html is used on a post or if a smart list is not created properly in such a way that html tags remain open. Please check the text mode of your posts and see if there are any html tags open.
It can also be caused by plugin. Not all plugins are compatible with the theme so please try to disable all your plugins except visual composer, clear cache and reset cdn files if you use it. This way a plugin conflict can be excluded.
Let us know how it goes.
Thank you!
Hello, guys!
Can’t find answer in old topics. Is it possible to change sticky sidebar float behavior: now if you scroll down it’s stick to bottom and if up to top, but i need top banner (in my case) always visible. What i need to edit to achieve this behavior?
Thanks!
The Sidebar ad works fine only on smartphone, but not appear on desktops.. any sugestion?
Hello fajrialhadi,
1)If you want to set the category for your Block used you have to use Ajax Filter option from each Block Settings, like this -> http://screencast.com/t/rFRdqK71tFqJ and the category ID you can get in this way -> http://screencast.com/t/L3WGJUsAT For more information about Block Settings, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
2)If you want to include the some Blocks in Sidebar you can do it from the panel, like this -> http://screencast.com/t/tiCirt6h and for your homepage, you have to use Widgetised Sidebar, the element from Visual Composer. For more information about Sidebars, please consult our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/ -> https://forum.tagdiv.com/smart-sidebar-2/
3),4a)Please notice that you can have control over the layout of the page from Visual Composer, like this -> http://screencast.com/t/r9v6IxfQIp For more information about how to use Visual Composer, please consult our documentation here -> https://forum.tagdiv.com/how-to-use-visual-composer/ Also, please notice that you can use what kind of Block you want, for example -> http://screencast.com/t/Wg8GMUOVhU For more information about our Blocks/Modules, please consult our documentation here -> https://forum.tagdiv.com/theme-thumbs/
4b) Please notice that Related Articles is a feature of the theme and you can have control over it only from Theme panel. Please ensure that you have enabled this option from Theme panel, like this -> http://screencast.com/t/nmT851KWF For more information about this feature, please check our documentation here -> https://forum.tagdiv.com/related-articles/ This kind of feature take only the featured image from your posts.
5)I suppose that you referring to the sidebar on your posts. In order to achieve as you wish, please consult Sidebar documentation as you can see above. Also, please ensure that you have enabled the sidebar option for your posts, like this -> http://screencast.com/t/46gCUiSx7Z -> http://screencast.com/t/uX6i3EmdhrQh
6)In this cases, I recommend you using Upscale Thumbnail & Regenerate Thumbnail because our theme does not enlarge the image if it is smaller than the thumb, but only crop it from center to top. In order to know the image size for this feature, please check this section from Theme panel, like this -> http://screencast.com/t/qzflV661BM
7)As I can see in your screenshot, is used a plugin to achieve that (Facebook embed-untested plugins). If you want to include the widgets into your footer, please consult our documentation here -> https://forum.tagdiv.com/footer-templates/
As you can see, the most your answers have the responses in our documentation. Please trying to read it competent, trying to understand all the elements and then trying to implement these on your site. Also, you can try to check our YouTube channel, here -> https://www.youtube.com/user/tagdiv because there you can see a lot of useful tutorials, which helps you to accomplish your website.
Hope this helps!
Thank you for your message!