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,

I have made some tests on mobile using Android Chrome and Firefox, there are no issues on any of the pages you mention
https://www.screencast.com/t/p1cIbHRN
https://www.screencast.com/t/PfYV64izdHBZ
The images are loaded without any action from my part, the page loads normally. Then I have tested on iPhone (Safari) the same pages
https://www.screencast.com/t/8FIrLAZn8HR3
The images are still loaded properly without any action on my part. I am not getting the issues you mention no matter how many times I refresh the pages in question. So if this happens for you, it is usual since it does not happen in my tests.

Thanks

Simion C.
tagDiv Staff

Hi,

The width of the theme container when a background is set is 1164px on desktop, I believe that is what you wanted to know. As the width drops the theme responsiveness will take effect, adjusting the containers.

Thanks

Simion C.
tagDiv Staff

Hi,

There were some issue with the multi-purpose plugin in update 8.5, however these were fixed in version 8.5.1 of the theme. We have not had any other similar issues like this, since the mentioned update.
If you have the latest them version try deactivating and removing the tagDiv composer and multi-purpose plugins. Install them again from the latest package. If you already tried this, and you have no additional plugins that could create issues, please send us an email at contact@tagdiv.com and provide admin login information. We will take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

It might have been, but these parameters are essential in the functionality of the theme and theme plugins. If the theme system status is configured properly and the composer still does not work correctly, try deactivating all plugins except theme plugins as a quick test. Test the composer again.
In case it still not works, please send us an email at contact@tagdiv.com and provide admin login information, we will make further investigations.

Thanks

Simion C.
tagDiv Staff

Hi,

A code like this will make that line white as you want
https://www.screencast.com/t/PzRRJvZr

.td_block_template_9 .td-block-title:after {
background-color: #fff!important;
}

If you have a custom class for the block it would be like this
https://www.screencast.com/t/Ljpe2EGm27hN

.myclass.td_block_template_9 .td-block-title:after {
background-color: #fff;
}

Thanks

Simion C.
tagDiv Staff

Hi,

A solution would be to remove the current left margin, and align the banner like this
https://www.screencast.com/t/ZMkMzrsD
The banner would be responsive on mobile with this solution
https://www.screencast.com/t/T4e3QdocLPy

.g-single {
max-width: 1164px;
margin: auto;
}
#hockey1 {
left:auto;
}
.g img {
float: right;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That could be possible, it will require a modification to the module block 21 uses (module 16). If you were to copy the read more button code from module 11 for example, in module 16
https://www.screencast.com/t/N8z1SxxB
https://www.screencast.com/t/EEllJVaD
The result would be like this for block 21
https://www.screencast.com/t/zKdhVZrJG

Thanks

Simion C.
tagDiv Staff

Hi,

Then the code would be like this
https://www.screencast.com/t/hr8Xk9cwx

.td_block_12 .td_module_11 .td-excerpt,
.td_block_12 .td_module_11 .td-read-more {
display: block;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The color and hover could be changed like this
https://www.screencast.com/t/tVVV9XOx
Change the colors as you like in the code

#bbpress-forums button {
background: none red;
}
#bbpress-forums button:hover {
background-color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That will not be a problem. After the latest theme update using the tagDiv composer on pages will allow this. Rows can be stretched to multiple widths, like this
https://www.screencast.com/t/1FP7lFMcC
I believe that setting will be what you are looking to do.

Thanks

Simion C.
tagDiv Staff

Hi,

This could be caused by insufficient resources. In similar cases this was the cause. Please check the theme system status and if necessary ask your hosting provider to make changes to the parameters mentioned in this guide
https://forum.tagdiv.com/system-status-parameters-guide/
After everything is configured, check if the theme panel works properly. Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

I would’t say the post templates you mention could receive this functionality in the next theme update, but I will add this on the suggestion list. If there will be more similar requests it will be considered.

Thanks

Simion C.
tagDiv Staff

Hi,


@sestrik
Visual composer will receive updates when the theme is updated. The latest version at that moment will be included in the theme package. When this happens, deactivate and remove your current Visual composer and install the new one
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

You could begin with this files, but I couldn’t say if something like would be achievable
https://www.screencast.com/t/GjxjUflSnetI
https://www.screencast.com/t/WIrQnbJnad
Also the child theme will allow modifications for these files only
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

I could’t say if there will be changes regarding the overall theme width, including the post pages. At some point there could be settings for this. We constantly try to implement trending features and user suggestions, all are considered when the time comes.

Thanks

Simion C.
tagDiv Staff

Hi,

Such issues may not be caused by database problems. It could be caused by plugins. Please try as a first step to deactivate all plugins except theme plugins and clear any installed cache. Check if this has any effect on the website functionality.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly how the images should be displayed, they seem to have some unusual margins and other properties. If you could provide some details about how they should be positioned, it would be helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that not all modules/blocks display a Read more button. Follow this topic to see a list of modules and blocks which have this feature
https://forum.tagdiv.com/topic/read-more-button-either-missing-or-not-supported-with-voice-report-install/

Thanks

Simion C.
tagDiv Staff

Hi,

The excerpt length can only be controlled by the value you enter for the respective module. That is an automatic process. Or you could manually set the desired excerpts for the post
https://www.screencast.com/t/wiiKiCx5vz
These would be the only settings for excerpts.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are trying to change the background color of the post page elements. You can use the browser inspector to identify the elements and classes used, and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example a code like this will allow you to set a color as you want
https://www.screencast.com/t/2fzQozJ81

.single .td-main-content-wrap,
.single .post {
background-color: grey;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t believe I quite understand what exactly are you referring to. If you could provide some more details about to what element you would lie to make the customization, would be very helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

It will be considered, more ad placement options could be added in a future theme update, both desktop and mobile. I could not give you a time estimate however.

Thanks

Simion C.
tagDiv Staff

Hi,

I have found some similar topics regarding Adrotate and multisite
https://ajdg.solutions/manuals/adrotate-manuals/set-up-a-multisite-advertising-network/
https://ajdg.solutions/manuals/adrotate-manuals/show-adverts-on-your-site/
Additionally you could ask on the plugin forum as well
https://ajdg.solutions/forums/forum/adrotate-for-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe it was a design choice to hide the excerpts for that block on mobile. I could give you a code to make them visible if you need it, the block will look like this with excerpts
https://www.screencast.com/t/ZyTu00ZxQ
Enter the code in Theme panel->Custom code->Advanced CSS in the phones section.

.td_block_12 .td_module_11 .td-excerpt {
display: block;
}

The length of the excerpt can be controlled for each module
https://forum.tagdiv.com/excerpts-introduction/

Thanks

Simion C.
tagDiv Staff

Hi,

Please try to take into account the support hours mentioned in the right corner, we try our best to reply as soon as possible during these hours. Try not to reply in your own topic, this will only delay the response. We answer from oldest to newest.

Basically the theme requirements are these
https://forum.tagdiv.com/requirements-for-newspaper/
Also these WordPress and server parameters should be as mentioned in this guide
https://forum.tagdiv.com/system-status-parameters-guide/
Under these circumstances the theme and theme plugins should function properly. Let us know after making changes, if there still is a problem.

Thanks

Viewing 25 posts - 13,726 through 13,750 (of 20,681 total)