Hi,
You need to edit this file and replace the default search with google’s here: http://screencast.com/t/7z4y0EPl
You can find online tutorials on how to create an google custom search: https://developers.google.com/custom-search/
This might help: https://www.tipsandtricks-hq.com/how-to-add-google-custom-search-to-wordpress-without-any-plugin-video-tutorial-3967
Hope this helps!
Hi,
You can find image size for blocks and modules in td_config.php: http://screencast.com/t/6akUdS6M
And the image size that modules are using, for example module 1: http://screencast.com/t/oRtW4YJI1
Please regenerate thumbnails after you make some changes: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks!
Hi,
Like Chris S said you have to edit 404.php and paste the from searchform.php: http://screencast.com/t/3AmnJBVu
Also if you want to look like on your search page copy this div and change class if you want to customize it: http://screencast.com/t/pQ9rGkp4
Ex: http://screencast.com/t/PPxi5d5sdb
Result: http://screencast.com/t/qZWNbL2bcvLD
Hope this helps!
Hi,
I think that you are referring to the categories on Big Grid: http://screencast.com/t/oKOnGqUz
To hide them please uncomment this line: http://screencast.com/t/pNMXRpMd1VaS
Result: http://screencast.com/t/c0vL4vhc
Thanks!
Hi,
You have to add td-ss-row css class to the row in which you add the sidebar.
Here you can find the solution: https://forum.tagdiv.com/topic/hitting-a-roadblock-to-achieve-infinite-scrolling-with-smart-sidebar/
Let me know if you still have issues!
Thanks!
Hi,
We have this on our request list, but we have almost 200 feature requests and we have to pick very carefully what we implement, if more people will request this we will consider it and do it.
Thanks for the message
Hi,
Please use this custom css in Theme Panel: http://screencast.com/t/bSuCID85xdt
.td-subcategory-header .td-wrapper-pulldown-filter {
display: none;
}
Thanks!
Hi,
1. Here you can set a link to your name: http://screencast.com/t/Kvvw1ar67
Please take a look if the categories that not appear on Big Grid are hidden from Theme Panel > Categories > each category: http://screencast.com/t/AnbbU5bpRM
2. Comment or delete here: http://screencast.com/t/bwuTcz75
3. You can change the image size from td_config.php: http://screencast.com/t/Geqz226QV
After you change the height, you need to regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also if you still have issues with this provide your site URL, so I can inspect this.
Thanks!
Hi,
Please note that the MegaMenu is designed to work only on categories(with/without subcategories): https://forum.tagdiv.com/menus-newsmag/
If you are using Megamenu on categories please also provide your site URL.
Thanks!
Hi,
Unfortunately is no option for this, the block has been designed to work on pages, so it can be added only on pages using Visual Composer plugin.
You can try this solution, but will appear to all of your posts that are using that post template:
Use pagebuilder to customize your block, then switch to classic mode and get the shortcode: http://screencast.com/t/YgZ9wlj4U3
Now use echo do_shortcode('your shortcode') and place it in you post template like this: http://screencast.com/t/7Rrq0TMI
Result: http://screencast.com/t/hODdwqN0wlc
Thanks!
Hi,
1. Please use this custom css to hide date only on that block: http://screencast.com/t/KfFlqlvv
.td_block_5 #td_uid_1_54c2328494e94 .td-post-date{
display: none ;
}
2. Use this css to customize the border: http://screencast.com/t/lgamHdYZEv
.td-related-title .td-related-left{
border-radius: 3px;
}
3. And this code for title: http://screencast.com/t/CK8IVSbp
.page-id-4571 h1{
background:black;
color:white !important;
width:7em;
padding-left:10px;
border-radius: 5px;
}
Also if you like it more you can use “pagebuiler with title” template and text blocks for your video sources list: http://screencast.com/t/w9XdEAMooqB
Result: http://screencast.com/t/6b64BmVja
Hope this helps!
Thanks!
You can also follow our documentation: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Hi,
Unfortunately there is no option for this if you are displaying for your front page latest post. Visual Composer plugin works only on pages, so if you change to front page static: http://screencast.com/t/sm1LGx0DV and you build an Homepage you can always add that block above the footer.
For example I use a block 5 for Latest Articles, a Widgetised Sidebar and Block 16 for Latest Videos:
http://screencast.com/t/I1QDWDrg
For your setting on block 16:
http://screencast.com/t/Tv1OAQhv9XO
http://screencast.com/t/ZjJ61rph7A
http://screencast.com/t/b8sUu7ogV
Hope this helps!
Hi,
We didn’t tested this and that’s why we can’t provide you a full guide to disable theme on mobile. We plans in future to create/add an option for this.
The javascript files are located here and I was referring to some functions that’s apply on mobile: http://screencast.com/t/Xc9sHUQrDb
Thanks!
Hi,
I have checked your site and the video playlist seems to work now: http://screencast.com/t/f2SPlE5aZ
Thanks!
Hi,
Sorry for delay, our daily support hours is between 8:00 AM – 17:00 PM (GMT+2) we take message one by one starting with the older ones.
You can use Header Style 8 from Theme Panel > Header: http://screencast.com/t/W90flT8YBmAc
and please make this change in header.php to add the banner above the Big Slider: http://screencast.com/t/4zWgrkK6hHoF
The result is: http://screencast.com/t/B8aeKnrn4
Hope this helps!
Thanks!
Hi,
I followed your example and I reproduce it: http://screencast.com/t/idvu1mAg3O
If you want to change only “large2 green” button please use this css:
.wpb_button.wpb_green.wpb_size_large2{
font-size: 30px;
}
If you want to css apply to all buttons you can use .wpb_button class: http://screencast.com/t/EWocj0Bfg
.wpb_button{
font-size: 30px;
}
Use !important if this is not apply:
.wpb_button{
font-size: 30px !important;
}
Hope this helps!
Hi,
How you can see in the demo that block 3 is used in 2 columns and 1 column: http://demo.tagdiv.com/newspaper/block-3/
I think that you want to block 3 appear like in demo, so you can use it on full width without sidebar(like you have there) like this: http://screencast.com/t/vlOlCyyhza
Result: http://screencast.com/t/mVz5Kmbs3W5
Thanks!
Hi,
You can change the font of the button with css code in Theme Panel > Custom Css: http://screencast.com/t/e5QYjtBYyT
.wpb_button{
font-family: Ubuntu;
font-weight: 600;
font-size: 14px;
font-size: 20px;
}
Result: http://screencast.com/t/D4Wtqxeq
Also if you want to customize the button try something like this:
.wpb_button{
border-radius: 5px;
background: red !important;
color: blue;
border-bottom: 3px solid black !important;
}
Result: http://screencast.com/t/4M1GkELDFtag
Hope this helps!
Hi,
You can use the “Multiple categories filter:” like this: http://screencast.com/t/W7UT9Aec Add the ID’s of the categories that you want to show in that block and just exclude the one you don’t want to show.
You can find the category ID’s here: http://screencast.com/t/kKVTLxSCa
Thanks
Hi,
I have checked your site on IE and I didn’t found that issues:
http://screencast.com/t/f9avL1RemM
http://screencast.com/t/SLq2Xjed
http://screencast.com/t/cJmNJndel
Please make sure you use last theme version(4.6.1) and if you are not, update the theme using this guide and the FTP method: https://forum.tagdiv.com/how-to-update-the-theme/ Also update Visual Composer plugin from the /plugins folder that was provided together with the theme files when you’ve downloaded.
After that please deactivate all plugins, leave only Visual Composer active and try again. Also make sure you empty cache and purge files if you use any CDN host services.
Thanks!
Hi,
1-2 You can use the following css for border and subcategories: http://screencast.com/t/8h1O1TFrx3A
.menu-item-first a:hover{
border-bottom-color: #8c1f3c !important;
}
.menu-item-first .block-mega-child-cats a{
color: #8c1f3c;
}
Also if you want to change this for other categories you can add class .menu-item-xxx: http://screencast.com/t/wEP4G1qVb
3. I see that you have a category named “Latest Released”- http://scifiandfantasynetwork.com/category/latest-releases/ and also a page – http://scifiandfantasynetwork.com/latest-release/
a)For your category page you can add class .category-latest-releases like this: http://screencast.com/t/TAMxhrDj9SOb
.category-latest-releases .slide-meta-cat{
background-color: #8c1f3c;
}
.span8 .category-latest-releases .entry-title a{
background: #8c1f3c;
color: white !important;
}
b)For your page http://www.scifiandfantasynetwork.com/latest-release/ you can set the background color from block settings: http://screencast.com/t/IFMtUzaf
And for Big Slide please use this custom css: http://screencast.com/t/ZlRGWVM2l
.page-id-83 .td-sbig-title-wrap .td-sbig-title, .page-id-83 .td-sbig-title-wrap{
background-color: #8c1f3c;
}
Also you can use class .page-id-xx if you want to do this for another page.
Hope this helps!
Hi,
1. You have to delete the title from page editor and click on “Get Shortlink” to see page id: http://screencast.com/t/9b7jmcwj6O
2. Add the page to the menu: http://screencast.com/t/QpDqXmmyGXJw
3. Write the title you want to display: http://screencast.com/t/PmYz2pwbJP
4. Should look like this: http://screencast.com/t/L4ZW7MaYkc
Hope this helps!
Hi,
I checked your site and I found JavaScript errors in console: http://screencast.com/t/PJbZgOA0 which means that a plugin’s script is conflicting with theme’s js and causes this.
Please make sure that you use this right using this guide: https://forum.tagdiv.com/video-playlist-newsmag/
and check this without any plugins active, empty all caches/purge files if you use CDN host services then check again (leave just the Visual Composer plugin active).
I have also tested this with last theme update(1.4) and found no issues with it: http://screencast.com/t/zsDoB2yfJD
Thanks!