Hi,
Hi,
It seems the demo has not installed properly. It should look and have the same style as the demo. In this case the style and classes that are specific to the demo are not loaded. Please uninstall it and install it again
– https://forum.tagdiv.com/installing-demos/
Also check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
I understand now. You could try this code that will increase the space available and display the translation properly – https://www.screencast.com/t/7E2lgi5FnW
The code must be entered in Theme panel->Custom Css
.td-classic-sharing
.td-classic-facebook iframe {
width: 120px!important;
}
Thanks
Hi,
It seems that there is a redirect present that directs to the homepage
– https://www.screencast.com/t/i7zTCMw3s
You could try to check if you have any redirects in the htaccess file or if you are using a redirect plugin.
Thanks
Hi,
The export feature of the theme exports just the theme panel settings
– https://forum.tagdiv.com/import-export-theme-settings/
You can use it to save settings made in the theme panel area in a file, or import settings from other installs.
Thanks
Hi,
You could try to request Google to recrawl and reindex your URL
– https://support.google.com/webmasters/answer/6065812
Or maybe try to manually remove the URL’s from the search results
– https://support.google.com/webmasters/answer/1663419?hl=en
Thanks
Hi,
I believe you are not entering the proper user Id – https://www.screencast.com/t/f6LnBhQdgd
Please make sure you are using the correct data for the author box, in order for this to display the author you want. Example and result
– https://www.screencast.com/t/7GDDWQrs3
– https://www.screencast.com/t/tii5p1lsYg
– https://www.screencast.com/t/ESr6Wl3Y3
Thanks
Hi,
I have inspected your website but there is no background image and ad set at the moment. If I could see what is not working properly with the code provided, maybe I could give you a temporary solution. This issue with the background ad will be fixed in the pending theme update, so there will be no need for a code. We are very sorry for any inconvenience this problem has caused for you and your website.
Thank you for understanding!
Hi,
For mobile you can do it like this – https://www.screencast.com/t/Rj7RiivsSYlB
Please try the code provided below in the mobile theme css section, and it should work properly
.home .td-a-rec-id-header_mob {
display: none;
}
Thanks
Hi,
The picture you mention is a header ad. If you want to display the ad below the header, please select a header style that does that automatically. Like Header style 7 for example that looks like this
– https://www.screencast.com/t/1opezFNGf
If this has nothing to do with the ad and you want to insert a picture below the header, you could just simply use a single image element from Visual composer and add it on the top of your page
– https://www.screencast.com/t/8o5pfk7aFt7
Then select the image you want and the settings
– https://www.screencast.com/t/Qo4LRpNgafba
– https://www.screencast.com/t/XhN5TJOi4wgi
This works only for pages, if you want an image to appear everywhere on the website you must edit the header style template file that you are using. For example something as simple as this
– https://www.screencast.com/t/rjapLpBR
– https://www.screencast.com/t/VkruwjNptLTl
The image will appear on every page of your website.
Thanks
Hi,
You can try the solution provided in this topic in order to create a link that you can place on a page
– https://forum.tagdiv.com/topic/login-modal/
Thanks
Hi,
@jnachillo The blocks will not display the post subtitle unfortunately. Subtitles will appear only in the post page. On the blocks an excerpt is displayed, a feature that has these options
– https://forum.tagdiv.com/excerpts-introduction/
If you would like to display a subtitle on a module, you can try the solution provided in this topic. You must edit the module file you want and add the code mentioned
– https://forum.tagdiv.com/topic/how-to-write-different-post-titles-on-homepage-or-categories/
Thanks
Hi,
You can try the solutions mentioned in this topic, and edit the file in the theme mentioned in order to make the video automatically start when the post page is opened
– https://forum.tagdiv.com/topic/youtube-autostart/
Just use the code provided in the required file, and make sure to enter it exactly as it is shown in the screenshots.
Thanks
Hi,
Please download the latest version of the theme package and install the Social counter plugin from there. Just deactivate and remove the one you have at the moment, then install the new one. There was a issue with the previous version of this plugin, but it is now fixed. After installing it please clear your installed cache if you have one, and also the browser cache. Example for chrome
– https://www.screencast.com/t/slRlDliJy
Or just use a different browser when you configure the social counter. Here is a configuration guide for the plugin – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Please note that after successfully setting up the social counter, it may take a little time for the data to synchronize.
Thanks
Hi,
I do not know exactly what needs to be done to achieve something like that. The Visual composer plugin is very complex, and no solution was provided before for this. Also the theme does not have an option to support this implementation. It would be best to try and use the default options for the blocks, because they already have settings to help you sort and filter the content that is displayed
– https://forum.tagdiv.com/block-settings-guide/
You just need to enter one or more post or page Id’s and the block will display them only, until you change the entered data or remove this condition. This is useful when you want to display particular posts in a block or big grid, always.
Thanks
Hi,
There is no drawback if you install a demo first and then take it from there. One of their purposes is to provide an easy start for a website. You could also customize the standard theme with Css and the theme panel options to make it look similar. The demo will import it’s own settings for the theme panel when you install it.
It all depends on how you want to proceed. You can create your unique page layout and style it like you want, or similar to a demo.
Thanks
Hi,
Try entering the code directly in the theme file where the ad is created. Like in this example
– https://www.screencast.com/t/XcByaufiM
– https://www.screencast.com/t/fq3AHlWwfzC
It should look like this – https://www.screencast.com/t/ii5FCgOxfqP
Or maybe you can find another way using this solution, or find it helpful in some way.
Thanks
Hi,
If you would like to move the title on that block module, you need to edit the module file. There is no option by default to make a modification like that. Each module is predefined and has it’s own style. The file you must edit is this – https://www.screencast.com/t/8ciOaazxZ01H
There you have to move the line of code responsible for the title like this
– https://www.screencast.com/t/dCArpZi8
– https://www.screencast.com/t/SqXZ3RVxK1t
With a result like this
– https://www.screencast.com/t/32z1mgdrEXIi
If you would like to achieve a full width layout, you can use the full grids available. You can see these here
– https://www.screencast.com/t/2vgYoZAIX
– https://demo.tagdiv.com/newspaper/category/grid-full-10/
Also when creating a page with Visual composer it is required to use only this layout
– https://forum.tagdiv.com/how-to-use-visual-composer/
Other layout settings for the rows may not work properly, the elements should be used on the recommended column settings.
Thanks
Hi,
It should work properly once the valid Id is entered. Please provide more details about what exactly happens after you enter the Id and save, then update the page. Try clearing any caching installed after configuring the author box, maybe a a cache is preventing the author box from displaying.
Try uploading a screenshot like this – https://www.screencast.com/t/wTNAPaq5Ivqg
Thanks
Hi,
The website SEO optimization has to be made through the Yoast SEO plugin that you are using. The theme does not have any options in this matter, or does it require modifications for the robots file. It also depends on google as well. You can search for website SEO optimization guides and follow the steps and configurations closely. Here is a link to the official Yoast site optimization tutorial
– https://yoast.com/wordpress-seo/
Also a guide for the robots file optimization
– https://yoast.com/ultimate-guide-robots-txt/
I have inspected your website and I do not see any errors present. The website is working properly from what I can tell.
Thanks
Hi,
The topics in this forum are available for all the users. It all depends on when someone will see the topic and take interest to share their recommendation. Or you can try for yourself some plugins that have these options, and test them to see which ones are most likely to be best for your website.
Thanks
Hi,
The Envato policy allows using a theme only on one install. You can however use the theme on a sub-domain, if you plan on creating a testing site, but if we are talking about totally different sites with different content, then only one theme per install is legally allowed
– https://themeforest.net/licenses/standard
Thanks
Hi,
The setting you are mentioning from the Yoast Seo plugin should prevent the sub-pages from displaying in the search results – https://kb.yoast.com/kb/how-do-i-noindex-urls/#archives
Maybe you need to clear your cache, and wait for google to re-index your website and then the results should display properly.
Thanks
Hi,
Please make sure you are entering the video id’s properly. They must be entered like this
– https://www.screencast.com/t/Rv98BgLI5Q2M
Then save and update the page, the playlist should display the valid videos. Also clear any caching installed, maybe the page is not refreshing because of a cache you might have.
If you already tried it like this and the video does not appear in the playlist, please check the theme system status and make modifications to the parameters mentioned according to this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
The post filter on the blocks works by entering specific post Id’s in the required field. This must be done manually by identifying the post Id and entering it. There is no option to have an autocomplete function for the field. If you want to implement something like this it would probably need modifications to the plugin, and that would not be an easy task.
Thanks
Hi,
Maybe you are not configuring the shop page properly
– https://www.screencast.com/t/dW3HjnekZ
This way the shop page should display all your products on the shop page. Here is a link to the Woocommerce plugin official documentation guide for setup and installation
– https://docs.woocommerce.com/
You can also use elements from Woocommerce in the Visual composer editor for pages
– https://www.screencast.com/t/tZqrtIPjSZ
Thanks