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
Lucian
tagDiv Staff

Hi,


@foliene
You can try to change the Category base from Settings -> Permalinks like this: http://screencast.com/t/Z31mFeLFWdbS
You will get this result: http://screencast.com/t/vFlRwyNN72

Thanks

Lucian
tagDiv Staff

Hi,

Reply via e-mail, please check your inbox.

Thanks

Lucian
tagDiv Staff

Hi,

Add this code:

$image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->post->ID ), 'single-post-thumbnail' );

                $buffy .= '<li class="td-social-pinterest">';
                    $buffy .= '<script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script><a href="http://pinterest.com/pin/create/button/?url=' . $this->href . '&media=' . (!empty($image[0]) ? $image[0] : '') . '" class="pin-it-button" ><img border="0" src="http://assets.pinterest.com/images/PinExt.png" title="Pin It" alt="" /></a>';
                $buffy .= '</li>';

to td_module_blog.php file like this: http://screencast.com/t/Iry8xWEQ

Result: http://screencast.com/t/Ek7jSFsa

Thanks

Lucian
tagDiv Staff

Can be done via CSS, here is a quick test

.entry-title a,
.td-post-text-content,
.widget a,
.extend,
.pages,
li,
h1,
h2,
h3,
h4,
p,
a,
.next-prev,
textarea
{
color: white !important;
}

body,
.container,
.extend,
.pages,
.td-tags-and-social-wrapper-box,
.author-box-wrap,
.td-header-bg,
textarea
{
background-color: #000000  !important;
}

.author-box-wrap,
.td-tags-and-social-wrapper-box,
textarea  {
border-color: #222222;
}

Thanks!

Lucian
tagDiv Staff

Hi,

Please go to Theme Panel -> Post Settings -> Sharing and enable Article Sharing for showing or hiding the article sharing on post like this: http://screencast.com/t/Y3k2h0HmELB1

Thanks

Lucian
tagDiv Staff

Hi,

You can add tabbed content to your page using page builder like this: http://screencast.com/t/wlNFUaK0trw
Then switch to Classic editor and copy the shortcode for the tabs and use it in a text widget.

Thanks for your message

Lucian
tagDiv Staff

Hi,

Also please check if you have on the new server the GD Library installed.

Thanks

Lucian
tagDiv Staff

Hi,

Yes it is possible, you can use “Simple Ads Manager” plugin, read more here: https://forum.tagdiv.com/topic/how-to-block-google-ads-in-some-posts/#post-10776

Or you can do it using “Advanced Custom Fields” plugin and some code, here you have a discussion about this: https://forum.tagdiv.com/topic/how-to-block-google-ads-in-some-posts/

Thanks

Lucian
tagDiv Staff

Hi,

Please move this code inside the loop-single.php file like this: http://screencast.com/t/fNmRApqMuEB6

Then inside td_modul_blog.php file, comment this code lines like this: http://screencast.com/t/3HREGPlV4xhc

Then move back to the loop.single.php file, and add this code: http://pastebin.com/zR0jQPWK like this: http://screencast.com/t/FpKwJuIu

Result: http://screencast.com/t/djok2unl

You can also do this with the child-theme by copying those two files and modifying them like shown.

Thanks

Lucian
tagDiv Staff

Thanks @ocbln for your help.

Lucian
tagDiv Staff

Hi,

All those filters worked before the update? we haven’t done any changes to the theme that may affect the woocommerce. Could be from latest Woocommerce plugin version, are you sure that your filters work on the latest plugin version?

What you can try it’s to see if your filters work on a default WP theme. Can you switch to a default one and see if the filters work?

Thanks for the message!

Thanks

Lucian
tagDiv Staff

Hi,

I’m glad you managed it. Thanks for your suggestion, we will add that in our documentation.

Thnaks for the mesage

Lucian
tagDiv Staff

Hi,

Add your Adsense code to Custom Ad 1 and then add this code: http://pastebin.com/NdhJZPzd to category.php file like this: http://screencast.com/t/lEldbqcA

For Homepage add the same code to index.php file like this: http://screencast.com/t/co4lWoWfr9W

To center it add this custom CSS in Theme Panel -> Custom CSS:

.top-ad .td-g-rec {
margin-left: auto;
margin-right: auto;
display: table;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please move this code inside the loop-single.php file like this: http://screencast.com/t/XmqLsGdg

Then inside td_modul_blog.php file, comment this code lines like this: http://screencast.com/t/3HREGPlV4xhc

Then move back to the loop.single.php file, and add this code http://pastebin.com/FhwPQJ7E like this: http://screencast.com/t/FpKwJuIu

Result: http://screencast.com/t/djok2unl

Thanks

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

Hi,

Please add this CSS in Theme Panel -> Custom CSS:

/* responsive phone */
@media (max-width: 767px) {
.td-timline-h1-link a {
line-height: 21px;
width: 250px;
vertical-align: top;
}        
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.td-timline-h1-link a {
line-height: 21px;
width: 300px;
vertical-align: top;
}        
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1999px) {
.td-timline-h1-link a {
line-height: 21px;
width: 450px;
vertical-align: top;
}
}    
/* responsive monitor */
@media (min-width: 1200px) {
.td-timline-h1-link a {
line-height: 21px;
width: 528px;
vertical-align: top;
}    
}

Thanks

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

Hi,

Add this custom CSS in Theme Panel -> Custom CSS :

.single .author-box-wrap {
margin-bottom: 40px;
}

Thanks

Lucian
tagDiv Staff

Hi,

If you use the page builder with title you will get that result, with the headline occupying the full length of the page.

I suggest you use the Homepage – Blank template instead with a “Text Box” element and a “Widgetised Sidebar” in which you can create and display your own sidebar, the page should look something like this: http://screencast.com/t/36HrFSnqorY

Then you need to set the title from the “Text Box” to be h1.

For the feature image you can add from “Text Box” content by adding a picture at the beginning of the content using “Add Media”.

Hope this works.

Thanks

Lucian
tagDiv Staff

Thanks Christopher.

Lucian
tagDiv Staff

Hi,

We will update the Visual Composer in each Theme update.

Thanks

Lucian
tagDiv Staff

Hi,

Please change in the menu-top.php like this: http://screencast.com/t/YxZYV9ZV

Thanks

Lucian
tagDiv Staff

Hi,

You can fix it like this: http://screencast.com/t/TARPJIYeTGvE
About the Visual Composer, it will be updated in the theme update.

Thanks

Lucian
tagDiv Staff

Hi,

I think you need a license for each domain/website that you use, but for more information please read here: http://themeforest.net/licenses/regular

Thanks

Lucian
tagDiv Staff

Hi,

Please follow this steps:

1. Using page builder add and configure “Social icons” and then switch to Classic Mode to get the shortcode like this http://screencast.com/t/QB6MexTB

2. Go to menu-header.php and replace the search icon with the following code like this: http://screencast.com/t/8H2XL18lRGr

<?php echo do_shortcode('Your Shortcode goes here'); ?>

Replace with your code like this: http://screencast.com/t/XOMIQbN1s

3. Inside the same menu-header.php file you have to change those classes like this:

…the one from the top to "span 9" http://screencast.com/t/3Kq6hyj0f and the one from the bottom to "span 3" like this http://screencast.com/t/J8nJjrVazN

4. Last add this custom CSS:

#td-top-search {
width: auto !important;
margin-left: 0px !important;
}

#td-top-search .td-social-wrap {
position: relative;
top: 10px;
}

…in Theme Panel -> Cutom CSS

Result: http://screencast.com/t/3WBgoKQ9j

Thanks

Viewing 25 posts - 6,426 through 6,450 (of 6,600 total)