hi,
In that case you will have to find a way to add the mashable share plugin using short-codes or other method and place it in front of the social like/tweet/google+ buttons like this: http://screencast.com/t/v046XQr3Ysg as the share plugin is placed by default at the beginning of the post content.
You can put the FB button in front like this: http://screencast.com/t/xkTzcuebZ
Thanks
Hi,
Unfortunately there is no “pin it button/counter”, the theme doesn’t have a feature like that. You can try for a way to add a “pin it button/counter” online or you can try to find a plugin that dose that, like https://wordpress.org/plugins/pinterest-pin-it-button/ or similar.
Hope this helps!
Thanks
Hi,
The settings can be changed from here: http://screencast.com/t/KZ1zXWTDSPi Please let me know what you want to change if you can’t manage and I will provide a solution if possible.
Thanks
Hi,
Thanks Christopher!
@saggel
Please provide more details about your issue and also your site’s URL, I need to inspect it so I can provide a solution.
Also make sure your try Christopher’s solution.
Please let me know!
Thanks
Hi,
You will have to add it to td_wordpres_booster.php file like this: http://screencast.com/t/6ihhPhxFcWk
Thanks
Hi,
You will need custom work for that, and change this file: http://screencast.com/t/TXUHtuubQw7O so that it returns the output you want. 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,
The theme is compatible and you can use Woocommerce plugin for your products. The theme hasn’t been build to work with custom post type you can customize though a custom post template an add it like this: https://forum.tagdiv.com/topic/help-post-site-template-for-custom-post-type/#post-22609
You can search the forum as there are many examples on how to use Advanced Custom Fields plugin, here is an example: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
Hope this helps!
Thanks
Hi,
When you use custom javascript to add js code using theme panel you don’t need to add the <script></script> tags, this tags are added by this function from functions.php file: http://screencast.com/t/kil6cUhS so you will have to add just the raw js code there.
You can use the Analitics to keep tracking of your site: http://screencast.com/t/ZUaaVL4Na9R2
The theme doesn’t add any <strong></strong> tags, this may come from other plugins so you could also try to empty cache and/or purge files if you use any cache/CDN plugins then deactivate all plugins and check again.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can read about this here: http://www.cozmoslabs.com/12739-wordpress-user-registration/
You can also use our log-in widget: http://screencast.com/t/RDYJUjKV8KiB
Hope this helps!
Thanks
Hi,
We will fix this in the next theme update.
Thanks
Hi,
Thanks Christopher!
@lensho/pgomez
As Christopher wrote unfortunately the theme doesn’t have an option for this anymore, since version 4.3 the 980px layout was removed as it isn’t supported by the new grid system we plan to add.
A temporary solution would be to use the previous version of the theme, if you need it send an email at contact@tagdiv.com , specify the request and we will send it to you.
Sorry about this and for the inconvenience.
Thanks for the message!
Hi,
For your first issue, you can get rid of the breadcrumbs on search module like this: http://screencast.com/t/wd80UQ6nBuWy
You can remove them the same way for other module also.
Regarding issue #2 please note that those setting will work for the pages templates build and added with the page builder and when used the default template.
We know about #3 and we have this on our to-do list to fix in the next update.
For the 4-th issue you could use this css to add a border to the top of page wrapper, like this: http://screencast.com/t/kcV8d2ZLj4R
.td-page-wrap {
border-top: 2px solid #a7a7cb !important;
}
#5 I’m not sure how this happens but you can use custom css to hide the banner only on homepage, like this: http://screencast.com/t/rDggCB6SIlUl
.home .header-content-rec .td-g-rec-id-header {
display: none;
}
and for post template 4 you can use this: http://screencast.com/t/K4PjrKpr3nI
.single_template_4 .header-content-rec .td-g-rec-id-header {
display: none;
}
Regarding the option for the banner to show before logo, you can simply do it like this: http://screencast.com/t/9cq1f3v9p5Bi
For the background of sidebar ad you can try this: http://screencast.com/t/BJhaoVkxCs1C
.td-g-rec-id-sidebar .adsbygoogle {
position: relative;
top: 0px;
margin-bottom: 0px !important;
}
.td-g-rec-id-sidebar {
background-color: #a7a7cb;
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 20px;
}
Also use this sizes fro the sidebar Adsense ads: http://screencast.com/t/wlsdqlsI3p
Hope this helps! Please let me know!
Thanks
Hi,
Unfortunately module 7, as an extension of module 1, can’t be used as a block and you will need custom modifications to it so it can be used as a block. At this post module 1 and 7 can be used only on loop templates.
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.
@mike
You can achieve a similar result with for this using block 3 on 2 columns: http://screencast.com/t/ebPjKaqT6ld6
You can see this on our demo: http://demo.tagdiv.com/newspaper/block-3/
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
@dekbanks As Steven mentioned you need to make sure you add an image as a featured image to each post. By adding this featured image then the thumbs are created then used to your homepage. Please let me know!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Thanks TheMediumUTM!
You can try following this guides on how to get a better page speed:
* https://forum.tagdiv.com/pagespeed-guide/
* https://forum.tagdiv.com/topic/pagespeed/
Thanks
Hi,
Please use this custom css: http://screencast.com/t/64WxHqhTc9N
.page .td-a-rec-id-custom_ad_1, .page .td-a-rec-id-custom_ad_2, .page .td-a-rec-id-custom_ad_3, .page .td-g-rec-id-custom_ad_1, .page .td-g-rec-id-custom_ad_2, .page .td-g-rec-id-custom_ad_3 {
margin-bottom: 0px;
}
Thanks
Hi,
Unfortunately the theme doesn’t have an option for that but you can follow this topic and use that method to achieve this using Advanced Custom Filed plugin: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
If you don’t know hoe to do this we reccomend you to hire a developer or a freelancer from sites like: http://studio.envato.com/ as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Hi,
Thanks Christopher/TheMediumUTM!
@delgermurun Please use this custom css in theme panel > custom css: http://screencast.com/t/qEatpQQQ
.td-g-rec-id-header {
z-index: 0;
}
Thanks
Hi,
Glad you solved the others issues. Regarding the third issue you can replace the link for the author name and photo here: http://screencast.com/t/js6fHbVbe or you can customize the author template from here: http://screencast.com/t/AqK2tn8eokvO
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@Branstone
WordPress has some default cropping sizes http://screencast.com/t/ifk8fE1HYk and we added more sizes inside the functions.php file – http://screencast.com/t/2QaaubXnqxL
Those sizes are used on modules and sliders (including the Big Slider), you can read here about the thumbs used on modules and sliders https://forum.tagdiv.com/modules-and-blocks/
You can read here more about WordPress hard and soft cropping: http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
You could try to registers a new image size, you can read hare more about this: http://codex.wordpress.org/Function_Reference/add_image_size
Hope this helps!
Thanks
Hi,
Add this comments_template('', true); like this: http://screencast.com/t/LJ1cRIE8nGz
Please also make sure you do this for all cases, the example I gave you only adds it when the sidebar it’s located on the right/default.
Result: http://screencast.com/t/p80Rnjss8
Thanks
Hi,
You can try to use this plugins for this: https://wordpress.org/plugins/search-exclude/ or you can try to search and find a solution online for this, you will need custom work for 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.
Thanks for the message!
Hi,
Thanks Christopher!
@Pjump I missed the css, this may be due to a plugin which applys a negative margin to the list, please use this css: http://screencast.com/t/scaoXYNEd
.page #insideWrapperFull ul, ol {
margin: 0px 0 0px 0 !important;
list-style-type: mongolian;
}
Sorry about this!
Thanks
Hi,
We will provide more details about our new project when we will get close to a beta version.
Thanks @Ecofame for you suggestion.
Hi,
Thanks Christopher!
@fedor2333 I might add that it may take some time until your permalink will be re-indexed so I suggest to follow Christopher’s solution and give it some time.
Thanks