Search Results for 'block'

Results from the Forum
Andrei L.
tagDiv Member

HI

I’ve checked your site and noticed that you”re not using Newsmag theme: http://screencast.com/t/FelRNjqD Please make sure that update the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ Also try to regenerate your thumbnails following this link: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ clear all caches then test again.

Let us know how it goes!
Thanks!

Andrei L.
tagDiv Member

Hi

The shortcodes has been changed so you will have to update them, try this shortcode and check how it goes:

[td_block_ad_box spot_id="custom_ad_1"]

Thanks!

Bogdan B.
tagDiv Staff

Hello,

The small module of block 18 is a module mx2. You can change the font size for each module from the fonts section like so: http://screencast.com/t/HKcuZ5UkAr
In order to know which module is used on which block you can either use the browser inspector if you are familiar with it of check this list: http://screencast.com/t/YMUq0Xmtjv4

Thank you!

pierpaolocorso
Participant
#0

Good morning
how can I enlarge , and make it visible, the text in the right widget ?
Very nice the first article with text above preview, but the other text is small . I can enlarge it ? As ?

I use block 18 widget. Thank

text widget

Bogdan B.
tagDiv Staff

Hello,

It seems your code is working to some extent, but some rules are wrong. There is no such thing as position: left;, the line-height: .5; needs a dimension in pixels is the most common use for it, etc. Please do a google search for these css proprieties and see what values these can accept.
The second css selector is wrong as well: blockquote cite What is cite? is it a class? and id? If it;s a class you need to add it with a dot in front or if it;s an id with a # in front.
On the mobile heme you can add shortcodes in the mobile theme editor on pages and insiode the post content for posts. please read this guide: https://forum.tagdiv.com/the-mobile-theme/

I hope this helps.
Thanks

nandakishorkn
tagDiv Member

Simply disabling the mobile theme plugin is working fine on Mobile devices as expected.

Also the following note from the guide https://forum.tagdiv.com/the-mobile-theme/ helped me to understand it better.

If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.

Thanks.

WebK
tagDiv Member

Thank you..

I discovered why the BLOCK 1 was not displaying correctly and that was due to one of the Visual Composer ROW SETTINGS on the home page ( disable row ) was ticket and that was somehow causing issues to the block 1 which was on another row..

Bogdan B.
tagDiv Staff

Hello,
This has a great impact on your loading speed yes. When you add any extra blocks the loading will go down with each one. You cannot have a page with lots and lots of complex elements and to have it load in an instant. You should try to use as less complex elements as possible to ensure best loading times.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Each menu item has it;s own unique id you can see in your browser inspector. You can use that id with css like
so:
.menu-item-9567{
display:none;
}

.logged-in .menu-item-9567{
display:block!important;
}

Simply place the code in the custom css box and change the menu item number with your own.

Thank you!

UKC_company
tagDiv Member

Salut 😀

That made the trick, thanks. Weird that we have that query in td_block_mega_menu file, but it doesnt work the limit. Wouldn’t have think to look into other file for the limit.

Thanks again!

Bogdan B.
tagDiv Staff

Hi,

In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}

or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd

As for the related articles name, you can translate it to what you want it to say from here: http://screencast.com/t/BBhCb4bLvr

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The theme’s modules and blocks will not pick up the colors of the category tags you set in the theme panel. That option is for posts only. The homepage has all of it’s category tags the same color. I cannot provide any solution for this unfortunately. CSS cannot do that. it will have to be done through hard-coding which falls beyond what the theme support can offer you.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The license has nothing to do with it. Visual composer supports full width elements but there is a catch. Our theme elements cannot be used in a full width layout. You can use a stretched row and select the stretch row and content feature but it will only work with visual composer default elements, not our theme;s blocks and grids. In order to identify the visual composer elements and separate them from the theme elements you can simply enable a wp default theme so there will be no theme elements present in visual composer. You can reactivate tht ehtme once you complete your landing page. our theme elements were not designed to work in full screen. Our theme was built on a fixed width and all of the theme elements depend on this width.
i hope this helps.
Thank you!

Catalin
tagDiv Staff

Hello christinarroot,

These changes can be made only via a bit of CSS code. Please try the code below and place it in Theme panel ->Custom CSS area.

The code is ->

.jetpack_subscription_widget .block-title span {
background-color: green;
color: white;
}
.widget_archive .block-title span {
background-color: green;
color: white;
}
.widget_categories .block-title span {
background-color: green;
color: white;
}

The result you should see here -> http://screencast.com/t/5OijS82X

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}

or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd

I hope this helps.
Thank you!

nateb2127
Participant
#0

Hello, I love the theme and know that it will greatly help our site.
I have a couple of questions however.

One.
I am trying to change the block quote but it won’t let me through custom css. I got it to change a little bit but for some reason I can’t seem to get it to do anything else such as position and location. Here is the code I am using:

blockquote {
font-family: Times;
font-size: 16px;
font-style: normal;
width: 100%;
line-height: .5;
position: left;
color: #000000;
border-left:1px dashed #c1c1c1;
border-right:1px dashed #c1c1c1;
border-top:1px dashed #c1c1c1;
border-bottom:1px dashed #c1c1c1;
background:#e8e8e8;
margin-top: 3px;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 3px;

}

blockquote cite {
color: #000000;
font-size: 16px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: “\2014 \2009”;
}

Two.
We use both Paid Memberships Pro and Theme Your profile.
How can I load shortcodes using the mobile theme?
The login page doesn’t load anything, nor does the sign up or check out page, profile, page, none of it.
I need those pages to work because we have viewers that purchase memberships to our site.

Thank you for your help!
The theme so far is amazing and each update you guys do brings more awesomeness!

SirBrayden
Participant
#0

The theme is working excellent!

In the live preview demos of the theme with the “news ticker” Visual Composer feature, the ticker is equidistant from the blocks and the menu. No matter how I change the spacings within the Visual Composer I can’t get this to happen. Is there some custom CSS I need to add in the Theme Pannel to make this possible for the homepage only? Specifically just editing the pixels from menu on the top of the homepage? (Spacing good on all other pages) Thanks!

Michael
tagDiv Member

If you want to identify the sidebar used on your posts, you need to check the post setting and see if it was altered from the default sidebar: http://screencast.com/t/vRykKTufx

That’s the question. I know how to do it individually, but I want to check 300 posts.

I know what the defaults are, etc, but sometimes when posting those defaults have been overridden.

Questions is how to bulk check 250-300 posts to perhaps get a list of post name or id + sidebar used.

chapeaurouge
tagDiv Member

Hello Bogdan,

we are trying and trying to do that bu without success. I got the code from Adsense (I created a “display only” ads, with automatic size and that’s the code:

<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– 2 logo boxes –>
<ins class=”adsbygoogle”
style=”display:block
data-ad-client=”ca-pub-#”
data-ad-slot=”7150674095″
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

can you please put it on the left and right of the logo, please? We use Header n° 10.

http://www.praguemorning.cz/wp-admin/
user: #
pass: #

please would be a great help from you!

thanks a lot

  • This reply was modified 10 years by Bogdan B..
UKC_company
tagDiv Member

Hello Andrei,

I am back at this problem. You were right about that in CMS, but in FE, less subcategories are shown, only 5 from 6. Like I’ve shown you here: http://imgur.com/UoeV8xB, there are 6 subcategories of that category on top. But the last one is missing in FE.

Anyway, I’ve found this function get_pull_down_filter in td_block_mega_menu, where I saw there is a limit of 5. I’ve increased it and still nothing.

Any idea?

Thanks.

Mark Lee-Falcon
Participant
#0

Hi,

I would like to use the social counter widget however I don’t like it showing our social media numbers at the moment as they are not as high as our competitors. Is it possible to remove these numbers so that we just have the images?

Also when adding the blocks and a title name the title has a black background around it which then links to an underline across the whole page. I see on some of your demo’s you do this but without the black box around the wording.

How am I able to have the title just underlined?

rakhwanna
tagDiv Member

i think, it will be the awesome block for the next update 😀

Thank you

Catalin
tagDiv Staff

Hello stax,

Let’s clarify the situation. So, I understand that you want to have a template on your front page/page where you have a pagination for your displayed posts, right? You can use the default page template and then add some block on your page which pagination, like this -> http://screencast.com/t/kJQqOfpZI Please notice that the numeric order is only available for Latest Articles module and on the front page you cannot bring this one without using the afferent template.

Thanks for your understanding!

Yousra
Participant
#0

Hello,

I still have some titles that get truncated in my newspaper website.

I already fixed those that get truncated in blocks by commenting the cut_title function in includes/wp-booster/td_module.php

However, for a given post, the div that contains the sequence Home > Category > Post title has again a truncated title (span with class=td-bred-no-url-last).

Could you please let me know where the cut function is located for this element? Thank you.

Regards,
Yousra

Dorcas_
tagDiv Member

Hello! I again.

I have two questions :

1. The posts of registration page there is the option of the theme , which the file so I can translate this directly in the code ?

2. Is there a way in the big picture (grid slides or blocks ) I include at the top of the image a sentence of support?

like this site here uses :

g1.com

There is the headline and above the image a sentence of support regarding the subject, which does not refer to the category .

Understood?

Viewing 25 results - 28,701 through 28,725 (of 39,816 total)