Search Results for 'block'

Results from the Forum
keyforweb
tagDiv Member

I found….

.td_block_11 .td-excerpt {
display: none;
}

thx

keyforweb
Participant
#0

Hi to all..
I need to hide the initial description text on block 11 on my homepage? How could i do? Via Css code?

Thx a lot
Orlando

Image

TechDragon12
Participant
#0

Newspaper V 6.5.1
Wordpress V 4.7.4
Visual Composer V 5.2

We are having an issue with Visual Composer elements. The blocks, which were previously available when you choose an element in VC are now not showing. The actual code is there if you look at the text in the page (example: [td_block_big_grid_6 td_grid_style=”td-grid-style-4″ category_id=”26″ offset=”1″])

…but the blocks themselves are not appearing in the element list. Previously, you could choose a block to display on the page and select various categories / filters but none of that is available now.

If I create a test page and put one of the templates on it (like a homepage template) on it, the blocks will still appear on the front end, but the column design is not correct.

This site was created by a previous developer who did not create a child theme so we can’t upgrade it at this time. We place to rebuild it at some point, but for now getting it fully functional is the highest priority.

slo
tagDiv Member

I put my cloudflare to Pause to test if cloudflare is blocking request but still no luck. 🙁

Catalin
tagDiv Staff

Hello aliahmad,

Please notice that our theme will display on the blocks only the category tag which is setup by Primary Category and not all of these if that post has more than one category.
Also, if you want to move the tags section from post template, notice that you should edit the theme core file and move the specific div in your desired place. For example, if you are using the post template style 1, you should edit the loop-single-1.php and move the following div where you want to display this element, like this -> https://www.screencast.com/t/gvLd469joL If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for the message!

gcamara
Participant
#0

Hi
I am trying to optimize some pagespeed requirements and I got this error when JS fix render-blocking:

tdBlock is not defined

Apparently everything is working because this is somehow related to… pulldown? Not using it right now. Code is at the end of wp_booster but I’m not sure if should I disable this or where to do it?

Edward
tagDiv Member
Simion C.
tagDiv Staff

Hi,

The view count is not displayed in the blocks and modules. The modules only display the author name, date and comment count. If you mean the comment count, try this code
https://www.screencast.com/t/ErV2Ar9Se

The code will apply to all the modules on the website, enter it in Theme panel->Custom CSS

.td-module-comments {
float:none;
display: inline-block;
}

Thanks

topmagazin
tagDiv Member

Hey Catalin,

thx so far. Yes, I am using VC an I know how to disable this in blocks when embedded in a post or page.

But how to do this in “RELATED ARTICLE BOX” (below posts) and “MEGA MENUS”?

I just cant find the settings anymore…

Regards

Catalin
tagDiv Staff

Hello rsh2k1

Notice that you can change your blockquote from Theme panel, like this -> https://www.screencast.com/t/NlG21NW3yQ Also, if you want to change the default style of this element, you should do it from the style.css and find after blockquote p and from here you can change the default style of this -> https://www.screencast.com/t/EiabJ7eDxN Clear all the caches and check the results.

Thanks for the message!

Catalin
tagDiv Staff

Hello TOPMagazin,

If you will not our page builder I guess that you are using the Visual Composer, right? Please notice that the block pagination can be disabled from here -> https://www.screencast.com/t/FATvoDa94 for each block element.

Hope this helps!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Each block can display pages instead of posts, if that is what you want. You just have to specify this in the block settings
https://www.screencast.com/t/69y5tjMvpqtq
More information about the available block options and settings here
https://forum.tagdiv.com/block-settings-guide/

Thanks

Catalin
tagDiv Staff

Hello asisrodriguez,

Please check your post because it may be part of these two categories and that’s why your posts appear in that two differents blocks.

Thanks for the message!

Catalin L.

Simion C.
tagDiv Staff

Hi,

1. The article title font properties can be changed for each module, in the theme panel. You have to identify the module that the block is using
https://forum.tagdiv.com/theme-blocks-modules/
And make the needed modifications in the theme panel
https://www.screencast.com/t/bZlKimIN0q
That should not happen to the thumbnail of the module. If an article title is longer, the thumb should not decrease it’s size. If you could provide a link to your website we will inspect the issue.
You could set a smaller excerpt size for the article title so that does not happen, for then moment
https://forum.tagdiv.com/excerpts-introduction/

2. That would require modifications to the module used by Block 23. The file that you would need to modify is module 18
https://www.screencast.com/t/wZjUTq7YH
There you can see the structure of the module, you can make then modification like this for example, and make everything display under the thumb
https://www.screencast.com/t/p6ZuUTf2Hk
https://www.screencast.com/t/JlUla1TT62sn

Thanks

Simion C.
tagDiv Staff

Hi,

That is a customized Latest articles section, for that demo specifically. The section uses module 1. Here you can see which blocks use module 1 in the theme
https://forum.tagdiv.com/theme-blocks-modules/
The Latest articles section can be enabled by selecting the need page template
https://forum.tagdiv.com/page-templates-2/
The design is created custom for the demo you mention. You could take note of the modifications made to that module, in the demo stylesheet
https://www.screencast.com/t/N2SyUSzv5mMA

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested the translation feature, and translated to french without any problems
https://www.screencast.com/t/Oj5eNUsEgZhw
Be sure to save the settings after the translation has been loaded, in order to display the results.
If the translation is not working, try disabling all your plugins except the ones provided with the theme, clear any installed cache and try again. Also check with the browser inspector for errors (press F12 and in the console section) while translating in the theme panel. The process could be blocked.

Thanks

Aakash
Participant
#0

Hi,

I am using responsive site. I have implemented this code in theme panel-> custom code but still unable to get top menu bar on mobile.

.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget {
line-height: 37px; !important;
}


@media
(max-width: 767px) {
.td-header-style-6 .td-top-menu-full {
display: block;
height: auto;
padding: 0 16px;
}
.td-header-style-6 .td-top-menu-full .td-header-sp-top-menu {
height: auto;
}
.td-header-sp-top-menu .top-header-menu {
text-align: center;
}
.single_template_6 .td-header-wrap {
height: 450px;
}
.td-post-template-6 .td-post-header {
bottom: -50px;
}
.td-full-screen-header-image-wrap {
top: 50px !important;
}
}


@media
(max-width: 497px) {
.td-post-template-6 .td-post-header {
bottom: -100px !important;
}
.td-full-screen-header-image-wrap {
top: 100px !important;
}
}

Simion C.
tagDiv Staff

Hi,

Please check with the browser inspector in the theme panel, while trying to make modifications and saving. In some cases the ajax request made by the theme when saving settings, is blocked by the server. This could be the cause of the problem. More useful information in this topic
https://forum.tagdiv.com/topic/cant-save-theme-options-2/

Thanks

Simion C.
tagDiv Staff

Hi,

You could try a code like this one, and it will make the top menu visible on mobile as well
https://www.screencast.com/t/vLxErQSO6d

.td-header-top-menu-full,
.top-bar-style-2 .td-header-sp-top-menu {
display: block!important;
float:none;
text-align:center;
}

The code must be entered in Theme panel->Custom Css, if you decide to use it.
Unfortunately I cannot test this on your website at the moment, it seems to require login information
https://www.screencast.com/t/jIKHfwgl5lf9
The top menu will be displayed at the top, it is not part of the main menu container and it cannot be displayed along inside it. Normally the top menu is not displayed on mobile, there is a possibility that this solution may not work properly.

Thanks

aliahmad
Participant
#0

Is there a way to theme the user page (ie, /author/admin/) with TD composer? i want to change the look of the block.

cheers,

rsh2k1
Participant
#0

Where exactly do I find the settings for the default blockquote style? The default on Newsmag is this giant, blue, centered, all-caps thing. I’ve managed to change it for display on the site itself, but it’s still coming up in the Visual Editor when I’m writing/editing. It’s a huge distraction and makes the visual editor more or less useless.

Do I change a child theme stylesheet? The main stylesheet? Add some code somewhere else? Deactivate TinyMCE somehow?

Help please!

simchris
tagDiv Member

Did you check F12/console for errors in browser? Javascript errors might block the GA code.

Did you check your GA console for errors?

Did you check your post content still has the tracker in place?

Theme has no control over tracking — only places the code into your HTML. Nothing else. if it’s there in your code when doing view source, and you have no JS errors, nothing to do with the theme.

I don’t work here.

Typically for best support, it’s good to identify what steps you took to debug a “sudden error” — did you update something? What did you check to determine the problem? Only you can manage your own website. Theme is only tiny portion of your site, hosting, plugins, WordPress, etc.

They are closed Sat/Sun as clearly noted top of the forum:
SUPPORT HOURS (GMT+2)
Monday - Friday:
8:00 AM - 17:00 PM

AudraCarpenter
tagDiv Member

sorry here’s the shortcode I am using:

[td_block_video_youtube playlist_title=”My Playlist” playlist_yt=”stD9RycSXiU, oLW5SjiC8UY, FCQq5a4nb6I, ubHMuYjUCfU, PtrL9qnLypk, 3K7tYdUZZ_c, 633rwYgYJDs, NLN4wy8Ef10, 6dx63-0H66Q” playlist_auto_play=”0″]

topmagazin
Participant
#0

Hey there,

how to disable (ajax) pagination on blocks (Mega Menus, Latest Posts) without having TD Composer right now?

Due to the fact that our site is quite big we cant migrate that easy from VC to TDC.

Thanks in advance for your help.

i24gabon
Participant
#0

Hi

My ad (ad which are homepage between blocks/categories) are not display correctly on mobile devices. Why ?

This is my web site: http://www.i24gabon.com

Thanks

Viewing 25 results - 23,876 through 23,900 (of 39,816 total)