Hi,
You can make images from wp settings link to a custom url from here: http://screencast.com/t/qaTQpSZYuhAM but external links to your images will make the modal image (lightbox) not work properly. The lightbox needs to link to the media file directly. If you set external links to your images, make sure you disable the lightbox from here: http://screencast.com/t/wXjfcPe9i8Z and from the image setting itself if it;s selected.
Thank you!
Hi,
Please do not post login information here as it’s a public forum.
I have checked your site and inspected lots of posts but all of them display the sidebar properly and I could not find any errors. Please provide a link to a post that does not display the sidebar so I can inspect.
Thank you!
Hi,
Unfortunately the ad block does not have options to switch ads based on the device used. You can use css to hide the desktop ad on mobile and vice-versa but this will not work properly for adsense. On custom ads it has no impact. You can use a custom class on the row that contains the ad so you can target it with css. and then after you have classes for both ad blocks, you can use css like so:
.mycustomclass_1 .td-a-rec{
display: none!important;
}
add this code in the mobiles section of the advanced css box: http://screencast.com/t/ZSXr3qOUlKbh
and
.mycustomclass_2 .td-a-rec{
display: none!important;
}
and add this in the desktop section.
PS, you need you change the classes in the code to the ones you add to your rows.
I hope this helps.
Thank you!
Hi,
The tag links are added by WP, bot our theme so you will probably fond your solution on thew wp forums as our theme does not change the tag structure: https://wordpress.org/support/topic/how-to-remove-links-from-the_tags
or maybe a plugin: https://wordpress.org/plugins/wp-no-tag-base/ (not tested)
I hope this helps
Thanks.
Hi,
The author box element was designed to work as a list, so there is no easy way of making it accross the whole content. you can however use 2 author blocks on a split row so you have 2 columns of authors. You will have to filter the authors for both blocks so you do not have duplication.
For the author thumbs you can use this css to make avatars round:
.td_top_authors img{
border-radius:35px!important
}
Note that the author avatars can be circles as the problem you mentioned comes from the aspect ratio. If an image is ‘wide’ and not square, you cannot make it a circle. if you want to have circles on your homepage, please use a block that uses square images like block 21 for example: http://screencast.com/t/TPI0J2hIbEOh
You can make a square round but not a rectangle.
Hope this helps.
Thank you!
Hi,
Unfortunately our theme does not provide any feed options as feeds are managed either by wordpress or plugins. We cannot say for sure why the images are not displaying. If you use a rss plugin, you can try to replace it and see if there is no compatibility issues with it. I cannot recommend any though as we have not tested any rss plugins.
Thanks.
Hello,
If you want to create new blocks in our theme you will have to use the theme api. Please follow this link: https://forum.tagdiv.com/td_api_blockadd/
Thank you!
Hi,
If you want the header to display your full logo and not a re-sized one, then you must use one of these 3 header styles: http://screencast.com/t/oaodGsz0
These styles will not re-size the logo in any way and render it in it’s exact dimensions.
Thank you!
Hello,
I will add your suggestion to our update list and in a future version maybe we can provide it if the development team decide so.
Thank you for your suggestion
Hi,
Please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Then try to set hit the save button in the theme panel by changing a few options around.
Let us know if you still have this issue.
Thank you!
Hello,
If you want this to be a block on the homepage, you can simply use css to do it like for example if I would like to change the images on a block 7:
You would add this css in the theme panel->custom css box:
.td_block_7 .td-module-thumb .entry-thumb{
border-radius: 35px;
}
result: http://screencast.com/t/u7xwCePWPiV3
I hope this helps.
Thank you!
Hi,
Please use this guide to increase the memory allocation: https://forum.tagdiv.com/system-status-parameters-guide/
You can check your status here: http://screencast.com/t/8gRabw8m
Thank you!
Hi,
Please check your screen options at the top of the screen and make sure all options are checked like so:
http://screencast.com/t/OItIYcynEtx
I hope this helps.
Thanks.
Hello,
Unfortunately we have no plugin to recommend as we have not tested any such plugin. You can try a few of them out and see how they work out with a bit of trial and error. As for the speedbooster plugin, it can be made to work with untested plugins by following this topic: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hi,
What version of the theme do you use?
Hi,
The post views were not designed to work on modules and blocks, but you can follow this topic to see how you can edit the theme files and code the views in:
https://forum.tagdiv.com/topic/view-numbers-in-block/
Thank you!
Hi,
The images are cropped in a center-top manner in our theme. Here is an explanation for it: https://forum.tagdiv.com/featured-image/
You can achieve this by edition your image and coping it in a photo editor. If you change the default position of the image, you do so for every picture on your site and maybe you do not want this as if you have people in your images, the heads will be ‘cut’.
Thank you!
Hi,
Please use this guide to activate your theme: https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
Thanks.
Hello,
Thank you for your appreciation.
1) You can use this css code to remove the top padding:
.home .td-main-page-wrap{
padding-top: 10px!important;
}
add the code in the theme panel->custom css box/
2) I’m not sure exactly how you want to separate the search. You can add a few css effects to the icon if you like for example:
.td-icon-search{
border: 1px solid lightgrey;
}
result: http://screencast.com/t/a7wW2VCAI
or maybe
.td-icon-search{
border-left: 1px solid lightgrey;
}
http://screencast.com/t/0QWMWxawIoe
3) Optin forms are added with plugins so I;m not sure exactly how you want the form. The details are pretty vague. You already have a full width slider from revolution slider plugin so you only need a form and content below the slider. For this you can use visual composer:
https://forum.tagdiv.com/how-to-use-visual-composer/
https://forum.tagdiv.com/block-settings-guide/
Hope this helps.
Thank you!
Hi,
the topic was about youtube videos. For facebook videos the implementation is a bit different:
http://www.wpbeginner.com/wp-tutorials/how-to-embed-a-facebook-video-in-wordpress/
You need to add a code in header.php http://screencast.com/t/vQlLXdFLL
Thank you!
Hi,
This solution will not work in the current version of the theme unfortunately. This topic is almost 3 years old.
If you want to remove the youtube link, in newspaper 6+ there is a manual excerpt field in post edit. In this field you can add your excerpt and this one will be shown on blocks, not the automatic one: http://screencast.com/t/wZLrGP1Dcmcr
Thank you!
Hi,
If you are trying to find the file in the dashboard editor, you will not be able to. You need to use FTP. (we use filezilla but you most likely have a ftp manager in the c-panel)
Thank you!
Hi,
When you use speedbooster, the cascadin css will show up as the style.css is moved to the bottom of the file so it;s loaded after the content. If you want to remove the black default menu color, you have to change it directly in style.css so it will not be re-written.
As for the speedbooster plugin, that is why it is only compatible with certain plugins as it can’t move all of the render blocksing from all of your plugins. FOr this you have to try and change priority for speedbooster like so: https://forum.tagdiv.com/topic/help-in-using-speedboost/
Try to also disable your plugins and check with gtmetrix again as some plugins can slow down your site considerably to the extent that the plugin causes more damage than the effectiveness of it’s features.
Thank you!
Hello,
The search icon is added as a font icon that can be found in the default newspaper font. It cannot be changed from the theme settings. If you want to change the code for it, you have to access this file and edit the html:
http://screencast.com/t/a6bGKNO1ix
Thank you!
Hi,
Please provide more details to what these tags you want removed are exactly so I can provide the proper answer.
Thank you!