Search Results for 'block'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css for the Newsticker blockhttp://screencast.com/t/UouxLgnV

.home .td-trending-style2 {
margin-bottom: 0 !important;
}
.home .td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td_block_trending_now {
margin-top: -48px;
}

And this one for Big Grid – http://screencast.com/t/x4ghHL0iJ

.home .td_block_big_grid_7 {
padding-bottom: 0;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked this and do not worry about this, it is a false positive and nothing malicious there. On Contact page from the demo we have an Raw Html block and the content from this block is encoded that’s why appears like that – http://screencast.com/t/YjySjAl5Shttp://screencast.com/t/JjlgFUiE

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you have this element available only for Widgets section. So you can add it in your sidebar(default or a custom one) from Appearance > Widgets and use Widgetised Sidebar block to display it on your page – http://screencast.com/t/30fWIrxHd

Thanks!

Andrei L.
tagDiv Member

Hi

You can’t directly copy the code from Visual Composer into a widget, but a solution would be to create your sidebar layout in VC, then add the blocks in the same order in a sidebar widget from Appearance > Widgets.

Thanks!

Bogdan B.
tagDiv Staff

Hello scorpiock,

There is an option in the theme panel but it disables all author names. If you want to disable it selective, you need to use a custom CSS to do that. Add this code in the theme panel and it should do the trick.

.td_block_3 .td-post-author-name, .td_block_13 .td-post-author-name{
display:none;}

Thank you.

Jeffrey Summers
Participant
#0

I have a grey box under all the post images on my homepage block. Is this because the featured images for those posts is too small or what? I want the full image transparent like in the demo with the post title overlay.

http://shghws.it/

mboydnv
tagDiv Member

Will that affect my indexed pages in Google? They are 200+ indexed pages in there as www. ?

While I got you Chris, here’s my .htaccess file in the public_html directory. I’m thinking of removing the block to index sitemaps.

Do you see any other trouble with this? Thanks

RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L]

RewriteCond %{HTTP_HOST} ^50\.28\.106\.21
RewriteRule (.*) http://www.mydomain.com/$1 [R=301,L]

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# PROTECT WPCONFIG
<files wp-config.php>
order allow,deny
deny from all
</files>

# Enable Leverage Browser Caching
<IfModule mod_rewrite.c>
ExpiresActive On

# Favicon (cannot be renamed)
ExpiresByType image/x-icon "access plus 1 week"

# Media: images, video, audio
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"

# CSS and JavaScript
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"

# Webfonts
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType application/x-font-woff "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"

</IfModule>
# End Leverage Browser Caching

# TYPES FIX
AddType text/css .css
AddType text/javascript .js

# Enable GZIP Compression
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml text/javascript application/x-javascript application/x-httpd-php
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
Header append Vary User-Agent env=!dont-vary
# End GZIP Compression

# DISABLE DIRECTORY BROWSING
Options All -Indexes

# PROTECT HTACCESS
<files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>

# DISABLE SITEMAP INDEXING BY GOOGLE AND OTHERS
<IfModule mod_rewrite.c>
<Files ~ "^(post-sitemap.xml|category-sitemap.xml|sitemap_index.xml)\.xml$">
Header set X-Robots-Tag "noindex"
</Files>
</IfModule>

# FORBID COMMENT SPAMMERS ACCESS TO YOUR wp-comments-post.php FILE
# This is a better approach to blocking Comment Spammers so that you do not
# accidentally block good traffic to your website. You can add additional
# Comment Spammer IP addresses on a case by case basis below.
# Searchable Database of known Comment Spammers http://www.stopforumspam.com/

# BLACKLISTED USER AGENTS
SetEnvIfNoCase User-Agent "Acunetix" keep_out
SetEnvIfNoCase User-Agent "FHscan" keep_out
SetEnvIfNoCase User-Agent "Baiduspider" keep_out
SetEnvIfNoCase User-Agent "Yandex" keep_out
<Limit GET POST PUT>
order allow,deny
allow from all
deny from env=keep_out
</Limit>
# END BLACKLISTED USER AGENTS

Bogdan B.
tagDiv Staff

Hello EyeRock.

It is actually up to you if you want to create your own structure or edit the existing one.
You can edit the page in visual composer. Just open that specific page and edit the row to change the image: http://screencast.com/t/xnXUnKAFsCl
You can change block settings the same way.
You can read more about visual composer and block settings in our documentation:
https://forum.tagdiv.com/how-to-use-visual-composer/
https://forum.tagdiv.com/block-settings-tutorial/

I hope this helps
Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

There’s no ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process. Anyway the featured image must be at least thumb size used on modules/blocks. You can read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/ You have to do some tests and see what aspect ratio to use, depending what blocks/modules you use most.

Thanks!

scorpiock
Participant
#0

Hello,

I would like to disable showing Author Name from all blocks but should display in post view. How do I do this?

If it’s block specific, then please let me know about disabling in Block 3 and 13?

URL: geekflare.com

Alin [tagDiv]
tagDiv Staff

Hi maxim,

You said above that you need to fix only one widget, so I provided a solution how to fix only one widget on the page. For example if you add the class on the row – http://screencast.com/t/5k1Zo7RJkX that block will be sticky – http://screencast.com/t/yBfS6gqphttp://screencast.com/t/2EWAcYm5O
The theme doesn’t have an option to fix only a specific widget from the sidebar like the Q2W3 Fixed Widget plugin and we did not test it with the theme so it may be a conflict. You can try to disable all your plugins except of Visual Composer and Q2W3 Fixed Widget, clear cache and see if it works. It may be a conflict with another plugin.

Thanks!

Bogdan B.
tagDiv Staff

Hello Bintmusic,

The problem was fixed in the current version (6.5), But only if you keep the default color in the block settings (grey). You can now change the headers color in the theme panel and it will apply to the tabs.

Thank you.

rmanasir
Participant
#0

In my home page template I have selected one block with multiple categories, But it does not show those categories.

What we can do

Alin [tagDiv]
tagDiv Staff

Hi,

The next/prev pagination can be used only on blocks. On category page can be set normal pagination(numeric), infinite load and infinite load + load more. You can control the number of the articles from WP Settings – http://screencast.com/t/1gWBOZWp

Thanks!

Steven
tagDiv Member

I don’t use tabs etc…just blocks and it don’t work there is nothing in the VC i can use it all saying the…

Elements within this list are deprecated and are no longer supported in newer versions of Visual Composer.

For me to use VC i had to go back to the older version from before…i don’t give no one access to my backend sorry..

  • This reply was modified 10 years by Steven.
Andrei L.
tagDiv Member

Hi

1. WordPress doesn’t have an option to add a profile picture, you will need a plugin like https://wordpress.org/plugins/wp-user-avatar/ or to use gravatar: https://codex.wordpress.org/How_to_Use_Gravatars_in_WordPress

2.3. To add a text in author box and add authors social networks replace the initial code from td_block_authors.php with this one: http://pastebin.com/GAxdwVKdhttp://screencast.com/t/jUp27afShAW5
Also you will need this css in theme panel custom css:

.author-description {
color: red!important;
font-size: 13px!important;
padding: 0!important;
}

You can change the font-size and the color as you like. The result should be like here: http://screencast.com/t/xjD5jNWuvpn3

If you want a different implementation my advice is to look for a developer from sites like http://studio.envato.com/ as we cannot offer any type of custom work at the moment.

Thanks!

pings
Participant
#0

Hi. I can´t find in document whats the recommended sizes of theme images, like featured image, background, blocks and others.

Thank you.

harmario
Participant
#0

Hi!

I´m triying tu put in the home the tipical pages options to go like Google have when you search something, “go to page 2, 3, 4, 5…” etc etc. It is colled “pagination”?

I have a page created with block, the Big Grid and customize widgets. I checked all the new elements to add and I didn´t see anything like that.

Any one know how to do?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the playlist blocks works only with youtube and vimeo videos, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The block 4 was created using module 2(this module is also used on block 2) and the block 5 is used module 3 so this are the files where you can try to add your code. For modules you can try something like this:

<p><?php the_field('price', $this->post->ID); ?></p>

To customize the price you can try to add a class to the paragraph and used it for css – http://screencast.com/t/JLtppCV8

Thanks!

Bogdan B.
tagDiv Staff

Hello gomerblog,

We really enjoy seeing our customers appreciate our product and all our hard work! Thank you!

The styling options for the block titles are listed here in our block settings tutorial: https://forum.tagdiv.com/block-settings-tutorial/
You can change text color and the background color. But if you mean other styling besides these options, there are none at this time. Maybe in a future update we will be able to implement more settings.

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

I also checked this on my side and did not found any issue with the block sort order. Please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN, then check again if you still have this issue. I suspect it is a caching issue. Let me know how it goes!

Thanks!

Bogdan B.
tagDiv Staff

Hello pmaalouf,

1) The theme was designed to work with ‘Adsense’, and you can read more about ads in our documentation:
https://forum.tagdiv.com/header-ad/

2) I think you mean the block settings and the categories displayed on blocks. You can filter categories as shown here: https://forum.tagdiv.com/block-settings-tutorial/

3) If you are referring to the social counter, then you have to use just your ID, not the whole URL: http://screencast.com/t/8mQqNV5h7.

If this is not what you mean, provide more details so we can better understand the issue.

Thank you.

Andrei L.
tagDiv Member

Hi

You have to search and replace them in the database, use a plugin like – https://wordpress.org/plugins/better-search-replace/
Before you try this backup the database manually or use a plugin – https://codex.wordpress.org/WordPress_Backups

The following shortcodes were changed:

* td_ad_box -> td_block_ad_box
* td_authors -> td_block_authors
* td_homepage_full_1 -> td_block_homepage_full_1
* td_popular_categories -> td_block_popular_categories
* td_video_vimeo -> td_block_video_vimeo
* td_video_youtube -> td_block_video_youtube
* td_text_with_title -> td_block_text_with_title
* td_slide -> td_block_slide
* td_social_counter -> td_block_social_counter

Thanks for the message!

JanuszJasinski
tagDiv Member

https://forum.tagdiv.com/topic/diy-show-only-specific-posts-on-block-and-sliders-filter-blocks-by-post-id/

This looks exactly like I want! Any chance it will be featured as part of the core theme soon?

Viewing 25 results - 34,076 through 34,100 (of 39,816 total)