Hi,
Do you mean on the big slider about excerpt? That is hard coded.
Try to change from here manually: http://screencast.com/t/stadsd6M2e
Put a highest value.
Thanks for your message!
Hi,
The older buttons was only for like posts. This are most useful, is for sharing the article.
The like buttons can’t be styled via CSS, they have the default style.
We will think for a better solution.
Until that if you want the like functionality you can use a plugin for that.
Thanks for your message!
Hi,
1. DO you mean the logo and ad section? you can hide it with this CSS
.td-header-bg {
display: none;
}
Add it in Theme panel -> Custom CSS
2. That is in latest version, you have to update to latest version 3.3
Thanks for your message!
Hi,
Please check on a post at Screen Option this settings http://screencast.com/t/a32f5RG83MaJ
Also please update the theme to latest version, will fix the Mega menu color.
Thanks!
Hi,
@icecodepro you must have set the facebook to 13+
Please check with this setup.
Thanks!
Hi,
@dadtrox that bar is from WordPress and that bar and our menu is with fixed position. What you can do is to hide the admin bar using plugins like: Hide Admin Bar or with this method http://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/
Thanks!
Hi,
You can’t add it in menu because that works as a Widget.
You can show the top menu on mobile, now is hidden, you can show it adding this CSS in Theme panel -> Custom CSS
@media (max-width: 767px) {
.td-header-menu-wrap {
display: block;
}
}
Hope this help!
Thanks for your message!
Salut
Totul vine din setari, tema isi face treaba, mai departe tine de configuratia serverului.
Fa-ti analiza cu PageSpeed si elimina problemele raportate. Dupa cum stii avem cateva topicuri cu pagespeed unde clienti au obtinut 100.
Citeste cu atenti:
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/pagespeed/
Mersi
Great!
I’m glad
Hi,
The theme had that, but we remove it from performance reason. If you want that you can use some plugins.
Hope this help!
Thanks for the message!
Hi,
@Marija1m1 if you still have issue, can you give us access to your WP to take a look? Send access via email at contact@tagdiv.com write in title message FOR MARIUS and paste a link from this conversation.
Thanks!
Hi,
Please follow the Christopher direction. About minifying, you can manually do that using tools like https://developers.google.com/closure/compiler/
To hide the big slider arrow use this CSS
.td_block_slide_big .prevButton,
.td_block_slide_big .nextButton {
display: none;
}
Can’t stop the sliding, because is a slide, sorry for the inconvenience!
Thanks for your message!
You can change it from CSS, but this is for some blocks, you have to change only from that you use in your case.
.td_mod2 .entry-title a,
.td_mod2 .entry-title,
.td_mod3 .entry-title,
.td_mod3 .entry-title a,
.td_mod5 .entry-title a,
.td_mod5 .entry-title,
.td_mod6 .entry-title,
.td_mod6 .entry-title a
{
font-weight: bold;
color: #4DB2EC !important;
}
You have changed the content font size, line-height? Can be fixed via CSS but should be fixed only for your case. Give me a link to see the issue.
Thanks!
-
This reply was modified 12 years by
Marius.
Hi,
Do you use that template with BG that add the Big slider automatic? or you have added the Big slider from Visual composer, because there you have all settings.
If you use the Big slider from template you have to edit it from files like here: http://screencast.com/t/10JccmfWOv
I used those option:
'sort' => '' – this is for latest(default – no value)
'autoplay' => 1 – autoplay at 1 second
'category_ids' => '219, 311' – filter by multiple categories ID
Hope this help!
Thanks for your message!
Hi,
Please add this CSS in Theme panel -> Custom CSS
.jp-carousel-info {
display: none;
}
Thanks for your message!
Hi,
Do you mean about Contact form 7 form? Add this CSS in Theme panel -> Custom CSS
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
border: 1px solid #999999;
}
Yes you can use shortcodes, generate a tab from Visual Composer(Page builder) switch to clasic editor and take the shortcode or you can activate Visual composer in post to from settings -> Visual composer
You can also bring up within the categories pages? What do you mean here, i don’t understand your question.
Thanks for your message!
Hi,
We will fix this.
Until that if you want you can translate it manually from files:
We’re sorry, but the page you are looking for does not exist http://screencast.com/t/xzZ9gvgYgfev
If you’re not happy with the results, please do another search ttp://screencast.com/t/ngWIj9RMGRo0
No results for your search http://screencast.com/t/4n9d1kb0vAD
Thanks!
Hi,
Please can you give me link to see the issue, if you have an image at last as minim size required the image should fit the slider.
I think there is not a regenerate thumbnail issue, is because you use the slider of other columns instead of 1 column, 2 column or 3 columns like here: http://demo.tagdiv.com/newspaper/ios-slider/
A link will help us to solve the puzzle 🙂
Thanks!
Hi,
Create a new sorting option for block like: 'Upcoming events' => 'upcoming'
http://screencast.com/t/KSZwIHciLGBb
Add this code:
case 'upcoming':
$wp_query_args['orderby'] = 'event_start_date';
$wp_query_args['order'] = 'ASC';
break;
http://screencast.com/t/r3NgmTl6hev
Now you can order by upcoming date http://screencast.com/t/xSB8Cyei
Here are all attributes that you can use for other sorting type: http://wp-events-plugin.com/documentation/event-search-attributes/
Thanks!
Hi,
You can set the blocks to get pages to, but pages doesn’t have categories and you don;t have control about what you will get in the block, the block will get all pages if you set PAGE on post type.
There will no negative performance.
Thanks for your message!
Hi,
Is not possible only manual, because you must have some paragraphs after the ad for float. Only if you add the ad manually on each post using shortcodes and give float:right.
Thanks!
Hi,
Yes we will fix this in the next update.
Thanks for your support!
Hi,
You have tried to switch the excerpt to letters? http://screencast.com/t/GPrayeyX
You have missed to send the screenshot
Thanks!
Hi,
I’ve tested your case and that 1 article in big slide doesn’t appear because in that slider to show up you must have at last 2 posts. For test make another new post 3 and make it featured in cat A.
Should work.
Thanks!