Hi,
We did not have any similar reports. It would be helpful if you could provide some more details, maybe some screenshots. Is it just the preview or the post as well after publishing it. Provide a link to such a post with the problem if possible.
If you have tested and it is not plugins, it could be custom code or a child theme.
Thanks
Hi,
If you still have a problem using the composer, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic in your email.
Thanks
Hi,
You could comment this line of code and the author name should not appear in the source code, when the author box is disabled
– https://www.screencast.com/t/bSG80IprVj
Maybe take a look at some general information concerning improbving WordPress security
– http://www.wpbeginner.com/wordpress-security/
– https://codex.wordpress.org/Hardening_WordPress
Thanks
Hi,
If you use the WP Super Cache please make sure it is configured according to this guide
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
The plugin settings may look different since it has been updated, but the configuration is similar.
What you can try additionally, is to deactivate all plugins except theme plugin as a test to spot possible conflicts. Clear all caching after doing this. Then create a new page and use the composer to edit it. Let us know if there is still a problem.
Thanks
Hi,
The homepage seems to be loaded with https at the moment
– https://www.screencast.com/t/1InN01o4
There are no issues or mixed content warnings on the homepage
– https://www.screencast.com/t/na5R2vbeGMc
Thanks
Hi,
1. Grids and blocks will display posts according to the configuration you set for each of them. If you use the same settings for the grid and the block, then the posts displayed will be the same. Please check this block settings tutorial
– https://forum.tagdiv.com/block-settings-tutorial/
Filter the elements on the page differently so they will not display the same posts. If it is required to use the same categories you can use the offset feature
– https://forum.tagdiv.com/offset-feature/
2. You could do that with a code like this
– https://www.screencast.com/t/egH4VJoYVgh
.td-header-style-5 .sf-menu > li.td-normal-menu > ul.sub-menu {
left:0;
}
Enter it in Theme panel->Custom CSS section.
3. The width of the page cannot be changed. It is not recommended to make any modifications concerning the width of the theme. This will break the website layout, all the elements on the page are dependent on the fixed width defined in the theme stylesheet.
4. You can try plugins to create a table, at the moment the composer does not have a specific element for table creation. Try a few plugins and see which one works properly.
5. As well, plugins can be used to create subscription forms. I believe there are many free subscription plugins that would allow you to do this.
Please let us know if you have more questions, or you need further help.
Thanks
Hi,
It should display on all devices. For me the ad is displayed on desktop and on mobile devices
– https://www.screencast.com/t/ld1ga8EGF8k
– https://www.screencast.com/t/sjVbgDdvTW
Try testing on a different browser or device. The would be no reason to not display the ad.
Thanks
Hi,
Use the code as provided, replace only the page ID and it should work properly regardless of header style used. Enter the code in Theme panel->Custom CSS section
– https://www.screencast.com/t/XNm2oSNTe
Or use the Live CSS editor when editing the page
– https://www.screencast.com/t/Yp5Ru45nZ
Then check the results.
Thanks
Hi,
They could only be the same size if the text is removed, like this for example
– https://www.screencast.com/t/Az004siZw
This is the code used in the example, it will also align them to the right. I believe you meant right, since they are already aligned to the left
.td-default-sharing .td-social-but-text {
display:none;
}
.td-post-sharing-top {
text-align:right;
}
If this is not want, it would be helpful if you could maybe provide more details about how exactly they should be.
Thanks
Hi,
The social counter has to be configured according to this guide
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
If it is set properly there should be no issue. Instagram requires an ID only, for setting it up in the counter or the Instagram widget. Like in this example on a page
– https://www.screencast.com/t/eV5bwReGZKy
Multiple layouts can be achieved through the widget
– https://demo.tagdiv.com/newspaper/instagram-widget/
Pages can be edited with the tagDiv composer, anything can be customized
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
I am assuming the author name in the sidebar is an author box
– https://demo.tagdiv.com/newspaper/author-box/
That can be customized by editing the page as well.
Please let us know if you need further help, or you have more questions.
Thanks
Hi,
I don’t know how you could change a menu items actual link or link text dynamically. Maybe it would be easier to use a plugin with the capabilities you need, to display such information, instead of a menu. You can then maybe try and integrate that widget in the header or in the page content.
Thanks
Hi,
If you mean the exchange widget, that can be easily done. Simply edit the page with the composer and place the element on the page, in the sidebar
– https://www.screencast.com/t/DZr2dz0d
If you use a widgetised sidebar, the sidebars can be customized in Appearance->Widgets. More information about using the tagDiv composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Please let us know if you need further help.
Thanks
Hi,
The custom code will be saved in the database. I believe you can find it in the in the wp_options table->td_011 option name. This will ensure that it will be kept safe during an update for example. If you use a child theme you could enter the custom code there, if you want to.
Thanks
Hi,
It seems Instagram is limited to 12 images, as I get the same result on my end no matter the Instagram ID I use. You can maybe configure the footer Instagram taking this limitation into account. Set it to display 6 images in 2 rows for example.
Thanks
Hi,
I believe the the subtitles are included in the td_post_theme_settings meta key. If you want to make modifications to the database please make a backup before. Maybe these topics would provide some information to help you do what you want
– https://onextrapixel.com/13-useful-wordpress-sql-queries-you-wish-you-knew-earlier/
– https://silicondales.com/tutorials/wordpress-tutorials/wordpress-using-mysql-to-update-specific-custom-fields/
Thanks
Hi,
Please provide some more details about how exactly you want the menus to display, for a more accurate solution. I will try to provide a code to make it the way you want.
The Latest articles section will be displayed on the bottom of the page, when the required page template is selected
– https://www.screencast.com/t/XhczH9pX7
It can be customized as you like, or disabled by selecting a different page template.
Thanks
Hi,
@eturistba Probably just a temporary problem with the Envato system. You could try again later, or try the manual activation method – https://www.screencast.com/t/UbZKZf2BR
Please let us know if you still have problems activating the theme.
Thanks
Hi,
The Latest articles section will be displayed on the bottom of the page, when the required page template is selected
– https://www.screencast.com/t/bK8CCpSLBNDg
You can set a custom title to it, or hide the title if you wish.
Thanks
Hi,
That is the Latest articles section, it can be customized like this
– https://www.screencast.com/t/U6LUqFn4Pu
Or disabled by selecting the default page template
– https://www.screencast.com/t/lL6ukEIFC25
You can set a sidebar for the Latest articles section, containing anything you want. If you want to place ad boxes in it, simply add them in the sidebar you want
– https://www.screencast.com/t/G7wyCGCvY
More about custom ads and also using non-Adsense ads here
– https://forum.tagdiv.com/custom-ad-spots/
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks
Hi,
Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Maybe we can identify why this is happening. Also paste a link to this topic in your email.
Thanks
Hi,
The header cannot be disabled, there is no option for that. The footer can be disabled in the theme panel, but for the whole website.
The theme blocks will only work within the theme, they will not work with another theme. Everything is custom coded and designed. Blocks and modules are complex elements, there are many processes related to them. Maybe there are plugins that you can use to share content with other websites.
Or maybe these solutions would be helpful
– https://stackoverflow.com/questions/14117763/how-do-you-put-only-a-certain-section-of-a-website-into-an-iframe
– http://www.dimpost.com/2012/12/iframe-how-to-display-specific-part-of.html#.U8jdd3dj42A.wordpress
Thanks
Hi,
@NegomboToday There are some similar topics that you could try
– https://forum.tagdiv.com/topic/share-icons/
– https://forum.tagdiv.com/topic/add-email-sharing-button-2/
Or you could simply install a sharing plugin that might have the option you need.
Thanks
Hi,
Editors will not have access to the theme panel. That workaround is for admin level users. The theme uses the default WordPress user roles and capabilities
– https://codex.wordpress.org/Roles_and_Capabilities
This is where the condition is made in the theme regarding the theme panel
– https://www.screencast.com/t/JpVVhtUGOox
Thanks
Hi,
The slider element is complicated, more then a simple module. It will be hard to modify it, there are a lot of complex elements and classes used. You can use the browser inspector to identify the classes used and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I believe there are overflow conditions set on the slider container, that could prevent the positioning of the meta.
Thanks
Hi,
You can try the Duplicator plugin, this seems to be highly recommended when migrating full WordPress websites
– http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/
More general information here
– https://codex.wordpress.org/Moving_WordPress
The theme also has a export/import feature for theme settings
– https://forum.tagdiv.com/import-export-theme-settings/
Thanks