- ApiPractical example – How to add a new Block and Module
- Apitd_api_top_bar_template::delete
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- Apitd_api_single_template::delete
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- Apitd_api_footer_template::delete
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- Apitd_api_smart_list::delete
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
- Apitd_api_thumb::delete
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
Hello,
1) For the text widget size there is an option in the theme panel: http://screencast.com/t/BtQTEbcz0I
For colors you have to use CSS:
.td-main-sidebar .widget_text{
color:red
}
2) It can only be targeted with CSS
#commentform input[type=text],
#commentform input[type=url],
#commentform input[type=tel],
#commentform input[type=email],
#commentform textarea{
font-size:20px
}
3) You have to identify the module used by the block. For example a module 6 title can be changed from here: http://screencast.com/t/eQ5thbs9e. You can inspect the block with your browser inspector and you can see the class used by it or you can use the Excerpts setting to see what modules are used for each block.
As for the color, you have to use css again. there is no option for it in the theme panel
.td_module_6 .td-module-title a{
color:red;
}
(the module in your image might not be a module 6 so you have to change the settings to the module used by your block. i just set module 6 as an example)
4) Unfortunately there is no option in the theme panel for it. You have to use CSS:
.td_module_related_posts .td-module-title a{
font-size:20px;
color:red;
}
5)The module on your homepage is an mx 2 and can be adjusted in the theme panel: http://screencast.com/t/f38U5Q3Cl6m
6)The default page template has no sidebar. You have to use on of the 2 other page templates for it to display: http://screencast.com/t/z244vqFWMo
Thank you!
Hi
You need to edit category.php file and add a new container for the image like here: http://screencast.com/t/GFvCVVApC5 –
<div class="category-image">
<img src="image url/path"/>
</div>
Then you can use the css class: category-image to customize the image as you want, here is an example: http://screencast.com/t/mmCYujXajn
.category-image img{
margin-left: auto;
margin-right: auto;
}
More useful information about css coding can be found here: http://www.w3schools.com/css/default.asp
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
Anything other than what the theme options can provide will have to be done either with a plugin or custom work.
You can modify the theme files, for example in header style 4, you simply place the header code above the top bar and their position will be switched. It will require a bit of adjusting using CSS though: http://screencast.com/t/dtu6auR4h – http://screencast.com/t/tzqrFloq0t
Thanks.
Hi,
I have provided this solution as it worked for event calendar plugin for example and I believed that you should give a try.
You will need custom modification to make it works, the taxonomies must be activated for custom post types, please check the plugin’s documentation, it should be specified there. Also you can try to add your custom post types(event) in data source file – http://screencast.com/t/Ag7RTh2D81v
'post_type' => array( 'post', 'custom_post_type' ),
Unfortunately we are not available for custom services, the time doesn’t allow us, so if you don’t know how to do this I suggest to hire a freelancer from sites like – http://studio.envato.com/
Thanks!
Thanks!
Hello,
Is there a simple way to change the 7 days post views sorting to only 1 day for example?
I have removed unwanted days from initializing array on line 81 in td_post_views.php but that didn’t do the trick.
Could you help me change the number of days to be sorted?
I have tested Jetpack method as well but it’s too much of a resource hog on a high traffic site…
Update:
Found this:
http://themeforest.net/item/newspaper/5489609/comments?page=296&filter=all#comment_11114932
Solved for me. Thanks
Hi i would like to create a block where there would be a headline first and then an image followed by the content..it seems newspaper theme doesn’t have a template for such a block. How can i change the layout of an existing block? For example i want to change the layout of block 13 such that the headline will appear first then the image and followed by partial content with read more. It would be really helpful i can put some CSS stuff to achieve it
Hi,
The theme doesn’t have an option to make a specific blocks sticky. But a solution is to use do_shortcode function and place the Newsticker in the menu. For example if you use header style 1 – http://screencast.com/t/1DhmWTd8GK – http://screencast.com/t/G6ZyfzFQSn – http://screencast.com/t/1rwuAsuGMmE6
Of course enable sticky menu from Theme Panel > Header – http://screencast.com/t/6z8VxLneQe
Thanks!
Hi
The indicated files contains the fonts for theme’s icons, for examples these ones: http://screencast.com/t/Hd5ejWmpAFW Without this file the page will look like this: http://screencast.com/t/P09X2x5ECA8W
Thanks!
The installation of the rtMedia plugin results in a double arrow being displayed in Lightbox images (https://freemore.me/2015/10/20/how-to-get-your-news-anonymously/ for an example – click any of the guide images).
I was wondering if there was a way to resolve this issue other than disabling rtMedia entirely?
Thanks for any help,
Hitch
Hello @nicolasnorton,
You can change your theme colors very easy, using Theme panel. Below you can see a few example with modification in theme panel: http://screencast.com/t/taA7CvSC9Lc and the result you can see here: http://screencast.com/t/iG2yY5mipFDF.
For more details please check out our documentation: https://forum.tagdiv.com/theme-colors-introduction/.
Hope this helps!
Thanks for your message.
Hi, I am new to the Newsmag theme and have a basic question. I desire to have clean post and page urls without the “new” appearing in the string however the url custom structure root contains the “new” after the domain. The shortlink option also also defaults back to
http://www.sitename.com/new/sample-post/. Is there a way to do this easily? I would like http://www.sitename.com/sample-post/
Thank You
Ok i got it,
I enabled Newspaper demo without any content & added my own content. It’s like these settings are hard coded with each different template for each demo. By default its not available.
Hello.
The social counter is not working well on my website. For example, for facebook it always shows 0 fans, and I have 656 (at the moment). The same for twitter. Only Google Plus is working fine. Can you please check it?
Website address: http://taquieto.com
Hope to hear from you.
Thanks.
NR
http://www.jglobe.org/wp-admin/admin.php?page=revslider&view=sliders
This will not import – gets error on completion. AJAX ERROR.
http://screencast.com/t/RaiYRKvBoF
EG Imagehero.zip
One follow up question please.
I am trying to replicate the look of this example page: http://demo.tagdiv.com/newspaper_video/
I have set the background colour for the grid in Visual Composer.
In Theme Panel options I have set the Header Style to Style 5 Full Dark menu with logo.
However I am seeing a white bar between the header and the grid. How do I remove this white bar? Also how do I edit the Top Bar colour? Thank you.
Let me ask you, by the way. “it requires customization to make it work with our theme modules and blocks” you said. Like what? Do you have an example?
Thanks for replying, but whatever header style i choose, it still be a boxed version of a website. I tried installing default demo & after that the website becomes fullwidth (wide layout) but again after uninstall of demo it goes back to boxed version,
By fullwidth i mean, topbar, header menu & footer background reaching both ends of the website completely i.e 100% width.
I don’t know whats wrong?
Is there any setting where i have to select from boxed, wide layouts?
fixed!
file td_module_single.php
I changed it:
<a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . esc_url( get_permalink() ) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="td-icon-googleplus"></i></a>
to:
<a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . urlencode(esc_url(get_permalink())) . '&title=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . '&source=' . urlencode(get_bloginfo('name')) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="td-icon-googleplus"></i></a>
Hi,
Please clear all the caches, also check this only with Visual Composer and Woocommerce active and also check the Woocommerce settings for this. Also you can check the Woocommerce documentation – https://docs.woothemes.com/documentation/plugins/woocommerce/ as the theme supports Woocommerce, there are just few implementations for templates(for example add custom sidebar in Theme Panel..), the theme doesn’t alter the plugins settings.
So if you use cache plugin I suspect that it is the problem.
Thanks!
Hi
The theme is optimized such that works well on mobile devices but if you want a different implementation you can use media queries in order to hide some content according with screen’s width. Here is an example:
@media (max-width: 767px) { //screen width; //
.element-to-hide { //the css class of the element that you want to hide/change, in some cases may be needed more classes for a more specific target //
display: none; //css properties; //
}
}
Fore more details about css coding you can check this link, it contains some useful information: http://www.w3schools.com/css/default.asp
Hope this help.
Thanks!
Hello!
I just installed & setup my homepage, but the website is only showing boxed layout along with boxed width Topbar, Header Menu & Footer.
I need to enable fullwidth (wide) layout, as shown in your demo’s.
From where i can enable this?
My site link: http://blogs.grenocity.com/
Also Also, If I want a standard text drop down menu (for example I want under peer 2 peer lending, drop down peer 2 peer lending reviews without Mega Menu), is this possible. I find the arrows
Hi there!
I would like to enter the zoom effect when mouseover the image as in the example http://prntscr.com/8syvky of your site model.
My page fjuniversal.org/homolog “Últemimos Vídeos” equal “Latest Videos”.
How can do this?
tks
Thank you very much for your answer has you he(it) no other one manners simpler there to counter the problem for example a code or other one? Cordially looking forward to reading to you.