- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Who can help me? My lists look awful at the moment.
(Example: http://viel-unterwegs.de/checkliste-packliste-backpacking-reisen/)
And I’d love to add a green check in front instead of bullet points. How can I manage it? Thanks for your help. I am not a programmer and have no clue
Hi
I added a custom post type to my site and added a custom template for it. I named the custom template “single-products.php” but it is connecting with the theme’s “single.php” and its not showing the code from single-products.php. the code for single-products.php is:
<?php
/*
Template Name: Products
Author: Mehedi
*/
get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-top">
<div class="post-title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php if ( function_exists('the_title_attribute')) the_title_attribute(); else the_title(); ?>"><?php the_title(); ?></a></h2>
<h4><?php comments_number('0', '1', '%'); ?></h4>
</div>
<h3>
Added to the database on <?php the_time('d-m-Y') ?>
</h3>
<?php the_post_thumbnail('medium',array('style'=>'float:left;'));?>
<div style="float:left;padding:150px 20px 20px 20px;font-size:large;"><?php the_meta();?></div>
</div>
<div class="entry" style="clear:both;">
<?php the_content('Read the rest of this entry »'); ?>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Any idea?
Hi,
There is no ideal image size, better for post style 4 would be a wide image not a tall one, so an image of type landscape would be recommended.
You can see here for example the details of an images we use http://screencast.com/t/jx7k1FyFr0
Thanks
Hi,
The theme is great — that’s what I have said for the last 5 months. The theme is beautiful and no other theme can beat it. However, there are some big problems in it. For example, if a website runs on a shared server, it takes at least 1 minute for a 1200x780px image to upload. I believe this is because the fact the theme generates many sizes of the image.
Is there any way, tagDiv team can reduce the number of images that are generated from a single image? It would make the process of uploading a image much faster and easier.
Please help, its really urgent for me.
Cheers!
Hi,
First you have to go to functions.php file and add your own image sizes http://screencast.com/t/nsQtWpPBtt5
Then add your new custom sized images to your custom module. Here you have an example for module search http://screencast.com/t/WzCBDyV0LHG
Hope this helps
Thanks
Hi Lucian,
I am running the updated version. The cache is cleared and tested with all plugins disabled.
The CSS dictating the ‘Pages’ is:
.body .td-post-text-content, .page p, .bbpress p {
line-height: 21px;
}
And you can see it’s NOT taking the fonts chosen in ‘Post Content Font’ settings.
Whereas the CSS dictating ‘posts’ is:
body .td-post-text-content {
font-family: Chivo;
font-size: 16px;
}
I can add a CSS in Custom CSS option to change Page settings, but it should be managable from Theme Settinsg Option as pages are some of the most important page on site which carry about us and other info.
Here is an example of post page:
http://www.themukt.com/2014/07/24/google-switch-odf-gain-market-europe/
Here is an example of Pages, please notice the fonts and settings:
http://www.themukt.com/write-mukt/
It’s very important to have consistency across the site, given this is such a ‘perfect’ theme and I just love your work 🙂
Since there is already a ‘Page Title Font’ setting option, it would be helpful to also offer ‘Page Content Fonts’ option so that we can manage the page layout easily.
-
This reply was modified 12 years by
arnieswap.
Thanks. It works.
http://bfthai.com/teeee/
However, I found new problems after custom css.
1. for non align image, all text under image change position to right picture if have some space
sample : http://i.imgur.com/WbAc32T.jpg
2. It feel take a little time before images get align even use super cache (not found this problem in previous version).
3. some image class from other plugin change text position
sample : http://i.imgur.com/d4YqJYP.jpg
Is it possible to change themes style css directly to use old version or download older version from themeforest ?
-
This reply was modified 12 years by
SAO.
Do you think you may add Alert Boxes to your short codes list? I really don’t want to use a plugin. Looking for something easy with icons.. maybe like this:
http://demo.mythemeshop.com/spike/shortcodes-examples/
Even a red box with no icon, would be a welcome addition. Maybe like this?
http://wordpress.org/plugins/notice-boxes-with-shortcodes/screenshots/
Is it a matter of some quick custom css? Maybe a copy of the css code of “Box Quote Center” but aligned left, and colored red, green, light blue etc?
Thanks so much. Keep up the great work everyone!
Let’s assume you’re wanting to hide a particular category from the home page.
1. Open up the honmepage “page”.
2. Scroll down past main page information down to the sectioned entitled “Home Page Loop Filter”.
3. You should see “Category Filter” – leave that on All categories.
4. Below this field, you should see “Multiple categories filter:”. You’ll need to list the numbers of all the categories you DO want to show – just exclude the ones you don’t want to see. eg; Say you have 20 categories, and you want to show 19 of them; you want to exclude Category 20….. You’d list 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19…..
You can use this same methodology to exclude certain categories from the various widgets,etc.
If you’re wondering how you can find out a category number from its name, there are a few ways;
1. You can go check out the wp_terms table.
2. You can write your own code to reveal it
3. From the admin panel, go to Posts > catgeories. Mouse over each of the categories, and the URL will have an attribute with a number in it – this number is the associated category number.
NOTE: In my example i listed 1,2,3,..19… In reality, your first Category may well start at 3.
I hope that helps.
Thanks for answering Radu.
Since your theme is listed as compatible with WPML (which stands for wordpress multilanguage and is a very specific plugin that is NOT qtranslate) – I suppose you can understand why my expectations where different…
For a people who paid for WPML and already use it – moving to qtranslate is no simple matter since WMPL / qtranslate encode posts and stuff very different and migration is a b!tch 🙂
For now, I think I found a few workarounds – BUT I noticed in some cased your theme does separate options per language (for example in the top menu selection and in the categories section) – so that means you know how to do it, you are simply not following through in the same standard and I think that if did – your customers would get much more value from the theme…
I am trying to work with what you have at the moment – hope i don’t hit a brick wall and have to find a theme that did a better job in the multilingual aspect because I really like what I see so far.
Thx Lucian! No big deal! So far I went for little more complex css selectors. Got everything working.
I just realized that google linkid (plugin for google analytics to track where on page users are clicking) (https://support.google.com/analytics/answer/2558867?hl=en) requires id’s. Thus if you start integrating this you may want to consider also integrating an id fields.
I added a class and an id to the different page areas e.g.
similar ariticles id=”td_similararticles”
sidebar id=”td_sidebar_left” & id=”td_sidebar_right”
footer id=”td_footer”
This not only makes styling with css easier but also allows linkid to work. You may want to integrate the id tags in your theme too?
Hi,
Maybe the best way to do this is to try and find a plugin that dose just that.
Other solution would be to duplicate the function that creates the social sharing buttons http://screencast.com/t/7Z32UhNHD5tj and modify it to do just what you want.
So you can go to the td_module_blog.php file, duplicate the function and change it’s name, change the buttons functionality like you wanted from here: http://screencast.com/t/VfNug3sq
Then, in order to show the buttons on each post template add them to the post page by calling your new function after the featured image like this: http://screencast.com/t/k45JQ1tJBX
This is an example I made for the post style 2: http://screencast.com/t/8d2CeidHx3
Thanks
Does this plugin need to be running if you’re using certain areas of the template like the slide? I was testing my speed and noticed that the plugin takes a decent time to load up but noticed that when I disable it, my theme gets a bit mixed up and shows alot of code for example:
[vc_row][vc_column width="2/3"]
[/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-homepage-right"][/vc_column][/vc_row]
When I activate it again, it goes back to normal. (I’m trying to limit plugins)
Hey guys,
How would I go about adding the author in the meta data of each post?
For example next to the date of each article, I would like to have the author (with link to their author page displaying all their content that WordPress generates)
Thanks!
Since no new info posted here are some of my findings so far which I need your input on ASAP:
* Similar issue on WPML forum – http://wpml.org/forums/topic/how-can-i-translate-theme-options-content/
* From the response – this may be the missing link http://wpml.org/documentation/support/language-configuration-files/
(I did not see you include wpml-config.xml)
I am not sure why you listed the site as WPML compatible, but what I need is separate option panel per language to set:
* different header (image logo & text per panguage)
* different footer
* different template settings – to account for RTL / LTR on non category pages
* different translations – since it’s DIFFERENT LANGUAGES obviously…
* different Custom CSS
(Of course you can do a complete compatibility – but the above is a must!)
I have 17K comments across 800 posts, and they all disappeared. I tried all the obvious stuff, and researched the forum. The comments are still there when I edit a post, or use a widget to show mist recent moments, but they will not show up on the actual blog posts page. Baffled. (Recently made the movie to Newspaper with very little difficulty)
I have turned of JetPack
I have toggled the discussion settings.
What strikes me as odd is that when creating, or editing a post, I am not given any discussion options as shown here: https://forum.tagdiv.com/how-to-enabledisable-the-comment-on-the-post-page/
Any suggestions would be greatly appreciated!
Example page: http://middleagedmormonman.com/home/2014/07/inautoquate.html
Hi,
Suddenly, Jetpack sharing buttons links not working any more. It was working fine until now. I didn’t do anything or install some plugin. I tried to deactivate modules of Jetpack and the whole plugin and re-activete it but nothing changed. Social numbers are showing fine, links are not working. You can see an example here
Please help.
Thank you
my site url is: http://notechnicalproblems.com/sites/christie
hi, can you please take a look at those 2 images http://notechnicalproblems.com/sites/christie/sample.jpg
this is what i am trying to achieve with this template.
How can i do remove this line here: http://awesomescreenshot.com/0a937q0p8b
your help is appreciated.
thank you
Hi,
Try this:
.justified-image-grid {
margin-top: -30px;
margin-bottom: -30px;
}
Thanks
Hi there,
Seems like the rel=author isn’t working correctly, it shows up as:
a href=”https://plus.google.com/u/0/+SanderSpiering/posts?rel=author”
For example, check:
http://www.wereldreizigers.nl/noord-amerika/verenigde-staten/route-66/
Am I doing something wrong?
Cheers
Hello! My bigslider is not working since the last update (4.0.2), i already disable w3 total cache and cloudfare cache and re-upload the theme files but still not working.
The other issue is the theme is loading a lot of google fonts:
<link rel='stylesheet' id='google-font-opensans-css' href='http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-font-ubuntu-css' href='http://fonts.googleapis.com/css?family=Ubuntu%3A300%2C400%2C500%2C700%2C300italic%2C400italic%2C500italic%2C700italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-font-pt-sans-css' href='http://fonts.googleapis.com/css?family=PT+Sans%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-font-oswald-css' href='http://fonts.googleapis.com/css?family=Oswald%3A400%2C300%2C700&subset=latin%2Clatin-ext&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-roboto-cond-css' href='http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=3.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='google-vollkorn-css' href='http://fonts.googleapis.com/css?family=Vollkorn%3A400italic%2C700italic%2C400%2C700&ver=3.9.1' type='text/css' media='all' />
Website: conlupa.com.mx
How i remove this fonts? Cheers!
Hi,
I would like to show only the featured category on posts. I’ve seen that the theme shows the featured categories only on small sliders. But I would like to replace the normal categories with the featured category.
For example, if I add this categories on a post, “Google”, “Apple”, “Microsoft” and select “Microsoft” as a featured category from the Post Settings panel, the post will only show Microsoft on the post page.
I am not sure if that helps. Please let me know how can I do that.
Thanks in advance!
And what CSS code does the trick?
Hi,
1. You can do it via css.
2. You have to do the same inside single.php file or other post templates if you don’t use the default one http://screencast.com/t/FE97xqHLsW
Thanks