Hi,
Sorry for the delay on which I’m answering.
@dexterion
Please send an e-mail at contact@tagdiv.com so we can send you a fix for this. Please note in your message this issues details or send a link to this topic.
@Ljubisa B.
Do you still have this issue? I have checked your site and found no issue with the mobile menu icon: http://screencast.com/t/RNDMJRoF1z6U
Thanks
Hi,
Please follow this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ first and regenerate your thumbs also make sure you have added the featured image right and that the featured image it’s not set to not be shown from the theme panel.
Also please make sure you go through our documentation, you can find there answers to many questions on how to use the theme features and option, also about the most common issues you may experience using our theme https://forum.tagdiv.com/newspaper-documentation/
You can also search the forum for answers, we have wrote here solutions to many issues.
If you can manage to make this work please send me a link to your site so I can inspect this.
Hope this helps!
Thanks for the message
Hi,
You can change this from theme panel > excerpt, like this: http://screencast.com/t/GNz46lKfeAM
Thanks
Hi,
Have you still got these errors? I have checked your site and did not find any errors in your console: http://screencast.com/t/RVgWk5LPbW also on homepage http://screencast.com/t/6FOldlcL8
If you still get this errors please try to deactivate all plugins and enable them then one by one to see what happens, this may happen due to some plugins also but usually 500 error is a webserver error: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can do it from theme panel > categories then open the drop-down for the category you want to hide and enable this setting: http://screencast.com/t/U6oCSDlZqX
Thanks
Hi,
As Christopher wrote you will need to hire a developer to do this for you, the theme dose not have a feature like that and you need custom work to achieve this, 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.
Sorry about the inconvenience and for the delay which I’m answering to this.
Thanks for the message!
Hi,
Unfortunately we haven’t made any progresses regarding this issue and we are still try to find a solution for a better implementation to this.
You can try this to get the “Jetpack top posts & pages widget” into page builder like this:
1. Create an sidebar: https://forum.tagdiv.com/sidebars/ and add only the “Jetpack top posts & pages widget” into it: http://screencast.com/t/a5ddYXDb
2. Go to page builder and add the widgetised sidebar like this: http://screencast.com/t/huoeVy6I
3. Chose the sidebar you made when editing the widgetised sidebar: http://screencast.com/t/OFMPU0Gan5
Sorry for the delay. Hope this helps!
Thanks
Hi,
Thanks for reporting this, we will look into it.
Thanks for the message!
Hi,
1. Looks fine to me, this is “Ubuntu” on your page: http://screencast.com/t/tyYTqVEex and look’s to me like it dose on google fonts page: http://screencast.com/t/BsD9l6Xvi the point is that the fonts do change, please use the one that looks fine, from I have noticed the one that you are using now looks fine and supports the turkish characters.
2. This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme blue color appears first then changes, because of the cascading property of css, the same regarding fonts.
What you can do is to use the method I suggested before and change the color and the fonts directly into the css style-sheet which will make your colors and your fonts to load first and stay that way. You could also deactivate the plugin if you don’t need it.
3. Regarding the theme panel’s custom typography I have made some tests with it to check if it’s working well and noticed that works just fine for widgets title:
This is what I have chosen: http://screencast.com/t/M9V7tFarfe
This is the result: http://screencast.com/t/suckL0bGpf
This only changes the widgets title, not the block title, for that you will need custom css.
For the menu items also works: http://screencast.com/t/Qr3UD6bMeo
Try to change it yourself like this, I’m not sure why it dose not work for you, it may be due to some plugins or the speed booster plugin which overwrites the settings from theme panel, try this without any plugin activated and check if works.
Like I said before the best solution would be to replace the fonts and color as you like and need into the style.css file, this will solve both issues if you want to use the speed booster plugin or try to see if this works without the plugin.
Sorry for the delay, hope this helps!
Thanks
Hi Christopher,
I have noticed this now, I will add this on our todo list for next update.
Thanks again for all your help!
Glad you figured this out.
Thanks for the message!
Hi,
You can change this from theme panel > custom typography > excerpt under “Tabs” http://screencast.com/t/md5hd5ZQ9eVc
We will move this under “Pages”, we have made a mistake and we didn’t noticed.
Sorry about this.
Thanks
Hi,
Use the following custom css to fix the header:
@media (max-width: 767px){
.mobile-logo-wrap img {
top: 2px !important;
height: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.header-logo-wrap {
height: 69px;
}
.header-logo-wrap img {
margin-top: 20px;
}
}
@media (min-width: 1019px) and (max-width: 1200px) {
.header-logo-wrap {
height: 80px;
}
.header-logo-wrap img {
margin-top: 25px;
}
}
@media (min-width: 1201px){
.header-logo-wrap {
height: 100px;
}
.td-header-bg .header-logo-wrap img {
margin-left: 67px;
margin-top: 28px;
}
}
Noticed that you have figured out how to change the background: http://screencast.com/t/t7GgF5vlI
Glad you did!
Thanks for the message!
Hi,
Use this custom css, like this: http://screencast.com/t/IveE0vfW23
@media (max-width: 767px){
.td_block_big_grid {
display: none;
}
.td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}
}
Remove the .td-grid-wrap {padding: 0px 0px 0px 0px !important;} if you want to keep the spacing above the ad.
Thanks
Hi,
Use this css to make the logo look like this: http://screencast.com/t/22Ydp8GV7a3R
.mobile-logo-wrap img {
height: 100% !important;
width: auto !important;
top: 0px !important;
}
@media (max-width: 767px) {
.td-menu-wrap {
height: 55px !important;
}
}
Change the values as you like.
Regarding the “menu icon” I have noticed that it’s there now: http://screencast.com/t/DJlgZSaviL also looks like it should. Please let me know if you have any other issues with this.
Thanks
Hi,
Thanks, I have added this on our list and we will consider this for future updates, until then you can do this by adding -77 to exclude posts from a specific category, add with minus sign the category ID you want to exclude.
Thanks
Hi,
The problem comes from this custom css: http://screencast.com/t/DcaenrFMxhxk and the issue it’s with both posts styles not only 3 the difference it’s observable though only for the post style 3 because of the large width of the feature image.
You can check this yourself, just inspect each post then check the span’s 8 width and remove the /* width: 60.5% !important; */ line and you will notice how it will change and move to the right: http://screencast.com/t/xnwit4JCSGq
You can remove or overwrite this css to fix this or you can use this css:
.td-post-sidebar .textwidget p {
word-wrap: initial;
}
…to not wrap the words from sidebar and leave it this way.
My advice is to remove the css for that width.
Thanks
Hi,
Unfortunately the td_social_icons.php file is not editable using child theme as you probably noticed and I can’t offer you a solution to this. Probably the best way will be to make the changes you want by ordering the social icons into the social icons array and then make a copy of this file so you can replace it after an update.
Sorry for the inconvenience
Thanks for the message!
Hi,
Follow these steps:
1. First you have to register the new-menu, for that go to td_menu.php file and add this line: http://screencast.com/t/WJy9nhodUS
'header-menu-login' => __( 'Header Menu login (main)', TD_THEME_NAME),
You will get this result: http://screencast.com/t/ihF4cmqRgq
2. Secound go to menu-header.php file and add this condition like, this: http://screencast.com/t/OtKQsOJosx0
if ( is_user_logged_in() ) {
wp_nav_menu(array(
'theme_location' => 'header-menu-login',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
} else {
wp_nav_menu(array(
'theme_location' => 'header-menu',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
}
3. Do the same for mobile menu, into menu-mobile.php file: http://screencast.com/t/3CQa5fpkw
if ( is_user_logged_in() ) {
wp_nav_menu(array(
'theme_location' => 'header-menu-login',
'menu_class'=> '',
'fallback_cb' => 'td_wp_no_mobile_menu'
));
} else {
wp_nav_menu(array(
'theme_location' => 'header-menu',
'menu_class'=> '',
'fallback_cb' => 'td_wp_no_mobile_menu'
));
}
After this set which menu you want for logged visitors and which for unregistered visitors and test it.
Hope this helps!
Sorry for the delay!
Thanks
Glad you found that.
Thanks for the message!
Hi,
I just checked your site and seems to me it’s working fine using both fonts Roboto/Open sans: http://screencast.com/t/dylrBRszw I have enlarged the block title font here so you can see that if you use this font the turkish characters look fine also.
Use the css like this if you want to change the block titles: http://screencast.com/t/BPwIBCHr2z
.column_container .block-title span {
font-family: "Open Sans" !important;
line-height: 28px;
}
Regarding the blue default color loading first, please re-install the speedbooster plugin and also update the theme to the latest version 4.2.2. Before this please make sure you make a backup of your current theme files so you can revert if something goes wrong.
If that dose not help, try this solution: https://forum.tagdiv.com/topic/about-default-theme-colors/#post-17657
Hope this helps!
Thanks
Hi,
You could use something like this: http://screencast.com/t/iSUeeUwbzH8M
Here is the code for the form: http://pastebin.com/k6Ka33Nt
Note that I only tested this for the header menu search.
Thanks