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,

Please add this custom css in Theme Panel > Custom CSS:

.td-footer-wrap .widget_text ul {
list-style: none;
}

The text widget list have that style applied and it’s affecting the tabs too.
The css i gave you should solve this.

Thanks

Lucian
tagDiv Staff

Hi,

Please send me an URL to your site so I can check, also like I said try to deactivate the plugins and enable only those theme requires and check then if this still happens.
In case this is plugin related activate the plugins one by one to see which one is generating the issue.
Also, please clear purge CDN cache and clear your browser cache. This may cause this issue as your CDN delivers the old versions of the files.

Thnaks

Lucian
tagDiv Staff

Hi,

I have checked your site and noticed these javascript errors http://screencast.com/t/X0uHutiDCo0 on your homepage, you also have some on your post page http://screencast.com/t/MtPNDo11EU6u
These appear due to plugin conflicts and not because of the Visual Composer plugin.
Please make sure you disable all plugins except Visual Composer and see if this issue is still there, then activate then one by one to see which one it’s generating the conflict.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this CSS in Theme panel -> Custom CSS, should solve this:

.rev_slider_wrapper {
z-index: 0;
}

Thanks

Lucian
tagDiv Staff

Hi,

You cloud place the post title into an anchor tag like this: http://screencast.com/t/dJPrZflWf
Change the link as you like.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Please clear purge CDN cache and clear your browser cache. This may cause this issue as your CDN delivers the old versions of the files.
This feature should work fine, I have tested this using the latest theme version(4.1)
Make sure you have set the featured image to be displayed from theme panel, like these: http://screencast.com/t/oREB8Jm2y4k
Also please disable all plugins one by one except those recommended and check to see if this still happens.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can change the social icons style like this: http://screencast.com/t/u0z7nXuc
You have 4 styles for this icons available and you can also modify their sizes.

Hope this helps!
Thanks!

Lucian
tagDiv Staff

Hi,

You can find the post pagination function here http://screencast.com/t/jYNpLWVYp
This is the function that adds prev and next links to a numbered link list http://screencast.com/t/AmX2jgQGGn

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Also please clear purge CDN cache and clear your browser cache. This may cause this issue as your CDN delivers the old versions of the files.
This feature should work fine, I have tested this.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You have to move the social sharing buttons into the loop-single.php file like this:
http://screencast.com/t/UXhvFxkZpRvP
Should look like this: http://screencast.com/t/cqjCcmmrj

If you want to move the buttons for other post types as well then you have to make this change in each post template that you want to add/duplicate the social sharing buttons http://screencast.com/t/ksPN117v

Thanks

Lucian
tagDiv Staff

Hi,

Glad you have managed to get this done finally.
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Are you referring to the author from post editing panel? If so, make sure you have it enabled from screen options like this: http://screencast.com/t/FSzNmUIFA

Hope this helps, please let me know if this is it, also please provide more details or a screenshot.

Thanks

Lucian
tagDiv Staff

Hi,

You have to just edit the page and remove it from page builder, should have to do something like this:

1 http://screencast.com/t/FYmh8FiSbhL
2 http://screencast.com/t/uW8c7kqXz

Thanks

Lucian
tagDiv Staff

Hi,

The AdSense banners are made responsive by the theme if not set different from theme panel, so it should fit the space available if not set to display fixed at that size.
Please make sure you have set it right from theme panel, like this: http://screencast.com/t/uH3No5spWTe2

Thanks

Lucian
tagDiv Staff

Hi,

Yes, you can use another block with bigger thumbnails or you can create and add your own thumbnails size by adding it in functions.php file like this: http://screencast.com/t/vOgsliMl3Rn
Then you have to modify the module that is used to build the block you use, modify it to use your image thumbs sizes like this: http://screencast.com/t/OWn10qUq6fN
You can see here which module is used to build the block you are using: https://forum.tagdiv.com/modules-and-blocks/
After you changed the images size you have to regenerate thumbnails like this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
From what I have noticed that you are using block 3/ module 6 for your latest articles section, if you don’t want or don’t know how to do all this you can use block 7/module 2, it has a larger image but also has excerpt.

Hope this helps!
Thanks!

Lucian
tagDiv Staff

Hi,

You have to go to Template Settings in Theme Panel, select a template then select the drop-down for creating or selecting a sidebar like this: http://screencast.com/t/PDag5i43QBD
You will then find the sidebar and customize it in widgets area.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and found this javascript error in the console http://screencast.com/t/U6PjaQPSk6Dl I believe this could be the cause of your issue and it might be due to a plugin conflict, please disable all plugins and activate them one by one and see which one is generating this issue.

Also noticed that you have set a negative margin on rows http://screencast.com/t/fnMntJXTC and these is coming from Visual Composer plugin so I’m thinking that you have set somehow the rows to be offset with 15px because when you set the rows to 0px of margin all comes back to normal.
Please check this also and let me know.
You can see yourself, just add this css in theme panel > custom css:

.wpb_row {
margin-left: 0px !important;
margin-right: 0px !important;
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Yes it’s possible, you can add the tabs using shortcodes in a text box widget from Appearance > Widgets and place them in the footer like this: http://screencast.com/t/9OV7RSZAAJc
You can set the tabs using page builder like this: http://screencast.com/t/pzwTmoqHZ
Then switch tio Classic Mode and get the shortcodes for it like this: http://screencast.com/t/kqJHJOwniV5B
You should get a result similar to this: http://screencast.com/t/tsB6qnAsHN
Also you can set footer layout from Theme Panel > Footer Settings like this: http://screencast.com/t/Z0uMf9FTR3

Hope this helps!
Thanks!

Lucian
tagDiv Staff

Hi,

We have fixed this, please go to td_module.php file and replace the get_excerpt function with this one http://pastebin.com/RngFZZey like this: http://screencast.com/t/EgXaqyfH

Thanks for your message!

Lucian
tagDiv Staff

Hi,

Thanks for reporting this we will investigate.
This may happen when changing the line height or font size of the title.

Thanks for the message

Lucian
tagDiv Staff

Hi,

This may be due to some plugins, please enable the sticky menu and then disable all your plugins one by one leaving only the recommended ones and check if the menu becomes sticky.
I have tested this and the sticky menu works fine using the theme latest version (4.1)
Also with latest updates we have added new feature at the sticky menu you can chose different styles http://screencast.com/t/BHywHwBNU

Thanks

Lucian
tagDiv Staff

Hi,

I have noticed that the <span> tag which contains the sub menu indicator is missing for some reason it’s not pulled from the code. We will continue to investigate this, try to disable some plugins and check to see if this is still there, you can check the newspaper demo they are working fine on IE8: http://screencast.com/t/W2uhhGNwaWu so in your case this my be due to a plugins since the demo it’s working.
Try to deactivate plugins one by one and see what happens.

Regarding the font use the ie8 class to select the header menu items and set a smaller font size so that the menu items fit in one line.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

You can add a paragraph tag in the header style 3 template file like this: http://screencast.com/t/6KRFgy6myfs
You will get this result: http://screencast.com/t/ZrPjW6CM3
Use the class "custom_logo_text" to style the text as you like via css. You can change the class if you want you can name it as you like.
Here is the paragraph i used in the example:
<p class="custom_logo_text">This is my text along Logo<p>

Thanks

Lucian
tagDiv Staff

Hi,

Remove or comment this code inside site.js file http://screencast.com/t/u5dCcxAC7

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

That stack (classic blog) use a special header and doesn’t work in combination with other header.

Please use the Blog style header in Theme Panel -> Header section, that is specially built for this stack. http://screencast.com/t/LuiyUOkNa

Thanks

  • This reply was modified 12 years by Marius.
Viewing 25 posts - 5,801 through 5,825 (of 6,600 total)