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,

A code like this will increase the space on the bottom of the top sharing you use (A), to be similar to to the top sharing of the B sharing
https://www.screencast.com/t/hgxsYaRH

.single .sfsibeforpstwpr {
margin-bottom: 31px!important;
}

The margin bottom between the post paragraphs is fixed and predefined
https://www.screencast.com/t/6Fg6dBDUwYi9
This margin could be changed with a code like this (that would require modifications to the previous code – the margin values should be 5 + new paragraph margin for exact results)
https://www.screencast.com/t/r2IaCS1a

.td-post-content p {
margin-bottom: 13px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If the edited page is blank that would signal a problem. It should not be empty, the elements that are present in the page should appear there
https://www.screencast.com/t/3k3kVJPDpTm3
Elements when clicked, options for them will appear in the left composer sidebar.
Please try as a first step to deactivate all other plugins except theme plugins, check if this has any effect on the issue.
Also check the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the server and WordPress parameters mentioned in the guide, if necessary.
Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

I could give you a code for that, with this result
https://www.screencast.com/t/K3fe8j8mM

.td-header-style-3 .td-header-main-menu {
width: 1164px;
}

Enter it in Theme panel->Advanced CSS in the desktop section, so it applies only on desktop.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the space reserved for the Like button, however it seems to be displaying at the moment
https://www.screencast.com/t/hp7PqjbAPhV
There are no errors on the page, I could not say what exactly could have caused the issue, might have been temporary.
The share issue will be fixed in the next theme update. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

Now that is unusual, so the save settings button is not displaying
https://www.screencast.com/t/ZVU10Hc5cM1
I would suggest at first to try and deactivate all plugins except theme plugins, check if this has any effect. Also check the theme systems status
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the resources as mentioned in then guide.
Ultimately you could try a theme re-install. By FTP would be the most recommended method
https://forum.tagdiv.com/install-via-ftp/
Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

@Amit I will post the investigation results here as soon as it is concluded.

Simion C.
tagDiv Staff

Hi,

Sorry for the misunderstanding. Please ignore the Visual composer activation messages. The plugin provided in the theme package does not need to be activated, you can use it without worries.
We will provide updates for Visual composer within theme udpates
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

The pagination for posts is like this
https://forum.tagdiv.com/posts-with-pagination/
It will appear when you manually insert the required code in the post content. Simply remove the code from the post content and the pagination will be removed.

Thanks

Simion C.
tagDiv Staff

Hi,

The first thing to try would be plugins, you already tried that. The next would be the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the parameters according top the guide. Check if this has any effect. Try the composer on a new page and see if it works properly. If there is still a problem please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also paste a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

There are other optimization plugins if the Speed booster is not working for you. You can try others and make tests. Search the forum as well, there are many users which posted guides and tutorials with great results
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
Also some general advice in this guide
http://www.wpbeginner.com/wordpress-performance-speed/

Thanks

Simion C.
tagDiv Staff

Hi,

Unless you permanently deleted it, it should be in the trash section
https://www.screencast.com/t/P5Fz5HLuXY

Thanks

Simion C.
tagDiv Staff

Hi,

That is what is supposed to happen, the block is stretched to cover the full available width. There is no limitation as I mentioned above, unless manually selecting a specific width in the row settings.
Or if the website has a background color or image set through the theme panel. If a background is set, the row containers will be limited.
So stretch the row if you must, and maybe add more posts to the block to populate the whole space
https://www.screencast.com/t/Ko9XABoM

Thanks

Simion C.
tagDiv Staff

Hi,

Lost or not saved settings and modifications could be caused by database issues, or maybe insufficient resources. Please ask your hosting provider to increase these server and WordPress parameters if needed
https://forum.tagdiv.com/system-status-parameters-guide/
Mention the issue that happened as well. It is always recommended to make periodic backups, just to be safe
https://codex.wordpress.org/WordPress_Backups
http://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/

Thanks

Simion C.
tagDiv Staff

Hi,

I did scroll down enough, until the latest articles section displayed on the homepage. This section has it’s own sidebar
https://www.screencast.com/t/HhwJmQ9l
https://www.screencast.com/t/6xqFEXO0L
Sidebars on pages can be set in two ways. First split the row like this for example
https://www.screencast.com/t/5hjVakbcSIA
Next either drag elements directly in the resulting sidebar, or drag a widget sidebar element and select from your available widget sidebars
https://www.screencast.com/t/ogLTGT1eFHtH
There should be no problem if you are trying in either way.

Thanks

Simion C.
tagDiv Staff

Hi,

That would depend on the source image used, you can set featured images of higher quality and size. The theme will display thumbnails created from those images.
The better the quality of the source images used, the better the quality of the thumbnails.

Thanks

Simion C.
tagDiv Staff

Glad it worked, I will mark it as resolved. Have a nice day!

Simion C.
tagDiv Staff

Hi,

Indeed a specific setting for that elements does not exist at the moment. You could use a code like this to chnage the font of the text, to similar fonts used on the page
https://www.screencast.com/t/W7UToTEy
Enter the code in Theme panel->Custom CSS if you would consider this a solution

.comments .comment-reply-title {
font-family: "Julius Sans One","Work Sans";
}

Thanks

Simion C.
tagDiv Staff

Hi,

So you mean the author that is displayed once clicking on a job
https://www.screencast.com/t/lUChcUid
A code like this will remove the author name only on these type of articles
https://www.screencast.com/t/KxNnmPvDBvea
Enter it in Theme panel->Custom CSS section

.single-job_listing .td-post-author-name {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There were some changes made to the menu a while back, I believe this was considered a trending design. Sub-menus look like this
https://www.screencast.com/t/PtJmXhxd
If you want to chnage some aspects about this design, please specify how exactly you want them to look, for a more accurate solution.

Thanks

Simion C.
tagDiv Staff

Hi,

That could be done with some custom CSS, depending on where exactly you would like to do this, what part of the website. If you could provide this information, or even a link to the location, I will try to give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

That demo uses custom design, most demos are. In this case the header is made transparent, like this
https://www.screencast.com/t/dyoz8wuPxjsL

.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full {
background-color: rgba(255,255,255,0);
}

Thanks

Simion C.
tagDiv Staff

Hi,

It could be a plugin that is causing the issue, please try deactivating all plugins except theme plugins and Woocommerce. Clear all caching installed, and check if the issue is still happening.
Also check the theme system status parameters
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase these resources if needed. Insufficient resources could cause such issues as well. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

I see the issue now, sorry for misunderstanding. The titles are loading partially, the link is present but the actual text is missing for some reason
https://www.screencast.com/t/AhpVvJGufd
This is highly unusual, I have not seen this before. It could be the result of theme customization, modifications in the files. Or maybe the result of a plugin conflict.
Check any theme modifications you might have made, custom code entered, deactivate all plugins except theme plugins and clear all caching.
I have tested this block as a widget, but these issues are not happening in my tests
https://www.screencast.com/t/d3BEZuDLm69b

Thanks

Simion C.
tagDiv Staff

Hi,

The theme will create thumbnails from the featured images you set for posts. The cropping used is center-top
https://forum.tagdiv.com/featured-image/
The source image aspect ratio has to be taken into account as well. Same image will produce different results on different modules
https://forum.tagdiv.com/theme-thumbs/
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Hopefully you can find a combination of source images and modules to display the result you want.

Simion C.
tagDiv Staff

Hi,

Here are the psd files for the Recipe demo logos (top and bottom)
http://cdn.tagdiv.com/wp-content/uploads/2018/01/logo.zip
Sorry for the delay.

Thanks

Viewing 25 posts - 13,201 through 13,225 (of 20,681 total)