The first code is specific to the plugin, the other one will affect all posts in it’s current form.
Hi,
Visual composer also has stretch row options, for full width layouts
– https://www.screencast.com/t/8PsZUcOfjAA
It also has options to set a background color/image/video
– https://www.screencast.com/t/1ikOSzh0
It has design options to achieve similar results like the demo you mention
– https://www.screencast.com/t/xxNjUIJ6c
– https://www.screencast.com/t/CBHYBWiRHVJ
So there should be no problem achieving full width results with Visual composer.
Thanks
Hi,
1. There doesn’t seem to be a border radius set for that image you mention, I have tried setting a radius using the same element
– https://www.screencast.com/t/21EA2CElG1k
Everything seems to work as expected, the border radius is applied. Edit the page with the composer and double check if the radius value is entered in the field.
2. There was an issue with the icons not displaying in the front-end, the theme package was quickly re-uploaded and the problem fixed. So you could re-download the theme package now and install it. The icons will be displayed as before.
Let us know if there are still problems.
Thanks
Hi,
I have tested like this in the mobile editor page section
– https://www.screencast.com/t/VsawlWiSwOp
– https://www.screencast.com/t/UwUP0xmJl
So there is no paragraph tag replacing the div I manually entered.
Regarding the plugin form, if you want those fields hidden maybe there is a setting in the plugin for that. It seems that is how the form is supposed to display, since it even has CSS for the paragraph it adds
– https://www.screencast.com/t/QjpmcBofiJ
Thanks
Hi,
Indeed both the tagDiv composer and WPBakery page builder are provided in the theme package. You can use the one you want. The theme panel will the same regardless of composer activated. So the category settings are the same as well.
A thing to note is the tagDiv composer is the main page builder at the moment. It will be further integrated with the theme, so there could be extra options added in the theme that will work only when it is active.
For example at the moment the multi-purpose plugin which ads extra elements to the tagDiv composer, also ads extra header styles, top bar and sub-footer styles. Those are not available when the plugin is not installed.
You will have to make a decision and choose the page builder you want to use.
Thanks
The black demo is designed specifically to be black in most part. Uninstalling a demo will remove all demo settings and imported data. Also you could customize the demo stylesheet and change the demo colors if you want, without uninstalling the demo
– https://www.screencast.com/t/599j0S3M93y
I have inspected the website, there is no problem with the header menu affix from what I can see at the moment
– https://www.screencast.com/t/6HdcqAu30
Please correct me if I misunderstand something.
I don’y understand exactly what you want to do with the images. If you could provide some more exact details, I will try to give you a solution if possible.
Unfortunately we have not made any tests in the matter, maybe in the future but I cannot say for sure if or when this will happen.
The full package contains everything the theme has to provide besides the actual theme (optional plugins, child theme, PSD files etc)
– https://forum.tagdiv.com/whats-included/
The other variant contains only the actual theme file.
We do not change the theme description image for minor updates, only when major theme updates are released. The full theme package contains an update log and patch notes
– https://www.screencast.com/t/r6N6aV2U3s7h
Or you can check the changelog on the themeforest page
– https://www.screencast.com/t/5k9DeKNppu
After you update the theme you will see the version you have
– https://www.screencast.com/t/JWoTXXDujip
– https://www.screencast.com/t/jZPraF3k
Hi,
I also have installed the latest version of Yoast SEO and WPBakery, tried the same thing on a page, the description appears properly for me
– https://www.screencast.com/t/vKhcTTOD
The default description would be the general one you set for pages
– https://www.screencast.com/t/5p9UmnhB6mDZ
Hi,
1. That is not possible in the Newspaper theme, this theme has a different design for the mega-menu with sub-categories then the Newsmag theme
– https://forum.tagdiv.com/mega-menu/
2. Those are categories, they’re names will be displayed as you created them. The block ajax filter simply displays them on top of the block you enable it for. You can enter specific category IDs in the filter, to control which ones are displayed
– https://www.screencast.com/t/ZgTvOuw2p91c
I don’t think you can abbreviate category names, never heard of something like that.
Thanks
That setting will affect other instances as well, like the category pages loop. So it is not specific to the search results page. Only the latest articles section loop has it’s own setting.
You could remove the margin top and bottom the social section is adding
– https://www.screencast.com/t/YxyL9R5Lvf
– https://www.screencast.com/t/SpC9GSPXa7
.nc_socialPanel {
margin-bottom: 0px!important;
margin-top: 0px!important;
}
Maybe even the remove the bottom padding of the post content if you want to
– https://www.screencast.com/t/15K4mAWGp1r
– https://www.screencast.com/t/c27ezWx8xe9o
.td-post-content {
padding-bottom: 0;
}
Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also include a link to this topic in the email.
Hi,
The theme by itself does not have an auto-update option, that is done through an Envato provided plugin
– http://envato.github.io/wp-envato-market/
– https://forum.tagdiv.com/how-to-update-the-theme-2/
That is a plugin provided by Envato which can be used for other themes as well, not specific to theme.
Thanks
@AndroidKosmos You add as many script codes as you want, they will be outputted in the header file, between the head tags.
Maybe that is happening because you are not using a header logo, I can’t say for sure. On our live demo it detects the header logo
– https://www.screencast.com/t/V6YsH0rH7Vx
The socials cannot be disabled, they should always be displayed and you can select from them.
I would suggest as a first step to deactivate all plugins, leave only theme plugins active. Check if this has any effect.
If there is still a problem, that could mean the theme has not installed properly. Try reinstalling it (by FTP if possible)
– https://forum.tagdiv.com/install-via-ftp/
The embed iframe will be limited to the post content width, which is 696px
– https://www.screencast.com/t/RNc5SXCKNTr
The iframe will use 100% of the post available width. I could give you a code to reduce the width like this
– https://www.screencast.com/t/bgbDXZwFkC
This is the code if you want to try it
.td-post-content .wp-embedded-content {
max-width: 80%!important;
}
.td-post-content .wp-embedded-content + p {
text-align: center;
}
Thanks
The embed iframe will be limited to the post content width, which is 696px
– https://www.screencast.com/t/RNc5SXCKNTr
The iframe will use 100% of the post available width. I could give you a code to reduce the width like this
– https://www.screencast.com/t/bgbDXZwFkC
This is the code if you want to try it
.td-post-content .wp-embedded-content {
max-width: 80%!important;
}
.td-post-content .wp-embedded-content + p {
text-align: center;
}
Thanks
@Earned Media Replied in your other topic. If you still have a problem ,send us an email at contact@tagdiv.com and provide admin login information and FTP access. Make a backup of the website beforehand. We will take a look.
Try installing the latest theme version (8.7.2) this update contains many improvements over the previous theme version. Check the changelog here
– https://themeforest.net/item/newspaper/5489609
Update theme plugins after updating as well.
Unfortunately that is not possible, there will be 3 modules on a row if there is no sidebar used. The theme content is fixed in width so you cannot display 3 modules instead of 2 and also have a sidebar.
Hi,
@perisson Of course it will not work, each menu item is unique (has a unique ID). If you want to use the codes you will have to use your own menu IDs. Use the browser inspector to identify this ID
– https://www.screencast.com/t/t53oXDHa
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I believe you are referring to the “Infra Estrutura” menu item. You can add a scroll like this (the height can be modified if you want to)
– https://www.screencast.com/t/DQs7HFSL
.menu-item-1225 .sub-menu {
height: 350px;
overflow-y: scroll;
}
Enter the code in Theme panel->Custom CSS section.