Hi,
Please have a little more patience, there will be modifications to the theme social features in a coming theme update. I have added the Xing social on our list, we will try and implement this in the social networks section for the update.
Thanks
Hi,
It may require some m ore modifications. When creating the demo the team made sure that the code will only apply for that particular block, and not affect other similar type blocks.
I have modified the code (no need to enter the body class), the result is like this
– https://www.screencast.com/t/KoWO4kfScTW
Now this code once entered in the custom CSS section will apply to all blocks 15. This is the code
– https://pastebin.com/zSsr9dUb
It could be made more specific by modifying it again, for example by using the page ID in the code (it will apply only in that page)
– https://www.screencast.com/t/Xv788tPas
That page ID class will have to be entered before every line. Hope this helps.
Thanks
Hi,
Another thing that you could try before would be to deactivate all plugins except theme plugins, as a test. Check if this has any effect.
If the issue is still present, please send us an email at contact@tagdiv.com and provide admin login information, we will take a look. Also paste a link to this topic in the email.
Thanks
Hi,
In the header I see for once that the header ad is not responsive, it appears to not be resizing properly
– https://www.screencast.com/t/0F7vS1aum5
The logo seems to be implemented differently then the recommended way, through uploading the image in the theme panel
– https://forum.tagdiv.com/logo-favicon/
Setting the logo like that will ensure that it will be displayed properly. If you want to keep the current implementation you could create conditions when on smaller screens, like maybe increasing the margin here on smaller devices
– https://www.screencast.com/t/sb3S4NtV
Thanks
Hi,
In the header I see for once that the header ad is not responsive, it appears to not be resizing properly
– https://www.screencast.com/t/0F7vS1aum5
The logo seems to be implemented differently then the recommended way, through uploading the image in the theme panel
– https://forum.tagdiv.com/logo-favicon/
Setting the logo like that will ensure that it will be displayed properly. If you want to keep the current implementation you could create conditions when on smaller screens, like maybe increasing the margin here on smaller devices
– https://www.screencast.com/t/sb3S4NtV
Thanks
Hi,
I believe that is an automatic response, they will have to look into this. In other similar cases the admin-ajax is blocked by the server or a security plugin as a result of the multiple calls it makes for various aspects of the theme. Like this situation for example
– https://forum.tagdiv.com/topic/cant-save-theme-options-2/
There it was solved by a security setting in Cpanel, that was denying access. There would be nothing we can do in this case from the theme perspective. Keep trying to contact them and let us know the results.
Thanks
Hi,
Please try entering this code in Theme panel->Custom CSS section, it should fix the problem with block 16
– https://www.screencast.com/t/dXPFP84Gf
@media (max-width: 767px) {
.td_block_16 .td-block-row [class*="td-block-span"] {
float: left;
}}
Please let us know if there still is a problem.
Thanks
Hi,
Maybe I am misunderstanding this, I have set a Pinterest element on a page and configured it
– https://www.screencast.com/t/qRCwZ4iUHMj
Clicking it will direct to the pin page looking like this
– https://www.screencast.com/t/uh5uWuakpUi
Similar to the result on the official widget guide
– https://www.screencast.com/t/mS2anJ5r
I believe that is how it should behave, please correct me if I am wrong.
Thanks
Hi,
The demo you install will look exactly as the live demo
– https://demo.tagdiv.com/newspaper_blog_beauty/
The posts will be different and the images, but the design will be the same. When a demo is installed this will import theme panel settings and custom design. If you have a problem with the demo, please let us know what exactly it is.
Thanks
Hi,
This will not be a problem. The Envato license terms specifies that the theme can be used on a final end product (website)
– https://themeforest.net/licenses/terms/regular
Install the theme on the old domain and activate it. When it is ready make it live or switch domains. There is a theme reset option for the activation, in the system status
– https://www.screencast.com/t/btzc7l24
Thanks
Hi,
I have inspected the website you provided, seems there are some conditions that are affecting the header search on mobile
– https://www.screencast.com/t/Q3LcbGAb13e
These codes are overriding the default theme conditions, if you were to remove them the result will be like this
– https://www.screencast.com/t/yW3WfxdC6O
I could give you a code to further override these but it would be better to remove the customization. Please check the theme custom CSS code section and remove these codes if they are located there.
Thanks
Hi,
The theme modal simply opens the post image in a window (lightbox), the settings mentioned in the guide have to be selected in order for it to work
– https://www.screencast.com/t/cf2AC4CWJ9
If the plugin is modifying the file path to the media file, this will probably not work, as you already mention. From the theme version you had before there may have been changes in the theme in this matter, or the plugin itself may have been modified.
Thanks
Hi,
Please try as suggested and deactivate all plugins except theme plugins, deactivate the optimization plugin as well. Something is causing the issue, all the blocks work properly in all situations. This would be the first thing to do, plugins.
The screenshots you provided seem to indicate a 404 error for the theme internal font files
– https://www.screencast.com/t/3yhtmAHB3Bwk
But if these are present in the theme install on the server, there should be no problems like this.
Thanks
Hi,
You could make the code apply on pages that do not have a sidebar. Something like this should apply only for pages that use the full page (no sidebar)
– http://prntscr.com/hmd9l9
– http://prntscr.com/hmd94j
This is the code example used
.td-pb-span12 .td-page-content h1,
.td-pb-span12 .td-page-content h2,
.td-pb-span12 .td-page-content h3,
.td-pb-span12 .td-page-content h4,
.td-pb-span12 .td-page-content p {
padding-left:12%;
padding-right:12%;
}
Thanks
Hi,
The infinite loading on the page you mention seems to be working at the moment
– http://prntscr.com/hmd544
Also the video embeds seem to show properly
– http://prntscr.com/hmd5lk
The code you used should not cause the issue you are describing with the iframes. try clearing all caching installed and purge CDN files for other issues.
Thanks
Hi,
The search is working for everything else, the problem is with searching for “rss”. From what I found online others are having this pagination issue when searching for that word specifically
– https://bbpress.trac.wordpress.org/ticket/3021
But I did not find a solution or maybe a patch for fixing it. It seems to happen on the latest version of bbpress plugin, so it is not fixed.
Thanks
Hi,
There is no option for that, this internal font is predefined in the theme
– http://prntscr.com/hmckb8
Also changes made to these files would have to be made after each theme update. Please use the methods above for the moment, we will try to add more options as soon as possible.
Thanks
Hi,
You will find it by the path mentioned by Bogdan
– https://www.screencast.com/t/xhYavtycTYgU
Use your FTP client to access the theme folder, follow the path, edit the file as shown and save it.
Thanks
Seems I misunderstood, sorry. It could still be helpful to arturkrzyk, regarding the post template style and similar category style designs.
Hi,
The link property would have to be set like this to affect the module titles
– https://www.screencast.com/t/NUsgn5MZ
– https://www.screencast.com/t/7CpFQGNzCue
However the modification would have to be made again after updating the theme. I could not say if this will be an option in the theme in the future. It might be at some point.
Thanks
Hi,
That would be possible using a post template that does not display the featured image in the single post page, like post templates 5 or 12
– https://forum.tagdiv.com/post-templates-2/
Then place the gallery in the top part of the post, it will appear as featured. In the backend an actual featured image still has to be set, to create the thumbnails.
Thanks
Hi,
The text padding has to be set manually for each post, when creating the post. That is the case for the sidebar as well, it has to be manually disabled for each post if that is required.
I see that you use the same padding value for the whole post content, you could try a code like this in the theme panel custom CSS section
.category-travel .td-post-content {
padding-left: 12%;
padding-right: 12%;
}
This will set a padding to the post content, for posts that belong to the travel category in this example. Replace the category with your own and see if it works properly in some tests.
For example here I have disabled the paragraph padding, and used the code
– https://www.screencast.com/t/cPXdV0Gdgiy
Thanks
Hi,
The header and footer elements can be stretched using these options
– https://www.screencast.com/t/HP2vLLcqn
When building pages with the tagDiv composer the rows can also be stretched like this
– https://www.screencast.com/t/k0lwXD1y
Thanks
Hi,
A specific option to disable the mobile top grid is not available in the mobile theme settings. However it can be removed. The easiest way would be to use a code like this
– https://www.screencast.com/t/QnnUDfQs86xV
.td_block_big_grid_mob_1 {
display:none;
}
This code has to be entered in Theme panel->Mobile theme->Custom CSS code section.
Thanks
Hi,
1. The theme does not have such an option at the moment. You could continue to use the implementation you currently have if it produces the required results.
2. If you would like to remove the Join option in the mobile theme (using mobile theme plugin) you could either remove it from the code
– https://www.screencast.com/t/PexFMkRl
Or remove it with some CSS code entered in Theme panel->Mobile theme->Custom CSS section
.td-mobile-container .td-menu-login #register-link,
.td-mobile-container .td-menu-login span {
display: none;
}
Thanks