- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi
I’ve checked your site and noticed that you’rte using header style 3. In this case you have to edit header-style-3.php and add a new container here: http://screencast.com/t/n5dOU1LSL Note that you may need some css customizations such that the bottom to be displayed fine.
Hope this help.
Thanks!
Hello Sr_Noodles,
If you want to remove this white space it is necessary to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/5cdr4RkowjAe
.td-post-featured-video {
display:none;
}
.td-container {
padding-top:10px!important;
}
You can adjust these values as you wish.
The result you should see here: http://screencast.com/t/BnfGpTiuo
This is not what you mean, please provide more details about this.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello maxmynorm,
Please try the code below and place it in Theme panel->Custom CSS area, lie this: http://screencast.com/t/2MWqrLhSY1
.page-nav:first-child > div {
margin-right:20px;
}
.page-nav-post a {
margin-right:20px;
}
.page-nav.page-nav-post {
margin-top:30px;
}
You can adjust these values as you wish.
The result you should see here: http://screencast.com/t/mYzT2rj3
If is not what you mean, please provide more details.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
As i understand it you want the whole page width to be 580px. This will be a bit hard to accomplish as all the elements in our theme depend on a fixed width. If this is changed, then all the elements will not align properly anymore. So depending on what elements you have on a page that has an altered width, you will need to adjust those elements as well using css. It will be no easy task. The theme has no setting to adjust page width so you will need custom modifications in the theme files so if you cannot do it yourself, you will have to hire a freelancer to help you on this task as we cannot offer any custom work at the moment.
Thank you!
Hello,
I’m not sure how the widget is implemented and unfortunately we cannot offer any support for plugin implementation. Sorry! You could try to add the widget in a text block and see if it gets accepted.
As for the latest dropdown, there is no setting in the theme panel for it. You can either hide it with css or remove it from the theme files: http://screencast.com/t/sQrP0v7cma5
Thank you!
Hello zetam1320,
If you want to hide your header menu, it is necessary to use a bit of CSS to hide it and for better result also is required to reduce the padding-top of the main container. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/zlMalPVRW0ku
.td-header-main-menu {
display:none;
}
.td-main-content-wrap {
padding-top:0px!important;
}
The result you should see here: http://screencast.com/t/KFuyMLukshH
If is not what you mean, please provide more details.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello nourizade,
Unfortunately, our theme has not been designed to be used in RTL mode. You can move the theme in RTL mode, but this is not a simple task and this thing are required custom work. In fact, you have to change the whole theme, each element and for this is required a lot of time and better knowledge of CSS and HTML and we cannot provide support for this because our theme was not designed for this, sorry. If you still need guidance on this or 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 because we cannot provide custom work for the moment, sorry.
Hope this helps!
Thank you for your understanding and thank you for the message!
Hello zetam1320,
Our theme has been designed to use as default background color to black on the mobile version. If you want to change this color, you should use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/N2KeCKjgcTHl
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color:red !important;
}
}
The result you should see here: http://screencast.com/t/qylZvC0v0
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
Any customization of the editor style can be done in this file: http://screencast.com/t/IEIzH59l7bF The less files are compiled in this file. You can use the editor-style.css in the child theme’s root folder and make our customization from there.
Thank you!
Hello tagdiv,
I want to show some piece of text to the bottom of all the posts. Im doing it with the help of some plugin and the help of the row element from the visual composer. Everything is working fine. But i was not able to adjust the margins and the paddings. Is it possible to adjust the margins..? Check any posts in http://www.getcooltricks.com . I used the post editor to get the code for the row element with an adunit and a text block for responsive layout. The margin property works fine in that but when i use the same code to display the content after all the post content the margin propert is gone missing. Visual composer writes the custom margins as the post meta data. can i add it to all the posts..
Just need a guidence. Thanks in advance.
Hello,
If you want to target a specific category page you can use the category id: http://screencast.com/t/5sqbnaabaH
You can use this id to target elements on the particular category page you want:
for example on my cat page:
.category-96 .td-module-meta-info{
display:none
}
If this is not what you mean and you want to always hide the author for posts from a specific category, that cannot be done with css as a condition will be needed in the php files. You will have to edit every post template and use a php function: https://codex.wordpress.org/Function_Reference/in_category
I hope this helps.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hello muaythaiguy,
Each demo content is using a different CSS source and it is possible to cause same conflicts with your plugins used. We have a list of tested plugins and we recommend to use all of them because do not produce conflicts with our theme. This list you should see here: http://screencast.com/t/AoPtEGlpNgA If you use others plugins, we cannot provide support for this untested plugins and is possible to appear some errors. You have to disable all the active plugins, except Visual Composer and install one by one and check what the plugin may produce this error and try to replace it with another plugin with the same function.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Pc-Drifter,
I suppose that you are referring to decrease the distance between “Copyright Text” and sub footer menu. If you want to achieve this thing, it is necessary to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area like this: http://screencast.com/t/RLXJQhdt
.td-sub-footer-copy {
width: 750px!important;
margin-top:-25px!important;
}
The result you should see here: http://screencast.com/t/a0KIws9k
If is not what you mean, please provide more details.
Thank you for the message!
Hi
1. Try this css in theme panel > custom code > custom css and modify the indicated value as you want: http://screencast.com/t/o7GpfeYHH0hd
.td-container {
background-color: rgba(255, 255, 255, 0.45)!important;
}
2. Try this css: http://screencast.com/t/8ZPc9PFL5h91
.td-header-top-menu{
background-color: transparent!important;
}
3. You can change the fount used in post from theme panel > theme fonts: http://screencast.com/t/y2zbYYW6ty
Let me know how it goes and if you still need further instructions please provide more details.
Thanks!
Hey all, just a quick question. I know NewsPaper and Newsmag themes already have the lightbox functionality for single image, so hopefully this shouldn’t be too tedious to do. I wanted for each Gallery inserted into the post that it would open in a lightbox like seen here: http://thecurvyfashionista.com/2015/12/new-years-eve-plus-size-dress/ and the image attachments would show like they do in the ligthbox of the post example linked. It uses the default WordPress gallery with some php and css tweaks.
I see on that site they use the image.php or the attachment.php file and some css to do this, my question is, in NewsPaper’s attachment.php what would I need to tweak to possibly get it to sit in a similar layout for the galleries? Or would I need to create a separate file that only targets when galleries are added to a post? Please advise.
I can add in the php file code they are using:
<?php
/**
* @package WordPress
* @subpackage TCF2015
*/
get_header();
if ( have_posts() ) : while ( have_posts() ) : the_post();
//count total images + find current image number
global $post;
$attachments = get_children( array( 'post_parent' => $post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' ) );
$count = count( $attachments );
$specific = array();
$i = 1;
?>
<section id="mainContent">
<div id="photoFull">
<?php $att_image = wp_get_attachment_image_src( $post->id, "full"); ?>
id); ?>" rel="attachment" target="_new">" alt="" />
</div><!-- END photoFull -->
<?php
foreach ( $attachments as $attachment ) {
$specific[$attachment->ID] = $i;
++$i;
}
if($specific[$post->ID] == $count) { ?>
<aside id="seeMore">
<div class="sectionheader"><h2>More Galleries</h2></div>
-
<?php
-
<div class="entryThumb">
">
<?php
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'large' );
$image2 = get_image_attachment();
if ( has_post_thumbnail( $post->ID ) ) { ?>
/timthumb.php?src=<?php echo $image[0]; ?>&w=215&h=300&q=80" alt="" />
<? } else { ?>
/timthumb.php?src=<?php echo $image2; ?>&w=215&h=300&q=80" alt="" />
<? } ?>
</div>
<h3>"><?php the_title(); ?></h3>
$galleries = new WP_Query(array(
'posts_per_page' => 4,
'tag' => 'galleries',
'post__not_in' => array($post->post_parent)
));
while ( $galleries->have_posts() ) : $galleries->the_post();
?>
<?php endwhile; wp_reset_query() ?>
<div class="clear"></div>
</aside><!-- END seeMore -->
<? } ?>
</section><!-- END mainContent -->
<aside id="sidebar">
<div id="infoHeader">
<div id="controls">
<div id="prevNext">
<div id="prev"><?php previous_image_link() ?></div>
<div id="count">
<?php echo "{$specific[$post->ID]}/{$count}"; ?>
</div>
<div id="next"><?php next_image_link() ?></div>
</div><!-- END prevNext -->
<div id="closeButton">post_parent); ?>" rev="attachment"></div>
</div><!-- END controls -->
<h1>post_parent); ?>" rev="attachment"><?php the_title(); ?></h1>
</div><!-- END infoHeader -->
<?php the_content();?>
<div class="socialIcons">
- <span class="socicon-facebook">" title="Share on Facebook" target="_blank"></span>
- <span class="socicon-twitter">&text=<?php echo htmlspecialchars(urlencode(html_entity_decode(get_the_title(), ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8'); ?>:%20<?php the_permalink() ?>&via=mariedenee" target="_blank" title="Tweet This!"></span>
- <span class="socicon-pinterest">&media=<?php echo $att_image[0];?>&description=<?php echo htmlspecialchars(urlencode(html_entity_decode(get_the_title(), ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8'); ?>" data-pin-do="buttonPin" data-pin-shape="round" title="Pin It!"></span>
- <span class="socicon-tumblr">&caption=<?php the_title(); ?>&source=<?php echo $att_image[0];?>" target="_blank" title="Post on Tumblr"></span>
- <span class="socicon-email">&body=Check this out on The Curvy Fashionista!:%20<?php the_permalink() ?>" title="Share via Email"></span>
</div><!-- END socialIcons -->
<div class="ad_300x250">
<?php echo do_shortcode( '[adrotate group="3"]' ); ?>
</div><!-- END ad_300x250 -->
</aside><!-- END sidebar -->
<?php endwhile; else: ?>
<?php endif; ?>
<?php get_footer(); ?>
What of this would be added in to the existing NewsPaper attachment.php file to help me get the desired gallery layout?
Thanks!
Thanks! But I’ll really need some examples.
From what I understand, I’ll be able to fix it, using only the custom CSS box?
You can look at the page source to see the h1 class for the post and then add some negative space to that class and put that into your custom CSS box in theme panel. Might need the !important over-ride.
If you don’t understand that – wait for TagDiv to get back tomorrow with example 🙂
Do search in forum for common question.
Basically make either a text box in a row with VC on your home page, or text box widget in sidebar on home page.
Wrap the text you want for your H1 (should match your title tag meta).
In custom CSS box in theme panel setup a class for the H1 to change size/font/color, etc. and apply that class to the H1 tag in your text box.
Hi, i have been facing an issue that the online tools that scans H tags are unable to scan the H1, H2, H5 and H6 tags. i have used these tags at the time of publishing the articles but i couldnt find any at the time of scanning. i have used http://www.seoreviewtools.com/html-headings-checker/ and many others as well. i have used H1, H2, H5 and H6 in many posts, i even checked the source code, style.css file as well and everything seems fine there. pls have a look at the report given below
H1: 0
H2: 0
H3: 5 Best Upcoming Smartphones in 2016 for You
H3: 5 Most Amazing Wallpaper for iPhone App Here
H3: Best Free Music Downloads Websites you can Enjoy With
H3: Watch TV Online – List of Apps you can Use to…
H3: Buying Assassins Creed Unity Online Can be a Loss
H3: 5 Best Upcoming Smartphones in 2016 for You
H3: Buy iPad Pro Only after Reading this Post Properly
H3: NVidia Shield Tablet is Available at $199
H3: Sony Xperia Z5 Best Accessories that will Improve its Productivity
H3: Galaxy S7 May have Xperia Z5s Features
H3: OnePlus X have 5-Inch display and Much More only at $249
H3: Best Smartphone 2015 which you can Buy Right Now
H3: Droid Turbo 2 with 48 hrs of Battery Back up
H3: Xiaomi New Mini-Segway only at $300
H3: iPhone 7 May have Intel’s Processor
H3: Ultimate Hacking Keyboard that Splits into two and is Programmable
H3: Common iPhone 6s problems and Steps to Fix them
H3: iPhone Cases that Heal itself in 20 seconds
H3: Microsoft Lumia 950 and 950XL is Launched with Awesome Unique Feature
H3: Tiny Robot which is also a Phone
H3: 5 Most Amazing Wallpaper for iPhone App Here
H3: Best Free Music Downloads Websites you can Enjoy With
H3: Watch TV Online – List of Apps you can Use to Watch Online TV
H3: Google Maps Android – Now for Android Product
H3: Tumblr Apps iPhone – List of App Development Tools
H3: A Quick Look at Android App Development
H3: Make Mobile Malware Proof with This Easy Guide
H3: Steps to Download Facebook Videos without any Softwares
H3: Buying Assassins Creed Unity Online Can be a Loss
H3: Walking Dead game- A Sensational Experience
H3: World of Warcraft Free game Guide and Story
H3: Play Minecraft Games Online and Improve Your Skills
H3: Rise of the Tomb Raider is the Top Offering Console.
H3: Download free GTA San Andreas – Techniques for Defeating Your Xbox Game
H3: Hidden Windows 10 Features
H3: Build a PC with this Easy Guide
H3: Meet the New Pocket PC Kangaroo
H3: Acer Launched New Portable Laptop
H3: First Ever Microsoft Laptop is launched
H3: MS Office 2016 Launched Finally
H3: 5 Best Upcoming Smartphones in 2016 for You
H3: 5 Most Amazing Wallpaper for iPhone App Here
H3: Best Free Music Downloads Websites you can Enjoy With
H4: NEWS UPDATES
H4: GADGET GALLERY
H4: APPS AND SOFTWARES
H4: GUIDE BOOK
H4: A WORD FROM BULLETINTECH TEAM
H4: GAMING
H4: Computers
H4: POPULAR POSTS
H5: 0
H6: 0
Hello! I have removed breadcrumbs out of my options, but it left an ugly space on my posts (example).
Is there any css I can add in order to move the title up?
First, this is an amazing theme. Best by far I’ve ever purchased.
I’ve hit an odd issue. See an example here: http://millstonenews.com/news/category/councillors-forum/
Note the ‘Subscribe by Email’ text widget in the right sidebar. I’d prefer that to be below the next block, ‘Latest Posts’… but when I move the widget there it disappears. The code of the widget is visible when I use the inspector, but it doesn’t display.
Any ideas?
Another question: how do I disable the ‘Latest’ drop-down at the upper right on that and all other category pages? I can hide it with CSS of course, but I’d rather just disable it.
Hello, In as much as I would want payment in order to help you speeden up your site, I will give you my own guide for free.
Okay, just try this Optimization tips, It is a post in this forum.
I hope it helps you like it did me.
My pagespeed are 🙂
Cheers, I won’t mind a payment though 😉
Happy holidays
Тема обновлялась с версии 6.6.2 до 6.6.3. После того, как стили отказались работать, полностью удалил тему и плагины и поставил заново. В общем, проблема заключается в том, что сама дочерняя тема подключается: изменяются блоки и модули, но код из файла style.css не работает. Пришлось временно отключить работающий сайт, т.к. вся разметка поехала.
———————
Subject updated to version 6.6.2 to 6.6.3. After styles refused to work completely removed theme and plugins, and set again. In general, the problem is that the very child theme connected: changing blocks and modules, but the code from the style.css file is not working. I had to temporarily disable the working site, because all markings have gone.
I would delete the data of the author and the author box of a specific category. What I have to put in Custom CSS to delete?
Thank you