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

There are post rating plugins as well, so users can rate the post. You could try a few if that is what you need. Try this one for example
http://www.wpbeginner.com/plugins/adding-a-post-rating-system-in-wordpress-with-wp-postratings/

Simion C.
tagDiv Staff

Hi,

1. That would mean you do not have the latest theme version, this class was introduced when the post sharing settings were updated. Then I would require a link to you website f possible, so I can give you a more accurate solution.

2. It will display the ad according to the ad code, and your placement of the ad. Place it in a full row for example, and also make sure you have the ad size create properly
https://support.google.com/adsense/answer/6002575?visit_id=1-636524811549808619-1523200313&rd=1
You can as well set the size manually for Adsense ads
https://www.screencast.com/t/zz9k7lqRzyO

3. The inline ad will only display once, after a given number of paragraphs. It will not appear again with the current theme implementation
https://forum.tagdiv.com/article-ads/
If you require more options for ad implementation, you could use a plugin, like Adrotate for example. This may have more advanced options and also works properly based on user feedback
https://ajdg.solutions/manuals/adrotate-manuals/
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

1. You could add an empty space element below the events grid
https://www.screencast.com/t/ZOnyCeL4
This element can have a height set by you in it’s settings. Or even set a margin bottom to the grid, in the CSS tab
https://www.screencast.com/t/gD4bI1qD6eV

2. That is happening because of a condition in the demo
https://www.screencast.com/t/rrdvxGghPFO
If you were to remove that condition it would appear like this
https://www.screencast.com/t/ZRZLXVQf9H

3. Check if the modal image is enabled in the theme panel
https://forum.tagdiv.com/modal-window/
It should apply to all post content images once enabled in the theme panel, now it seems to be disabled.

Thanks

Simion C.
tagDiv Staff

Hi,

It would be best to try and contact your hosting provider with this issue. The htaccess file may be configured by them, and you should better not make any modifications to it on your own.
So try to contact them and explain the situation. Tell them the images return a 404 upon accessing the URL. They should know what to do in the matter. You can post the solution here if possible, for other users with similar issues.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected a few of your posts, at the moment there are no problems with the images in the related articles, from what I can see
https://www.screencast.com/t/TccxFDej
https://www.screencast.com/t/fjGHFJmQxB

Thanks

Simion C.
tagDiv Staff

Hi,

That could be possible with a custom code, I could try to give you a solution. Please provide a link to your website and mention for which blocks/modules you want this.

Thanks

Simion C.
tagDiv Staff

Hi,

I will add this on our list of possible implementations. I cannot make any promises however, if it becomes a popular request it will be considered.

Thanks

Simion C.
tagDiv Staff

Hi,

The Jetpack plugin is compatible with the theme, so there is no problem in that regard. The plugin will do what it is supposed to do. I don’t know how we could limit the plugin functionality through the theme in regard of the outgoing connections. Keep it deactivated if it causes problems with the hosting plan.
Instagram will refresh in order to display new content. Disable this as well, or try to display fewer images if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

There is an element in the composer that are created specifically for this task
https://www.screencast.com/t/v7rEnDZJes
Or maybe even the team member element could be useful
https://www.screencast.com/t/v7T0a52i0wG

Thanks

Simion C.
tagDiv Staff

Hi,

That could mean there is a problem. Usually image problems are caused by plugins or maybe custom code or theme modifications.
You could try as a first step to deactivate all plugins except theme plugins, then clear all caching. Check if the issue is solved.
We can take a look if you could provide a link to your website.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the posts have reviews, and they are hidden with CSS code. That will not be necessary, there are options now to choose if you want to display the review stars or author name and date
https://www.screencast.com/t/615dtmcY
A few versions ago that option was not available, posts with reviews would show the reviews only. The author name and date was not displayed in that case.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you are referring to, where does this word appear. If you could provide more details, or some useful screenshots it would be helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

You could use some CSS to style the scroll button as you wish. The browser inspector is a powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example such a code will do the job, you can make modifications to it
https://www.screencast.com/t/qSqAV9S1e

.td-scroll-up {
background-color: green;
opacity: .5;
}

This code can be entered in Theme panel->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,


@masterskg
The default sorting for the mobile top grid is by featured posts, this could only be changed in the code, as there is no setting in the matter.
This is where you can make the change to a random sorting if that is what you need
https://www.screencast.com/t/ydd9GJNt
https://www.screencast.com/t/2fSGl9Qz8

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer pages should not be edited with Visual composer, or the other way around. Choose the one you want and deactivate the other.

If you want to set a custom page, create it previously with the composer you use with the elements needed.
Then set it as shop page, the custom content will be displayed first, then the product loop or what it is chosen in the Woocoomerce settings for the shop page.
Do not edit the page again with the composer after setting it as shop page. There will be errors. That could be the issue that is happening to you.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try to clear all caching installed, clear CDN files if used as well. Clear browser cache, or test in a different browser. These actions solved the issue in most cases.
If there is still a problem, please provide a link to your website so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems to work at the moment
https://www.screencast.com/t/r0eba7JbE
Note that the counter values may not synchronize immediately, it will refresh periodically.

Thanks

Simion C.
tagDiv Staff

Desktop is considered above 1141px – https://www.screencast.com/t/FSH8e92msJLA
So for screen widths higher the that, it will look properly
https://www.screencast.com/t/dWhszweJS8pD
As the screen size decreases (considered tablet size), a different code would be needed to display properly, like this
https://www.screencast.com/t/5FcH1pYKYuUl
Enter the previous code as mentioned, in the desktop CSS section. Enter this one in both tablet widths
https://www.screencast.com/t/9sHPlX8qhn

.td-header-style-8 .td-header-sp-logo {
top: 20px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The allocated initial width may be insufficient for certain translation. Please try a code like this to increase the space, check if it works properly

.td-post-sharing-classic iframe {
width:auto!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed it will work, that could be a solution if you consider it. It would be impracticable for others maybe. Multi-purpose buttons have font settings in the theme panel, these are general settings
https://www.screencast.com/t/xMSnq3eE0g4
I believe that is a large button so you can make the font changes accordingly.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems that particular demo psd files are not included in the theme package, most are. I will make inquiries about this, and see why it is not included. I will give you an answer as soon as possible.

Thanks

Simion C.
tagDiv Staff

Hi,


@johnfelipe
Replied in your other topic.


@michaelmorena
You can request a refund and we will approve it as soon as possible, please follow this link if that is the case
https://themeforest.net/refund_requests/new

Thanks

Simion C.
tagDiv Staff

Hi,

You can edit the page with the composer and actually see the elements used. Then make the changes you want in the theme panel.
For example the top grid is Big grid 9, make the change here
https://www.screencast.com/t/bSU1tPEYnO
Next one would be block 19 – https://www.screencast.com/t/cTWfkqcs
Then block 25, block 15, another block 19 and block 15 again. All you need to do to identify the elements used is to edit the page and all the block types will be visible
https://www.screencast.com/t/NZ4LJh5YqC7u

Thanks

Simion C.
tagDiv Staff

Hi,

There is a list in the theme documentation, here
https://forum.tagdiv.com/theme-blocks-modules/

Thanks

Simion C.
tagDiv Staff

The actual shop page cannot be edited with the composer if that is what you are doing. It will always display content according to the predefined woocommerce settings
https://www.screencast.com/t/WpMs630ZpHXR
This default shop page can be skipped if needed, there are other ways of displaying products as mentioned in your other topics. More about the plugin settings here
https://docs.woocommerce.com/document/configuring-woocommerce-settings/

Viewing 25 posts - 12,851 through 12,875 (of 20,681 total)