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

That may be caused by insufficient memory, in similar cases that was the cause. Please try to increase the WP memory and other parameters according to the requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
A value of 256M would be enough for most websites. If needed the hosting provider should be able to do this for you.

If you have other plugins installed, deactivate them temporarily as well.

Simion C.
tagDiv Staff

Clearing the browser cache and any other cache the website might have, also CDN when used, seems to fix the issue with the thumbnails in most cases. We will monitor the situation and continue the investigation in this case.

Simion C.
tagDiv Staff

Hi,

@IFP News If the plugin decides to insert itself there, from the theme side there would be nothing that can be done to control a plugins behavior or positioning.

So only if that plugin has a shortcode or code implementation could you control where it appears within the theme elements, by adding that code manually in the desired position inside the post template files.

Thanks

Simion C.
tagDiv Staff

Hi,

The functionality of the menu would be simple, the main menu item is hovered and the sub-menu is set from display none to display block. There are no transition or anything that would slow this down from what I can see.

There is some delay in your case from what I can see, for some reason. I could give you a code you could try and see how it goes
https://www.screencast.com/t/vkakUXnggty

.tdm-header-style-1 .menu-item-has-children:hover .sub-menu {
display: block!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That will make the font bold, like this – http://prntscr.com/lrxliu
You can add more CSS to the code if you wish to make it more visible, like font-size, or color. I will help you if that is what you want. For example
http://prntscr.com/lrxmzx

Code used

.td-load-more-wrap .td_ajax_load_more {
font-weight: bold!important;
font-size: 15px;
color: black;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There is indeed a darker gradient applied to the bottom of the images
http://prntscr.com/lrxj67
That would be to make the image caption more visible. I could give you a code to remove it
http://prntscr.com/lrxk5d

Please enter this code in Theme panel->Custom code CSS section, and it should be removed

.mfp-figure:before {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe such a plugin exists, I found some plugins for auto posting
https://revive.social/best-wordpress-plugins-social-media-auto-posting/
https://managewp.com/blog/automatically-share-blog-posts

We did not try any unfortunately, so I can’t say which one would work. You could make tests with some, or search more online for other plugin suggestions.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no option to add new currencies in the exchange widget, at the moment. Maybe consider using a plugin that offers more currencies instead. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

Those menu items do not link anywhere on desktop as well from what I can see, so they will not on mobile.

Try to remove those menu items and re-add them as categories this time, so they will direct to the respective category when clicked
https://www.screencast.com/t/FcViuWfgp

Thanks

Simion C.
tagDiv Staff

Hi,

Could be a database problem, the search results may be affected by a slow or not optimized database. You could contact the hosting provider to check if there are any problems at database level, they should be able to investigate this.

Thanks

Simion C.
tagDiv Staff

Hi,

I tried selecting a block of text in visual mode, seems to work alright
https://www.screencast.com/t/ebD7kSyotF

Simion C.
tagDiv Staff

Hi,

So you are referring to the ads that are displayed inside the post loop? By itself the theme cannot do that, there are various code solutions in the forum you could try if you want to do something similar

https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/
https://forum.tagdiv.com/topic/in-feed-adsense/
https://forum.tagdiv.com/topic/how-to-add-adsense-ad-after-5-10-articles-on-main-page/
https://forum.tagdiv.com/topic/adsense-infeed/

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe you are uploading the whole theme package. When you download the theme from themeforest you can choose either the full package which contains more than just the theme
https://forum.tagdiv.com/whats-included/
Or just the theme itself which can be installed.

If that is not the case maybe check the max-upload size parameter to be according to the requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/

These theme install guides would be helpful
https://forum.tagdiv.com/install-via-wordpress/
https://forum.tagdiv.com/install-via-ftp/

Also you could try and install the theme by FTP, that should cause no problems.

Thanks

Simion C.
tagDiv Staff

Hi,

That can be set as recommended by adding a code in the htaccess file, please check at the bottom of the requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/

So the issue started to happen only after the theme has been updated? Please check if there are any errors in the browser inspector console.
Could be same as here maybe – https://forum.tagdiv.com/topic/cant-save-theme-options-2/

Also if you use Wordfence maybe, set the firewall to learning mode and check again
https://www.wordfence.com/help/firewall/learning-mode/

Let us know.
Thanks

Simion C.
tagDiv Staff

Hi,

Be sure to also clear any caching and CDN you might use, also clear the browser cache. Then check again if the issue still happens.

Simion C.
tagDiv Staff

Hi,

I have checked the website, I see there is a sidebar currently in the post pages and the homepage
http://prntscr.com/lrv75n
Maybe you solved the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

Flex blocks and loop elements can display the author photo, but like this
http://prntscr.com/lrv67b
So not over the image, maybe in the future there will be more options added.

Thanks

Simion C.
tagDiv Staff

Hi,

So you deleted the page permanently? WordPress provides multiple steps just to ensure that pages are not deleted for good. First they will be moved to the trash section and only from there one can delete them permanently
https://www.screencast.com/t/Rg92b7mfBYzs

Maybe it is in the trash section, you could check there and restore it. Then set it again as homepage in the WordPress settings
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Thanks

Simion C.
tagDiv Staff

Hi,

Seems I did not notice that issue, sorry. I was looking to the drop down section (sub-menu) not the arrow indicator icon.

I checked some theme demos with drop-down menus on Edge and IE, the arrow it displayed alright there.

You could try a code like this to fix the issue – https://www.screencast.com/t/p8D5yQHY

.td-header-style-10 .sf-menu .td-icon-menu-down {
right:10px;
}

It should position the arrow to the right. Let me know if it works properly.

Thanks

Simion C.
tagDiv Staff

For the zoom on hover use this code for example – https://www.screencast.com/t/N9IDIp1Z

.td_single_image_bg:hover {
transform: scale3d(1.1,1.1,1);
-webkit-transform: scale3d(1.1,1.1,1);
-moz-transform: scale3d(1.1,1.1,1) rotate(.02deg);
}

It is the same as the big grids hover zooming effect.

Simion C.
tagDiv Staff

Hi,

Deactivate and delete the mobile theme plugin you currently have installed (old plugin).

Then install it from the new theme package
https://www.screencast.com/t/er3iyfpjDch

The mobile theme plugin has to be updated manually after a theme update.

Thanks

Simion C.
tagDiv Staff

Hi,

It could be a conflict with a plugin, from what I can see there is a js error concerning this plugin
https://www.screencast.com/t/q3lCwciAnc

Please try as a quick test to deactivate this plugin and check if the slide is working properly then.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try what is suggested in you other topic and let us know
https://forum.tagdiv.com/topic/newspaper-9-theme-panel-and-problems-updating/

Thanks

Simion C.
tagDiv Staff

Hi,

After the update please clear any caching the website may have, also purge CDN files if used. We are currently investigating some reported issues with the theme lazyload.

If you are experiencing such an issue with the images please keep the lazyload disabled for the time being
https://www.screencast.com/t/79PwbzGlCpun
We are sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

Please deactivate and delete the td-template-builder plugin
https://www.screencast.com/t/roM8iu2LxyQ
This plugin was a development version of the cloud library plugin. I believe it was included in an older theme package.

At the moment only the cloud library plugin is included in the theme package and provides access to the cloud templates
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thanks

Viewing 25 posts - 5,051 through 5,075 (of 20,681 total)