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

Hi,
If you want to replace a placeholder image, you can find it here: http://screencast.com/t/808LI6Ktf
Please make sure you keep the name of the file intact after you modify it,
Thanks.

Bogdan B.
tagDiv Staff

Hi,
In order to target only the mobile version you can use the media queries. For example, the code above would look like this:
@media (max-width:767px){
.td-icon-menu-down:before {
content: '\e80f'!important;
}
}

If you want to have individual icons, you can target each menu item using the unique menu item ID:
http://screencast.com/t/64WrVlhrM. You can use your browser inspector to get the individual menu item ID and use it like so:
@media (max-width:767px){
#menu-item-226 .td-icon-menu-down:before {
content: '\e80f'!important;
}
}

Thanks.

Bogdan B.
tagDiv Staff

Hi,
This is a strange issue as we have no reports of such problems. We will need to inspect this so we can figure out where the problem comes from. Based on a screenshot there is only so much I can provide. Please try to move your localhost to a sub-domain on your server (http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/) and then send us login details via email at contact@tagdiv.com so we can login and inspect the block and see why this is happening.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can color the menu to your liking from the theme colors section: http://screencast.com/t/KCkiI0yF197d
Thanks.

Bogdan B.
tagDiv Staff

Yes, css works as well but we tend not to give coding advice if there is already an option for it in the theme panel.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
I’m not sure it can work that simple. There is no single less file where all the mobile version style is being compiled from. The @media 767px is defined in this file: http://screencast.com/t/cbHwSDSX and then used in all of the less files: http://screencast.com/t/tlvu4snT6
This will not be a walk in the park as the theme was not designed with this in mind. Sorry.
Thanks.

Bogdan B.
tagDiv Staff

Hi Ivan,
Thank you for your kind words.
Thie smart sidebar is a standard feature of the theme and it can be activated by adding the td-ss-row class to the row in visual composer that contains the sidebar widget: http://screencast.com/t/Grp1UJew
You can read more about smart sidebars here: https://forum.tagdiv.com/smart-sidebar-2/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I will ad this suggestion to our list of updates and hopefully in a future version of the theme we will be able to implement it. Until such time you can maybe find a plugin that has such options.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately wp-rocket is known to cause issues with our theme. Please switch to wp super cache as this is the tested caching plugin with our theme.
As for the gzip compression. this is made on the server level. Please read this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can use this css to do it:
.td_block_9 .td_module_8{
padding-bottom: 0!important;
margin-bottom: 5px!important;
}

Just add the code in the theme panel->custom css box/
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Please provide more details as to exactly what errors you are getting. I cannot provide an answer without knowing the error you are getting. Please provide an example.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can use this css to change the author name on block 7:
.td_block_7 .td-post-author-name a{
color:red!important;
}

However, this will affect all block 7 elements. If you only want to target a particular block, you need to assign an extra class to the row in visual composer and then add the class at the beggining of the code like so:
.mycustomclass .td_block_7 .td-post-author-name a{
color:red!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
1) The code for the post views can be found here: http://screencast.com/t/ba0q23Nt
2) The author function can be found here: http://screencast.com/t/qFNo8We1
You can try a few tests and add conditionals with if / else and you can make use of the wordpress codex to get function references.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The new version of visual composer introduced this activation requirement but they seem to have disregarded the free versions of the plugins provided by themes. This message can be ignored as the free version cannot be activated.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The code for the pagination is called here: http://screencast.com/t/SeYdpzg9 but the function itself is created here: http://screencast.com/t/FQVULrMQ4z5
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This issue was caused by the new version of wordpress. Please make sure you have the correct version of visual composer: 4.11.2 and then clear all caches
If the problem is still there please provide a link to your site so I can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Hi Walter,
I have inspected your site and have found a strange part of code that causes the space: http://screencast.com/t/XaMJJrns. I don;t know where it comes from but maybe you will have a better idea. Maybe it’s a customization you made or maybe a plugin.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

It is a known fact that google detects hidden content. Unfortunately if you want those changes without css, you will have to add extra conditions in PHP and rewrite the theme code to have it only show elements in certain conditions.
1) You can disable post views from the theme panel but they will not show up anymore in the back-end and also sorting options that depend on the post views will not work anymore.
2) This needs several conditions in php to work. There is no easy solution I can provide.
3) The pulldownj on categories can easily be removed from the code here:
https://forum.tagdiv.com/topic/eliminate-7-days-popular-and-by-review-score-from-dropdown-menu/
4) You can remove the pagination by removing this code: http://screencast.com/t/bpquPfkSaFmy

Not all requests can be done easily from the php files.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
It seems the facebook debugger cannot scrape the post information of your post: http://screencast.com/t/l9XDObA2 because your site does not meet the community standards: https://www.facebook.com/communitystandards
You need to check what facebook has to object about your post. Unfortunately it’s FB’s decision to block certain content so we cannot help any further in this matter.
Thank you!

Bogdan B.
tagDiv Staff

Salut Marian,
Din pacate tema nu are o astfel de optiune, dar se poate face din cod daca ai cunostinele necesare. Urmeaza te rog solutia prezentata in acest topic: https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/
Multumesc.

Bogdan B.
tagDiv Staff

Hi,
If you say it works without plugins, then maybe you have a plugin conflict. Please try to identify the plugin that causes this issue and remove/replace it. Unfortunately I’m not sure what alternative you are looking for. The demos can be installed from the theme panel. There is no other place to install them from and no other means.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no easy solution we can provide for this. you will need php knowledge to create the code for it. The code is located in the file I pointed above and you have to change it’s functionality so it can detect the categories. If you do not know php then we recommend hiring some help as we cannot offer any customization services at the moment.
Thank you!

Bogdan B.
tagDiv Staff

.home tells css to only apply the code to the homepage. If your page is not set as a homepage, then the code will not work. With your code, the css will apply on all pages.
Thanks

Bogdan B.
tagDiv Staff

Hi,
I just tested this method again and could not see any addition of 20px above the breadcrumbs. The height stays the same. (42px for the whole container) Try to inspect the breadcrumbs and see where the extra space is coming from and make sure you only delete the code for the pulldown widget and not any other div tags from the file:
http://screencast.com/t/GqxI6lnSxU
You can provide a link if you want me to inspect the issue.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you have the latest version of the theme, then you can update the visual composer plugin from the theme panel. Please acces your plugins section under installed plugins and remove and delete the visual composer plugin:
http://screencast.com/t/N2y6KwkN0 and then http://screencast.com/t/EMdOXUV3nUp
After you delete the plugin, install the new version from here: http://screencast.com/t/w4yRDbML
I hope this helps.
Thank you!

Viewing 25 posts - 16,826 through 16,850 (of 22,378 total)