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

Salut,

Poti folosi orice text editor, cauta unul care merge si pentru mac doar editezi fisierele aduagi codul si pe urma salvezi.
Fisierele le gasesti in fisierele temei ..\"yoursite"\wp-content\themes\newspaper\bbpress\form-search.php sau `..\”yoursite”\wp-content\themes\newspaper\bbpress\content-single-topic.php
`

Multumesc!

Lucian
tagDiv Staff

Hi,

This is how an image ad banner should look in the html structure: http://screencast.com/t/JymHSJwdqx
I have inspected your site and seems like you have an ad only for desktop, that is why the image it’s not displayed for other screen widths: http://screencast.com/t/rHBJUjnjWY
Please make sure you add your ad like this: http://screencast.com/t/m6wguhFmI

For the rev slider overlapping the drop-down menu use this custom css:

.td_revolution_slider {
z-index: 0;
}

Thanks

Lucian
tagDiv Staff

Hi Christopher,

Thanks for sharing, glad you figured it out!
May I add that you could also modify the top and bottom padding to achieve this, also the line-height for the block titles could also be modified from theme panel then you could use the custom css to adjust the block title container if the theme panel setting doesn’t do it.

.td_block_wrap .block-title a, .td_block_wrap .block-title span, .td_block_wrap .block-title label {
padding: 5px 10px 5px 10px;
line-height: 24px;
}

Thanks

Lucian
tagDiv Staff

Hi,


@byron_shady
/ @TheMediumUTM
It’s enough just to set the rev slider’s z-index to 0, will do the job:

.td_revolution_slider {
z-index: 0;
}


@byron_shady

If you are referring to this: http://screencast.com/t/5PvSRIJleo just use this custom css in theme panel > custom css:

.header-search-wrap .dropdown-menu .btn {
border: 2px solid black;
}

If this is not it please let me know or follow @TheMediumUTM instructions and find the right class for that button.

Hope this helps!
Thanks @TheMediumUTM for your help!

Lucian
tagDiv Staff

Hi,


@nicoms91

As Christopher suggested the best way to fix will be to change the colors using this method https://forum.tagdiv.com/topic/about-default-theme-colors/#post-17657 follow this topic will lead you on how to do it.

Thanks

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

Hi,

Thanks Christopher!

@tekease

Please make sure you add the short-codes like this into posts or pages:
e.g.
[quote_center] quote text [/quote_center]

Or using the do_shortcode() function directly into the code, you should use an expression like this:

<?php echo do_shortcode( '[quote_center] quote text [/quote_center]' ) ?>
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Use this filter http://pastebin.com/VJssRkec
Add it in functions.php file and modify the offset as you like, currently is set to 5.

Thanks

Lucian
tagDiv Staff

Hi,


@potion

We will think about this, meanwhile seems like you found a good workaround for this, so if we decide to add this it will be available in future updates however we have over 140 feature requests and we have to pick very carefully what we implement, thanks for the suggestion though, we will consider this.

Thanks for the message

Lucian
tagDiv Staff

Hi,

Thanks @Christopher!

@saltzfrau

Glad you managed to get it working, let us know if you have any other theme related issues.

Thanks for the message!

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

Hi,

You can try to change them via css, use this custom css in theme panel > custom css:
Also please make sure you have changed all fonts from theme panel also.

.woocommerce, .td-footer-wrap {
font-family: 'Roboto', sans-serif !important;
}

Try this and let me know if works.

Thanks

Lucian
tagDiv Staff

Hi,

I have inspected your site and seems like there is a problem with the images you have uploaded and set as featured image on post as they are not cropped for some reason, my guess it’s because they are to large.
Please try to increase the memory limit, edit wp-config.php file and change the limit to 128M like this: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can also do this by editing the php.ini file and search for this line: memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) and change it to 128M
If nothing works please try to resize those images and then re-upload them and the regenerate the thumbs.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Salut,

Pentru acel buton adauga:

<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="New topic" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>
<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="Post reply" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>

.. in fisierul content-single-topic.php asa: http://screencast.com/t/uNXeWgZJ
O sa obtii acest rezultat: http://screencast.com/t/fWP0N78gIbP
O sa ai doua butoane pastreaza unul sau cum doresti.
Adauga acelasi cod in fisierul form-search.php asa: http://screencast.com/t/QOwMJI9RoDl pentru acest rezultat: http://screencast.com/t/3NQ31iLoS

Poti sa editezi fisierele cu un text editor precum notepad++

1. Asta se intampla pentru ca banner-ul face parte din continutul postului iar pentru acel layout continutul este setat sa se modeleze dupa imagine, de accea bannerul cade sub iamgine cand redimensionezi fereastra, oricum acel banner o sa se incarce la dimensiunea screen-ului pentru device-ul de pe care este accesat site-ul tau, pentru desktop este ok pentru ca incape langa imagine iar pentru tablete si mobile o sa se incarce la alte dimensiuni, deci nu ai o problema, doar reincarca pagina de fiecare data can redimensionezi fereastra si o sa te convingi.

2. Am verificat la mine si se pare ca functioneaza corect: http://screencast.com/t/JIcXIL0x poate fii un conflict cu un plugin inceraca si verfica cu toate pluginurile dezactivate.

3. Daca introduci un link video in campul “featured video” video respectiv va fii afisat in locul imaginii la inceputul articolului, asigura-te ca ai setat post-ul ca si video pentru asta si sa nu ai selectat stilul 5 pentru postul respectiv, acela este fara imagine.

Multumesc!

Lucian
tagDiv Staff

Hi,

I’m not sure I understand, please offer more details about this. Note that you can also change the ad size from theme panel on each device http://screencast.com/t/H3o0NlFpDb0D

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately that can’t be done, the grid has a specific 3 column layout that can’t be modified.

Sorry about this.
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please make sure you delete and re-install the VC Bakery that was included into theme files, like this: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also please re-upload your theme files and make sure you do it like this: https://forum.tagdiv.com/how-to-update-the-theme/
Should work fine.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Use this class to style it as you like: http://screencast.com/t/2UO2dojWDMzO
You can go to you to that page that you like as the caption for images are styled, get that style, if you don’t have basic css/html knowledge we recommend to hire a freelancer to do it for you.

Thanks for the message

Lucian
tagDiv Staff

Hi,

Yes, the anchor tags are set to width auto, the menu list items are set to width 100% and the sub-menu unordinate list it’s at fixed width so the menu items should expand as long as unordinate list’s fixed width, the point is it should not fall into a second row.
I have tested this and seems like setting white-space: nowrap; to sub-menu’s > menu items dose the job http://screencast.com/t/ohWEvCVFO0os
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure, but you will have to redesign the slider to make it fit well into page.
We don’t have any plans to changes the slider in the near future.

Thanks for the message

Lucian
tagDiv Staff

Hi,

Try this plugin: http://wordpress.org/plugins/thumbnail-upscale/
You can find more info about this here: https://forum.tagdiv.com/topic/full-size-or-large-images-in-posts/#post-15786
Or you can try to enlarge the thumb image via css.
Your css should look something like this for the big slider large image thumb.

.td-big-grid-post-0 .thumb-wrap img {
width: 100%;
}

Thanks

Lucian
tagDiv Staff

Hi,

Replace ['caption'] with ['description'] like this: http://screencast.com/t/HJBS3X6hG
Result here:

* http://screencast.com/t/WFFSpcYno
* http://screencast.com/t/dEwwsWGlt0

You can style it yourself as you like via css.
Thanks

Lucian
tagDiv Staff

Hi,

Add this code:

<script type="text/javascript">
jQuery('document').ready(function($){
	$('[title]').removeAttr('title');
});
</script>

.. infooter.php file before the body tag, like this: http://screencast.com/t/ZQZ27BKGYNP

Thanks

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

Hi,


@Christopher
Thanks!

@racketeer

Like @Christopher wrote you can change this from style.css file or via css by adding your css into the custom css field in theme panel.
Also make sure you enable the support for latin extended charset from theme panel:
1. http://screencast.com/t/YM5NDaK8
2. http://screencast.com/t/r9iFdE3SOpD9
Send a link to your site if you want and I will help you change this.

Thanks

Lucian
tagDiv Staff

Hi,

Make sure you deactivate any CDN plugins and empty server cache if you use any. Also make sure you are not using the 980px layout, we have an issue with the big slider when using the 980px layout.
If this doesn’t helps please let me know and send a link to your site so I can inspect this issue.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay.
You cloud try something similar using VC, at this moment the theme doesn’t support this layout and you will need custom work to achieve this, 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.

Sorry about this!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can import predefined style from theme panel, like this:
1. http://screencast.com/t/Us6q7Vt2
2. http://screencast.com/t/nHcE7kTrBp

If you want those settings only for menu then go to theme colors and set the colors for the menu like this: http://screencast.com/t/XXGDdkaC6 and to custom typography and set the menu like this: http://screencast.com/t/IxWpjvXTQ or you can inspect the demo page and find all settings.

Hope this helps!
Thanks

Viewing 25 posts - 5,451 through 5,475 (of 6,600 total)