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 :)
Catalin
tagDiv Staff

Hi,

Please notice that here -> https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/ are explained all of the steps which you need to follow. It’s not complicated. You should only download the plugin and edit the td-API-plugin.php and rename the 77 with your desired block name or simply multiplicate the code to create your own block like this -> https://www.screencast.com/t/TSyyjlCf

I hope that you understand the process!

Thanks.

Catalin
tagDiv Staff

Hi,

Unfortunately, the theme does not have any such a blank template or empty page, sorry! Another alternative, in this case, would be to create your desired page with all the elements you want and then, for this page, you should create your own custom CSS code to display none for header and footer. The following guide might be useful for you -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

You can try to add the shortcodes of them inside the Text with Title element in the Widgets section area to display the Newsletter and Slide Element. The shortcodes of them might be found here -> https://www.screencast.com/t/5ZP10ItONj Use the TD Composer on a test page, configure your Newsletter and then, edit that page with the Classic Editor (Edit page not with TD Composer), take the generated code and add it inside your Sidebar from Widgets section area, inside a Text with Title element, like this -> https://www.screencast.com/t/R8ElZEk1Evg Also, please notice that he Slide element exists through the list of available elements for Widgets.

Hope this helps and ket us know how it goes!

Thanks for oyur understanding!

Catalin
tagDiv Staff

Hi ermannaro,

Let’s clarify this case! What you have done is not very recommended, because your images which you have taken with copy/paste are not loaded into your Media Library. Here is talking about an external image URL. Practically, you will display those images on your website which are stored on the other site. The problem appears when this website is not live and all of these images are not available, you will bring these results (no image). That’s your problem! Your old backup is working to a website? The URL for your copy/[paste images are valid? Otherwise, these will not work. This thing happens when you use an external link for your image. Please understand that when you take an image with copy, practically you will take the URL of this image and paste it in your website. When this URL will not work, or if that image has been removed, you will bring nothing. All the image which are used on your website sohuld has to be loaded into your database, imported in Media Library if you want to achieve better theme results.

I hope that you understand this effect!

Thanks for the message!

Catalin
tagDiv Staff

Hi,

If you want to eliminate the spam user registration, you need to read the following topic from here -> https://wpforms.com/simple-tricks-to-eliminate-spam-user-registration/

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

If you want to make this modification, you need to edit the code from here -> https://www.screencast.com/t/5vDpdOuSGvv

Thanks for oyur understanding!

Catalin
tagDiv Staff

Hi,

Until now, we do not have any bad reports regarding this. You can use the latest version of WordPress.

Thanks.

Catalin
tagDiv Staff

Hi,

If you want to add some icons in front of your menu items, you need to use a plugin for that. As a hint, you can try using the Font Awesome 4 Menus. Check the following documentation from here -> https://forum.tagdiv.com/newsmag-how-to-add-icons-in-menu/

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Please notice that the Article Box has been designed to be hidden on mobile devices because the width of the mobile devices is too short and the content of More Articles box will come over your post content and it’s not okay. By default, this element is hidden and I do not know why is on your website. I suggest to use the code below and place it in Theme panel -> Custom CSS Area to hide the More Article Box on mobile.

@media(max-width:767px){
.td-more-articles-box{
display:none;
}
}

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

I have checked your website and it seems that for that post template 4, the Subtitle was hidden on mobile and that’s why you bring nothing. Please try using the code below and place it in Theme panel -> Custom CSS area.

@media (max-width: 767px){
.td-post-template-4 .td-post-sub-title {
display:block;
}}

The result is here -> https://www.screencast.com/t/fdh7WhyO

Thanks for your understnading!

Catalin
tagDiv Staff

Hi,

I have checked your website and I saw the big white space which seems to come from your page configuration with Visual Composer. As a quick solution, try to use the code below and place it in Theme panel -> Cusotm CSS area.

.home .vc_row-flex{
min-height:0!important;
}

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Your website is this one https://www.xxlifestyle.com/, right? Please provide a certain link of post or page where the problem appears so I can take a closer look at this section and also, so I can identify the cause of malfunctioning. I have checked some posts from your website and the images seem to work as expected. -> https://www.screencast.com/t/4tQgJNQ7Tme1

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

If you want to affect the footer template, you need to check here -> https://www.screencast.com/t/ak4ltVAYm

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Try to use the code below and place it in Theme panel -> Cusotm CSS area.

.td_block_template_8 .td_module_wrap:hover .entry-title a{
color:green;
}

The result is here -> https://www.screencast.com/t/APfi0rvFi

Thanks.

Catalin
tagDiv Staff

Hi,

Unfortunately, we do not have any such a script for this case, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello,

I have made a test on my side and the subtitle seems to be displayed as you can see here
-> https://www.screencast.com/t/RXnh9BDTyq Please provide your website URL so I can take a closer look at your subtitle section.

Thanks.

Catalin
tagDiv Staff

Hi,

Check your Retina thumbs to be enabled or disabled as you want. If Retina is enabled, please notice that our theme create another image size which is double than the original one. (example -> 324*160 -> 648*320). If you are using some plugins for images, please disable all of these, clear all the caches and also, try using the Force Regenerate Thumbnails which remove all of the unused thumbnails.

Hope this helps and let us know how it goes!

Thanks for oyur understanding!

Catalin
tagDiv Staff

Hi,

At the moment, the theme does not have any such an option that allows you to have more than one footer.

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Unfortunately, our mega menu functionality has not been designed to display the CPT in that section, sorry! Only normal type posts can be displayed in that section, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hi,

Unfortunately, the theme does not have any such an option that allows you to do something like this, sorry! The only option for post ID Filter can be found in each block from here -> https://www.screencast.com/t/NzVuaRBmuOX If is not what you mean, please notice that for achieving as you wish, is required to make some additional customizations through the code which also, involves doing such custom work and we cannot provide these kinds of services at the moment, sorry! Usually, we recommend the developers from studio.envato.com.

Thanks for oyur understanding!

Catalin
tagDiv Staff

Hi Matt,

Unfortunately, the theme has not been tested in this case but please notice that you can use the shortcodes of your blocks (newly created blocks for example) and add them inside your widgets section. -> https://www.screencast.com/t/GsH43y3E2zx6

Thanks for your understnading!

Catalin
tagDiv Staff

Hi,

If you will use the Footer Page functionality, the old footer template will remain there in the back, without any major importance. When you are using the Footer page, notice that ‘s a simple page which can be added to your footer. For more details about this functionality, please check the following topic from here -> https://forum.tagdiv.com/footer-templates/

Thanks for oyur understanding!

Catalin
tagDiv Staff

Hi,

This is the theme requirements guide – https://forum.tagdiv.com/requirements-for-newspaper/
Please check the requirements guide carefully and if needed increase the parameters mentioned in it, or ask your hosting provider to do it for you if possible.

That message you are receiving could be caused by a low max upload size value, like in this similar topic
https://wordpress.org/support/topic/the-link-you-followed-has-expired/

Hope this helps and let us know how it goes!

I’m here to assist you!

Thanks.

Catalin
tagDiv Staff

Hi,

Please check the following useful guide from here -> https://forum.tagdiv.com/tagdiv-composer-not-working/ and ensure that the problem does not come from these cases. Also, check the system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/

Hope this helps and let us know how it goes!

I’m here to assist you!

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Please provide your website URL and also, more details about your issue so I can identify it closer.

Thanks for oyur understanding!

Viewing 25 posts - 1,676 through 1,700 (of 23,298 total)