Search Results for 'block'

Results from the Forum
terahlynn
Participant
#0

The category filters are not displaying the latest posts. The sort order is set to “latest” but it is displaying posts from that category from a month ago. This only happens on certain blocks, no rhyme or reason to which.

Any help is appreciated!!!

chrystelle
tagDiv Member

Hello,

I will come back to you to give you the answer to my concerns in order to benefit the community.
When you use YouTube blocks via tagdiv, the video must absolutely be online.
If you delete a video, it appears in your playlist as deleted but generates an error on the index page.
You must then delete it again in your playlist on YouTube to solve the problem.
This also happens for a video attached to the playlist scheduled for future publication.
Apparently, the developers will work to resolve these issues.

Good evening to all

Anamaria
tagDiv Staff

Hi,

Please use this code .block-mega-child-cats .mega-menu-sub-cat-tdi_24#tdi_26 {
display: none;
}

Please set this code in the theme panel > custom code> custom css.
I hope this will help you!

Thank you!

Calin
tagDiv Staff

Hi,
That sounds like you have something blocking the theme panel to save the changes, this can be checked using the console. (if you can not manage the problem, we can take a look via email).
Related to the first question, if you want you can make a request at custom work – https://tagdiv.com/submit-a-request/
Thank you!

Calin
tagDiv Staff

Hi,
Indeed the hotlinks can interfere and make extra request to display something on your website, when that option was enabled all those hotlinks have been blocked so the request to database that have been made by does now are stopped.
Thank you!

Calin
tagDiv Staff

Hi,
This is the closest I can do using the image as suggestion: – https://i.imgur.com/YpmpRW8.png
.single .tagdiv-type blockquote {
background: #ececec;
padding: 36px;
}
.post blockquote p {
font-size: 17px;
line-height: 28px;
text-align: justify;
color: #555;
}

The code an be adjusted and it needs to be set in the theme panel > custom code > custom css
I hope this will help you!

Calin
tagDiv Staff

Hi,
This can be done only using a custom css like this one:
.td_block_slide .td-slide-nav {
opacity: 1;
}

Please set this code in the theme panel > custom code> custom css.
I hope this will help you!

Anamaria
tagDiv Staff

Hi,

You can set the custom label in the posts editor-> https://i.imgur.com/gTtAQRv.png, which will be displayed for Flex Block and Big Grid Flex -> https://i.imgur.com/3Uop58r.jpg. this element can’t be added in Single Post Template.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please let me know if you have the single post view in the post added. Also, please share the link to your website and a screenshot with your settings on the block.

Thank you!

cborgers
tagDiv Member

Thank you. That works for the block, as shown below:

https://prnt.sc/18gxOaSstcFx

But it also shows (part of) the image on the subcategory template:

https://prnt.sc/zc0a2kWn6tAL

How can this be avoided? When I open Tagdiv composer, it doesn’t show up.

Thanks

support@leadid.net
Participant
#0

Hello,

I have a site where I enabled apache basic authentication before before the acutal WP login page, this is done through .htaccess file directives. I’ve provided a link to a How to page, so you can better understand what I’ve implemented and it works, however it works in an erea where I don’t want it to work, i.e. affecting the inputs of search. You are welcome to see the issue by going to https://healthstoday.com and at the top right of the header you’ll see the ‘magnifying glass’ click to search and then attempt type in a search term, say, “exercise” the second you input an ‘ex…’ or any character the Apache Login modal window appears. That is only suppose to appear and it does when users attempt to hit the WordPress login page, https://healthstoday.com/wp-admin. Now, I don’t think the issue is a tagDiv or even WordPress issue, I suspect the issue is in the path locations pointing to key sections and files, thus my request for support because I would like to know a few things about the Newspaper theme.

The site is updated with regards to apache, PHP, and db, the Newspaper theme is installed and is one minor version behind.

I would like to know the path to the magnifying glass / search code to update the .htaccess files path.
What solution(s) do you think I should try?
I’m little weak in the WP area but is it a component, widget, block? (Reply if relevant if not no worries)?

Here is the wordpress-https-vhost.conf file for your review.
<VirtualHost 127.0.0.1:443 _default_:443>
ServerName http://www.healthstoday.com
ServerAlias *
SSLEngine on
SSLCertificateFile “/path/to/apache/conf/bitnami/ssl/certificate.crt”
SSLCertificateChainFile “/path/to/apache/conf/bitnami/ssl/ca_bundle.crt”
SSLCertificateKeyFile “/path/to/bitnami/ssl/private/private.key”
DocumentRoot /path/to/wordpress
<Directory “/path/to/wordpress”>
Options -Indexes +FollowSymLinks -MultiViews
AllowOverride None
Require all granted
RewriteEngine On
RewriteRule ^relative-path/to/wordpress(/.*) $1 [L]
# END WordPress fix for plugins and themes
# BEGIN WordPress
# https://wordpress.org/support/article/htaccess/#basic-wp
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
</Directory>
Include “/path/to/apache/conf/vhosts/htaccess/wordpress-htaccess.conf”
<LocationMatch “^/(wp-admin|wp-login\.php)”>
AuthType Basic
AuthName “Private access”
AuthUserFile “/path/to/apache/.htpasswd”
Require valid-user
</LocationMatch>
# FOLLOWING THREE LINES DID NOT WORK
# <Location “/wp-admin/search.php”>
# Allow from all
# </Location>
# IS THE FOLLOWING LINE CORRECT OR SHOULD THE PATH BE DIFFERENT
<Location “/path/to/wordpress/wp-content/plugins/td-standard-pack/Newspaper/search.php”>
Allow from all
</Location>
# FOLLOWING 3 LINES WORK
<FilesMatch “^license\.txt$”>
Require all denied
</FilesMatch>
</VirtualHost>

Please help me tagDiv your my only hope. 😉

Regards,
Joey

vexteo
Participant
#0

Hi –
So, I have gotten used to deactivating and reactivating over the last couple of years at release time. But, this time, nothing I do is fixing the issue. It just breaks the site and has this code where the blocks should be [td_block_big_grid_1] and other code in [ ] …. please advise.
thanks

innovator
Participant
#0

Hello,

I know what it seems this is doing can be done using the page builder. But I need to create a custom shortcode as I am dynamically getting the content.

I need to create a custom shortcode using the existing shortcodes from the Newspaper theme. But when I add the content and call do_shortcode() I get the error in the Composer/cloud template builder.

Errors at columns elements: 15(models) : 16(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)

Below is a minimum example of the code:

function custom_shortcode() {

$output = do_shortcode('[tdm_block_socials social_rel="nofollow" tds_social="tds_social3" facebook="https://www.facebook.com/TagDiv/"]');

return $output;
}
add_shortcode('te_social_links', 'custom_shortcode');

How can I update this so I do not get the error and can work with Composer. Additionally where can I also find hooks for the other shortcodes so I can dynamically add the values.

Thank you

jtoney
Participant
#0

On my homepage flex block 3 is used to display some posts. The images are never shown correctly. No matter what I do its cropping them. Is there a mean to get the image to scale to fit that box instead? I don’t want the images to looked zoomed in which is what is happening now.

Arsenio Spadoni
Participant
#0

Yesterday I uppdated Newspaper to version 12.6.2 and all my Tag Div Blockxx widgets are gone. I can’t find them anymore.
How can I do?

Robinl2507
Participant
#0

I want to create an ‘about us’ page and want to edit the text with TagDiv. I create a page, add a text block and click on edit content. Than a WP editor screen opens, but it does not work, it keeps loading. It does it in Chrome and Edge. Can anybody tell me what is wrong?

dlicoppe
Participant
#0

Hello,

we cannot understand these two aspects: https://share.cleanshot.com/w2ZB2Y37

could you give us more details?
Publishing limits = this is the number of blocked posts that can be viewed by the person who subscribes to this plan?

And what is automatic delisting?

Is it a monthly limit or a lifetime limit? is it reset every month?

Anamaria
tagDiv Staff

Hi,

You can use flex block.

Thank you!

cborgers
Participant
#0

Hi,

I’m using the subcategories block in Tagdiv composer. How do i set the category images?

Thanks!

PIF21
Participant
#0

Hello,

Within TagDiv Composer I have added the “Page checkout” element. For some reason the “Billing Details” block has a prompt for “County” and not for “State.” I’m worried this will confuse some American subscribers who live in both counties and states. If only one of these prompts can be shown, it should be a prompt for “State” for the American subscribers. Is there anyway to change this element to include a prompt for State? Thank you.

llaporte
tagDiv Member

Good morning,

I updated to version 12.6.2 and the td_block_homepage_full_1 problem is fixed. THANKS. For the rest of the functions, I will see in the next few hours if everything else works as expected.

Once again thank you !

Luc Laporte

jfentagdiv
tagDiv Member

Hi Bettina,

The block I want to delete has only 1 row & 1 column. I am simply unable to that.

Here’s the video (the block I want to delete is the last block on the right in the Header):
https://www.loom.com/share/ec3cb683614d4c4e82a87e7f41ad2580?sid=2a63b032-1d26-439b-8e0a-4d038b7a5f40

Thanks

vexx
tagDiv Member

It seems it was from the CPT User Reviews block. Solved!

Anamaria
tagDiv Staff

Hi,

Please edit with tagDiv Composer -> https://i.imgur.com/j8YvKks.png click on the block and remove the offset -> https://i.imgur.com/dJ0iFQu.png let that field empty.

Thank you!

Calin
tagDiv Staff

Hi,
If I understood correctly, you want to offer visitors/users the possibility to filter the results on certain blocks and you are using the “Flex Loop Filters” element – https://i.imgur.com/VWVLeEd.png this is using the “TAXONOMIES” to filter the flex loop, and a taxonomy in this case is the category – https://i.imgur.com/cr3q2U4.png, post_tag – https://i.imgur.com/W1zhodQ.png and you can create your own taxonomies using a cpt plugin and doing this you can display only the “tax categories you want to be in that filter”.
Thank you!

Viewing 25 results - 3,676 through 3,700 (of 39,816 total)