Hi,
Add this function into the functions.php file, like this: http://screencast.com/t/42g35dlHA
This will allow you to modify the sort order of post on category page:
function foo_modify_query_order( $query ) {
if ( $query->is_category() && $query->is_main_query() ) {
$query->set( 'orderby', 'title' );
$query->set( 'order', 'DESC' );
}
}
add_action( 'pre_get_posts', 'foo_modify_query_order' );
Change the order as you like.
For the Mega menu you have to add this line of code $atts['sort'] = 'alphabetical_order';, like this:
http://screencast.com/t/0OmLDPNkD9U
Change the sort order as you like, using the values set for sort here: http://screencast.com/t/Gv2I6uUs
Thanks
Hi,
Thanks @Christopher!
@Stefan
Please let me know what issues do you have, I will try to help you! A common issue with the big slider is the use of CDN which delivers the old content and should work if you empty server cache and also from the browser or when using the 980px layout set from theme panel > responsive settings, you should try using the 1170px layout should solve the slider issue.
Hope this helps!
Thanks for the message
Hi,
You can use different blocks on the same page, like this: http://screencast.com/t/fSrUrczHrqpe
It will look like this: http://screencast.com/t/wtb5LNHJxj
Hope this helps!
Thanks
Hi,
Please try this css:
.home .td-big-slide-background .td_block_big_grid {
display: none;
}
Should work fine now: http://screencast.com/t/xe0i4n77z6Mm
Thanks
Hi,
Sorry about this, I have tested this and should work fine http://screencast.com/t/CCj5X76ClsIX
Please send me a link to your site so I can check on your side also, I will then send you the correct css.
Try this css also, I made more exact targeting of comments:
.single .comment-list .comment .comment-content a {
color: red !important;
}
Also tested and works: http://screencast.com/t/fNASeD5jnE
Thanks
Hi,
I have tested this and seems to work fine http://screencast.com/t/fc6fDUxWrF
Make sure you add the link to the video into the featured video field the thumbnails created automatically should fill the big slider containers like here: http://screencast.com/t/fc6fDUxWrF and you don’t need to add additional feature image.
Also try this if you still have this issue: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
You can hide the button using custom css, add this into the custom css field in theme panel, like this: http://screencast.com/t/Xch5O2Ip
.home .td_mod8 .td_read_more {
display: none;
}
Should work like this: http://screencast.com/t/VCE1o1eAhb
Thanks
Hi,
I have tested your code with your tweet link and for some reason it’s stops working and after refreshing the page, seems like this happens only with your tweet link http://screencast.com/t/uJojBdOza4EU I have tried using other tweet link and works fine every time you refresh the page, also tested on a default WordPress theme and seems like the issue is there too so I don’t know why but the tweet link isn’t good or there is a problem with the embed http://screencast.com/t/ei53KoDHJ
You could try to solve this using a plugin to embed the tweet or search the web and try to find other ways you can embed it in your post.
Sorry about this.
Thanks for the message
Hi,
Please use this custom css, should work now: http://screencast.com/t/qC19bK91et9f
.td-g-rec-id-content_top {
float: left;
}
Thanks
Hi,
I have checked your site and look good now and it should work fine, maybe it happened again due to some plugin that was preventing the css to load or load slower or due to cache.
Thanks for the message
Hi,
We hadn’t made any testes with that plugin.
I guess not using it would be the best way as long as you are experiencing that behavior of theme panel when using it.
Sorry about this.
Thanks for the message.
Hi,
Please use this:
ol.comment-list .comment-content a {
color: #1f9ee7 !important;
}
Hope this works!
Thanks
Hi,
Thanks for reporting this I tried to duplicate this but didn’t find any issues. Can you please be more specific?
Thanks
Hi,
You can add them like this: http://screencast.com/t/Ixrr28AE
This is the code added there:
echo $this->current_post->get_author();
echo $this->current_post->get_date();
Then use this custom css to style them:
.iosSlider .td-block-author {
position: relative;
top: -20px;
color: white;
font-size: 20px;
font-weight: bold;
}
.iosSlider time {
position: relative;
top: -20px;
color: white;
font-size: 20px;
font-weight: bold;
}
.iosSlider .td-block-author a {
color: white;
}
Hope this helps.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Glad you have done it, I didn’t know you want to add the title tags directly on the template.
Thanks for the message
Hi,
I have checked your site and all seems to look fine, have you managed to solve this issue? The big image for the video post should look like it dose now, you need another post in the slider that will show in the right bottom corner.
Thanks for the message
Hi,
Please give us wp-access so we can check, send an email at contact@tagdiv.com with your wp-admin username and password, please also include a link to this topic or specify this issues details.
Thanks
Hi,
Glad you figured it out. Thanks for the message.
Hi,
Use this custom css in theme panel custom css field to hide it:
#td_uid_1_53f1f76d2307f {
display: none;
}
Thanks
Hi,
You could try to change the theme colors to the ones you like directly into the style.css file like this: https://forum.tagdiv.com/topic/about-default-theme-colors/#post-17657 this way just the one that you want will be loaded.
Also please try to re-install the speed booster plugin and check again.
Hope this helps!
Thanks
Hi,
You could try to find and use a plugin as @Christopher suggested and add the related content into the post content, you can take a look at how the inline ads are added after the paragraphs and build this the same way http://screencast.com/t/8O69gS5FhL
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks
Hi,
Sorry for the delay. We are working on this and we will try to publish a tutorial for this in the near future.
Thanks for the message
-
This reply was modified 11 years by
Lucian.
Hi,
Try this: https://wordpress.org/plugins/author-advertising-pro/, or try to find something similar. I have not tested it you could try any plugin you can find and see if it’s working I can’t recommend and guarantee one that works and helps you with that because we haven’t made any tests with this.
Thanks
Hi,
You can hide them via css, if you want to hide the whole meta info you can use this custom css into the custom css field in theme panel:
.archive .meta-info, .home .item-details .meta-info {
display: none;
}
or you can target the category/author/date/views & comments count individual like this and hide them:
.archive .meta-info .td-category, .archive .meta-info .td-block-author, .archive .meta-info .entry-date, .archive .meta-info .entry-comments-views,
.home .item-details .meta-info .td-category, .home .item-details .meta-info .td-block-author, .home .item-details .meta-info .entry-date, .home .item-details .meta-info .entry-comments-views {
display: none;
}
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@ingilizcecin
The blog page already has h1 tags for post title: http://screencast.com/t/ycP4eSKMoO
If you want to change this I suggest you follow Christopher solution, it’s best to build your page other than change the code.
Thanks
Hi,
Just add the file along the other page templates like this: http://screencast.com/t/fOE5Xb7e
You will then find it here http://screencast.com/t/iwhSldMZ5
Thanks