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,

Use this custom css:

.td-boxed-layout .td-menu-background .td-menu-wrap {
background-color: transparent !important;
border-bottom: 4px solid transparent;
}

.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
background: none !important;
border-bottom: 4px solid transparent;
}

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}

Should work like this: http://screencast.com/t/mLA81y0F

Thanks

Lucian
tagDiv Staff

Hi,

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

Thanks

Lucian
tagDiv Staff

hi,

1. Set your page like this: http://screencast.com/t/mFS78jdGSR and add your sidebar using the template settings, you will get this result: http://screencast.com/t/hQjbwmW1LNQT

2. Regarding this: http://screencast.com/t/mmbsde2GF the white space is there by default: http://screencast.com/t/jrfCYsVwbQI
You can chose to hide the title if you don’t want it, like this: http://screencast.com/t/eYzG6v7g

3. You can use the child theme: https://forum.tagdiv.com/child-theme-documentation/ or you can edit the file you want to modify then copy your modified version of the file into a new file and save it, then follow the update log each time the theme updates and check if those files you have modified have changed, if they haven’t changed you can replace them with your own modified files else you will have to make the changes to the new files.

Thanks

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

Hi,

Work fine for each template, I have tested this, make sure you uncomment it from each post template if you are using other than the default one:
You have to uncomment it from the single_template for post templates 2, 3, 4, 5: http://screencast.com/t/VsSNqON2U5
Regarding the twitter button, you will need custom work for it and, 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.

Thnaks

Lucian
tagDiv Staff

Hi,

You can do it via css, like this: http://screencast.com/t/dTGAnUA243U
Use this css to change the form fields color as you like, add it in theme panel > custom css:

form input[type="text"] {
background-color: #26DDAA;
}

Thanks

Lucian
tagDiv Staff

Hi,

We will consider this if more people will ask for it, thanks for the suggestion.

Thanks for the message!

Lucian
tagDiv Staff

hi,

I’m not sure I understand what code have you changed, please provide more details, also a screenshot would be helpful. If you refer to this: http://screencast.com/t/IOIVhFJPsIR note that this will apply to the default post template and will not add the author the other post templates.
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Please follow this steps:

1. First please make a backup of your current theme installation so you can revert back to it in case something goes wrong.
2. Then copy the theme files using the same method Christopher suggested above: https://forum.tagdiv.com/how-to-update-the-theme/
3. After this please deactivate all plugins and follow this guide: https://forum.tagdiv.com/newspaper-v-3-7/
4. Make sure you do this with all plugins disabled.
Please let me know if you can’t manage to do this.

Thanks

Lucian
tagDiv Staff

hi,

You can do it via css and add the css in theme panel > custom css. Please provide more details about what are you trying to achieve, also send your site’s URL and a screenshot with the image are you referring.
1. You can change the featured image size using post templates: https://forum.tagdiv.com/topic/newspaper-v-4-0-topic/#post-15809
2. Depends on which small feature image you refer to, you can chose different modules to display posts on page with different images sizes, if you refer to the thumbs from pages. Also can set the feature image not o be cropped from theme panel, like this: http://screencast.com/t/wlnlDBSpgS

Hope this helps.
Thanks

Lucian
tagDiv Staff

Glad you managed it.
Thanks for the message!

Lucian
tagDiv Staff

Salut,

1. Stim despre aceasta chestiune si o sa o remediem in viitorul update, trimite un e-mail la contact@tagdiv.com si iti vom trimite fisierele pe care trebuie sa le inlocuiesti ca sa remediezi aceasta probelema, specifica in subiect probelema pe care o ai sau trimite un link catre acest topic.

2. Am testat shortcod-urile, functioneaza corect folosind ultima versiune de tema:
* http://screencast.com/t/FLuaWvvRzFl
* http://screencast.com/t/k0AjhHWr
Asigurate ca le folosesti corect asa cum le-am folosit si eu in capturile de ecran pe care le-am atasat.
Anunta-ma daca nu reusesti si incearca sa deazactivezi plugin-urile daca tot nu functioneaza si verifica pe urma.
Ataseaza aici: http://pastebin.com/ continutul postului si trimite un screenshot cu modul in care este afisat postul.

3. O sa verificam asta.

Am facut teste cu WordPress 4.0 inca din versinea beta si nu ar trebuii sa fie probleme cu tema din puctul asta de vedere.

Mersi!

Lucian
tagDiv Staff

Hi,

I have tested this on your site: http://screencast.com/t/XGdcUyDXzLn
I believe the width: 60.5% !important; was set via custom css and removing it should fix this because of this fixed width the sidebar moves slightly to the left, you will have to remove that css, check the custom css you have added in theme panel and remove the one that sets the post content row-fluid to 60,5% width.
You can use this css also, but it would be better if you find that css and remove it because that css is dynamic and changes based on screen width and can’t be fixed.

@media (min-width: 1200px){
.td-grid-wrap .row-fluid .td-post-content {
width: 65.174129353234% !important;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay. I have checked your site and noticed that you use the Homepage with background template so the big slider from the top of the page doesn’t have any posts because you don’t have any posts in your featured category, you need to add posts into featured category which will show up in the slider.

Thanks

Lucian
tagDiv Staff

Hi,

You can add the author from here: http://screencast.com/t/QQp6G4Bo
It will look like this: http://screencast.com/t/6fmyhAHqVbD
You will need to customize it to look like the one in the scrrenshot.
If you want this time format: http://screencast.com/t/d4EsggNO0B you can add it like this: http://screencast.com/t/GxxudwmH
You can find here the code: http://pastebin.com/QzmxPcQ3

Thanks

Lucian
tagDiv Staff

Hi,

You can do it like this: http://screencast.com/t/2IO8XfHK41f

Thanks

Lucian
tagDiv Staff

Hi,

Please send your wp-admin user and pass at contact@tagdiv.com so we can check this, also send a link to this topic or specify your issues detail.

Thanks

Lucian
tagDiv Staff

Hi,

1. Set your page like this to have 3 columns layout for module 4 (block 5 it’s made using module 4): http://screencast.com/t/mG9wWUmSOS

2. Yes, just edit the block you want to customize and set the “Show child categories menu:” to -hide- like this: http://screencast.com/t/kki7Myz1Dj0

3. You have to edit the module file for which module you want to remove the date and remove the get_date function or comment it, like this:
* ex for module 1: http://screencast.com/t/esowK96r0
Do the same for each module.

Thanks

Lucian
tagDiv Staff

Hi,

1. The time tag it’s added by get_date function which it’s called on every module. You can remove the date from from the module you are using for the category page, like this: http://screencast.com/t/nzttCraRaQuE or you can remove this completely from here: http://screencast.com/t/CtoAaM8Y0zd

2. Like @TheMediumUTM suggested.

3. For the breadcrumbs remove this: http://screencast.com/t/FPpVl0VOvAi
For the author remove this: http://screencast.com/t/EzAdQcMF

Result: http://screencast.com/t/XJgeevzK

Thanks

Lucian
tagDiv Staff

Hi,

Please follow this guide: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/

Thanks

Lucian
tagDiv Staff

Hi,

You can set and use the “Style 3-(full width logo) + menu” from theme panel > header style:
You will get this resul: http://screencast.com/t/XHGKSWEc
You might also need to style the ad box, use this css:

.td-visible-desktop {
margin-bottom: 48px;
}

Thanks

Lucian
tagDiv Staff

Hi,

The first title it’s the page title and the second it’s the text with title element title, you can remove the page title by not setting a page title: http://screencast.com/t/GJkBPIAfU

Thanks

Lucian
tagDiv Staff

Hi,

I have just checked your site and seems like it;s working now, do you still have this problem? If so please make sure you make a backup of your current theme files so you can revert if something goes wrong then updated the theme like this: https://forum.tagdiv.com/how-to-update-the-theme/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Thanks TheMediumUTM!

@OuweAap

You can change the menu background color from theme panel > theme colors then use css to change the border for menu items as you like. Like TheMediumUTM suggested you can find a gradient you like then copy the css used to achieve it. This needs custom work, if you don’t have basic css/html basic knowledge and you don’t know how to do this we recommend you hire an freelancer from sites like: http://studio.envato.com/

Thanks

Lucian
tagDiv Staff

Hi,


@joventu

As Shashank Shekhar wrote the reason for this is your minifyed js/css, disable this and let me know if this solves the problem.

Thanks

Lucian
tagDiv Staff

Hi,

Use this custom css in theme panel > custom css: http://screencast.com/t/oU5YCw8SBevG

.home .td_mod_wrap {
margin-bottom: 0px !important;
}

Thanks

Viewing 25 posts - 5,226 through 5,250 (of 6,600 total)