Hello!
This issue has been discussed here: https://forum.tagdiv.com/topic/google-analytics-4-ga4-for-amp-pages/
Thank you!
Hi,
Please provide more details about your issue.
Thank you!
Hi,
Yes, you can set the option for the submit button to be draft -> https://i.imgur.com/y3iU7J2.png
Thank you!
Hello,
You need to use a custom code css https://www.anantvijaysoni.in/creating-a-2-column-responsive-form-with-contact-form-7-wordpress-plugin/
This is the code used for the form
.td-coaching-form { -> https://i.imgur.com/tpjPHkz.png -> https://i.imgur.com/3DjdnNm.png
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
margin-left: -30px;
margin-right: -30px;
}
.td-coaching-form-left,
.td-coaching-form-right {
width: 50%;
padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-coaching-form-left,
.td-coaching-form-right {
padding: 0 15px;
}
.td-coaching-form {
margin-left: -15px;
margin-right: -15px;
}
.td-request-form textarea {
height: 168px !important;
min-height: 168px !important;
}
}
@media (max-width: 767px) {
.td-coaching-form {
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.td-coaching-form-left,
.td-coaching-form-right {
width: 100%;
padding: 0 10px;
}
.td-coaching-form {
margin-left: 0px;
margin-right: 0px;
}
}
.td-request-form select {
font-size: 16px;
font-weight: 500;
margin-top: 12px;
padding: 13px 15px 12px;
width: 100%;
border: 3px solid var(--custom-accent-3);
}
.td-request-form textarea {
font-size: 16px;
font-weight: 500;
margin-top: 12px;
height: 176px;
min-height: 176px;
padding: 13px 15px;
border: 3px solid var(--custom-accent-3);
}
.td-request-form input[type=text],
.td-request-form input[type=url],
.td-request-form input[type=tel],
.td-request-form input[type=email] {
margin-top: 12px;
font-size: 16px;
font-weight: 500;
height: 54px;
padding: 0 15px;
border: 3px solid var(--custom-accent-3);
}
.td-request-form span.your-consent {
display: block;
text-align: center;
font-size: 14px;
}
.td-request-form span input[type=checkbox] {
margin-right: 10px;
}
.td-request-form input[type=submit] {
margin-left: auto;
margin-right: auto;
display: block;
background-color: var(--custom-accent-2);
color: #fff;
transition: all 0.3s ease;
padding: 18px 36px;
font-size: 14px;
border: 3px solid var(--custom-accent-3);
border-radius: 50px;
font-family: "Red Hat Display", "Open Sans", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.td-request-form input[type=submit]:hover,
.td-request-form input[type=submit]:focus,
.td-request-form input[type=submit]:active {
background-color: var(--custom-accent-1);
}
Thank you!
Hello,
You can to disable the Sign in/join from Theme Panel -> Header -> https://i.imgur.com/YwttygP.png
Thank you!
Hi,
Please make sure that you don’t have mixed content errors; you can check the console. You have to use an SSL plugin to fix it and then try to activate it again -> https://www.hostinger.com/tutorials/fix-mixed-content-wordpress/ -> https://wordpress.org/plugins/really-simple-ssl/
Also, if the theme can’t be activated, please check the console and see if there are message errors.
Also, make sure that all the settings are like in our requirements, please follow the guide carefully: https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Thank you!
Hello,
Did you purge the cache for a few times? Also, please provide the link to your website.
Thank you!
Hi,
You can hide one element on desktop and unhide it on mobile, for example -> https://imgur.com/GKIKvgt. Every element in the TagDiv Composer has a setting to make it invisible. This setting can be seen in the CSS tab of every element: [Display: HIDDEN]. You can also hide the entire row.
Thank you!
Hello,
Unfortunately, no. There is no option to set the featured image after x paragraphs.
Thank you!
Hello,
The image can be blurry when the image is smaller and need to be stretched or when you have set a smaller thumb for that image, make sure that you set the full size for the image that you have added, for example-> https://i.imgur.com/OknhKDS.jpg
Thank you!
Hi,
If you own multiple licenses of the theme, you do not need to create multiple forum accounts, you can add your extra Envato keys to the existing account on this forum, for this please check our documentation for Find your Envato Purchase Code -> https://tagdiv.com/how-to-activate-the-newspaper-theme/ Please scroll to the bottom note
Thank you!
Hello,
Due to certain data security requirements, access to personal accounts is restricted. We recommend switching to a business account -> https://help.instagram.com/502981923235522 and logging in to the Theme Panel -> Social/APIS -> https://i.imgur.com/Yx9KEOG.png. You need to be connected to a Facebook page. We will attempt to resolve this, but we cannot guarantee anything as it is beyond our control.
Thank you!
Hello,
Please activate the tagdiv standard pack plugin and clear the cache.
Thank you!
Hi,
Yes, you need to edit each page. Also, if you want to create the sidebar in Appearance -> Widgets and set the sidebar on pages, or using the tagDiv Composer; using the element from tagDiv Composer, Widget sidebar https://i.imgur.com/e1FPdYU.png -> https://i.imgur.com/q20UCZf.png
Thank you!
Hi,
You have a thumb set, not the full size https://i.imgur.com/XLapFBp.png please set it as in this screenshot -> https://i.imgur.com/dgDxMoj.jpg when you upload it as the featured image.
Thank you!
Hello,
Please set here post https://i.imgur.com/D0DWns9.png -> https://i.imgur.com/fIuhTZb.png
Thank you!
Hi,
You can’t duplicate the single post template to use it for pages. What you have in the screenshot is a template for a page, not a post. You can’t use the page template globally because there are different pages, that do not contain the same information. You can edit the page in the editor, set the editor in code editor -> https://i.imgur.com/FOe7EdU.png -> https://i.imgur.com/hwxxjQt.png copy the code, and paste in a new page in the code editor, to have the same style.
The default sidebar is for standard templates, you can save the row/inner row -> https://i.imgur.com/7wNZT1m.png -> https://forum.tagdiv.com/sidebars-tutorial/ you can create once the sidebar in an inner row after saving, and use it for other templates.
Thank you!
Hello,
The member can post an article if you create a frontend form submission because the subscriber can’t access the backend of wordpress.
He needs to subscribe to a plan, you need to set the limit on the submit button for plans to be able to submit the post. You can find more details here https://forum.tagdiv.com/create-frontend-submission-form/
Thank you!
Hi,
Please use the php version 8.0 and check after
Thank you!
Hi,
Sorry, it was a misunderstanding. Please let me know what php version you have.
Thank you!
Hi,
We strive to provide support as quickly as possible from Monday to Friday 8:00 AM – 17:00 PM
Thank you!
Hi,
I would like to take a look. Can you please contact us via email at contact@tagdiv.com and provide the wp-admin access?
Thank you!
Hello,
Can you please provide the access via email?
Thank you!