Hi
You could use a plugin to achieve that or other way would be to edit the theme files and add the share buttons in code. You need to edit every post template used and also every page template: http://screencast.com/t/zir9Tn4Kz and create a new container between header and the post/page content. Note that you have to apply some css style on this container in order to be displayed fine on the page.
This is a complex task and i can’t provide a solution now. If you can’t do this yourself my advice is to find someone to help you with it as we can’t offer custom work at the moment.
Thanks!
Hi
I am not sure what you mean so please provide more details about what you’re trying to do and your site url so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Hi
I’ve checked your site and noticed that you’re not using our theme now: http://screencast.com/t/MqGwxbJtHz Please provide link where you’re using the theme and more details about your issue so I can get back to you with a more accurate answer.
Thanks!
Hi
That is not an error,l it is an warning that the selector it’s a bit slower. You can replace the inprevious css with this one, which is more specific and the warning will disappear:
.td-pb-span8.td-main-content{
float: right;
}
Thanks!
Hi
To add the code in head you need to edit the header.php file and paste our code here: http://screencast.com/t/7aaHtLY3hHa
You can add an ad code under post title by editing the loop file corresponding with the post template used and the adspot shortcode here: http://screencast.com/t/uA5zQ5AY
echo do_shortcode('your shortcode ad');
To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
Hope this help!
Thanks!
Buna
Trimite-ne un email la contact@tagdiv.com cu detaloiile de logare ale site-ului tau ca sa putem inspecta aceasta problema mai amanuntit. Insereaza si un link catre aceasta conversatie in email.
Multumesc!
Hi
You need to move the code like here: http://screencast.com/t/g1IYyeMwcLt3 – http://screencast.com/t/zw525yRNv
Thanks!
Hi
Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
Please provide more details about the adjustments that you want to make in header, and your site url so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Hi
Please make sure that you set up the plugin according with our documentation: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ clear all caches and test again.
Let us know how it goes.
Thanks!
Hi
Replied you here: https://forum.tagdiv.com/topic/article-inline-ad-3/
Thanks!
Hi
The theme is tested and works fine, we didn’t receive any reports like this before. This could be a cache issue so please check the plugin’s settings. We recommend WP Super Cache as a cache plugin as it’s tested and works fine with the theme. You can try with this plugin and check if the problem persist. More details about how to set up the plugin can be found in our documentation: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks!
Hi
First you need a new function for the title so add this code in td_module.php file: http://screencast.com/t/8AsaIEzmOy2 – http://pastebin.com/Nnkq77Ev
Then you have to edit the td_module_trending_now.php and call the new function like here: http://screencast.com/t/agJmXSmOJQ Also you will need this code in theme panel > custom code > custom css:
.td_block_trending_now .entry-title {
font-family: "Droid Serif";
transition: color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
font-size: 12px;
font-weight: normal;
line-height: 19px;
color: #444444;
font-size: 12px;
font-weight: normal;
line-height: 19px;
color: #444444;
}
Let me know how it goes.
Thanks!
Hi
Best way would be to create a new topic and provide some informations about your issue.
Thanks!
Hi
We added the post id filter so if you want to use this feature just update the theme at the current version available on themeforest, V 2.3.5. Here is our documentation in this regard: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thanks!
Hi
This is the theme implementation foe the left sidebar, on mobile devices the sidebar will be displayed first then the post content. To change that implementation you have to edit the single template file corresponding with the post template used and move the indicated code like here: http://screencast.com/t/YirDzAiA5 Also you will need this css in theme panel > custom code > custom css:
.single .td-pb-row [class*="td-pb-span"]{
float: right;
}
Depending by the post template used you may need additional css customization.
Thanks!
Buna
Asigurate ca ai configurat pluginul Social Counter conform indicatiilor din documentatie: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ Deasemenea poti testa si cu un alt id de facebook apoi adauga iar id-ul tau.
Multumesc!
Hi
The solution is the same for article top add but the condition must be added here: http://screencast.com/t/2yzw3qxo
Thanks!
Hi
This is a problem related with the latest update of WordPress but we fix it in the current version of the theme available on themeforest, V 2.3.5. Try to update the theme at the latest version: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ deactivate all plugins except Visual Composer, clear all caches and test again.
If you don’t want to update the theme try this solution: https://forum.tagdiv.com/topic/wordpress-4-4-1-pagination-new-fix/
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/NbfCmK5r3
.td-container {
background-color: rgba(255, 255, 255, 0.33);
}
Thanks!
Hi
We will offer support beyond the 6/12 mounts period. You don’t have to buy a new license to get support after the paid support expires. For more details in this regard please check this topic: https://forum.tagdiv.com/topic/support-6-months/
Thanks!
Hi
We plan to improve the child theme system in Newsmag theme. However adding the files from wp-booster in child theme is a difficult task and require many investigations and lot of time. I can’t say for sure if we can do this or when this will be done, but we will do our best to find a solution.
Thanks for the message!
Buna
Intradevar priuma parte se executa doar daca e afisata o subcategorie. Pentru a afisa cuvantul “Category” pe toate paginile de category adauga acest cod aici: http://screencast.com/t/vbwwHJyY
if (is_category()) {
array_unshift($breadcrumbs_array, array(
'title_attribute' => '',
'url' => '',
'display_name' => 'Category'
)
);
}
Rezultatul ar trebuii sa fie ca in aceasta imagine: http://screencast.com/t/Bucp0j9Rdo
Pentru a afisa blocuri pe pagina de blog trebuie sa editezi fisierul index.php si sa adaugi shordcodul generat in Visual Composer ca in acest exemplu: http://screencast.com/t/FkbwYL73LFlT Va trebuii sa tii cont de pozitia sidebar-ului pe pagina si sa adauci linia indicata in cazul corespunzator. Un alt aspect care trebuie luat in considerare e ca tema nu a fost conceputa sa afiseze blocuri pe pagina de blog si sar putea sa fie nevoie de ajustari suplimentare din css.
Multumesc!
Hi
I’ve checked your site and the header ad is displayed fine on mobile devices: http://screencast.com/t/khdkv8em90 If you still have this issue try to clear the mobile device cache memory then test again.
Thanks!
Hi
Try to update the theme at the latest version available on themeforest, V 2.3.5, deactivate all plugins except Visual Composer, clear all caches and test again.
Let me know how it goes.
Thanks!