Hi,
You could use a bigger image if possible, it should be responsive. If the container does not have a fixed width this is possible. In this example I used a simple link with a big image size, and it is responsive
– https://www.screencast.com/t/si4FUyFSC5iL
– https://www.screencast.com/t/Gt6dNX6K8
– https://www.screencast.com/t/B5usvfcWPW
You could also wrap the code with the div and classes that you mention, and create different ads for specific devices. These classes will work if you place them there, they have corresponding Css media conditions in the theme stylesheet.
Thanks
Hi,
That is not an actual error. The Speed booster is an optional plugin that will not activate itself if it detects different plugins then a predefined list. This check can be disabled if it is necessary. Please follow this topic for more information
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thanks
Hi,
We appreciate you thoughts on the theme. This modifications would not be as easy as you think. These elements were not designed to be displayed in other situations then their initial purpose. It would probably take much Css code (where possible to modify this way) to override the current classes and their values, and then set new ones.
If you would like to try this, here is a guide that you can use to identify the elements and their classes, in order to create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
That depends on where you don’t want to show the author name.
If you mean the author name displayed on blocks
– https://www.screencast.com/t/y2xznNoAEDn
That can be disabled in the theme panel here
– https://www.screencast.com/t/khVePLsp
If you mean the author name displayed on the post page, that can be disabled here
– https://www.screencast.com/t/S5WfLEgYiD60
If you meant something else, please provide more details for a more accurate solution.
Thanks
Hi,
All the menus are created in Appearance->Menus section. That is where menus can be modified and customized as well
– https://www.screencast.com/t/TlIFmb26C
The mega menu is a simple menu item, like this one for example
– https://www.screencast.com/t/HUoSUb5pMWKf
Here you can find more information about menus in general, and mega menus in particular
– https://forum.tagdiv.com/main-menu/
– https://forum.tagdiv.com/mega-menu/
Thanks
Hi,
Maybe I am misunderstanding this, but on the search page you are mentioning there are ads present from what I can see
– https://www.screencast.com/t/S8NBZTRYtt
For the search page template you can only customize module used to display the search results, and the sidebar used on that page
– https://www.screencast.com/t/mqjigYV5uQ0
Thanks
Hi,
First you need to upload a background image of your choosing, then set the ad link in the background ad section. Please follow this guide for detailed information
– https://forum.tagdiv.com/background-ads/
Thanks
Hi,
I have tried embedding a Google map in a Raw HTML element from tagDiv composer, and it is displayed like this
– https://www.screencast.com/t/wStjmRRE
I have used this guide for more information
– https://en.support.wordpress.com/google-maps/
Thanks
Hi,
I am assuming that you are referring to the ajax filter displayed on top of the blocks
– https://www.screencast.com/t/1AuaLIJTAc
This will display information based on the available selection you choose in each of the block settings. There is no option to enter additional information in that field, it is an automated process that can only work with the options it currently has.
Here you can find more about block settings and options
– https://forum.tagdiv.com/block-settings-guide/
Blocks can display the titles you choose, and there is a particular block header style that would allow something like you want
– https://demo.tagdiv.com/newspaper/block-header-13/
– https://www.screencast.com/t/yRIkfSdIyh
Please correct me if I misunderstood what you were asking.
Thanks
Hi,
You could simply split the row in three columns, and place a single image element in each of them
– https://www.screencast.com/t/IH3Ikzz5a1jS
Then set the same height for the images, that the block module uses
– https://www.screencast.com/t/xsR2TTd1qk4
– https://www.screencast.com/t/pRKeKyqh
Thanks
Hi,
I believe this is a huge misunderstanding. There are two composers that are included in the theme package, and you can use each one to create your website
– https://forum.tagdiv.com/whats-included/
You do not need to buy the Visual composer plugin, simply install it and use it
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
However you should consider using the newly introduced tagDiv composer, future updates will include more features exclusively for this page editor
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
You also have the option to install one of the many available demos, so you will not have to start from scratch
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
All the theme available features can be seen here
– https://themeforest.net/item/newspaper/5489609
The theme documentation is found here
– https://forum.tagdiv.com/newspaper-theme-documentation/
Also for any problems or questions you can always post a topic here on the forum, and we will try our best to help you.
If you feel that the theme is not suited for your purpose, you can request a refund and we will approve it.
Thanks
Hi,
You can chose a different block if you would like to have a Read more button. These are the blocks that currently have this option
– https://demo.tagdiv.com/newspaper/block-24/
– https://demo.tagdiv.com/newspaper/block-23/
– https://demo.tagdiv.com/newspaper/block-22/
– https://demo.tagdiv.com/newspaper/block-20/
– https://demo.tagdiv.com/newspaper/block-13/
– https://demo.tagdiv.com/newspaper/block-12/
The excerpt length can also be controlled in the theme panel
– https://forum.tagdiv.com/excerpts-introduction/
The font properties for the post title displayed on modules can be customized in general, or by module
– https://www.screencast.com/t/4U8nGJja
The excerpt can also be customized here
– https://www.screencast.com/t/Hg1gpyb2Yvo
For the color of the title and excerpt for that block, you can try a code like this
– https://www.screencast.com/t/izroDIlXVtR
.td_block_4 .td-module-title a{
color: #bf0c00;
}
.td_block_4 .td-excerpt {
color: #000;
}
Just enter it in Theme panel->Custom Css section. If you would like it to apply for all then blocks, remove the block class from the beginning of the code.
Thanks
Hi,
This code should make the menu and the search switch places on mobile
– https://www.screencast.com/t/DDTZrciLY
#td-top-mobile-toggle {
position: absolute;
right: 0;
}
#td-top-search {
right: 54px;
}
Enter the code in the same phones section of the Advanced Css.
To change the way the mobile modal is functioning may not be so easy. This is where the feature is defined in the theme, in the theme stylesheet
– https://www.screencast.com/t/aOkd1fUq
Try changing the translate values and see if it works properly. There may be other values and elements that would require modifications to make it work.
Thanks
Hi,
If you did not make any modifications, then the social icons should display properly. The socials that will be displayed are the ones have an account entered in the Social networks section of the theme panel
– https://www.screencast.com/t/Fu0Qt0PKtUrO
Please make sure you have accounts or Id’s entered for the socials that you want to display.
If everything is set properly and the problem remains, it would be very helpful if you could provide a link to your website so we can inspect it.
Thanks
Hi,
They should not display like that when the row is stretched. This is how the block should be displayed when the row is stretched with content
– https://www.screencast.com/t/kH0EHIrH
– https://www.screencast.com/t/dENshw0uJsAR
Maybe something is affecting the thumbnail, if you could provide a link to your website where this is happening, we will inspect it.
Thanks
Hi,
If you have sent us an email, we will inspect the issue and try to give you an answer as soon as possible. Admin login information may be needed as well.
Thanks
Hi,
After further inspecting this issue, it seems there is a height limit for the open menu on mobile. The menu items are all there but they cannot be seen.
Please enter this code in Theme panel->Custom Css and it will increase the height of the menu on mobile, to be able to display all the categories
– https://www.screencast.com/t/EGcugrp1pLi
.td-mobile-content .td-sub-menu-open > ul {
max-height: 5000px;
}
Thanks
Hi,
It seems that maybe you have set a custom background color for the header main menu. That is not a problem by itself, but the opacity set is
– https://www.screencast.com/t/rNHsdBGd2
Please go the theme colors and modify this property or set a different color for the header menu
– https://www.screencast.com/t/nKvlqqjt89Bs
Thanks
Hi,
Please note that we answer all the topics on the forum, as soon as possible. After inspecting this issue on your website, it seems that the ad code you are using has 2 images in it’s structure. One with the actual image of the ad, and another image with a width and height of 1px
– https://www.screencast.com/t/uBOp1ATLkm
The theme is setting a width of 100% for both these images, that is why they are displayed like this instead of their normal size.
Please enter this code in Theme panel->Custom Css and it should make the ads display in their initial form, and also center them
– https://www.screencast.com/t/KwbSwqc8q
– https://www.screencast.com/t/j1Kadb2OfL4
.td-a-rec-id-sidebar img,
.td-a-rec-id-content_bottom img {
width: auto;
margin: auto;
}
Thanks
Hi,
There doesn’t seem to be such padding in that plugins structure. But it is present as an inline style, something must be adding it there. Like I mentioned there is no such padding in the theme style, it would have no purpose.
You could try as a quick fix the code I provided above, with the negative margin that would somewhat override that padding.
Just enter the code in Theme panel->Custom Css.
Thanks
Hi,
In pages there is pagination for the Latest articles section, when the required page template is selected
– https://forum.tagdiv.com/page-templates-2/
This section is always located at the bottom of the page
– https://demo.tagdiv.com/newspaper/
Each block also has pagination like this available
– https://www.screencast.com/t/ie46Wrjlr
More information about the available block settings and options here
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
Please make inquiries about this with the hosting provider if that is the case, they may be able to provide a solution. The request seems to be denied by the server.
Thanks
Hi,
You could try something like this and see if it working properly
– https://www.screencast.com/t/hrd2UjVQ
Thanks
Hi,
The theme reset will remove all the theme panel settings, and the content of an installed demo. But I don’t know how a theme panel setting could prevent the restriction form appearing on the post page, if you are absolutely sure that the plugin configuration is set according to it’s instructions. And it worked before.
You could revert to the previous theme version, to have a working website with this feature, and make more tests with the new version. Make a fresh install by FTP, install only these required plugins and test. Maybe some other plugin is causing all these problems.
Thanks
Hi,
That should affect the subcategories in the drop down mobile menu as well as the mega menu. Make sure you have posts in those categories.
Thanks