Hi,
I don’t believe there is an option to show or hide this option. Maybe you are using a different Visual composer then the one provided in the theme package, because this capability is available by default. Try updating your Visual composer plugin to the latest version using this guide – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thanks
Hi,
Are you still experiencing problems with the weather widget? It is working properly now on your test page
– https://www.screencast.com/t/WYa8G5JVFM
And on my end
– https://www.screencast.com/t/dIFYsbli
Thanks
Hi,
I cannot think of any other cause for this without inspecting the problem first hand, and I would very much want to solve your issue. Basically if the required thumbs for the element is enabled
– https://www.screencast.com/t/zvGyFtQBgF and the post has a featured image set, this will display as intended.
Please make sure all these thumbs are enabled in Theme panel->Block settings
If it is possible please send us an email at contact@tagdiv.com and provide admin login information, so we can investigate this problem. Also paste a link to this topic for identification purposes.
Thank you for understanding!
Hi,
To have the icon to the left of the title try it this way – https://www.screencast.com/t/UMzGCR8ja5
.mycustomclass .td-block-title:before{
content: "\F050";
font-family: FontAwesome;
margin-right: 15px;
color:black;
}
Thanks
Hi,
Please provide some useful examples or a link pointing to your website where the issues are present, so we can see these theme related problems with the plugin.
Thanks
Hi,
Please provide more details about what you are trying to achieve, so I may give you a more accurate answer.
Thanks
Hi,
It is strongly recommended to use only the highlighted columns when creating your page – https://forum.tagdiv.com/how-to-use-visual-composer/
However it is not impossible, so you could try to create the layout you want and see if it is suited for your project and works properly. But please note that some blocks or other elements may not display as intended in these conditions.
Thanks
Hi,
I thought you have enabled Visual composer for posts and it is not showing in the post page. But this is not the case. If you are missing the respective option, please check in your profile if this is disabled by any chance
– https://www.screencast.com/t/0WquudENgmR
Thanks
Hi,
Sorry for misunderstanding. That could be possible if you were to set a word-break property to the module title
– https://www.screencast.com/t/u3gHDrzGP but I can not think of another way. It all depends of the words used in the post title and their length. Maybe this will be somewhat helpful or give some ideas.
.td-module-title {
word-break: break-all;
}
Thanks
Hi,
To center these elements you can use a code like this – https://www.screencast.com/t/eQz0FLI2TO
.mp-choices-wrapper {
float:none!important;
width: 150px!important;
margin-left:auto;
margin-right:auto;
}
Thanks
Hi,
You can try any method you want, and decide which path to follow for these customizations. I thought you would find the respective topic useful as it is related to what you are trying to achieve. You can make your modifications directly to the theme files, but if you were to update the theme you will lose them.
The theme will load the default comments unless removed or replaced as shown in that topic
– http://www.screencast.com/t/wPRAEUTQrkU for the single post page, or in the comments.php file located in the wp_booster folder.
Thanks
Hi,
The option to add a custom class on blocks – https://www.screencast.com/t/dMJsMovJomF or rows – https://www.screencast.com/t/FewLWi7KRHb2 in Visual composer is not recent as far as I know. Maybe you have just not seen it before. Or maybe it was not available in older versions of Visual composer.
Thanks
Hi,
As I said before, please check if you have all the thumbs enabled in Theme panel->Block settings
– https://www.screencast.com/t/OgaBbows8
Big Grid 1 full uses this thumbnail size – https://www.screencast.com/t/GEcV67mEtE
The method provided above for the hover works properly on my end. If you select the options as shown in the screenshot, there will be no zoom effect when hovering. Maybe you have caching installed locally or server-side, try to clear the cache after making all these changes.
Thanks
Hi,
You can send us an email at contact@tagdiv.com and provide more information about the problems you are having regarding the theme, and admin login information if necessary. Also paste a link to this topic so we can identify you.
Thanks
Hi,
The code may not work properly for all block header styles, since this is just a workaround solution. For Block Header style 8 you have to use it like this – https://www.screencast.com/t/1epnoMnPFWi
This is the code, just remember to use your own custom class and icon code
.mycustomclass .td-block-title span:after{
content: "\F050";
font-family: FontAwesome;
margin-left:15px;
position:absolute;
color:black
}
Thanks
Hi,
The theme works properly by default and this issue is not present. Try to think about what modifications have been made to the theme files, or maybe custom code in theme panel. Also deactivate the child theme if you are using one. Almost all the time plugins are to blame for these kind of image problems, and the solution is to find the responsible one. You can also clear any caching installed after you deactivate the plugins.
Try inspecting the page using the browser inspector to see if there are any errors in the console. Maybe this will provide a clue to why this is happening.
Thanks
Hi,
Almost in every case plugins are to blame. I have tested your website on iphone and I see the problem. On Android phones using Chrome browser it displays properly. I would suggest as a test, to disable all the plugins except Visual composer, clear any caching installed, deactivate the child theme if you are using one and check again. Also make sure you have updated all the plugins provided in the theme package and you are using. Please let us know how it goes.
Thanks
Hi,
You could set a margin for the page using a code like this – https://www.screencast.com/t/Jj1PXGASc
so the background would display like you want. However you should enter this code in Theme panel->Advanced Css in the desktop section – https://www.screencast.com/t/DpdoGI2fGXxy because it may not look properly on smaller devices. This is the code used
.td-boxed-layout {
margin-top: 48px;
}
Thanks
Hi,
That depends on where do you want to insert that image. For example if it is inside a post you can set a custom link for each of the images inside the post
– https://www.screencast.com/t/Anztu6sGIeDR
– https://www.screencast.com/t/HTRHIgPVbyJJ
For pages, if you are using the Visual composer editor you can use the Single image element
– https://www.screencast.com/t/RpJxVFURCe and link the image to a custom URL
Or you could use a Image box containing multiple images
– https://www.screencast.com/t/Cz69MOJeeq also with custom URL’s
Thanks
Hi,
The post pagination appears right after the post content, or after the article bottom post if one is used
– https://www.screencast.com/t/TZ7tJA4LKVQ
If you would like to move the author box inside the post structure you will have to modify the theme files. You must edit the file corresponding to the post template style that you are using for the post
– https://www.screencast.com/t/VTCkYDtvqq
For example if you are using Post template style 2, the file is loop-single-2.php
You must open this file from the theme folder, using a text editor and there you will see the post structure
– https://www.screencast.com/t/VyAjntoNByL2
There you have to move the line of code containing the author box like this
– https://www.screencast.com/t/eSMYglKn if you want it to display after the post pagination
– https://www.screencast.com/t/eSMYglKn
The comment section is always displayed at the bottom of the page after the related articles if this feature is enabled.
Thanks
Hi,
That section is not limited to show only ad codes. You could enter your own image with a custom link for example
– https://www.screencast.com/t/eoBpoLyS9 or just a plain image – https://www.screencast.com/t/iZi8XfXSWnm
Thanks
Hi,
It seems the iframe that it is using has a fixed with, and it will display like this at all times. You could try to modify the code to something like this – https://www.screencast.com/t/dtA0JZNC so it will be contained in the post content. But unfortunately I can not modify the image size inside the iframe with custom code, it seems it has the same fixed width – https://www.screencast.com/t/Vb9lCKzN5nV
If it were to have a width like this – https://www.screencast.com/t/NJYOQKrtXO instead of the fixed width, it would display properly.
Thanks
Hi,
You could use a code like this to change the font size for the comments
– https://www.screencast.com/t/qeBiobUj1
If you would like it to apply only for specific devices, you can enter the code accordingly
– https://www.screencast.com/t/O4gvzocZdAMG
.comment-content p {
font-size: 10px;
}
Thanks
Hi,
You can try this code to remove the border that you mention, on that respective module
– https://www.screencast.com/t/3Gg3QbcpYsZ
The code must be entered in Theme panel->Custom Css
.td_module_14 .entry-title:after {
border-bottom: none;
}
Thanks
Hi,
Sure there is, you just have to modify the code provided above and use what color you would like for the title
– https://www.screencast.com/t/ddPjUtYhbDS
You can use the color in any format you want – https://www.w3schools.com/colors/default.asp
Thanks