Hi,
You can follow the tread below as I have posted there a method on how to do this there and you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Here is the topic: https://forum.tagdiv.com/topic/can-i-edit-block3/
Thanks
Hi,
You can do it via css, like this: http://screencast.com/t/qGXTBvySJn
.prev-post div, .next-post div, .prev-post a, .next-post a {
font-family: Oswald !important;
}
.td-tags a:hover {
background-color: #4db2ec !important;
}
Thanks
Hi,
You have to make sure that your map is public.
Visit Google maps to create your map.
1) Find location
2) Click “Share” and make sure map is public on the web
3) Click folder icon to reveal “Embed on my site” link
4) Copy iframe code and paste it here.
Here is a guide on hoe to create a google map for your website: https://developers.google.com/maps/tutorials/fundamentals/adding-a-google-map
Hope this helps!
Thanks
Hi,
You can see how you can register your custom taxonomies here: http://codex.wordpress.org/Taxonomies
Hope this helps!
Thanks
Hi,
The WPBakery Visual Composer plugin is included within theme files each time the theme updates and you don’t need to activate it just make sure you install the WPBakery Visual Composer plugin from the plugins folder that came with themes files like this: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Currently the available plugin version is 4.3.4 the latest one available and also included with the files of our latest theme version 4.5
Thanks
Hi,
This: http://www.screencast.com/t/PN6Uh1p7E is an image caption text and you can use this css to change it’s font size: http://screencast.com/t/f88iUjB6Kd
.wp-caption-text {
font-size: 30px;
}
And this: http://www.screencast.com/t/Vek3IN1wfY is an header tag: http://screencast.com/t/UhY1t4Aw
Use this custom css to change the header font size: http://screencast.com/t/0d7oE1eLES8l
.td-post-text-content h5 {
font-size: 60px !important;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
1. Replace all line: http://screencast.com/t/aEb09NFpyxb with this 'orderby' => 'rand', line, like this: http://screencast.com/t/6GI9pNv0kjRS
2. Use this css in theme panel > custom css filed: http://screencast.com/t/1eERz5iE
.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: transparent !important;
}
3. Use this custom css: http://screencast.com/t/rr7hjvrX1nML
.td-sbig-title-wrap a:hover, .td-sbig-title-wrap a:hover span {
text-decoration: none !important;
}
Thanks
Hi,
Have managed to solve this? I have checked your site an noticed that the header ad look fine now: http://screencast.com/t/endtvTXAPvF0
Please let me know!
Thanks
Hi,
Search for post_views_count meta key in wp_postmeta table: http://screencast.com/t/XLx8UPU0hlMk
You also have it: http://screencast.com/t/qq5GXtgJgu
Thanks
Hi,
I have tested this and seems that it’s working fine with the latest theme version.
Please make sure you go trough this troubleshooter : https://support.google.com/adsense/answer/1208336?hl=en
Also use this guide and make sure you have done this right: https://support.google.com/adsense/?hl=en#topic=3373519
Hope this helps!
Thanks
Hi,
This search feature works using js so please make sure you check your browser’s console for js errors when using the search and please make sure you disable all plugins and also empty cache and purge files if you use any cdn hosting services and check again.
Please let me know if you still have issues after this and also provide your site’s URL so I can inspect this.
Hope this helps!
Thanks
Hi,
Yes, use this custom css in theme panel > custom css filed: http://screencast.com/t/kIGOrwR2K and set the menu to be sticky from theme panel.
@media (max-width: 767px){
.td-affix {
position: initial !important;
}
}
Thanks
Hi,
When you activate the tagdiv speed booster plugin some css an js files are moved to the bottom of the page in the footer section so this may cause issue when used with others plugins and the css you use to set the background gets overwritten.
Try this custom css in theme panel > custom css filed:
@-moz-document url-prefix() {
body {
background-color: #4DBFD5;
background-image: url('http://www.dil-bilgisi.net/fon.png');
background-position: center top;
}
}
ie11 body {
background-color: #4DBFD5;
background-image: url('http://www.dil-bilgisi.net/fon.png');
background-position: center top;
}
Please let me know if it works.
Thanks
Hi,
Thanks @runnershigh we will investigate this and let you know if this is a bug.
@andrewcool
Please provide your site’s URL so I can inspect this.
Thanks
Hi,
Like this: http://screencast.com/t/VB75UlHjIQ
Use this custom css and add it in the custom css filed in theme panel: http://screencast.com/t/GxV5NSJrrN
.td-header-bg .header-logo-wrap {
margin-top: 0px;
}
Thanks
Hi,
I have checked your site an noticed that you use the homepage - with articles list template so you need to edit the page-homepage-loop.php remove all the code inside the file and add this one: http://pastebin.com/gwXCMLre
You will get this result: http://screencast.com/t/qpigE6PmIDK
You can also set a sidebar just like before only that now the latest articles section will show up first on page and the page builder content after it.
Hope this helps!
Thanks
Hi,
I have checked your site and found this js errors in your console: http://screencast.com/t/B2o72MJfd which cause this problems. Please make sure you deactivate all plugins leaving just the Visual Composer plugin active then check again.
After you disable all of them enable it one by one to see which one is causing this.
Please let me know!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
2. Unfortunately the theme doesn’t have an option for that, it’s not easy but it can be achieved via css and you will need custom work for that. If you don’t know how to do it we suggest you to hire a freelancer to get this done for you as we cannot offer custom work at this time.
6. In this path ..\wp-content\themes\newspapertheme\includes\modules\module_modifier you can find the file, use a code editor like Notepad++ and edit the td_module_blog.php file change remove the code I suggested then save it: http://screencast.com/t/3gClfIbAf
Search for tutorials online to see how you can use code editors and make this modifications: http://smallbusiness.chron.com/notepad-beginners-38873.html
11.
i) Use this css to have the small images like the other slider images in small screen widths: http://screencast.com/t/SxAIEXyiV4HR
@media (max-width: 476px) {
.td_block_big_grid .td-big-grid-post-0 {
height: 200px !important;
}
.td-big-grid-post-2, .td-big-grid-post-3, .td-big-grid-post-1 {
width: 100%!important;
height: 174px !important;
}
.td-big-grid-post-3 .thumb-wrap {
border-left: 0px solid #ffffff !important;
}
.td-big-grid-post-3 .td-sbig-title-wrap, .td-big-grid-post-2 .td-sbig-title-wrap {
margin-left: 0px !important;
bottom: 2px !important;
}
.td-big-grid-post-2 .td-sbig-title-wrap {
bottom: 3px !important;
}
}
@media (min-width: 477px) and (max-width: 767px) {
.td_block_big_grid .td-big-grid-post-0 {
height: 300px !important;
}
}
ii) The images become like that because of the width of the screen as in order to be responsive are set to 100% of width.
13. Use another block widget, the block 1 widget which you are using it’s set to appear like that: https://forum.tagdiv.com/modules-and-blocks/
15. Replace this code: http://screencast.com/t/XAQnqGR9fiLz with this: http://pastebin.com/7dpq7Rpr
18. That happens because of the cropping function, you can find more info about it in this topic: https://forum.tagdiv.com/topic/thumbnails-and-images-url-problem-comments-problem/
19. This is similar to the second matter and it can be done via custom css but unfortunately the theme doesn’t have an option for this and you will need to hire someone to customize it for you.
20. You can find how to do it here: https://forum.tagdiv.com/topic/customize-article-display-view/
Move the get_category() function inside the module file.
Hope this helps!
Thanks
Hi,
You have this additional links/subcats because you have set them like that from the appearance > menus panel. Make sue you add and set your mega menu category like this: http://screencast.com/t/doSBarfR
Result: http://screencast.com/t/8ZJsxMPg
Thanks
Replied!
Thanks!
Hi,
Please use this custom css: http://screencast.com/t/lMWKiNEAfVs
Add it in theme panel > custom css filed:
.iosSlider .slide-meta-author {
line-height: 30px !important;
}
I have also added this on our issue list and we will fix it in the next theme version.
Thanks for reporting this!
Hi,
1. Can you please point out which images aren’t loaded as thumbnails and are scaled? I have checked your site and seems that the thumbs are loaded as it should, you can manually add the image width and height if there are missing, as I have noticed the thumbs I have checked do have img dimensions.
ex:
* http://screencast.com/t/fxItmx5k
* http://screencast.com/t/wJzq8PFr
2. I have noticed that the link points to the category but somehow it redirects to homepage when clicked. Please deactivate the plugins, empty cache and/or purge files if you use any CDN hosting services then check for this issue as a plugin could cause this.
If this dose not helps please go to settings > permalinks and re-save your permalink structure.
When you deactivate plugins make sure you enable them back one by one to check which one is generating this issue.
Please let me know of what you find.
3. Not sure why the css isn’t loaded on category pages, it could be overwritten so if this issue still appears after you deactivate the plugins please try to use this css inside the custom css field: http://pastebin.com/pnMHRG9q
Should fix your issue: http://screencast.com/t/gpkaGGXRe1S
Thanks
Hi,
Unfortunately I’m not sure what needs you will have for all this (ex. – Brand/Company by investment) and also can’t recommend a plugin that would help you achieve it as we haven’t tested any plugin like that.
Nevertheless you can search online for one plugin that dose that or one for each task.
Sorry about this!
Thanks for the massage!
Hi,
Unfortunately you can’t use the classic numbered pagination for blocks. If you need just a that block on a page you can use the homepage with latest articles template, customize it as you likes and set it to module 5 layout.
Hope this helps!
Sorry for the inconvenience!
Thanks