Hello,
You can find the code used for featured videos here: https://www.screencast.com/t/UAwQIPj8RB and https://www.screencast.com/t/hit0bDMt78
Thank you!
Hello,
The social counter issue could be linked to the same plugin conflict. Please try to disable all plugins except visual composer, clear cache and reset cdn files. That way you can test the theme without plugins as they are the number 1 reason for styling issues.
Thank you!
Hello,
You have to create a sidebar and assign it to your categories. On pages you create the sidebar in the visual composer page builder. On category pages or posts you will have to create a sidebar in the widgets area of WordPress and assign it to your category: https://forum.tagdiv.com/sidebars-tutorial/
Thank you!
Hello,
Sorry but visual composer does not come with a key. The free version does not have one. Please read this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hi,
I have checked your site but cannot see any missing images. They all seem to work every time. I tested and loaded it over 20 times but no error was shown. Please test from a different device as well. The mobile version also loads properly. You can try to disable the lazyload option as it is the first to break on a javascript error. That is the cause of disappearing images as it translates from an opacity of 0 to 1 and if a js error is presented, the image opacity is stuck at 0.
Disable lazyload to fix disappearing images but the js error will not get fixed. That is something you will need to investigate and see where it originates. I cannot see it right now.
Thank you!
Sorry, still no go.
Hello,
Unfortunately the theme has no such option. You will have to alter the theme code and css to make it show up in the left side of the title. You will have to modify this file: https://www.screencast.com/t/O8cY39DwWBh and move the code for the date above the title and then use css for positioning and styling.
Thank you!
Hi,
I have checked your site and each and every part of your homepage is present on mobile devices. There is nothing missing. Please provide more detailed instructions to what exactly is the problem. What is missing. What is not displaying properly as we cannot find any issue.
Thank you!
Hello,
You can simply de-register your theme from the current domain from the system status: https://www.screencast.com/t/uChS68YT52
And then you can activate it on the new domain using the same key.
Thank you!
Hello,
Please provide a link to your site so I can inspect it.
Thank you!
You have it hidden with css. Please check your theme panel-> custom code and remove the code that hides the dates on block 9 : .td_block_9 .td-post-date
here is how it will show once you enable the date: https://www.screencast.com/t/ErPg03mp5FS
Thank you!
We used 712 px on our demo but other heights might work as well.
Thank you!
Of course 🙂 no problem. The code for the posts can be found in 2 files actually. Each post style has it;s own set of 2 files in the main theme folder: https://www.screencast.com/t/ebhiq5RDo
As for the blocks, they are simply containers for one or more modules. The module is the base element and they are found here: https://www.screencast.com/t/DZyZRMFtX8zT
Thank you!
Replied via email
Thanks.
You can send us an email at contact@tagdiv.com and provide the url there. Make sure you provide a link to this topic though so I can identify you.
Thank you!
Please contact us via email at contact@tagiv.com and provide a link to your site and wp-admin so we can login and investigate. Please also post specific instructions to exactly what you are trying to achive and how you tried it and did not work.
Thank you!
Sorry but I cannot access it: https://www.screencast.com/t/HWKW59cn
Hello,
Th text can be translated to whatever you want from the translation settings here: https://www.screencast.com/t/8X56Bttifwo
As for the color, it will grab the color from the theme accent color: https://www.screencast.com/t/sBOKrkwy
Thank you!
Hello,
In order to cahnge the order of the social icons you will have to change the order in this array: http://screencast.com/t/hHMZne9nOLnF
After you do so, please access your theme panel in the social networks section and hit the save button: http://screencast.com/t/hEGNlLNiPBnJ
Thank you!
Hello,
It is as the error says, the folder already exists. Please access your site’s files via ftp and delete the ‘jscomposer’ folder from the plugins folder. Then you will be able to install it normally.
You had a previous version of visual composer and it was not removed entirely. The folder remained behind and wordpress needs to create a new folder with that name but provides an error if there is already a folder with that name present.
Thank you!
Hello,
For pages you have to add the implementation on the row containing the sidebar like this guide suggests:
https://forum.tagdiv.com/smart-sidebar-2/
Thank you!
Hi,
You provided a screenshot from the widgets area and I assumed the sidebar is what you are after. If you want to add a widget on posts, you can either add it on each post in particular or on ALL at once using a shortcode implementation. I assume your custom widget has a shortcode so you can use the do_shortcode funstion in the post template files like so:
<?php echo do_shortcode ('your shortcode here'); ?>
https://www.screencast.com/t/Sn1Sumh2d
Thank you!
Hello,
Unfortunately a small image such as this one: http://juglax.com/mercy-johnsons-husband-talks-marriage/ cannot occupy the full width of a large container such as the one on your homepage grid. Our theme will crop images but it will not enlarge them. For that you will have to use an upscale plugin. We suggest using images at least the size of the biggest container you use. In your case you need at least 741×486 px
Thank you!
Hello,
I assume you are referring to the active color of the menu item on each page. It is now set to black. You can use the page id and change it;s color for each menu item in particular like so:
.page-id-20161.td-black .td-header-style-5 .sf-menu>.current-menu-item>a{
color:#dc8440;
}
Duplicate the code and change the id and color for each page
Thank you!
Hello,
It is possible to have 2 different pages with different menus as this topic suggests: https://forum.tagdiv.com/topic/conditional-logic-for-menu/ but you cannot have 2 homepage.There can be only 1 homepage.
Thank you!