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,

You can try to add the log in as an menu item. Unfortunately you will need custom work for this as the theme doesn’t have an option for this.
Unfortunately we cannot offer 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.
Sorry fir the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

The code is made to detect if is a single post page and apply that hack, please try this instead:

global $post;
if (is_single()){
$args['post__not_in'] = array( $post->ID );
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Glad you have figured this out!
Thanks for letting us know!

Lucian
tagDiv Staff

Hi,

Unfortunately the fashion stack logo doesn’t have a font family because it is an image created using Photoshop.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Unfortunately the theme hasn’t been designed to work using two sidebars in the same time, if you want you can alter the code from the post template and set it to show both sidebars, you’ll have to edit the single.php file to make you changes: http://screencast.com/t/eduFtYod
Unfortunately we cannot offer custom work 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.

Thanks

Lucian
tagDiv Staff

Hi,

Try this: http://screencast.com/t/jhn2HXq4e

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and that the jQurey library is already in the head section of your site: http://screencast.com/t/iPmUxXHbXgmX
The only way you could get this to the footer is if you activate the speed booster plugin which moves the script to the footer section.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately you are right, not all the module can be added via page builder as blocks. We will consider this for future updates.
Sorry for the inconvenience and thanks for the suggestions.

Thanks

Lucian
tagDiv Staff

Hi,

1. Changing this value should fix this: http://screencast.com/t/KBvo5bdFb
Make sure you did the same and let me know if something changes.

2. Use this method: https://forum.tagdiv.com/topic/enabling-hover-menu-dropdown/#post-23186

3. Unfortunately the theme doesn’t have an option for that and you will need custom work to achieve it. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Thanks

Lucian
tagDiv Staff

Hi,


@manify

Please make sure you don’t have any errors in your console. Also please disable all plugins and enable just the Visual Composer.
Check if the TinyMCE is working – http://screencast.com/t/ZGoupEbtA
Enable all other plugins one by one until you find the one that’s causing the issue.
Let me know how it works.

Thanks

Lucian
tagDiv Staff

Glad you did!
Thanks for letting us know!

Lucian
tagDiv Staff

Hi,

Please replace the content of your td_module_6.php file with this one: http://pastebin.com/NMmr1nnk
Hope this helps! Please make sure you make a copy of that file before you change it as if something goes wrong you can revert back to it.

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure that this isn’t caused by a plugin by deactivating all of them leaving active only the Visual Composer plugin then empty cache and purge files if you use nay cache or CDN services and check for this again.
Please let me know if this helps!

Thanks

Lucian
tagDiv Staff

Hi,

We will investigate this. Not sure if this isn’t determined by facebook, as the social icons get the url you add in the filed so you could try to add different url and check how it works.

Thanks

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

Hi,

Thanks for reporting this. I have added this on our issue list and we will fix this in the next update.
You can use this css to fix the title and hide the views and comments until we fix this: http://screencast.com/t/IPSCqrtY

.td_mod_aj_search .entry-title a, .td_mod_aj_search .entry-title {
white-space: normal;
}

.td-aj-search-results .td_mod_aj_search .entry-comments-views {
display: none;
}

Sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can go to settings > visual composer and enable the page builder on post pages also, like this: http://screencast.com/t/UorpqxF1j2KE
Then go to post editing panel and set this layout: http://screencast.com/t/yDuKepy1nqo

Thanks

Lucian
tagDiv Staff

Hi,

Use this method to add your ad unit: https://forum.tagdiv.com/topic/970×250-sized-adsense-ads/

Thanks

Lucian
tagDiv Staff

Salut,

O sa trebuisca sa o activezi doar cand apare mesajul pana atunci nu este necesare o alta activare: https://forum.tagdiv.com/how-to-activate-the-theme-newspaper/
Poti sa scrii in ce limba doresti daca o sa scrii in romana o sa primesti in raspunsul in romana iar daca folosesti limba engleza o sa primesti raspunsul in engleza.

Multumesc!

Lucian
tagDiv Staff

Hi,

The error comes from here: http://screencast.com/t/PEWaf886G5
The plugin creates an event which when called creates an css which loads http content.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and didn’t found any issues with this: http://screencast.com/t/ZlbhKDmM
Please make sure you empty your cache and also sue Ctrl+F5 to empty your browser cache and redownload the page.

Thanks

Lucian
tagDiv Staff

Hi,

Looks to me that it work fine now. You should also consider keeping disable the plugins you don’t need as seems like it has a considerable impact on your page load time: Plugin Impact 65,8% (of page load time)
Please let me know if you still have the overloading issue after this.

Thanks

Lucian
tagDiv Staff

Hi,

I was able to find those two possible conflicts messages also. I will add this on our todo list and we will investigate it.

Thanks for reporting it!

Lucian
tagDiv Staff

Hi,

To exclude the current post from widgets you can go to td_data_source.php file and add this code:

global $post;
if (is_singular()){
$args['post__not_in'] = array( $post->ID );
}

…like this: http://screencast.com/t/AmOaVxW7

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

I have inspect your site and found that you have a plugin which adds some extra css that breaks the slider’s layout: http://screencast.com/t/hxJMeSsb
You can solve this by deactivating the plugin or use this css to overwrite it: http://screencast.com/t/g4o7pzfV45

.slider {
display: block;
width: auto;
border: none;
}

Thanks

Viewing 25 posts - 3,851 through 3,875 (of 6,600 total)