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 :)
Alin [tagDiv]
tagDiv Staff

Hi,

That text is not really a text, it is an image logo – http://screencast.com/t/Z5iYsOaCd11 added in the Theme Panel > Header > Logo – http://screencast.com/t/oDGZSDFzKWlC
So you can create your own image and add it in Logo section like above.
You can follow our theme documentation – https://forum.tagdiv.com/newspaper-documentation/ also there is a lot of information in our forum. If you have any issues related to the theme please let me know.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Usually text logo is used on blog, so we have created a header style for blogs – http://screencast.com/t/f2AOMAMuY51o to work well with logo text. Anyway I see that you made some custom modification to the header so if you want to use it like that please try this custom css in Theme Panel > Custom Css to solve issue with logo on phone screen: http://screencast.com/t/f2AOMAMuY51o

@media (max-width: 767px){
.header-logo-wrap {
display: block !important;
margin-top: 0px !important;
}
.header-logo-wrap .td-logo-wrap-align{
height: auto;
}
.header-logo-wrap .td-logo-text{
font-size: 40px !important;
text-align: center;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean!
If you refer to the Latest Articles(when you use a page template with articles) you can set page full width(without sidebar) like this: http://screencast.com/t/6z58q3CS6XUZhttp://screencast.com/t/HCDlujkcoxL
If you refer to the blocks you can use full width row to display 3 articles for example: http://screencast.com/t/zSZTyDaFhttp://screencast.com/t/y3L5dW5cwvW
Also you can set the number of articles displayed in a block: http://screencast.com/t/d9iHObmwNbQ

Please provide more details if this is not what you mean and also you can follow out documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/kNcqDX6n3

.home aside.widget_text{
margin-bottom: 20px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add the shortcode in the post template that you want(loop-single.php is default style)like this: http://screencast.com/t/nh21p2cM

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You need to import xml from Tools > Import install and activate WordPress importer: http://screencast.com/t/N3WOmVuvIhttp://screencast.com/t/q358iRS5Z
Also you can follow this: https://www.youtube.com/watch?v=YChvH1EsBWI

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this and seems to work and you are right this tag disappear, but when I update the page also the background image disappeared.
1. I added body tag with background: http://screencast.com/t/B6RZ3soG
2. Frontend of the page: http://screencast.com/t/FHALdtfskNG
3. Body tag disappeared: http://screencast.com/t/Uacbrz0CZG
4. When I update the page also background image is removed: http://screencast.com/t/PLtFZNGDSp1
Try to update your page for few times it must remove your background image.

I also notice that some extra rows with empty text block are automatically when I change to Pagebuilder editor – http://screencast.com/t/TREsD6M3M5O try to remove them if also appear on your side.
Unfortunately I cannot recreate this on my side and I hope this helps to solve your issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I could not recreate this, please make sure that you don’t have any plugins active which can cause this. Also empty cache and purge your files if you use CDN.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to the share buttons as I have checked your link, but your share buttons are not enabled only like buttons: http://screencast.com/t/Z5RtActJ
Please provide more details about your issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to replace all color from style.css using a text editor with find and replace search after #4db2ec – this is the default theme color and replace it with your color.
First you can try this without Speed Booster plugin(if you use it), this can cause this and also make sure that you use the latest version of this plugin 3.2.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@mauriceburke
Please try deactivate all plugins, leave just Visual Composer and Jetpack plugin active, empty cache and purge your files and check if you still have this issue. Also if you don’t have this issue please activate your plugins one by one and see which one cause this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately those images cannot be target only if you add an extra class manually like this: http://screencast.com/t/xe6uvRHR8ez
And use this css in Theme Panel > Custom Css: http://screencast.com/t/0CirMzS29mD

@media (max-width: 500px){
.single .icons.alignleft {
float: left;
max-width: 32px !important;
}
}

This issue comes from the .alignleft css class which targets the images which have that class assigned and at 500px maximum width screens sets the width and also the maximum width to 100%.
The best solution would be to remove the css set for the align right and left images at 500px width from the style.css file, like this: http://screencast.com/t/STTFMQlM

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and also on Chrome is the same issue. Please try this without any plugins active, leave just Visual Composer and Woocommerce active and check if you still have this issue. If you don’t have that issue anymore activate the plugins one by one and see which cause this problem.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make this change in post module: http://screencast.com/t/rqT9PHEPdSghttp://screencast.com/t/abzV81rznoY

$this->title

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I don’t understant what your issue is. Please provide more details about your issue a screenshot will help and also provide your site URL.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I think that you changed Theme Accent color to white color, please take a look in Theme Panel > Theme Colors and try to set it to default: http://screencast.com/t/h6eCgs09g3G

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, you can try to find a plugin but I’m not sure if that can help you more.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about your issue as I have checked your site and it looks fine: http://screencast.com/t/tX2ak8b9vbYc
Also like Christopher suggested please check your browser’s zoom, we have an issue when zoom out.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can also adjust font size if you want to use the above code, just add it to the above media query:

.woocommerce ul.products li.product h3 {
font-size: 14px;
line-height: 20px;
}

Or maybe this will help more if you don’t need columns also on phone’s screen: http://screencast.com/t/6447e0tXOIub

@media (max-width: 767px){
.woocommerce-page ul .product {
margin: 0px auto 20px auto !important;
width: 70% !important;
float:none !important
}
.woocommerce-page ul .product.last{
margin-right: auto !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to remove this code from javascript file: http://screencast.com/t/1GZkCtvWC

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you need this above the comments please add you code like this: http://screencast.com/t/yIqOK024X

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You will have to edit the image then turn off the modal image, like this:
1. http://screencast.com/t/pZXWNprdG
2. http://screencast.com/t/Sxmjoyrkpr1L

Also if you want to to this for featured image, there is an option in Theme Panel: http://screencast.com/t/unHk2z04i9u

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!
Like Chris suggested if you use html in sidebar name you may have this issue. The sidebar name is visible only in backend so I do not think it will be a big problem if you do not use html characters, off course it is frustrating to disappear the content(widgets).

Thanks that you brought this into attention, it may help some other users if facing this issue!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@pauravarino
Please disable social sharing like Christopher suggested from Theme Panel > Post Settings: http://screencast.com/t/9Nr6xboX9
Please also follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

When you edit the page that you have created your settings are saved? I mean if you can see all elements/blocks added with Visual Composer on the page: http://screencast.com/t/OmK1eCli
Also please make sure that your posts have categories as the blocks filter posts by category/categories.
Follow also our documentation: https://forum.tagdiv.com/newspaper-documentation/ and provide your site URL.
Let me know!

Thanks!

Viewing 25 posts - 6,351 through 6,375 (of 7,871 total)