Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

The query that add the post in category and archive pages it’s made in loop.php template http://screencast.com/t/dtQtLmOe and you have to apply the modification to that file.

Thanks!

Andrei L.
tagDiv Member

Hi

Please try this to use next/prev pagination on posts by adding this parameter: ‘next_or_number’ => ‘next’, here: http://screencast.com/t/hkqJljKyxr3 and remove this code: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5 Also you can style this buttons as you like using this classes: .page-nav .page-nav-post

Thanks

Andrei L.
tagDiv Member

Hi

To remove the header ad from indicated page add this code in ads.php like here: http://screencast.com/t/COlRp5RciXQt

if (!is_page(9276))

Thanks!

Andrei L.
tagDiv Member

Hi

Please try this css in theme panel > custom css:

.td-header-style-10 .td-a-rec-id-header > div{
display:table;
}

Here it’s the result: http://screencast.com/t/5Rfe9e29NQ

Thanks!

Andrei L.
tagDiv Member

Hi

You can increase the text modifying the font size with custom css in theme panel > custom css like here: http://screencast.com/t/3e0U9y7Inyd

.td-social-but-text{
font-size: 17px!important;
}

You can modify the font size value as you like.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure you have all fields checked in Visual Composer Settings http://screencast.com/t/7QZ4rI5G7gS

Thanks!

Andrei L.
tagDiv Member

Hi

1. You can use header style 10 and remove the margins around the logo with custom css:

.td-header-style-10 .td-header-text-logo{
margin:0;
}

The result should be like here: http://screencast.com/t/KwPqcFjUGGvl

2. The size of social icons from top menu and footer can be changed using custom css: http://screencast.com/t/Qjtloicy3L

.td-social-icon-wrap i{
font-size: 18px;
width: 30px;
height: 30px
}

You can modify this values as you like.

3. To add the line between post

-in block 12 use this custom css: http://screencast.com/t/RgwLycBvzygI

.td-block-span12{
border-bottom: 1px solid black;
margin-bottom: 35px;
}

-in module 8: http://screencast.com/t/h5AM7N0Qp

.td_module_8 .item-details{
border-bottom: 1px solid black;
}

-in module 11: http://screencast.com/t/6UTSJvxMQAeT

.td_module_11{
border-bottom: 1px solid black;
margin-bottom: 35px;
}

4. We didn’t tested any plugin for that request so I can’t recommend one, this is the theme’s mega menu https://forum.tagdiv.com/menus-newsmag/ which you can use, but if you need another appearance for it you can look for a plugin.

5 For the big grid title you can use this css: http://screencast.com/t/ltBUOngPS8at

.td-big-grid-post .entry-title a{
background-color: red;
display: inline-block;
opacity: 0.8;
}

You can change the color and opacity as you like.

Thanks!

Andrei L.
tagDiv Member

Hi

The biggest thumb used it’s 1021 X 580 px and if you upload an image with those dimension should match all theme’s thumbs.

Thanks!

Andrei L.
tagDiv Member

Hi

The logo div it’s located in header style file, for example for header style 3 the file it’s header-style-3.php as you can see here: http://screencast.com/t/0hgHc5VQ The logo class is td-header-sp-logo and you can apply some css and center how you want, depending by the header style used. Here are some good information about css positioning: http://www.w3schools.com/css/css_positioning.asp
If you can’t manage to do it let us know and provide a link of your site.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use the WordPress function is_category or similar to apply the code used for the homepage to the category page. Details about that function can be found here: https://codex.wordpress.org/Function_Reference/is_category

Thanks!

Andrei L.
tagDiv Member

Hi

Check if the browser zoom it’s set do default value, because otherwise appear some issues with the layout http://screencast.com/t/o7zGWqA4aVW

Thanks!

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

Hi

The color system should be the same on both version desktop and mobile. Try to clear all caches, purge cdn files if you’re using, and test the site again. If the problem persist please provide a link so i can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and and the image loads fine: http://screencast.com/t/5a68WVDrVor1 Please provide more details if you have another issue.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to display different font size on mobile devices but you can use media queries to do that like in this example.

/* the query for mobile devices */ @media (max-width: 767px){
/* classes for the selected element */ .td-post-template-default header .entry-title{
/* css rule */ font-size: 28px;
}
}

Notice that this example it’s for the post title from post template default. For other elements and post templates classes will be different and you need to inspect the element (hover over, right click >
Inspect element) and target that specific classes that the changes take effect.

Thanks!

Andrei L.
tagDiv Member

Hi

The alternative text it’s the title for the image, if you want to remove it you need to modify td_module_single_base.php file like here: http://screencast.com/t/xUebv4vD

Thanks!

Andrei L.
tagDiv Member

Hi

This blog http://demo.tagdiv.com/newspaper_classic_blog/ it’s built with page builder with latest as a page template and contains one big grid 4 followed by a text block and the latest article section with modul 4 used for layout and a sidebar left as you can see here: http://screencast.com/t/TjhAzBzA Also you can install the classic demo and check the setting.

Thanks!

Andrei L.
tagDiv Member

Hi

You can hide the comment block title using custom css in Theme Panel > Custom Css like here: http://screencast.com/t/9IH1dq9GiCW

.td-comments-title-wrap{
display: none;
}
.comments .comment-reply-title{
display:none!important;
}

If you only want to translate this titles you have this option in theme panel> translations http://screencast.com/t/H2yxjPyYk

Thanks!

Andrei L.
tagDiv Member

Hi

You can hide the pagination using custom css in theme panel > custom css: http://screencast.com/t/jXEfSE2cPQ

.td_block_related_posts .td-next-prev-wrap{
display: none !important;
}

and you can set the number off related article from theme panel like here: http://screencast.com/t/tXCOYim0

Thanks!

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

Hi

To change the color of background title add the css style inline like here: http://screencast.com/t/pIMrRhTg

<h4 class="block-title" style= "border-color:blue;">
<span style= "background-color:blue;">
MOST POPULAR
</span> 

Here is the result: http://screencast.com/t/pIMrRhTg

Thanks!

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

Hi

Glad that I could help, if you have another questions regarding to the theme don’t hesitate to ask.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for the delay, but we answer at the oldest topics first, and because you’ve update yours it has been moved up and we’ve missed it. When you set a background image from theme panel, the theme switch to boxed layout. Your site it’s full layout because you don’t have a background set. Try to set a background color and check if your background is still cut. You can add it here: http://screencast.com/t/qMYTWRByH
Also note that we haven’t tested the Wp Background plugin so the theme could not work well with it.
Hope this helps!
Pleas let us know!

Thanks!

Andrei L.
tagDiv Member

Hi

We had some issue in the last update with this settings and he hope to fix it in the next update. Meanwhile you can add this code: http://pastebin.com/ThVMqM38 to the td_config.php file like this: http://screencast.com/t/fkuChv4i4cP5

The news ticker it’s not visible because it’s empty, appears on the page as block but doesn’t have any content, http://screencast.com/t/25hvyjrwF You can try to delete and insert again the news ticker and see how it works, also empty the cache.

Thanks!

Andrei L.
tagDiv Member

Hi

You can find and change the site’s title in theme’s header.php file here: http://screencast.com/t/iq10hSnYdAN
You can add H2 tags for the article title here: http://screencast.com/t/REfHoFsRLw

Thanks!

Andrei L.
tagDiv Member

Hi

I found an javascript error on your site http://screencast.com/t/jUYsaPs5nX which may be caused by a plugin and it’s possible to affect the site functionality, so you can try to deactivate all plugins except
Visual Composer and also make sure you empty all caches then test again.

It’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.

You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR

Thanks!

Andrei L.
tagDiv Member

Hi

Please use our theme documentation and follow the instructions provided in our page speed guide: https://forum.tagdiv.com/page-speed-guide/
Please note that recently we have tested the theme withe the Wp Super Cache plugin so we recommend it instead of the W3 Total Cache which has lot’s of settings and it’s more difficult to be used properly. Make you use the default settings for the Wp super Cache.
If you don’t have basic coding experience and you’re not aware of the steps you need to do regarding page speed we suggest you get an experienced wp user to do it for you.

Thanks!

Viewing 25 posts - 6,251 through 6,275 (of 6,511 total)