Hi
Unfortunately we cannot offer custom work. We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support, but you can look for a developer from sites like: http://studio.envato.com/
Thanks for the message!
Hi
Try to deactivate all plugins except Visual Composer and test the site again. Also I found a lot of warnings about content in console: http://screencast.com/t/4MjguRc78 http://screencast.com/t/shcDPpRYL They appear because the server load the page over HTTPS and the images are loaded over HTTP. Try to fix this errors by loading the images over HTTPS to, because it may affect the site functionality.
Thanks!
Hi
The top it’s incluted in the content and cant be moved easely, but you can use a custom ad in the post style 3.
You have to edit loop-single-3.php and use do_shortcode function like here: http://screencast.com/t/Ik2gNHZT2S8t To get the shortcode add an ad box in Visual composer, switch to backend editor, copy the shortcode- http://screencast.com/t/LvtB4Uhv and paste it inside the function:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Here is the result: http://screencast.com/t/whoitvII
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi
1. You can use yoast seo plugin: https://yoast.com/wordpress/plugins/seo/ to add a description. Initial the plugin will add a default description, but you can add your own description too.
2.You can use page builder with title as template page like here: http://screencast.com/t/hkMbfDAp because the page title it’s h1 tagged: http://screencast.com/t/YKqmO5L1qM Also if you want to use a page template without title you can add a text block from Visual Composer anywhere on the page.
Thanks!
Hi
That task require custom modification, here you can modify post pagination if you need this: http://screencast.com/t/3TkSmZymS as we can not provide custom work, sorry. You can find more details here: https://codex.wordpress.org/Function_Reference/wp_link_pages
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi,
Please regenerate your thumbnails – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ the image should be displayed fine after that. Here are the image sizes used for big grid: http://screencast.com/t/1xwyhlZ2 If you want to change or add a new thumb size you can do this in td_config.php file: http://screencast.com/t/b1OLrauQj and they are called in the modules files: http://screencast.com/t/aavXltoc4bU
Thanks!
Hi
Follow this links to move the tile and mata info from header article in the content article:
http://screencast.com/t/HxVaNvs86K
http://screencast.com/t/0K3mwNFZ
Also add this custom css in theme panel > custom css:
.single_template_5 .td-ss-main-content .meta-info, .single_template_5 .td-ss-main-content .td-post-sub-title{
margin-left:20px;
}
The result should look like here: http://screencast.com/t/NrAeiJESwiR
Thanks!
Hi
To add the rewiew stars in all thumbs from big grid insert this line of code:
<?php echo $this->get_date();?>
here: http://screencast.com/t/yyKouvEk Here is the result: http://screencast.com/t/Ir0MO4sqRRv
The review was designed to work with 5 stars and it’s not an easy task to change it. The code for review it located here: http://screencast.com/t/9n1wQ6D1Uvkf and also for backend here: http://screencast.com/t/ohdVNxfDITM feel free to change it if you want as we can not offer custom work at this time, sorry.
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi
You can do that by setting a featured image and using the post template: style 6 like here: http://screencast.com/t/DTQ2F0i6Z
The result should be like here: http://demo.tagdiv.com/newsmag/td-post-kendall-jenner-strips-for-love-magazine/
The theme doesn’t have an option to display full width images in post content, just featured image like in the above example.
Thanks!
Hi
First step it’s to get the page id, like here: http://screencast.com/t/p4qI1XfZ9B
After that insert this css in theme panel > custom css:
.page-id-570 .td-footer-container{
display:none;
}
But replaces id number with your ID.
Thanks!
Hi
I’ve checked your site and the articles you mentioned appear on your homepage in block 11 which it’s named Latest News http://screencast.com/t/7WVX37OHs http://screencast.com/t/9ZzhbciH
Please clear the cache and test again.
Thanks!
Hi
From this version speed booster plugin is automatically disabled as it is tested and it works fine with some recommended plugins. A lot of people install the plugin without knowing what it does and after that they add many plugins and some of the plugins are not written ok. For example some of the plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page and they just try to use jQuery in the middle of the page. If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh
Thanks!
Hi
1. Please provide a link so i can inspect this problem closer.
2. This delay 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 and because of the cascading property of css the text appear this delay. Try to add the custom css that I give you in style.css: http://screencast.com/t/QzC0stQhO
Thanks!
Hi
Just replace the intial values right and left with up and down like here: http://screencast.com/t/XRWLTLzu
Thanks!
Hi
To remove that space follow this solution : http://screencast.com/t/AjtZQEBAKmKk
Result: http://screencast.com/t/aMPflnwX
Thanks!
Hi
Select in wordpress setting Latest Post like here: http://screencast.com/t/R2nmQrlQo5R and use module 15 for layout: http://screencast.com/t/eJ3ZEPlK
There isn’t an ideal image size(aspect ratio) so it can look good on all thumbs, also depends which blocks/modules that you use and you have to do some tests and see what aspect ratio to use as. The biggest size of a thumbs it’s 1021×580 as you can see here: http://screencast.com/t/fMikoGPJ so the featured image should be at least at that size. You could read more about the featured image size here – https://forum.tagdiv.com/image-size/
Thanks!
Hi
Use this custom css:
.category .td-main-sidebar .widget.RelatedPostsWidget{
padding-left: 0px;
padding-right: 0px;
}
The result should be like here: http://screencast.com/t/S5NpNxNqVb2
Hi
You have to edit the social counter code, which it’s located in:(your localhost)\wp-content\plugins\td-social-counter like here: http://screencast.com/t/5BjPc9k2zP
Now replace this code http://screencast.com/t/88Kkm8Zej with this one: http://pastebin.com/z9rJUB7E and in Theme panel > custom css add this css:
.td_block_social_counter a{
color:#FFFFFF;
}
Here is the result: http://screencast.com/t/htwCzlYjxBD
Thanks for the message!
Hi
The arrows are not generated by javascript, are css symbols as you can see here: http://screencast.com/t/XEGw02Gwyc You can replace that code with another element code as you wish. Here is a list of choose from: http://cwcdev.com/sc/
Thanks!
Hi
If you want to change the article title from block 3 use this custom css in theme panel > custom css:
.td_block_3 .td-module-title a{
color:white;
}
Thanks!
Hi
The javascript sdk code must be added in header.php file like here: http://screencast.com/t/MO9Lnj5Zqn
Thanks!
Hi
Follow this link to enable comment just for logged in users: http://screencast.com/t/v93jqCnEu Also you can check this link for more details: https://codex.wordpress.org/Comments_in_WordPress#Commenter_Rules
Thanks!
Hi
If you don’t want to use an header ad please use this custom css in Theme Panel > Custom Css:
.td-header-sp-ads{
display: none !important;
}
Here is the result: http://screencast.com/t/6EK601BiX5
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi
Try using this custom css in Theme Panel > Custom Css: http://screencast.com/t/mvNyX52lp
.page-id-833 .vc_separator h4{
font-size:20px;
}
This css will be applied only on that page, if you want to aply an other pages remove this class .page-id-833
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi,
Not sure what you mean. Do you refer to the method of placing the ad above the header? If so then unfortunately the theme doesn’t have any other ways to do this because there is no option to pace an ad outside the header container.
Please let me know if this is not what you meant and provide more details.
Thaks