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 would be possible, for the mobile homepage you could use this code
https://www.screencast.com/t/IvXp1CKZmMMd

.td-main-page-wrap .td-container:first-child {
width: 70%;
margin-left:auto;
margin-right:auto;
}

For the category pages this code if you want it for them as well
https://www.screencast.com/t/K0n4ajB5xL

.td-category-grid .td-container {
width: 70%;
margin-left:auto;
margin-right:auto;
}

Simion C.
tagDiv Staff

@drcocci@gmail.com To fix the Instagram you should try the fix provided above and there should be no problem. When a theme update will be released it will contain this fix, but I cannot say when exactly this update will be released.
We are currently also investigating issues which are caused by Facebook making changes to their code as well. The Facebook counter in the social counter fails to work for some users.

Simion C.
tagDiv Staff

Hi,

The icons seem to be there at the moment
https://www.screencast.com/t/tygVz2ddQ
Could have been caching, after a theme update you should clear the cache and CDN if used.

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed, our AMP plugin does not feature a menu at the moment. This is similar to the Yoast SEO website which is leading in SEO solutions
https://yoast.com/social-media-optimization-with-yoast-seo/amp/
Adding a menu will be considered in the future, the plugin is still at the beginning.

The logo will be the one set for mobile, so make sure you have one set
https://www.screencast.com/t/APN4AoJf4Ld

A custom CSS section for AMP does not exist at the moment. This will be added in coming updates. If you want to add custom CSS you could add it directly in the plugin. This is a similar topic
https://forum.tagdiv.com/topic/custom-css-in-amp-posts/

Thanks

Simion C.
tagDiv Staff

I will try to point you in the right direction. If you are not using the mobile theme, the mobile menu is here
https://www.screencast.com/t/m2x0H3egQH
If you use the mobile theme the menu is here
https://www.screencast.com/t/FwfhVZ4kf
Some related topics to add a new menu here
https://forum.tagdiv.com/topic/display-different-top-bar-menu-with-php/
https://forum.tagdiv.com/topic/how-to-register-a-second-menu-for-woocommerce-pages/

Simion C.
tagDiv Staff

Thank you for your suggestion, I will add this on our list of improvements. There would be an inline text element added by the multi-purpose plugin which has options for the font
https://www.screencast.com/t/gfuwrEVY
But the column text and text with title do not have such settings at the moment. Sorry for the inconvenience.

Simion C.
tagDiv Staff

Hi,


@palicnjak
You could change the black color in general
https://www.screencast.com/t/m4jn5bkmR3Ik

.td-post-category {
background-color: red;
}

Or per block by setting a custom class to the block
https://www.screencast.com/t/9Zd67iZm
https://www.screencast.com/t/5mo8M6vUgxUS
Or by same type modules maybe
https://www.screencast.com/t/8hMdQOQr

Simion C.
tagDiv Staff

That would not be possible, the module layout is by row
https://www.screencast.com/t/XfiNGmPDZC
The ads with this implementation will be outside the row, not part of the row structure and not treated like modules.

Simion C.
tagDiv Staff

Be sure to verify the syntax maybe there are errors in the modifications you make. A file editor with syntax checker or validation is very useful when editing code.

Simion C.
tagDiv Staff

You could use another code that will override that one, like this
https://www.screencast.com/t/YgpFbvQNV

.td-blog-fitness .td_module_wrap:hover .td-module-title a {
color: blue !important;
}

Use the color you want in the code, then enter it in Theme panel->Custom CSS section.

Simion C.
tagDiv Staff

With the current theme capabilities that is not possible.For example if you were to set a gif as featured image it will be shown as a if only in the post page, on modules it will be a thumbnail. The modules will only display thumbnails.

Simion C.
tagDiv Staff

That modal is not the theme modal so I could not say why it displays like that
https://www.screencast.com/t/Z6OTlZ7VBB3
I could give you a code you could try to make the modal a little lower when opened
https://www.screencast.com/t/J3MZyhtJ

#myModal .modal-content {
margin-top: 200px;
}

Enter the code in Theme panel->Custom CSS section.

Simion C.
tagDiv Staff

If the background is set through the theme settings (image or color) then the website will be boxed. The slider will not be full width anymore.

Simion C.
tagDiv Staff

The solutions will work, make them as advised and be sure to clear all caching and CDN if used and the data should be refreshed. I cannot say at the moment when a theme update including these fixes will be released.

This will not break the footer section, simply edit the theme file mentioned and select and remove all the code inside it, then paste the one provided. The code is tested and works properly. The links to the code work well from what I can see.


@lchfdieta
Try the Google+ like this and it should work
https://www.screencast.com/t/tnHm5INwr5L
https://www.screencast.com/t/GHMs7dc4r8In

Facebook also is making some modifications to their code, so there might be issues in that matter as well. Apparently it seems some Facebook keys work and some keys do not
https://stackoverflow.com/questions/49417886/why-does-facebook-graph-api-say-my-account-is-non-active?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

Simion C.
tagDiv Staff

I know what you want to do but I don’t know how that would be done. The offset should be set for the loop but I could not say exactly how that should be done. Maybe you should consider using the default mobile theme.
If you want to modify it, you could try making the modifications or consider hiring a developer/freelancer to make the modifications needed to achieve the result you want. Sorry for the inconvenience.

Simion C.
tagDiv Staff

Hi,

Elements inside rows can be deleted by selecting the element and clicking delete
https://www.screencast.com/t/ieagXEm0d7
https://www.screencast.com/t/lfSWdEhTVZd
Rows will have to be dragged into the right corner
https://www.screencast.com/t/mGjn8xaUMEOa
https://www.screencast.com/t/yhFFmbFd26pk
This would be the intended functionality in pages using the tagDiv composer.

Make sure you are using the latest composer version included in the theme package (version 2.1). If you have a problem, you could try as a first step to deactivate all plugins except theme plugins, then check if this has any effect. Let us know the results.

Thanks

Simion C.
tagDiv Staff

So maybe like this – https://www.screencast.com/t/zHTmwn5Qa
You can change the colors if needed, this is the code used
https://pastebin.com/sM1iA6D6

Simion C.
tagDiv Staff

Hi,

There will be changes in coming updates in how the post pages can be used. There will be a considerable amount of flexibility added, I believe something like this will be possible then. I cannot give you a time estimate however for when this update will be released, the work is still in progress. As soon as each task is finished the update will be released.

But for the moment something like this would not be possible with the current theme options. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

For me the website is loading fast, home page loads under 2sec while posts around 3sec. You could follow tutorials provided by theme users to optimize further, there are many veterans in this forum with extensive know-how in the matter. Some topics here

https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/

Thanks

Simion C.
tagDiv Staff

Hi,

We could take a look, please provide a link to a post with this issue so we can inspect it.

Simion C.
tagDiv Staff

Hi,

That is unusual, did not see that before. Try as a fist step to deactivate all plugins except theme plugins as a quick test, check if the issue still happens. If you use a child theme deactivate it temporarily. Test again.

Ultimately you could try a theme reinstall by FTP (most recommended)
https://forum.tagdiv.com/how-to-update-the-theme-2/

If there is still an issue please send us an email at contact@tagdiv.com and provide admin login, FTP and cPanel access if possible. We will take a look.

Thank you!

Simion C.
tagDiv Staff

Hi,

You could create CSS code to customize the button as you wish, using the browser inspector
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example the button size could be increased, the border color changed, the font size increased like this
https://www.screencast.com/t/m3bBbcGxL
You can modify the code as you wish, then enter it in Theme panel->Custom CSS

.td_ajax_load_more {
padding: 16px 20px;
border: 1px solid #000;
font-size: 15px;
}

It will affect all load more buttons, it can be made specific to a block if needed. Or create different styles per block.

Thanks

Simion C.
tagDiv Staff

Hi,

You can use that code like this, it will apply only to the homepage

body.home{
overflow: hidden;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The category tags can be disabled by modules
https://forum.tagdiv.com/category-tag-on-modulesblocks/
That is a general setting, it will affect all the modules wherever they are, not just the category pages.
You could use CSS to hide the category tags only in category pages, such as this code

.category .td-post-category {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Maybe qxk970517 could provide more information about how he did it, and help you do it as well.

Viewing 25 posts - 10,801 through 10,825 (of 20,681 total)