Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
halilibrahimkar
tagDiv Member

I confused. Now it works good. I see it only one post. There is no problem. Sorry.

halilibrahimkar
tagDiv Member

Also i should say that “More Article Box” work correctly “by Same Category”. Only Related Articles Section “by same category” don’t work.

halilibrahimkar
tagDiv Member

Settings > Permalinks and write only dot “.” at the category box. Save then wordpress will change url as you like. You can also do it for tags.

halilibrahimkar
tagDiv Member

I found it.

I added this codes at past in functions.php. After I deleted it, Problem has solved.


// Remove comment-reply.min.js from footer
function crunchify_clean_header_hook(){
wp_deregister_script( 'comment-reply' );
}
add_action('init','crunchify_clean_header_hook');

Thanks

halilibrahimkar
tagDiv Member

No, I disabled all my plugins except of Visual Composer but problem didn`t solve :S

halilibrahimkar
tagDiv Member

Hi,

You can edit mainpage on Visual Composer for hide columns and rows.
http://oi62.tinypic.com/2nq7k9g.jpg

I don`t advise hide footer. But you can add this code in style.css for hide footer

@media (max-width: 767px) {
.td-footer-wrapper {
display: none;
}
.td-sub-footer-container {
display: none;
}
}

halilibrahimkar
tagDiv Member

Your print screen is looking good. But look at my pictures please.

<a href="http://” target=”_blank” />

Viewing 8 posts - 1 through 8 (of 8 total)