Home User profile
tagDiv Staff
I'm passionate for computers, sports and games. I spend a lot of time playing around with divs, scripts, codes, containers. I also coordinate the support team to make sure every customer is properly treated.
Emil G
tagDiv Staff

Hi,

Mega Menu will display the subcategories automatically if the selected category has any. – http://screencast.com/t/uH23yFkaFhttp://screencast.com/t/BvPCer7OUOgThttp://screencast.com/t/Q5rhDSj4cdL

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Please provide the url so i can take a look.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

The function that may interfere with your plugin is this – http://screencast.com/t/SGBeCndnizj

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Not sure what you mean, please provide more details, some images or the url may help.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Try the following css (add it inside Theme Panel -> Custom CSS): – http://screencast.com/t/u71UIuECuw

.td-normal-menu > .sub-menu{
width: 10em !important;
}
.sf-menu ul a > span.sf-sub-indicator{
right: auto;
left: 12px;
background-position: -20px -970px !important;
}

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Emil G
tagDiv Staff

Hi,

I guess you use module 1 to display the posts on archive page – http://screencast.com/t/O8CK9S5EGBF
You could comment or delete the code that brings the featured image on module 1 template – http://screencast.com/t/zGBElB7kAiM

Result – http://screencast.com/t/wy32qDRlz1

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

The theme doesn’t have such a function, you can only select a certain category or sort them by tag. You could add a certain tag to the posts you want to display and add it on the block/widget setup section – http://screencast.com/t/Ni1ZIRJJ

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Not sure what you mean, please provide an image with the icon you’re referring to.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

1. TinyMCE is the user interface that helps you edit posts.
2. We have a vector file, the word/text itself cannot be changed.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You mean to deliver a certain ad for each page? please provide more details.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You have an error in the console – http://screencast.com/t/juiWo89tGTI
Try to disable all plugins, enable only Visual Composer and see if the issue is still there.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You have to use a program like Photoshop or similar. The fonts used are:

Newspaper – Arial Black (with a background image)
The art of publishing – Artifika

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Try to disable all plugins, enable only Visual Composer and Speed Booster, see if the issue is still there. Also make sure you use the Speed Booster version that came with your current version of the theme.
ex . If you have the latest version of the theme (4.6.1) you should have Speed Booster version 3.1

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Sorry for the delay, the block files are located in the includes/shortcodes folder – http://screencast.com/t/yve6G8Hjt
The modules files inside includes/modules – http://screencast.com/t/L3UzAvWvFs
You have to look at the current code structure inside the Big Grid files and modify it the way you like – http://screencast.com/t/VjelAp3IER , there’s a function that determines what images are brought into the page – http://screencast.com/t/jaPCGFL6 you can start with it and the modify the rest of the elements. Ultimately you have to rewrite the css.
It’s not an easy task, you basically have solid html/php/css knowledge.

Our support doesn’t include custom modifications, we can only provide guidance, help for theme related issues and eventually solutions on smaller modifications, sorry.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Yes, we change it in the latest update – http://screencast.com/t/MEyZJsGTS
You could leave it on in the Theme Panel and comment the following code – http://screencast.com/t/4OThvSt25qh

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

It’s from the title line-height – http://screencast.com/t/UNv7kGkvQymU
Try this css:

.block-title {
line-height: 30px;
}

Or check the block title settings in Theme Panel -> Custom Typography – http://screencast.com/t/kl6rO8cH

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
  • This reply was modified 11 years by Emil G.
Emil G
tagDiv Staff

Hi,

One of your custom blocks has float on mobile and the sidebar height goes over it, that’s why the buttons and other elements on that section are not clickable – http://screencast.com/t/HIT1m5j0WvW http://screencast.com/t/FNAsMHcHerQ
Add the following css inside Theme Panel -> Custom CSS:


@media
(max-width: 767px){
.ec_product_details_page {
float: none;
}}

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You use the Homepage – blank template, edit the main page and add the Widgetised Sidebar block in place of the Social Counter block or under it, ex – http://screencast.com/t/G2JxlsyCX1
From the Widgetised Sidebar settings area you can select the sidebar you want – http://screencast.com/t/i9g6Faq1z58Q

Try the following css (add it inside Theme Panel -> Custom CSS): – http://screencast.com/t/PI1QI2SIbNV

.widget_facebook_likebox .block-title{
border-color: blue;
}
.widget_facebook_likebox .block-title  span, .widget_facebook_likebox .block-title  span a{
background-color: blue;
}
.widget_facebook_likebox .block-title  span a {
color: white;
}

Modify the colors as you like.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Emil G
tagDiv Staff

Hi,

You could try to disable cloudflare, clear cache and check if the issue is still there.
If it’s not working please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can doit using css:

@media (max-width: 767px){
.td-page-wrap .td-grid-wrap .span4 {
display: none;
}}

But this may not be so precise, if you have more span4 into the page content – http://screencast.com/t/80ac2b4m6yJs they will also be hidden.
The alternative would be to add a unique class on each template for the sidebar – http://screencast.com/t/gbFUaJLY
And use the following css:

@media (max-width: 767px){
.td-page-wrap .td-grid-wrap .my_left_sidebar {
display: none;
}}

The css should be added in Theme Panel -> Custom CSS.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

I’ve looked into the google js issue, on my side i seem to get one “http://pagead2.googlesyndication.com/bg/jACmYeRZT1uYewaSfEm9ZJGn45b–s9m1bTragMWMow.js” for each ad (i have 3 ads) – http://screencast.com/t/NZ5m4xeQ2dM , i also checked your link and i found two – http://screencast.com/t/WEKb9Lqv9 there are no https requests. Could you provide more details?

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

1. You could add a new size like this – http://screencast.com/t/X82FaXO9o

array(
                'name' => 'td_200x150',
                'width' => 200,
                'height' => 150,
                'crop' => array('center', 'top'),
                'used_on' => array(
                    'Related articles'
                )
            )

Enable it from the Theme Panel – http://screencast.com/t/ikTADp1Wdcv
Regenerate thumbnails using Force Regenerate.

Result – http://screencast.com/t/YBErs1WoAT

2. Try this code (add it at the end of functions.php):

function dequeue_visual_composer_css() {
if (is_single()) {
    wp_dequeue_style('js_composer_front');
}
}
add_action('wp_enqueue_scripts', 'dequeue_visual_composer_css', 1003);

3. I’ve added this issue on the list, we’ll investigate.

4. You could try defer, async may give some errors:

function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, '.js' ) ) return $url;
if ( strpos( $url, 'jquery.js' ) ) return $url;
return "$url' defer=\"defer\" '";
}
add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
  • This reply was modified 11 years by Emil G.
Emil G
tagDiv Staff

Hi,

You can check the modified file in the update folder, a lot of files were modified and they are interconnected. I don’t think you can update only that section, sorry.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Not sure what you mean with facebook, i guess you wanted to say wordpress. Like Christopher said, you cannot use by default an Url, you have to modify the code or use a plugin for this.

Thank you.

Emil G
tagDiv Staff

Hi,

Just add the normal link, don’t use the embed code, ex – http://screencast.com/t/kFo9X5Lw

http://vimeo.com/channels/staffpicks/114736751

Result – http://screencast.com/t/ZxtCcvLU1O3

Thank you.

  • This reply was modified 11 years by Emil G.
Viewing 25 posts - 976 through 1,000 (of 1,285 total)