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,

You should not use percentages in font sizes because unpredictable results could happen. You could enter a different font size for your paragraphs in pixels using css, for each of the sizes specified in Theme panel->Advanced Css->Responsive Css – https://www.screencast.com/t/VB7B4wghqj1

Thanks

Simion C.
tagDiv Staff

Hi,

You can modify the theme width if you wish so, by editing the style.css file but it is not recommended because it will damage the layout of the theme. You can set a background color if you want in Theme panel->Theme colors – https://www.screencast.com/t/MGi6Gdo4 or an image – https://www.screencast.com/t/2thk1OL44

Thanks

Simion C.
tagDiv Staff

Hi,

Try this code and see if it works for you, just enter it in Theme panel->Custom Css

.single .td-post-title .td-post-author-name {
top: 1px;
}

Result – https://www.screencast.com/t/OQ2e0OWvMV8
Thanks

Simion C.
tagDiv Staff

Hi,

Try this code and see if it works for you, enter it in Theme panel->Custom Css

.td-post-template-1 .td-featured-image-rec {
width: 100%!important;
}
.td-post-template-1 .td-post-featured-image {
float: left;
margin-right: 30px;
}

Result – https://www.screencast.com/t/ohrHf7OP6
Thanks

Simion C.
tagDiv Staff

Hi,

The Latest articles loop can be deactivated by selecting the default template in page settings – https://www.screencast.com/t/5FjO4396 More on page templates – https://forum.tagdiv.com/page-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

We will change the name of the plugin with the next theme update. Please notice that the name of the plugin keeps changing but the author should have to be Team Yoast http://screencast.com/t/6MrKl0tTxXS and is fully compatible and recomended to be used with the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

You could achieve something like that withoud modifying the theme files using css code, enter it in Theme panel-Custom Css, this will move the top menu under the logo and above the main menu

.td-header-style-7 .td-header-top-menu-full {
top: 150px;
}
.td-header-style-7 .td-logo img {
margin-top: 0;
}
@media (max-width: 1018px) {
.td-header-style-7 .sf-menu {
margin-top: 100px;
}
}

This is the result – http://screencast.com/t/xpYfGwwdBnI
Please tell me if this is ok for you or I completely misunderstood

Thanks

Simion C.
tagDiv Staff

Hi,

All i see different is the excerpt and the block titles font – http://screencast.com/t/7M6BlKpl Please check any custom code you might have added and also reset cdn files if you use it. Also any modifications to the theme fonts should be done in theme panel – http://screencast.com/t/LFTh6edeG
Please corect me if i misunderstood the problem.

Thanks

Simion C.
tagDiv Staff

Hi,

This could be a plugin conflict so please disable all plugins except Visual Composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

Your site is the default theme state as it can be seen in the demos – http://demo.tagdiv.com/newspaper/ not the boxed layout .Unfortunately the theme width size cannot be changed easily as all elements in the page depend on the fixed width which is defined in the theme css file.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to use your current logo image try this code, enter it in Theme panel->Custom Css (it will remove the white space)

.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height:0;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 0;
}

Result – http://screencast.com/t/S1bnibRbU
Another way is that you could make another logo of a bigger size (in your case a minimum 130px height) – http://screencast.com/t/ooIWOtOFS

Thanks

Simion C.
tagDiv Staff

Hi,

To disable the scaling effect go to Theme panel->Template settings->Image loading-animations and change the loading efect to up fade for example – https://www.screencast.com/t/7goBRgN81tQ

Thanks

Simion C.
tagDiv Staff

Hi,

It should work if you set the border like this, in block settings – https://www.screencast.com/t/NIGWiYbh
Result – https://www.screencast.com/t/bbZhKBSTLq

Thanks

Simion C.
tagDiv Staff

Hi,

If you could provide a link to your site, i will inspect it and try to help you further in achieving this.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested the code and it works – https://www.screencast.com/t/8a4Ij6vpqx Maybe you have some other custom code added in Theme panel->Custom Css with an unclosed tag before this one.

Thanks

Simion C.
tagDiv Staff

Hi,

What i meant was that the source image uploaded in the media library is of a bigger size (required to your project idea), so when you scale it down to your requiered dimensions it does not stretch. You should select full size in the image attachment settings – http://screencast.com/t/RzRYYIm4F and then resize it in the post image details – http://screencast.com/t/VknaHoRJ Also there are different plugins that affect the width or height of the image resulting in blured images.

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t know exactly what you want, if you could make a screenshot and give more information it would help a lot.
If you want pagination on each block you can set it in each of the block settings – http://screencast.com/t/gcpcv7cbvahttp://screencast.com/t/LsgmtUqpN

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link so i can inspect your problem closer.

Thanks

Simion C.
tagDiv Staff

Hi,

If the site is in boxed version it means you have set a background color or image – https://forum.tagdiv.com/background-introduction/ Removing it will return the site to the default full width.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try this custom code, enter it in Theme panel->Custom code->Advanced Css in the Desktop section – http://screencast.com/t/LoeX0gX72j This will work only in desktop width because the code modifies the responsiveness

.td-post-template-1 .td-featured-image-rec {
width: auto;
}
.td-post-template-1 .td-a-rec-id-post_style_1 {
float: left;
margin-left: 50px;
}
.td-post-template-1 .td-post-featured-image {
float: left;
}
.td-post-template-1 .td-paragraph-padding-1 {
clear: both;
}

Result with code added – http://screencast.com/t/dMGLt66VGY4

Please let me know if this works for you
Thanks

Simion C.
tagDiv Staff

Hi,

To remove the gradient in Header style 12 enter this code in Theme panel->Custom Css

.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
display: none;
}

Result with code added – http://screencast.com/t/ZAlMgKfma36

Thanks

Simion C.
tagDiv Staff

Hi,

A descending or ascending smart list only changes the numbering sistem in the list not the order of the articles. I have tested it to my end and works properly.
In your case this could be a plugin conflict so please disable all plugins except Visual Composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Also save changes to your permalink structure here – http://screencast.com/t/plAUnJgo2ZL

Thanks

Simion C.
tagDiv Staff

Hi,

It seems that the whole module meta info containing the title has a display none property, you can fix it by entering this code in Theme panel->Custom Css

.td-module-meta-info {
display: block!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure the server meets the theme requirements – https://forum.tagdiv.com/requirements-for-newspaper/ Also follow these tutorials on the theme installation – https://forum.tagdiv.com/install-via-wordpress/https://forum.tagdiv.com/install-via-ftp/

Thanks

Viewing 25 posts - 20,526 through 20,550 (of 20,678 total)