Search Results for 'block'

Results from the Forum
Steven
tagDiv Member

Yes it work with super cache because i’m using that as well,you just have to becarefull using a different plugins to “Optimize Your Website” just not many because it can cause issues also only used one cache plugin…

Gee95
tagDiv Member

@steven Thank you, do you know if it works with Super Cache? As i’ve had to deactivate W3 Cache as it was causing problems displaying my website.

Thanks 🙂

Steven
tagDiv Member

Hey @Gee95 don’t use the “Move scripts to the footer”,Defer parsing of javascript files,or the Lazy load images to improve page load times but all the rest you can used..

And clear all ur cache when you change and save the settings…

Gee95
tagDiv Member

‘Speed Booster Options’ has slowed my website down, adding an extra 2-3seconds loading time.

What options would be ticked? At the moment it’s ‘Compression level: 90’ and all the boxes are selected.

Is this correct?
Thanks 🙂

Marius
tagDiv Staff

Hi,
You use a template with latest article and that template is with latest posts with pagination.

You need to do that infinite scroll on a block(infinite load are available on blocks in Page builder). Edit you homepage, select as template Homepage - bg - no article list and with page builder you need to create something like this: http://screencast.com/t/itod8bCfVVN
http://screencast.com/t/feqvh8YHBF

Also I see that you don’t have activated the Visual composer on your site. You need to activate it if you want to work the Visual composer(Page builder)

Thanks for the message!

Marius
tagDiv Staff

Hi,
I’ve tested again and seems now work with space to :|, I’ve tested this setup on a block to and works fine. In first test fail with space but now seems to work fine on big slide.

SheikhOvais
Participant
#0

Hi guys,

I’m having problems with creating page jumps within my posts using this command

What it does is that the link is opening in a new tab instead of jumping within the same page, which I definitely don’t want.

See it here http://www.clearawayacne.com/products/the-brutal-clearpores-review under the subhead “What You Will Learn”, which is supposed to jump over to the subhead named “1. How ClearPores Can Clear Away Your Acne”.

How can I fix it? Is there any plugin that can make it simple?

Thanks a lot!
Sheikh

albanhops
tagDiv Member

If I can help, I found the lines in the CSS file to “restore” my configuration. I specify that I use a child-theme.

Line 2100 : .td.post-text (for post font) – I simply erased this parameter.

And I erased also those lines for my titles :

.td-post-text-content h1,
.td-post-text-content h2,
.td-post-text-content h3,
.td-post-text-content h4,
.td-post-text-content h5,
.td-post-text-content h6 {
font-family: ‘PT Sans’, sans-serif;
color: #222222;
font-weight: normal;
margin: 25px 0px 27px 0px;
}
.td-post-text-content h1 {
font-size: 40px;
line-height: 46px;
font-weight: bold;
}
.td-post-text-content h2 {
font-size: 36px;
line-height: 42px;
font-weight: bold;
}
.td-post-text-content h3 {
font-size: 32px;
line-height: 38px;
font-weight: bold;
}
.td-post-text-content h4 {
font-size: 28px;
line-height: 34px;
font-weight: bold;
}
.td-post-text-content h5 {
font-size: 25px;
line-height: 32px;
font-weight: bold;
}
.td-post-text-content h6 {
font-size: 22px;
line-height: 28px;
font-weight: bold;
}

  • This reply was modified 12 years by albanhops.
  • This reply was modified 12 years by albanhops.
rbaccaro
Participant
#0

Hi Lucian and team,

I would like to give you couple feedbacks about the Login/Registration forms from the point of view of the user. It looks beautiful, but it is missing couple options to be the best login form I have seen for WP.

+ Login
– missing a “Keep Me Connected” checkbox
– would be nice to have fields in theme Translation menu, for the “Remember Password” notification email

+ Register
– validate username only with alphanumerics, but excluding -, _, spaces and at least 4 chars, see below
– would be nice to have fields in theme Translation menu, for the “Welcome” notification email
– create a option to insert a link, target new window, in case the user wants to read the Terms of Use, for example

+ Logout
– settings to decide where the user should be redirected after logout

I tried the validate_username and seems your theme override the function. See below:

add_filter( ‘validate_username’, ‘username_restrictor’ , 10, 2 );

function username_restrictor( $valid, $username ) {
if ( ! $valid || ( is_user_logged_in() && current_user_can(
‘create_users’ ) ) )
return $valid;

$username = strtolower( $username );

if ((!ctype_alnum($username)) || (strlen($username) < 4)) {
$valid = false;
} return $valid;
}

Thanks!

Manuel Fink
tagDiv Member

thx a lot Lucian!

garfieldx
Participant
#0

Hi,

I want to use the block widgets (e.g. [tagDiv] Block 4) in the sidebar to display related posts. I want to filter the related posts by tag.

So e.g. on a page, which has the tag “tag1” the block widget should only show other posts which also have the tag “tag1”.

On pages with “tag2” the widget should only show posts which also have the tag “tag2”, etc.

The question is: how can I do this, when tags are dynamically created as the site grows and we do not want to have different sidebars for each tag?

Thanks for your help!

mboydnv
Participant
#0

I am using block 3, and would like to call up posts by ID #. How do I do this?

Would like to do it in other blocks also. It will give me complete control over what I display.

So basically, I would call up 3 posts in block 3, by typing in a post ID,

postid=12, post id=9, postid=14

something like that….

Thank you so much, Love this theme.

sbo
tagDiv Member

And I’m guessing changing all td_mod6 to td_mod3 would adjust it to show like this on module 3, correct?

meremetia
tagDiv Member

hi Lucian,

thanks again, but I only managed to make it work with Googleads but it never shows up when I have a usual image as banner. You can demo it at http://www.ministryofrun.com

But there is a deeper/bigger problem: I cannot add html inside the content. I wanted to make this an active link… any alternatives?

Lucian
tagDiv Staff

Hi,

The code depends on the type of ad you use in the header. For example the code i gave you it’s for ads that use an image as it use the .td-visible-desktop or -tablet-l or -tablet-tp or -phone classes and adds content after it, if you decide to use AdSense ads the classes changes and you also need to change the class in the css code i gave you http://screencast.com/t/zuPw34Trbrm
Try changing the classes according to your ad type.
If you can’t do it please send me your site URL so i can check.

Thanks

Lucian
tagDiv Staff

Hi,

Yes you can insert a block via shortcode in your post, use page builder to customize your block then switch to classic mode and get the shortcode http://screencast.com/t/VgMmLCxmWq
Then insert it in your post http://screencast.com/t/nZtURMwx
It will show up like this: http://screencast.com/t/lUyEBULxH

It’s possible from code also, using the do_shortcode() function like this:
<?php echo do_shortcode('your shortcode') ?>

Thnaks

Manuel Fink
tagDiv Member

Figured the shortcode tag out myself [td_block3]

Lucian
tagDiv Staff

Hi,

Can you please send a link to your site, i’d like to inspect it, also if you will please send an e-mail at contact@tagdiv.com with your wp-admin username and password so i can check this issue, please include a link to this topic.

Thanks

OuweAap
Participant
#0

Hi,

I created some pages using the “Homepage-Blank” template. Like a lot of others I am missing the pagination at the bottom of the page. (please include this in a next update)

Your solution to this is to use a “Homepage – with article list” template instead. Unfortunately, when I do this, the complete layout of my pages is then screwed up and I don’t have complete control over how they look. So I don’t want this.

Is there ANY way that can put the simple pagination on custom created pages using the “Homepage-Blank” template?

P.s. I am using Block 6 on my pages. So is it possible to have pagination at the end of this block?

meremetia
tagDiv Member

Hi Lucian,

thanks for taking the time to help me with this, but unfortunately it didn’t work.

I have added the code on my css but nothing appears on the page. If I do a view source, the css code is there, but no display of the text..

Am I supposed to add some class somewhere? Or have I missed something else..?

thanks

Manuel Fink
Participant
#0

I’d like to have 2 similar articles within a longer text as recommendations.

Is it possible to insert e.g. Block 3 within an article as shortcode?
Is it possible to get a Block 3 within php code?

Thx, I really appreciate your help!

revolution180
Participant
#0

i read another support ticket that said the solution was to use W3 Total Cache. which we used to use. but because of the site being very sluggish and crashing at times, with W3 showing no noticeable increase in speed at all, we decided to use wordfence plug in. which might i add is very good for detecting the main problem for site slow speed. which is not the theme itself, but DDOS attacks.

we were able to block china where attacks were coming from and speed picked up 100x faster than before. then i decided to use their cache engine, which even made it faster.

however now based on your response to the responsive menu issues, we have removed the caching by wordfence and activated W3 Total Cache. but still there is a problem if the responsive menu showing. please see http://www.naija.fm

also sliding menu not working. just provides link – http://www.naija.fm/#

really need the help please. we are losing tons of traffic due to users only limited to few pages.

Robert

iip
tagDiv Member

We are online. Like I said.. everything works great except the facebook on the homepage only. The facebook works great on internal pages.

Lucian
tagDiv Staff

Hi,

@digitial2 The Facebook sharing doesn’t work locally, you have to be online to work. The issue is on post too not only on homepage, i have checked myself, locally it doesn’t work but online it works fine.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the <!--more--> (teasers) only work when using Module 1 like in this ex:
http://screencast.com/t/XwGOMRh8dFM
http://screencast.com/t/lepYjdlJnsF

You can customize your excerpt from Theme Panel > Excerpt like this http://screencast.com/t/i8Dzp4S13 or you can add your excerpt for the post manually from post like this: http://screencast.com/t/dSWhR6qMI4 this will be displayed firstly if it’s added.

Block 8 is build using module 5 and you have to modify the excerpt length for module 5.

Thanks

Viewing 25 results - 38,651 through 38,675 (of 39,816 total)