Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

This is an unusual issue. I could give you a code that will fix this problem for all the posts, like this
https://www.screencast.com/t/usVE8dtW
Enter this code in Theme panel->Custom CSS section

.td-post-content #fb-root+p {
margin-bottom: 26px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please check these topics for more useful information
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
There are many other topics here on the forum regarding page speed optimization that you can try.

Thanks

Simion C.
tagDiv Staff

Hi,

Try a code like this that will remove the margin
https://www.screencast.com/t/farfFoWZS

@media (min-width: 1019px) {
.td-header-style-5 .td-a-rec-id-header > div {
margin: 0 auto!important;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the all the theme panel custom code sections and see if the code is present in one of these sections. If you edited any file from the theme directly check that as well. If you have a child theme, it might originate from there. Switch to the main theme and see if the code is still present.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe it would be much easier to simply use a plugin that has this option. Search and try a few plugins and select the one you like and has what you need.
I am sure that there are many plugins to choose from to achieve something like this for the post images.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe that is happening because there is a red background color set here
https://www.screencast.com/t/KGxPI1dnQNL
That will apply to the banner ad, and probably that is why the red background appears.

Thanks

Simion C.
tagDiv Staff

Hi,

If it needs to be placed in the head, insert in the header theme file, between the head tags
https://www.screencast.com/t/VrkBzpze9
Any modification made directly to the theme files will probably be lost when the theme is updated.
You can make modification through a child theme, as this will not be affected by the theme update
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

It seems like the content inserted in the text element and then in the tabs has a spacing problem from what I can see
https://www.screencast.com/t/7zBMAL7kb5
The height of the element does not take into account the image size, that is how it seems. I have not seen this before, I could not say why this is happening. Either leave the empty spaces as it is now, or I see that placing a height for the text columns element works as well
https://www.screencast.com/t/3W8qfoib9ptC
The other problem that is happening is very unusual. Deactivating a plugin should not reset the theme activation. Something is not functioning properly with the theme or the database.
You could try a fresh theme install if possible, and use only theme plugins at first
https://forum.tagdiv.com/install-via-ftp/
The tagDiv composer will automatically activate itself when the theme is installed or updated.
Check if the issue is still happening. Make a full backup before, just to be safe.

Thanks

Simion C.
tagDiv Staff

Hi,

You could do that. It would require the code to be more precise, like this for each module of the Big grid
https://www.screencast.com/t/8j9CKkRHi
https://www.screencast.com/t/tk1qPHObn

.td_block_big_grid_12 .td_module_mx5 .entry-title a {
font-size: 25px;
}
.td_block_big_grid_12 .td_module_mx11 .entry-title a {
font-size: 16px;
}

Use the values you want in the code for the font.

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say why this is happening, I found that it might be related to server parameters. Try something like the code mentioned here, which seems to work for me in changing the language for the Facebook video
https://wpism.com/embed-facebook-live-videos-wordpress/
Default – https://www.screencast.com/t/vfkwI05FrkM5
With code added in the header file like this
https://www.screencast.com/t/EdcsIFYB
https://www.screencast.com/t/Cr8lY8QcC7P
If you have caching clear it before checking the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Please read this tutorial about the theme update
https://forum.tagdiv.com/how-to-update-the-theme-2/
If you made modifications to the theme files directly, these will be lost. Everything else like theme panel settings will not be affected. Consider making a backup before you update as instructed in the guide, just to be safe.

Thanks

Simion C.
tagDiv Staff

Hi,

Each demo has it’s own custom styling and design. I believe the Gadgets demo has a social icon hover color set in the theme panel
https://www.screencast.com/t/RMJGOHz4SD
https://www.screencast.com/t/Zh4D0Ja89DOl
Remove that color and the social icons in the top menu and footer sections will be displayed as default. Or set a custom color of your choosing.
The color for the active and hover color can be changed in the theme panel, for all the menu items at once
https://www.screencast.com/t/BXnOtKMw
A color cannot be set individually. That could be done with custom code however.
This is a tutorial about using the browser inspector to identify the elements on the page and their classes in order to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Please check these tutorials for page speed improvement
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
https://forum.tagdiv.com/cloudflare-cdn/
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
There are many other topics and guides here on the forum that you can follow to achieve better results. The subject of page speed is not related only to the theme, there are many other factors that affect website loading speed.

Thanks

Simion C.
tagDiv Staff

Hi,

On desktop leave it like this
https://www.screencast.com/t/ao2frwnStjH
Then maybe use a code like this to remove the float and center the ad on smaller devices
https://www.screencast.com/t/sZv1M8nmgg
Remove any other previous code used regarding the ad and try this one. Enter it in the Custom CSS section in the theme panel

#ad1 {
top: 10px;
left: 10px;
float: right;
}
@media (max-width: 767px) {
#ad1 {
float: none;
text-align:center;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

This is not difficult to achieve, it was created and designed to be accessible. Simply click on the block while editing the page with the tagDiv composer, and the block settings section will be displayed
https://www.screencast.com/t/9Ez1QhRA
There you can customize the block how you want. The post sorting options are in the filter tab along with other filtering options
https://www.screencast.com/t/1BOj1m1CHh
Please follow this composer tutorial for more useful information
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this tutorial about the smart sidebar implementation, including on pages
https://forum.tagdiv.com/smart-sidebar-2/
You need to add a particular class on the row as mentioned in the guide.

Thanks

Simion C.
tagDiv Staff

Hi,

Disabling the tagDiv composer should not have any effect in pages built with Visual composer or crash the website or page.
There might be other factors that could be causing this kind of layout issues. Plugins, custom code in theme panel or in the theme files, customization of the theme elements (like blocks and modules) directly or through a child theme.
If you could maybe provide a link to the website you mention with the layout issues, we could inspect it.
Try using the browser inspector to inspect the block mentioned, and maybe identify what is causing it to display like that and where is it coming from.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems that way however. The server might be blocking this process through a firewall or security plugin. There is nothing that can be done from the theme perspective, as the server is denying the request.
Please try and contact the host, provide them with the error, and they will surely help get this solved.

Thanks

Simion C.
tagDiv Staff

Hi,

The latest version of the theme supports PHP versions up to 7.1. So there should not be any problems in this matter. Maybe keep using the version that worked previously, and create a testing environment with a fresh theme install, only with theme plugins and test to see if everything works properly.
Also check if the wp-debug is set to false
https://forum.tagdiv.com/system-status-parameters-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that is a top ad above the website body, and also side ads. The theme does not have this kind of ad implementation options. A single background ad can be set like this
https://forum.tagdiv.com/background-ads/
Maybe there are plugins that you could use to achieve something like that. Some users use the Adrotate plugin that seems to work properly wit the theme, but I could not say for sure if it has options like this.

Thanks

Simion C.
tagDiv Staff

Hi,

Try it like this, enter the email input along with the others here
https://www.screencast.com/t/sxeSBUrQo
Like this
https://www.screencast.com/t/KKzHrGIF
Before and after should be like this
https://www.screencast.com/t/5ZEYmKJotAE
https://www.screencast.com/t/ryLH4yA0iJ

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the flash of the website on loading. That visibility of this flash depends on how well the website is optimized. If it takes a long time to load the effect is more visible.
The styles will load in cascade one after the other, until the last one. If you have custom code used to customize the website, enter it directly in the theme stylesheet. If you want to customize a demo, try doing it directly in the demo stylesheet
https://www.screencast.com/t/wAoqG1Iy1
That way they will load with the rest of the style, removing or reducing this phenomenon.

Thanks

Simion C.
tagDiv Staff

Hi,

I found this detailed and useful guide that you can read for more information, it contains code implementation instructions that you could try as well
https://premium.wpmudev.org/blog/schema-wordpress-seo/

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried the same thing in tagDiv composer, but I do not have this problem with the row background
https://www.screencast.com/t/SDx8zYUxgoqw
Please try as a test to deactivate all plugins except the theme plugins, and clear any installed cache. Then try the row stretch and background again. It should work properly for you as well.
Maybe a plugin or if you have custom code in the theme panel, could affect the row background.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme files an classes have changed since this was discussed. If you would like to remove the header search try a code like this
https://www.screencast.com/t/9FAq9xewdVd

.td-header-menu-wrap .header-search-wrap {
display: none;
}

Thanks

Viewing 25 posts - 16,176 through 16,200 (of 20,681 total)