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,

The header logo could be controlled with these margins – https://www.screencast.com/t/VqphR0QHNjot and the header ad spot – https://www.screencast.com/t/KBA22IirnV0N You can position them individually. Both of these elements are part of the header container – https://www.screencast.com/t/v20BCVqd6gi maybe this can help you, depending on what you want to achieve.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested this with the Twitter link you provided, and everything seems to be in order – https://www.screencast.com/t/pcxTJjRTsg8https://www.screencast.com/t/0T3AmFqYPe9n and with an Imgur embed – https://www.screencast.com/t/tB7lYKEZnjhttps://www.screencast.com/t/sbVw0Of6GjJ
maybe you have a plugin that is interfering with this process, try deactivating all your plugins except Visual composer, clear your cache and try again. Also check any code you might have added in theme panel, or added to the theme files.

Thanks

Simion C.
tagDiv Staff

Hi,

You could find these fields here – https://www.screencast.com/t/hMsGMHwr4r7a and modify the “Related Articles” as you want, and to remove “More from author” just comment the line of code responsible with this feature – https://www.screencast.com/t/wALN0RSQR

Thanks

Simion C.
tagDiv Staff

Hi,

There is no theme options to set a different menu by specific page by default, this will have to be achieved through custom modifications or with the use of a plugin with these capabilities. So you could search for this kind of plugins and try a few of them, and see if they will work for you. Here is a topic related to this – https://forum.tagdiv.com/topic/can-a-page-have-its-own-menu-and-headers/

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

Please try the code provided below with this result – https://www.screencast.com/t/waS4J2EFhttps://www.screencast.com/t/EYUG0kTc and it should fix this. The code must be entered in Theme panel->Custom Css

.td-post-content p {
word-break: break-word;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this topic – https://forum.tagdiv.com/topic/admin-ajax-php-bandwidth-hog/ and the suggestions mentioned there.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to reduce this space on page created in Visual composer, you could just set a negative margin top on the row containing the top element on those respective pages like this – https://www.screencast.com/t/t98Tw5klMMI and this will reduce the space – https://www.screencast.com/t/G9uPn3Lbs2J
Please let me know how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,


@SanjaKokica
We are currently investigating the issue with the theme background ad in the latest update, and will provide a solution as soon as possible. We are very sorry for the inconvenience. You could try this quick fix if you have this problem, and enter this code in Theme panel->Custom Css

body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap, .td-container-wrap {
pointer-events: auto !important;
cursor: default;
}

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

When visiting the website, one must choose the option add to home screen – https://www.screencast.com/t/Js0e0W4mN2a9https://www.screencast.com/t/FWXAGKiiy and the the website will be displayed on the home screen as a link with the icon you have set – https://www.screencast.com/t/tfQB04l3

Thanks

Simion C.
tagDiv Staff

Hi,

Well you could modify the background image size like this and it should look better – https://www.screencast.com/t/pS3UESEtX8sE because it already has the same icon class as the others. This works for the footer as well – https://www.screencast.com/t/nwJjRfsIew As for the hover effect it ca not be as the others since it is not the same implementation. You could try to set a background color for the icon like this – https://www.screencast.com/t/HSztI4yl or maybe you can find a different solution.
This is all the code used in the example, you can enter it as it is or modify some of your code

.td-icon-odnoklassniki {
background-size: 22px 24px!important;
background-position: center;
top: 15px;
}
.td-icon-odnoklassniki:hover {
background-color:yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website, and it seems the problem is solved – https://www.screencast.com/t/SrjG8ICu Probably a fresh theme install fixed the problem you were having. As for the footer width, please check in Theme panel->Template settings – https://www.screencast.com/t/F1j6b6Ll maybe the footer is set to stretch to full width.

Thanks

Simion C.
tagDiv Staff

Hi,

We are currently investigating this issue with the respective style on the Big grids. You can use the code provided below as a quick fix for this until a solution will be made available, with this result – https://www.screencast.com/t/6bQVm2qyAoK
Please let me know if this works for you or you need further help, and we are very sorry for the inconvenience.

.td-grid-style-4 .entry-title {
background-color: rgba(178,0,110,0.75);
}

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

@adamatpaymentscm.com and @Stefan Please try to reinstall your theme using this method – https://forum.tagdiv.com/install-via-ftp/ and install only the plugins provided in the theme package. Also deactivate any child theme you are using, because some elements from the theme may have been subject to change and it could interfere with the functionality.

Thanks

Simion C.
tagDiv Staff

Hi,

The image lightbox is currently available only for the image inside a post – https://forum.tagdiv.com/modal-window/ you can only set a custom url for the pictures in the image box. It would be difficult to implement something like this for the image box elements. Maybe you can find a plugin that you can use to achieve this.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try as a quick solution in this matter the code provided below, with this result – https://www.screencast.com/t/mufmM1CXivS However you should enter the code in Theme panel->Advanced Css in the desktop section, so it only applies in that situation, since this code could provide issues on smaller devices.
This is the code used in the example

.tp-revslider-mainul {
width: 1168px!important;
left: -48px!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested this on my end and the page scroll is displaying and working properly on mobile – https://www.screencast.com/t/EkRDn2Dub4tK
Please provide a link to your website so we can inspect it and see the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately We have not tested any plugins with this functionality with the Newspaper theme. You are welcome to try it and see if it will work properly for you. You can always search for different plugins like this one, if it proves to not be fully compatible.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested this functionality and it is working properly for your website, see here – https://www.screencast.com/t/tfQB04l3 Please check again on your end.

Thanks

Simion C.
tagDiv Staff

Hi,

I see that you have managed to modify the default margins set on the header logo, and now it is vertical aligned – https://www.screencast.com/t/bSKSTtaVCO and the same for the header ad spot – https://www.screencast.com/t/KKVm8Y4T
Please correct me if I misunderstand, and you wanted something else.

Thanks

Simion C.
tagDiv Staff

Hi,

If you could provide a link to your website it would be very helpful, so I can give you a more accurate solution for this.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure you are configuring the social counter properly like in this guide – https://forum.tagdiv.com/tagdiv-social-counter-tutorial/ and enter only the required information – https://www.screencast.com/t/ufhq413618o Try to setup your social counter again, and clear any caching installed. Also make sure that you Facebook profile page is not private. It would be very helpful if you can provide a link to your website, so we can inspect the social counter. Please note that there could also be some delay between the data synchronization.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are talking about the comment count displayed on the modules, you can find the function here – https://www.screencast.com/t/PFYJ8nvKmSll

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment for the category pages the only available option is to have a different background image for the page, per category – https://forum.tagdiv.com/how-category-settings-work/
Maybe some additional features in this regard will be added in a future update but I can not say for sure when and if exactly this will happen.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

If you would like to align the sub categories in the mega menu to the left, you could do it like this – https://www.screencast.com/t/X4w7g668Kt4U
At the moment these are the available capabilities of the mega menu, there could be improvements made in the future in this regard. Please understand that with each update, the intention is to further improve the theme and the features. There are many suggestions and recommendations, and each one is taken into account when the time comes.
This is the code used, you must enter it in Theme panel->Custom Css

.menu-item-165 .td_mega_menu_sub_cats {
text-align: left;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Disabling the plugins is very important in this case, because a plugin could be the cause of this, or a child theme, since the problem is not manifesting on our side. You could try to rename the plugins folder or just deactivate them one by one in the plugins section and checking to see if the problem is still there. If nothing works, please try to make a fresh install by FTP – https://forum.tagdiv.com/install-via-ftp/ and install only the plugins bundled with the theme. Also if the search issue is present after taking these steps, please contact us at contact@tagdiv.com and provide admin login information, and paste a link to this topic for identification purposes.

Thank you for understanding!

Viewing 25 posts - 19,551 through 19,575 (of 20,681 total)