agapurcio
asked 10 years ago

Hello, I would like to know how I can change the text size carousel widget and translate dates, for example: 21 July, 2014 to 21 de julio de 2014 or 21 Julio, 2014.

Thank you very much for your help.

5 Answers
DominicStaff
answered 10 years ago

To change the font-size of the carousel plugin, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)

<style>#bottom .carousel .hentry .entry-title a { font-size: ...px; } </style>

– To change the Dates in the theme, you can open the locale.php file in the folder path “wp-includes/locale.php”
Hope this helps !

agapurcio
answered 10 years ago

Thank you very much! works for me. I would also like to know how to resize the text widget "Latest News" On the other hand I have oto problem, I modified the logo to make it look bigger and I have reduced the size of the advertising to fit perfectly, but when viewed from a tablet, off-sale advertising. This is the code that I have in the header:

> <style type="text/css">  
> .site-header #header {  
> background: none;  
> }  
> \#branding {  
> width: 355px !important;  
> }  
> .site-header #branding a {  
> width: 355px;  
> height: 90px;  
> }  
> \#sidebar-header {  
> width: 645px;  
> }  
> \#sidebar-header .widget {  
> width: 645px;  
> float: center;  
> }  
> </style>

And this on the banner ad. >

<div align="center">  
>  <a href="http://www.etendas.com/Productor/P000038/VIÑA-SANZ-OLIEGOS" title="Oliegos| Viña Sanz" target="_blank"><img src="http://hoymedina.es/wp-content/uploads/Oliegos.png" title="Oliegos | Viña Sanz"></a>  
>  </div>

Also attached some screenshots if it helps:  http://i.imgur.com/bhusyU5.png http://i.imgur.com/owZtR3g.png Thank you very much again.

DominicStaff
answered 10 years ago

You can send me username & password of your site (via private answer) for further checking.

DominicStaff
answered 10 years ago

Please check again your Username & password of your site, I can not access into the Dashboard.

DominicStaff
answered 10 years ago

Hi,
Right now, you can check your site, I have helped you resolve this issue.

agapurcio
replied 10 years ago

It works perfectlythank you so much for helping me.

The only thing left is to change the text size widget “latest news”, since I have been unable to modify it.

Thank you for everything and quick to resolve it.

Dominic Staff
replied 10 years ago

You can add the following code:

If you still face there issue, you can send me a screenshot for further checking.
Hope this helps !

agapurcio
replied 10 years ago

I'm sorry, I got confused, the plugin I referred to is "News Slider" but to have it translated into Spanish I was wrong.

EDIT: I have tried changing the size of the form, but when I access from a mobile or tablet, the font size is not rescaled.

<style>
.news-slider .carousel .carousel-inner .entry-title {
    font-size: 33px;
}
</style>

Dominic Staff
replied 10 years ago

Firstly, please send me a screenshot about the position which you want to change the font-size. We will help you resolve it.
You can add your screenshot here: http://imgur.com/
Regards,

agapurcio
replied 10 years ago

It would be this part:

http://i.imgur.com/BbqBDwK.png

Dominic Staff
replied 10 years ago

You can try with the following code:

Hope this helps!

agapurcio
replied 10 years ago

I entered the code, but it seems I’ve done something wrong, it does not work.

Dominic Staff
replied 10 years ago

I have checked our demo and still work fine, I need to check on your site but I can not access into your Dashboard, I get a error 404 page. Please check again.
Regards,

agapurcio
replied 10 years ago

In the end I got it to work, thank you very much for your patience.

agapurcio
answered 10 years ago

Hello, I again have the same problem, I changed the banner, and reappears on the left. What line of code I need to modify?
Thank you very much.

DominicStaff
answered 10 years ago

You can tell me detail about this issue, please send me a screenshot for further checking.

Dominic Staff
replied 10 years ago

You can add the following code to the style.css file:
@media (min-width:980px) and (max-width:1079px) {
#sidebar-header .widget { width: 100%; }
}
Hope this helps !

Powered by DW Question & Answer Pro