Hi,
You need to customize this also for page like you did on posts, also if you want to make this change for all template you can try to add your double quotes directly in style.css – http://screencast.com/t/Wx9q6ADqROY Also you have Formats in a text block added with Visual Composer – http://screencast.com/t/o8KQBtfFxaw
Also the breadcrumbs are displayed on default page template only when pagebuider is not used – http://screencast.com/t/ykINOucHy4s or you can try to use pagebuilder with title – it should work also with pagebuilder content – http://screencast.com/t/Cgr95d2auNh – http://screencast.com/t/KdUtRwr6
Thanks!
Hi,
Please set also border style even you use border in text block, row or column – http://screencast.com/t/UxplZ92k8 – http://screencast.com/t/xL7p7qJE
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Ak6o84KybPNn
@media (min-width: 1141px){
.td-header-style-3 .td-header-sp-logo {
margin: 28px 0px 9px 0px !important;
width: 340px !important;
padding: 0px !important;
}
.td-header-style-3 .td-header-sp-logo img {
right: auto !important;
}
}
This css is for bigger screens (at least 1141 px), if you want to customize it for each screen size you will have to use media querie like above and change those values. If you don’t have basic html/css experience I suggest to hire a professional to do it for you as we cannot provide custom work.
Thanks!
Hi,
You can add excerpt function in module mx5 like this – http://screencast.com/t/sj9h7ERFg – http://pastebin.com/f08Cw1Bd and also echo the article excerpt – http://screencast.com/t/pDoLXAhF0
<div class="td-excerpt">
<?php echo $this->get_excerpt(20);?>
</div>
And use custom css on it – http://screencast.com/t/20d8oW6Z please note that excerpt will be displayed where this module is used for example it will appear also on – http://screencast.com/t/sqIOssisk
.td_module_mx5 .td-excerpt {
color: #fff;
padding:10px;
}
If you need additional customizations and you don’t have basic php/html/css experience, I suggest to hire a freelancer to do it for you, as we cannot provide custom work at this time, sorry!
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Seems to be a z-index issue, please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/YcxUF5gUO
.td-header-style-8 .td-header-sp-logo {
z-index: 3;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 1;
}
Thanks!
Hi,
There is no option to disable “More from author” from Theme Panel, but you ca use custom css to hide it – http://screencast.com/t/OPfLLMowFK3M
.td_block_related_posts .td-related-right {
display: none;
}
Thanks!
Hi,
1. Please send an email at contact@tagdiv.com and provide your site url if you don’t want to paste it here, also paste a link to this topic so we can know who you are and what your issue is.
2. We did not tested this plugin with the theme so I cannot make any suggestions regarding this, like I said above in td_config.php you can find all thumbnail size, also please note that there’s no ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process. You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/
3. What do you mean cannot be cropped? If you use smaller featured images than the size of the thumb on a module it cannot be cropped, also WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Thanks!
Hi,
Did you get any errors? Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues. Let me know!
Thanks!
Hi,
Please deactivate all your plugins except of Visual Composer(make sure that it is updated to the latest version), clear cache and purge your files if you use CDN.
Thanks!
Hi,
You will have to use facebook comments shortcode and place it on each template bellow the pagination – http://screencast.com/t/EbmOrDOXY as the page navigation is not apart of the content like you can see in template code.
Thanks!
Hi,
Unfortunately the tagdiv blocks were not designed to be stretched, you can use only stretch row with theme’s elements, sorry!
Thanks!
Hi,
On touch devices you cannot hover on menu item, so the megamenu was designed to work like this – http://screencast.com/t/KXTIH6Cijo0 We will try to find a better implementation for touch devices when we will design a new navigation system.
Please provide more details if this is not what you mean.
Thanks!
Hi,
I’m not sure is this is what you mean, but you can add blocks in the same row(you don’t have to create a new row) so it wont be white space under the left block – http://screencast.com/t/kxMWYG9Iemf Please provide a link of a test page so we can take a look if this is not want you mean.
Thanks!
Hi,
I guess that you want to move drop-down filter beside the category title, please try this custom css – http://screencast.com/t/isKJVvjv
@media (min-width: 768px) {
.category .td-category-header .td-pb-row{
display: inline-block;
}
.td-category-header .td-category-pulldown-filter {
position: relative;
top: -15px;
display: inline-block;
}
}
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
Please try to regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
If your featured image is smaller, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Thanks!
Hi,
The theme has a Homepage Post block, but it doesn’t have that design like you can see also on our demo – http://demo.tagdiv.com/newspaper/homepage-one-top-post/ and you can add it using pagebuilder – http://screencast.com/t/UxSIOwW8JO
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please edit td_social_api.php file from social counter plugin and replace instagram code with this – http://screencast.com/t/6jRgZjBm4H first make a backup of your file so you can revert if it’s not working – http://pastebin.com/vuK30ySX
I have tested this with version 4 of the theme and Social Counter 2.10 and it worked – http://screencast.com/t/v4tTC8evjL2x – http://screencast.com/t/wqxwU8h1n After you make this change please add another instagram id se if it works and then revert to your id, so you will refresh it.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked this again and it works fine – http://screencast.com/t/If2RNyzwroA
get_avatar(get_the_author_meta( 'ID' ), 32 ) .
Result: http://screencast.com/t/RXFwsthnBbHe
Thanks!
Hi,
I guess that you refer to the affix menu, you can use custom css to change it background color – http://screencast.com/t/LkupM5wX
.td-header-menu-wrap.td-affix {
background-color: red;
}
Please provide a link so we can take a look if this is not what you mean.
Thanks!
Hi,
From version 6.3 of Newspaper the child theme will handle more files as you can see in the documentation – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Hi,
Please check this topic how to create a page mega menu – https://forum.tagdiv.com/topic/write-review-from/#post-37849
Thanks!
Hi,
The articles ads are a part of the content and it is not so easy to change the position. The best solution is to use a custom ad in post template where you want it to be displayed. You will have to edit post template that you use and place a custom ad above the featured video(or featured image if you edit also other templates) using do_shortcode function – http://screencast.com/t/2QpXfrwnarp and you may need additional css customizations – http://screencast.com/t/C83dfVmJW
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
.single .td-a-rec-id-custom_ad_1 {
margin-bottom: 0 !important;
margin-top: 40px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately the theme doesn’t have an option to do this and you will need custom modification to the header style that you use. You can edit header style 9 – http://screencast.com/t/DIALswdc668 and add your images manually in the code and customize them via custom css. 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 always get a freelancer from sites like: http://studio.envato.com/
Thanks!