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 :)
Calin
tagDiv Staff

Hi,

One author box is for individual author, and you need to set the id of author ( get the id of author https://www.screencast.com/t/stO56rEZW1 ), the first user have the id 1
https://www.screencast.com/t/Th9zKqbY

See results: https://www.screencast.com/t/L0cmAhKmuw

Thanks.

Calin
tagDiv Staff

Hi,

If you refer to have justify align than you can add this plugin for justify text, or you can change the view to text and add manually the style justify like this https://www.screencast.com/t/ts0qR9tu .

Thank you.

Calin
tagDiv Staff

Hi,

Please read this documentation about Category templates: https://forum.tagdiv.com/category-templates/

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

I’ve just inspect your web page and I seen yo add some custom css that couse the problem ( https://www.screencast.com/t/bbHEUcicMP6w ), just remove the custom css that you set with width and height 1px and your image will show up.

Thank you for your understanding

Calin
tagDiv Staff

Hi,

If you like to change the color just to the read more buttons then please provide your website page url were I can find those buttons ( or if is a page build with TD Composer you can edit the block ).
Also you can use Theme color from Theme panel, but this option is a global one.

Thank you.

Calin
tagDiv Staff

Hi MOOO,

Please read the documentation about Shortcodes included with WooCommerce
https://docs.woocommerce.com/document/woocommerce-shortcodes/ ( also if you have set the page in WooCommerce, and you try to edit it with td Composer you’ll get an error, please remove/change first the page from hompege WooCommerce, and after that edit the page ).

Thank you.

Calin
tagDiv Staff

Hi jadmac,

You can use tagDiv Cloud Library plugin ( see documentation https://forum.tagdiv.com/tagdiv-cloud-library-plugin/ ), chose a page for template from cloud and edit it, add the author box at the bottom of page ( https://www.screencast.com/t/gJPzZTMWy ).
See results: https://www.screencast.com/t/IlofbtVt

Hope this will help you.

Calin
tagDiv Staff

Hi,

If I’ve understand correctly would like a overlay menu just for a part of website, not for entire website, you can use a plugin for that ( example http://themeofwp.com/plugins/overlaymenu/doc/ were you can find the plugin: https://codecanyon.net/item/overlay-menu-wordpress-plugin/15708036 )

Thank you.

Calin
tagDiv Staff

Hi,

When appears this error, when you try to edit a specific page, or for all pages? please provide some more details and some screenshots would be very helpful.

Thank you.

Calin
tagDiv Staff

Hi,

Please provide some screenshot, I’ve thinking your sharing panel don’t look like this https://www.screencast.com/t/uWYtRZ4CjNv , please make a full backup and of your website and database and make an update to the theme ( https://forum.tagdiv.com/how-to-update-the-theme-2/ ).

Thank you.

Calin
tagDiv Staff

Hi,

Please read our documentation about Logo & Favicon in Newspaper Theme from here: https://forum.tagdiv.com/logo-favicon/
If there is still a problem, please provide some more details and screenshots, or a link to the website where I can see the problem would be very helpful.

Thank you.

Calin
tagDiv Staff

Hi,

After change the “Custom title” please click on save and done ( https://www.screencast.com/t/hDzAPCraE https://www.screencast.com/t/G5VsxRh8o ), open a page that have set that sidebar with the author box ( https://www.screencast.com/t/Z0N5QO9hC ).

Thank you.

Calin
tagDiv Staff

Hi,

I’ve just check your mega menu, and everything seems to work fine ( https://www.screencast.com/t/AajKdb4I ).
If I didn’t understand correctly, or is something else, please let me know.

Thanks.

Calin
tagDiv Staff

Hi,

I think the only way is to make a copy of that page, and try to remove elements on it, or try to set another page as homepage and after that to edit the page.

Thanks.

Calin
tagDiv Staff

Hi Aman Singh,

Is possible to have some shortcode in that page, or a widget, maybe is something in page content that cause the infinite load.

Thanks.

Calin
tagDiv Staff

Hi,

Hi have you paste the code here: https://www.screencast.com/t/CY5PW2DV51I
Please read our documentation about header ads: https://forum.tagdiv.com/header-ads-adsense/
Article ads: https://forum.tagdiv.com/article-ads/
Thank you.

Calin
tagDiv Staff

Hi,

This happen only on homepage? or in all pages.
Please check the Requirements for Newspaper ( https://www.screencast.com/t/ZvHNhdQI ).

Thank you for your understanding.

Calin
tagDiv Staff

Hi spu,

Please check the Requirements for Newspaper ( https://www.screencast.com/t/ZvHNhdQI ).

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

First lets try to restore the permalinks, please go in settings and click on save ( https://www.screencast.com/t/8IkCpcWMrfVj ), after this your permalinks should work.

And for the first problem please read this: https://stackoverflow.com/questions/13421463/htaccess-access-control-allow-origin

Thank you for your understanding.

Calin
tagDiv Staff

Here is the code:
.wc-proceed-to-checkout .button{
background-color: gray!Important;
}

Also you can add more css to this one and above code ( or edit ) if you like.

Thanks.

Calin
tagDiv Staff

Hi,
Please contact your host support, maybe be some probe from them.
Thank you.

Calin
tagDiv Staff

Hi,

If this is what you need ( https://www.screencast.com/t/DOtgun13p ), then please copy this custom code:
.wpcf7-form input[type=submit] {
margin-top: 10px;
background-color: gray!Important;
width: 43.5%;
font-size: 18px;
}
.wpcf7-form input[type=submit]:hover {
background-color: lightgray!Important;
color: black;
}
.wpcf7-text, .wpcf7-textarea{
font-size: 18px!Important;
padding: 5px 10px!Important;
}

and paste it in Newspaper>Theme panel> Custom code> Costume css ( https://www.screencast.com/t/BNEMCWrf11 )

Thanks.

Calin
tagDiv Staff

Hi,

All blocks are in Newspaper> includes> modules ( https://www.screencast.com/t/0NdmcZjl ).

Thank you.

Calin
tagDiv Staff

Hi,

You can replace the code above with this one:
@media only screen and (max-width: 1190px) {
.single_add_to_cart_button {
width: 60%!Important;
}
}
.single_add_to_cart_button {
width: 80%;
font-size: 18px !Important;
text-align: center;
background-color: #68c62d!Important;
}
.single-product .product .summary .cart input.qty {
height: 38px;
}

Let me know how it work.

Calin
tagDiv Staff

Hi,

I’ve just take a look at you website, I’ve check few posts and is look like you don’t have feature image on posts.
Also I see you have problems with drop down menu, please try to deactivate all plugins that are not tested with our theme, clear all cache, and check again.

Thank you for your understanding.

Viewing 25 posts - 34,751 through 34,775 (of 35,335 total)