Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Yes, you can target and style tabs via css, here is an example: http://screencast.com/t/esZ2MfwEc

.wpb_tabs .ui-tabs-nav .ui-tabs-active a {
color: white;
background-color: red !important;
}

.ui-tabs-nav {
border-bottom: 2px solid red !important;
}

.wpb_tabs .ui-tabs-nav a, .ui-tabs-nav .ui-tabs-active a {
color: blue;
}

Change the colors as you like.

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks!

Lucian
tagDiv Staff

Hi,

Use the Media Query Snippets from below and style the text as you like on mobile/tablet portrait/tablet landscape and desktop screens:

/* responsive phone */
@media (max-width: 767px) {
    
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
    
}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {
    
}

/* responsive monitor */
@media (min-width: 1201px) {
    
}

Thanks

Lucian
tagDiv Staff

Hi,

Please try to use the do_shortcode() function, make sure that [dsrc id='2945' ui_div_id='test'] is the right shortcode to add your timer then use the function like this:

<?php echo do_shortcode('[dsrc id='2945' ui_div_id='test']'); ?>
Add the line on your template.

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

Like I wrote above, unfortunately you will have to hire a developer or a freelance to do it for you if you can’t manage because we cannot offer custom work at this time.

Thanks for understanding and for you message!

Lucian
tagDiv Staff

hi,

I have tested your css and as you can see in the screenshot it apply’s on post pages as well: http://screencast.com/t/sSYwYx7G0sW
I’m not usre why this does not apply in your case, please send your site’s URL and also add this code into the custom css filed so I can inspect it. Also try to add !important to your css code like this: http://screencast.com/t/2ZXuqKTjPxq

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@xochipelli

I’m not sure why this is happening, many can cause this, you should consider using the css snippet below to target just chrome and apply the style you want:

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*Chrome CSS here*/
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can add a new menu-item like this: http://screencast.com/t/GIEyslQY4Bv and move it to the right using positioning via css, like this: http://screencast.com/t/vywJwLP8aGD
Note that this is just an example, use this method in your case.
You could also add the button like this in the menu-header.php file:
If you don’t have basic php/html/css knowledge we recommend you to hire a freelancer to do this for you because this is custom work and we cannot provide custom work at this time as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,


@muhannad

You can also try to use this woocommerce widget to display you products: http://screencast.com/t/Eee2MgyDT
You can see here a list of woocommerce shotcodes: https://gplclub.org/woocommerce-shortcodes-full-list/
A good idea would be to go trough plugins docs before using it, this will remove some questions marks you might have on how to use it: http://docs.woothemes.com/documentation/plugins/woocommerce/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please send you site’s URL and a screenshot pointing to which text color and social icons you want to change. I need to know this and inspect it to provide a solution fore this.
Please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

You have there an empty row that generates that white space: http://screencast.com/t/P9aakJeQn9w9
You have to edit the page and remove it from back-end.

Thanks

Lucian
tagDiv Staff

Hi,

I have tested and checked your site and did found some issue with post images which when clicked are opened in light box using simple light box plugin but I believe they are not displayed right.
Please deactivate all plugins empty cache and purge files if you use any CDN plugins and check again.
Please let me know if this is still happening.

Thanks

Lucian
tagDiv Staff

Hi,

Add and replace with this line $defaults['title_reply'] = __td('Leave a Reply on ') . get_the_title($post->ID); in comments.php file, like this: http://screencast.com/t/RdZktersoL2
Result: http://screencast.com/t/4bFk4yyo7

Thanks

Lucian
tagDiv Staff

Hi,

If you refer to this: http://screencast.com/t/tTRTiP2Sy You can hide the image via custom css or you can use block 4 widget from WordPress dashboard > appearance > widgets: http://screencast.com/t/M1VOgltM

Thanks

Lucian
tagDiv Staff

Thanks Christopher!
@digitial2 Replied via e-mail!

Lucian
tagDiv Staff

Hi,

You can see here that the post view count is not rendered if “Post views count” is not enabled in theme panel: http://screencast.com/t/0fimtmEpw so this option dose disable the views counter but unfortunately does not remove the column, we have omitted that part.
I have added this on our todo list and we will fix this in the next theme versions.

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you have added the widget right and send your site’s URL, I need to inspect this so I can provide a solution for this.

Thanks

Lucian
tagDiv Staff

Hi,

First please make sure you have updated the theme right, following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
Next make sure you deactivate all plugins and empty cache and check for this again.
Also consider, if using any CDN plugin to purge files as the old file version can be delivered and generate this issues.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@sunkast

After testing this we have noticed that this is a Visual Composer plugin bug. Should wait for future updates of this plugin.

Sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

You should see the plugin’s page for that: http://peadig.com/wordpress-plugins/facebook-comments/

Thanks

Lucian
tagDiv Staff

Hi,

I believe you refer to this: http://screencast.com/t/OO3pmONaZlh
This is made using the custom menu widget: http://screencast.com/t/IBQ8hHfHC
You just need to create a new menu from wordpress dashboard > appearance > menus and select it into the widget.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can follow this example and search for the excerpt function like pointed: https://forum.tagdiv.com/topic/tag-more/#post-22383
Note that you will need more changes for this to work if you don’t have basic php/html/css knowledge we recommend you to hire a developer or a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself as we cannot offer custom work as we work hard on the development, updates, fixes and support.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Steven!

@nbraylan

You can also do it using our social sharing buttons like this: http://screencast.com/t/Zl5hBUXh

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@ProfBell

Like Christopher wrote, this forum is for the Newspaper theme for Newses please email us at contact@tagdiv.com and specify in your subject that you need support for the Newses theme.

Thanks for understanding!

Viewing 25 posts - 4,226 through 4,250 (of 6,600 total)