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

Hi,
You have a lot javascript conflicts in console, see here: http://screencast.com/t/v9ujO2ufR

Is from a plugin, disable one by one and see if works.

Also the comment to not show up only on 1 post could be from here: http://screencast.com/t/tYZ1HVbskek

Marius
tagDiv Staff

Hi,
About the menu that text is because you have 2 menus instance there i think. Check in parts/menu-header.php file.

If you want to show featured posts set it like here: http://screencast.com/t/R5uBIbmnRK and make sure you have post in Featured category.

Thanks!

Marius
tagDiv Staff

Hi,
Go to Appearance -> Menus -> Manage locations and see if you have set a menu for each section.

Send the details via email at contact@tagdiv.com
Thanks!

Marius
tagDiv Staff

Hi,
Should work! For me works great! Make sure you have changed exactly the same as above.

Marius
tagDiv Staff

Hi,
What value you consider is fine for letter setting there? We will make it for the following updates.

Thanks!

Marius
tagDiv Staff

It would be nice to have it in theme panel.

Marius
tagDiv Staff

Hi,
To increase the font size add this CSS in theme panel -> Custom CSS:

.widget_product_categories {
    font-size: 16px;
}

About the icon, i don;t know if can’t be added, that widget is default from woocommerce, only if you edit them. Is not from our theme.

or add that section manualy with image and text+link. in a text widget with HTML

Thanks!

Marius
tagDiv Staff

Hi,
td_post_video

Marius
tagDiv Staff

Hi,
That error is on the default WordPress theme to, see here: http://screencast.com/t/K0M8BV3cva is not a theme problem.

Marius
tagDiv Staff

Hi,
You don;t have GD library installed on your server or the upload folder don;t have right permission.

To check the GD library make a php file like this http://kb.mediatemple.net/questions/764/How+can+I+create+a+phpinfo.php+page%3F#gs and access it from your http://www.yoursite.com/info.php

You thumbnails are not cropped as you can see, you have the original image size in thumbs: http://screencast.com/t/itbLCdHRUB

Thanks!

Marius
tagDiv Staff

Hi,
Some suggestion:

1. Header is to height and empty and all black, you can put anther color for the top menu: http://screencast.com/t/CKUcVSiT

2. On the social on top-right: use small icons 16px to fit the menu or remove the login feature from there is not on one line with social. Do you need people to register on your site?

3. I like the logo and the color but why your site is RED, there are no relation with the logo colors.

4. Change a bit the Typography, i like Droid font but is a little to large and on your site the line-height is to small for that size.

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hi,
Can you give us your site URL to test is. Do you use SEO by Yoast plugin?

Thanks for the message!

Marius
tagDiv Staff

Hi,
That image size 1074 x 483 is used only on Slide on 3 columns, see here a guide: https://forum.tagdiv.com/modules-and-blocks/ Point 3.

If you want you can disable that resolution(image to be cropped at that size), just delete this line in function.php http://screencast.com/t/X7YSOuiEYks

Thanks!

Marius
tagDiv Staff

Hi,
Add this code
<?php echo $this->get_category(); ?>

function get_category() {
        $buffy = '';

        //read the post meta to get the custom primary category
        $td_post_theme_settings = get_post_meta($this->post->ID, 'td_post_theme_settings', true);
        if (!empty($td_post_theme_settings['td_primary_cat'])) {
            //we have a custom category selected
            $selected_category_obj = get_category($td_post_theme_settings['td_primary_cat']);
        } else {
            //get one auto
            $categories = get_the_category($this->post->ID);
            if (!empty($categories[0])) {
                if ($categories[0]->name === TD_FEATURED_CAT and !empty($categories[1])) {
                    $selected_category_obj = $categories[1];
                } else {
                    $selected_category_obj = $categories[0];
                }
            }
        }

        if (!empty($selected_category_obj)) { //@todo catch error here
            $buffy .= '<a href="' . get_category_link($selected_category_obj->cat_ID) . '">'  . $selected_category_obj->name . '</a>' ;
        }

        //return print_r($post, true);
        return $buffy;
    }

like here: http://screencast.com/t/vDIQvlIHuyYb

For full thumb add this: add_image_size('thumb-full', 326, 0, true); in function.php like here: http://screencast.com/t/X9zw07pJOICP

Then edit like here: thumb-full http://screencast.com/t/6q2KQ8r2E

Then regenerate your thumbnails following steps from here: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Marius
tagDiv Staff

Hi,
Yes, edit a post and choose Gallery as post format http://screencast.com/t/0ADtO4MzV

Thanks!

Marius
tagDiv Staff

Hi,
1.

.widget_social span {
    font-family: 'Helvetica Neue';
}

2.

.entry-crumbs a {
    font-family: 'Helvetica Neue';
}

3.

.meta-info {
    font-family: 'Helvetica Neue';
}

4.

.td_search_subtitle,
.td-widget-search-input {
    font-family: 'Helvetica Neue';
}

5.

.page-nav {
    font-family: 'Helvetica Neue';
}

6.

.next-prev div,
.next-prev a {
    font-family: 'Helvetica Neue';
}

I’m not sure if all will work.
Thanks for the message!

  • This reply was modified 12 years by Marius.
Marius
tagDiv Staff

Hi,
1. I see that you have managed the issue. To have a full width menu the site should be without background image or background color.

Thanks for the message!

Marius
tagDiv Staff

Hi,
We will take a look.
Thanks!

Marius
tagDiv Staff

Hi,
What do you mean I can not read the articles? You can’t click to open an article or what? Please give us more details, and tell us on which device you have tested?

An issue that could be is that popup with facebook that is not responsive and on small devices you can’t close it the X not fin in screen.

Thanks!

Marius
tagDiv Staff

Hi,
The theme will switch automatic to RTL if you put your WordPress in Arabic language.

Or use this: http://ar.wordpress.org/ and activate the theme. If you want you can install the demo data, this will build the homepage to.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Please can you make your logo at 100 px height transparent. Also you can move the header(logo + ad) from here: http://screencast.com/t/WP6jRKSkn

Thanks!

Marius
tagDiv Staff

Hi,
What version you have? Are you sure you have the latest version 3.6? Check in Appearance -> Themes

Marius
tagDiv Staff

Hi,
Take a look here: https://forum.tagdiv.com/topic/logo-in-menu/

Thanks!

Marius
tagDiv Staff

Hi,

@nihar105479
you have managed the issue?

Thanks!

Marius
tagDiv Staff

Hi,
Give me your site URL to check if can be solved via CSS.
Thanks!

Viewing 25 posts - 1,101 through 1,125 (of 3,236 total)