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,

This happens because you use your header/main menu: http://screencast.com/t/YlDWxUtD which contains the homepage icon as top menu and the icons are not supported in the top menu: http://screencast.com/t/Kb11foWTMo
You need to edit your top menu and remove the home icon: http://screencast.com/t/t10f2sKFqOF

Thanks

Lucian
tagDiv Staff

Hi,

For your site’s page speed I can use the tagdiv speed booster plugin and this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ but first I suggest you turn off all plugins, empty cache/purge files and use this guide to regenerate your thumbnails so that the theme creates the thumbnails for old images form your content: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
For remaining js/css errors I suggest you enable/disable plugins to find out which ones are causing issues.

Thanks

Lucian
tagDiv Staff

Hi,

As you can also see on our demo site: http://demo.tagdiv.com/newspaper/homepage-3-magazinly/ the category tags from sliders aren’t using the colors set in theme panel for category tags, that option is only for category tags present on post pages:

ex:
* homepage slider: http://screencast.com/t/Ks9U3Yt686
* category page: http://screencast.com/t/Fa68ij4zwupI
* post page: http://screencast.com/t/OuU9Mz83

You can see how the category function is built for post pages here: http://screencast.com/t/i6oMSb1TKoN and use the same method to alter the function for the slider here: http://screencast.com/t/gB56Ott5oXe
Unfortunately you would need custom work for it and we cannot offer custom work because 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 for the inconvenience!

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Chris!

@roylexi
Please make sure that you have this option enabled in theme panel: http://screencast.com/t/w41HVY4rp then check to see if also get this result: http://screencast.com/t/0ZQBDWvSK8
Also use this guide and make sure that you regenerate thumbnails following this steps: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ ..and that you have permissions to update your uploads folder and that you have GD library installed.
Please also try this without having any plugins active, empty cache/purge then test again.

Thanks

Lucian
tagDiv Staff

Hi,

1. You need custom modification to add effects to images as the them doesn’t have any options for that. You can also try to find and use a plugin or try to do it yourself or hire a developer/freelancer, if you don’t have any basic css/html knowledge, to helps you with it.
Here you have some examples and tips on how to do this: http://bavotasan.com/2011/amazing-hover-effects-with-css3/
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.

2. You can find a tutorial on how to use them in the readme file under “usage”: https://github.com/kni-labs/rrssb

Thanks

Lucian
tagDiv Staff

Hi,

This the file you need to alter: http://screencast.com/t/rYFnORyHyl

Thanks

Lucian
tagDiv Staff

Hi,

Glad you’ve managed to figure that!
For your second matter I believe you refer to the featured sort order which will get the posts from the featured category sorted by date. In this case you can set the filter to only show posts from the featured category then set a sort order for your posts: http://screencast.com/t/FYlvI0T49IhV
Hope this helps! Please let me know if this is not what you are looking for and also let me know where you want to use this(blocks/sliders..).

Thanks

Lucian
tagDiv Staff

Hi,

You can create another condition which in case $adcounter == 4 renders another ad code, like this: http://screencast.com/t/B8otqml0YEZ
result: http://screencast.com/t/9dBOF9aqLxM
Here is the code I’ve used: http://pastebin.com/ip5PkTZF

Thanks

Lucian
tagDiv Staff

Hi,.

You can remove this code: http://screencast.com/t/csXIS0iYpOG or use this custom css to hide it:

.category .td_normal_slide {
display: none;
}

Thanks

Lucian
tagDiv Staff

Replied here: https://forum.tagdiv.com/topic/menu-and-box-title-arrangment/#post-35693
Please do not create any unnecessary topics!
We will reply as soon as possible for any matter you address.

Thanks

Lucian
tagDiv Staff

Hi,

You can change the direction of your page via css, like this: http://screencast.com/t/xYPkNejUZh6z
Use the css below and paste in the custom css filed in theme panel:

.td-ajax-next-page {
right: auto !important;
background-position: -20px -20px !important;
left: 15px !important;
}

.td_ajax-prev-page {
right: auto !important;
left: 0px !important;
}

body.page-id-96 {
direction: rtl !important;
}

This will only affect the /urdu page.

Thanks

Lucian
tagDiv Staff

Hi,

The menu is showing those duplicated items because you have set them to use the mega menu which by default it displays the subcategories of a category and you’ve also set the subcategories as sub items which is not necessary when using mega menu so you can noticed that you gave the same issue as on mobiles on desktop also: http://screencast.com/t/ptRri7ezfT
You need to remove this ones: http://screencast.com/t/RPRkEEFlnkdD from appearance > menus panel leaving just the category set to use the mega menu: https://forum.tagdiv.com/how-to-use-the-megamenu/

Thanks

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

Hi,

Try to use !important as: .sf-menu > li > a:hover {border-bottom: 4px solid #4db2ec !important;} or a more specific selector to overwrite it like: .menu-td-header-container > .sf-menu > li > a:hover {border-bottom: 4px solid #4db2ec;} as using the same selector will not overwrite it. You can also use the main theme custom css filed from theme panel to add your custom css as updating the theme will not affect it and the changes you’ve made via custom css will remain after an update.

Thanks

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

Hi,

Setting it to “never” should do just that. I have also tested this and seems that this option it’s not working properly within the latest theme version. I have added this on our issue tracker list, we will further investigate this and will fix it next theme version.

Thanks for reporting it and sorry for the inconvenience!

Lucian
tagDiv Staff

Hi,

Unfortunately you can’t do this without altering the main theme as the /image/sprite files can’t be overridden by the child theme: https://forum.tagdiv.com/child-theme-documentation/ so you would need to make this changes within the main theme.

Thanks

Lucian
tagDiv Staff

Hi,

Please try to disable all of your plugins then empty cache/purge files then check again. If you still have an issues after doing this please give us wp-access so we can also check this and send your wp-admin login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and noticed that twitter counter works fine now: http://screencast.com/t/xARPaIXUV
I believe it wasn’t updated right away!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

I understand, glad you’ve managed sort it out though! I have also added this on our issue tracker list for further testing and we will try to find a better implementation for it.
Thanks for reporting it and sorry for the inconvenience!

Thanks!

Lucian
tagDiv Staff

Hi,

I’m not sure what you mean. You just need to add a background image and an url to open when clicked, you don’t need to use a specific size.
If you refer to other adsense spots please make sure that you set it right and give it a while. I have also tested this and works just fine:

config: http://screencast.com/t/IbEuOBqrIT
result: http://screencast.com/t/58Scx4bxa0

Please let me know if this is not what you’ve meant, provide more details and also send your site’s URL.

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure but I believe you would need to alter the single forum template for it and customize it ad you like as I haven’t noticed any option for this.
You could also try to find a plugin for that.
Here are some layout and functionality for bbpress – examples you can use: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I have also tested this how you’ve reported it however I haven’t found any issues when using bbpress latest version, all work as expected.
Please also test this without any plugins installed, empty cache and purge files if you are using any CDN host services then check again.
Also make sure that you check your console for js errors, let me know how it goes and also provide your site’s URL so I can inspect this.

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks

Lucian
tagDiv Staff

Hi,

Not sure how this can be turned off but you could try to remove this function: http://screencast.com/t/uummrxwT
I have also added this on our issue tracker list and we take a look at it and fix it as soon as possible.
Sorry for the inconvenience!

Thanks for reporting this!

Lucian
tagDiv Staff

Hi,

Those VC features haven’t been tested. You can use the advanced css filed from theme panel to add css that applies just the a specific device screen width.
Ex: This will hide the post title from post template 8 on mobile only: http://screencast.com/t/rmzEKl71H
You can use them and built css for the parts sections you don’t want to show on mobiles/tablets/dektop screens and add your css like in the example.
You can also use this VC general setting: http://screencast.com/t/R6d2ES9hWz and set a custom class which you can use to target and hide the sections you don’t want.
Please open anew topic and post you questions in the main forum.

Thanks

Lucian
tagDiv Staff

Hi,

Please give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.
I have also tested this and haven’t found any issues with this.

Thanks

Viewing 25 posts - 2,026 through 2,050 (of 6,600 total)