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 Christopher,

Glad that I could help!
Have a nice day!

Lucian
tagDiv Staff

Hi,

I’m using a 24″ monitor, tested and found no issue: http://screencast.com/t/v0XtJDA5

Thanks

Lucian
tagDiv Staff

Hi,

Move the get_category() function like this: http://screencast.com/t/WSUECFCQk ..in the post template you want to make this changes, this example is for the post template #2 but you can do the same for the other.
You also need this custom css to adjust it, use this to customize the font and color: http://screencast.com/t/qVhOzyhqJ

.meta-info {
clear: left;
padding-top: 20px;
font-family: 'Sacramento', sans-serif !important;
color: #000000 !important; 
font-size: 30px !important; 
}

.meta-info .td-block-author a {
font-family: 'Sacramento', sans-serif !important;
color: #000000 !important; 
font-size: 30px !important; 
}

.meta-info .entry-comments-views {
font-family: 'Sacramento', sans-serif !important;
color: #000000 !important; 
font-size: 30px !important; 
}

Thanks

Lucian
tagDiv Staff

Hi,

Please use this css: http://screencast.com/t/BWdwFgrcGdFL

.td_normal_slide .td-sbig-title-wrap .td-sbig-title {
background-color: rgba(77, 178, 236, -0.3)
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@saggel

Please use this css:

.iosSlider .td-big-grid-post-0 .entry-thumb {
    width: 745px !important;
}

Provide your site’s URL if this doesn’t work for you, I need to inspect this.

Thanks

Lucian
tagDiv Staff

Hi,

You will need custom work for this but you can also use a plugin for it and add it to the menu using shortcodes, you could replace the actual search with your own here: http://screencast.com/t/78SAKU4J3
You can do the same for the social icons and use a plugin.
you could also use the WordPress search widget and tagdiv social icons, use page builder to customize them and add it with the do_shortcode() function, should look something like this: http://screencast.com/t/vb0u2EBFRHg
This is the code I use for the example: http://pastebin.com/JTjXCD68
This is a start, if you don’t have basic php/html/css knowledge we recommend you to get a freelancer from sites like: http://studio.envato.com/ to do it for as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Hope this helps!

Thanks

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

Hi,

Please use this custom css in theme panel > custom css: http://screencast.com/t/eD2HsYubJ

.single .entry-category a {
pointer-events: none;
cursor: default;
}

Thanks

Lucian
tagDiv Staff

Hi,

I have build and tested that css live on your site based on the code you already have in the attachment file so it should work fine.
Please also make sure that the changes you make in theme panel are saved:
* https://forum.tagdiv.com/topic/cant-save-settings-in-theme-panel/#post-23103
* https://forum.tagdiv.com/topic/theme-panel-dont-save-my-updates/#post-23226

Thanks

Lucian
tagDiv Staff

Hi,

You can try to change this that it’s set on the body tag: http://screencast.com/t/913A4RnN Also please make sure first that you make a copy of the file you want change so you can revert if something goes wrong.
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

First please make a backup of you current theme installation or a copy of the files you change.
Replace the content of menu-header.php file with this: http://pastebin.com/Ca9nXZ6M
Replace the content of menu-top.php file with this: http://pastebin.com/mFCypxcC
After this please add this custom css in theme panel > custom css field:

#td-top-search .td-sp, .sf-sub-indicator {
background-image: url('http://0div.com:70/wp_009/wp-content/themes/009/images/header/elements-menu.png') !important;
}

.td-sp-ico-search{
width: 25px;
height: 25px;
background-position: -20px -544px;
}

#td-top-search {
position: relative !important;
top: 0px !important;
}

#search-button .td-sp-ico-search {
position: relative;
top: 0px !important;
}

.header-search-wrap #search-button {
height: 20px !important;
}

Result: http://screencast.com/t/YVtS1DXV0N2
Replace this URL with your local one: url('http://0div.com:70/wp_009/wp-content/themes/009/images/header/elements-menu.png')

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the short time doesn’t allow me to test this plugin, you can check here for more info: https://github.com/herewithme/simple-taxonomy or to the support page of this plugin. You might also consider that this may not work properly with this version of WordPress as it hasn’t been updated since 2013-1-4: http://screencast.com/t/GAid459c

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

The menu loaded on mobile screens it’s different in appearance and functionality from the one used for the tablets and desktop screens so the mega menu dose not work on mobiles. In order to have an category with it’s subcategories you will have to add them like this: http://screencast.com/t/y9FnwtA0g which will be displayed like this in the mobile menu: http://screencast.com/t/lh5kwtedaaUP
A workaround would be to add the category twice in the menu from appearance > menus, once to display the subcategories as a mega menu and once to to add the subcategories as sub-items then use custom css to hide one on desktop/tablets and the other on mobiles.
Sorry about the inconvenience. You can also follow this topic: https://forum.tagdiv.com/topic/changing-the-mobile-menu/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Just add this line 'category_ids' => '', in the page-homepage-slider.php file like this: http://screencast.com/t/mjY8OB5JJPZ

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for reporting this. There is no need for a screenshot, I have tested this and you are right is because of the menu. We will investigate this and hopefully we can fix this in the next version.

Thanks again for reporting this!
Have a nice day!

Lucian
tagDiv Staff

Hi,

Usually when using child theme the css added in the child theme css style sheet should work fine but note that using the child theme could cause other issues so in case you have some problem you should check if the child theme isn’t the cause of it.
You can use the speed booster plugin to move files to the bottom, this is speed related so you can follow this guides for this:

* https://forum.tagdiv.com/pagespeed-guide/
* https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
* https://forum.tagdiv.com/topic/pagespeed/

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Do you still have this issues? I have inspected your site and seems that your feed it’s working: http://screencast.com/t/LEGilAYlt7M
If this still happens please try to test it by switching to another theme to check if this is theme related and let me know.

Thanks

Lucian
tagDiv Staff

Hi,

You can follow this guides on how to install WordPress in your language:
* http://codex.wordpress.org/Installing_WordPress
* http://codex.wordpress.org/WordPress_in_Your_Language
You should find there all the info about this.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we haven’t made any tests with this, please provide more details about the issue you have so we can determine if it’s theme related, this may also happen because of the plugin. Also please make sure you have done this right.

Thanks

Lucian
tagDiv Staff

Hi,

Please try this css:

.td-boxed-layout .td-menu-background .td-menu-wrap {
border-bottom: none !important;
}

Or provide your site’s URL, I need to inspect this so I can provide a fix.

Thanks

Lucian
tagDiv Staff

Hi,

The post source and via functions are custom fields and are saved as post meta in the database, I’m not sure you can retrieve this data using another theme, only if you can find a way to use this functions to do it: http://screencast.com/t/Tp9hicTAln7G

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css and change this values as you like: http://screencast.com/t/SiUzFWedJ9

.page .td_block_wrap {
padding-bottom: 10px;
}

.page .td_mod_wrap, .td_mod2 {
margin-bottom: 15px;
}

Thanks

Lucian
tagDiv Staff

Hi,

This http://screencast.com/t/wdin9eV6A7j is a sidebar an you can create a new one like this: https://forum.tagdiv.com/topic/how-to-add-new-sidebar-as-default/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please edit the style.css file and replace all “PT Sans” fonts with “Open Sans”.

Thanks

Lucian
tagDiv Staff
Lucian
tagDiv Staff

Replied here for that!

Thanks

Viewing 25 posts - 4,526 through 4,550 (of 6,600 total)