Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello,
I have checked this more and found the cause of the “issue”. It is the smooth scroll effect that was created for chrome that causes it. If you deactivate the smooth-scroll then the mouse zoom will work again. http://screencast.com/t/QI2KrBuxtozK
Thank you.

Bogdan B.
tagDiv Staff

Hello,
As i stated above, this method does not work 100% anymore as it will require further adjustments. It is not an official tutorial anymore as the theme was updated and the tutorial is deprecated. However, this represents custom work and needs adjustments. If you cannot do them, you will have to hire some help as we cannot offer any custom work at the moment.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Bloginfo is a wordpress function used to get the url for the theme files as you can see here: https://codex.wordpress.org/Function_Reference/bloginfo in the ‘template_url’/’template_directory’ section.
Our theme does not use this function for the theme files url so if this function is a requirement for your cookie free domanin then Yes, you will have to edit the theme files and replace the theme functions. Unfortunately this will be no easy task. If you cannot do it we suggest you hire a freelancer to help you out on this one.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This is a normal behavior of the theme when you have more menu items that can fit inside a line.
Unfortunately you will have a lot to edit in order to get the mobile version of the website to the ipad portrait mode. There is no easy way to do this except edit the style.css and change all of the options from 767px to 1018px. Alternatively you could decrease the padding of the text using custom css:
@media (max-width: 1018px) and (min-width: 768px){
.sf-menu > li > a {
padding: 0 0px;
}
.sf-menu a.sf-with-ul{
padding-right: 16px;
}
}

But if you add one more menu item it will fall to another line again.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can follow this topic to see how it can be done: https://forum.tagdiv.com/topic/linkedin-button/
From the same file you have to add the linked in button, you can remove other ones.
Unfortunately this method does not apply 100% anymore. It will require a bit of css adjustments.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello iwidhy,

Please create a new topic if you require support. This topic was created so people can post their website, That is why it’s called a ‘SHOWCASE’
I have checked your website and it seems to work properly: http://screencast.com/t/VeWSr2Wpsth
Please try again on your end. It could have been a temporary server issue.
Please do not reply to this answer. Create a new topic if further assistance is required.

Thank you for your message!

Bogdan B.
tagDiv Staff

Hello,
In order to have the mobile logo inside of the menu bar you will have to use another header style that has this option. The header style you use displays the logo on the top of the menu. Different header styles use different types of desktop and mobile settings.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The space between the text and the images can be increased when editing your post. You can add a space element between the image and the text using a wp space element: ‘nbsp’ or a html br element: http://www.w3schools.com/tags/tag_br.asp

The caption can be targeted with css like so:

.wp-caption-text, .wp-caption-dd{
font-size:12px!important;
}

Thank you!

  • This reply was modified 10 years by Bogdan B..
  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Hello,

You will need to wrapt the iframe in a bit of html before you can align it. Please insert your iframe like so:

<div id="all">
    <div class="sub">
    <iframe src="https://www.kickstarter.com/projects/338597945/fleet-commander-genesis/widget/card.html?v=2" width="220" height="420" frameborder="0" scrolling="no">></iframe></div>
</div>

And then use this custom css code:

 #all{
    width:100%;
    float:left;
    text-align:center;
}
div.sub, iframe {
    margin: 0 auto;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website and saw the error. Please try to recreate your header menu (main menu) because some of the elements used in newspaper 4 are no longer available and cause issues with your menu. Create another menu (a test menu) and try it out in the header section to see if it displays the same way.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we have no easy solution for it. SSL was not fully implemented/supported in version 4. The code was all changed in version 6 so we cannot offer any advice on how to adapt a quick fix for version 4. The easiest solution i ca think of is if you simply do not use the pop-up. You can find a plugin for the login widget and simply remove the login from the theme (as a temporary solution until the update).

Thank you!

Bogdan B.
tagDiv Staff

Salutare,

1) Newspaper 4 are 8 stiluri de header pe care le posti selecta. Fiecare sete diferit si este important sa ne specifici care stil il folosesti : http://screencast.com/t/CIyVS6va6 De exemplu stilul 3 are header ad pozitionat sub meniu, asa ca cea mai simpla solutie ar fi sa selectezi stilul 3 de header si apoi sa adaugin un ad in sectiune de header ad: http://screencast.com/t/BKfvbNnxg
2) Deocamdata nu exista in tema o optiune pentru a adauga un ad in sub-meniu sau mega-meniu. Aceasta optiune daca va fi solicitata de mai multi useri cu siguranta se va implementa, dar momentat nu reprezinta o prioritate.

Multumesc.

Bogdan B.
tagDiv Staff

Hello,
As I stated in my reply above, these 2 fonts were added separately as they are the default fonts used by our theme. The fonts are defined in td_config.php: http://screencast.com/t/g6Bh4IHXS8l1 You can edit this file if you wish to add them in a single line.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The best method to get this done is to remove the article inline ad and simply add a custom ad with a shortcode in the loop file like so:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> and then simply add your plugin shortcode under it.
http://screencast.com/t/vwwYCywXTsG
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The solution you provided by commenting the code could work if photon manages to keep the images in order. It should not affect any other parts of your website, only the specific smartlist template. I do not believe there should be any compatibility issue between different devices.
Thank you!

Bogdan B.
tagDiv Staff

Hello Edward,

I have checked your website and the layout seems to be broken for some reason. Please try it without plugins. Disable all of them except visual composer and check again. Not all plugins are compatible with our theme unfortunately.
As fort the layout, you can find all page templates in visual composer:
http://screencast.com/t/AdPO5vZuxjT then select your preferred template from the dropdown.
You can also follow this tutorial to see how you can customize your homepage in visual composer:

https://forum.tagdiv.com/how-to-use-visual-composer/
This is our official demo page. You can check to see how the theme should look on your end: http://demo.tagdiv.com/newspaper/ you can see different features of the theme from the menus there.

Thank you!

Bogdan B.
tagDiv Staff

Hello Álvaro,
Please follow this facebook sharing guide to see how to set it up: https://forum.tagdiv.com/facebook-share/
You will need the seo yoast plugin for it to work properly.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details to your issue so we can understand better. If you need help setting your footer, then please follow this link: https://forum.tagdiv.com/footer-templates/
If there is an issue regardig your footer, please be as explicit as possible and provide a link to your website and a screenshot of your problem.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This is not the default behavior of the browser. If you did not make the modification yourself, then something is creating this issue. Please try to disable all your plugins except visual composer and check again. It might be a plugin related issue.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
It seems something might have gone wrong with the installation. Please follow this tutorial to install your theme via ftp: https://forum.tagdiv.com/install-via-ftp/
As for the visual composer plugin, make sure you delete any old version of the plugin from your plugins directory: wordpress/wp-content/plugins
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can use this method to ad custom ads on your website: https://forum.tagdiv.com/using-other-ads/
For a simple clickable image, you can use html like for example:
<a href="#"><img src="insert image path here"/></a>
Thank you!

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Hello,

For this you can probably use the author card. Please follow this guide to see how you can set it up: https://forum.tagdiv.com/author-card/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
There seems to be a typo in the code Andrei provided. Please replace in_coategory with in_category
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Since that video, the visual composer plugin was updated so the templates can now be found here: http://screencast.com/t/xPru0ZaUg89d This will open a list of templates you want to use.
If you do not have these option or if elements from the plugin are missing, please make sure you have all elements selected in the plugin settings-> role manager: http://screencast.com/t/YewQBqRao
Thank you!

Bogdan B.
tagDiv Staff

Hello,
In order to do so, you will have to edit the theme files. Every block is made out of modules. In your case, block 9 uses module 8. Here is where the comments and views are called: http://screencast.com/t/HOBiCH341
You can probably replace this line with a plugin shortcode to get the result you want.
thank you!

Viewing 25 posts - 19,376 through 19,400 (of 22,378 total)