saltyride
Forum Replies Created
-
Sorry i didnt answer before, i was away.
I’m afraid to update wordpress version because this is not a child theme and the update may put everything upside down. I know, it’s not the right way to do it, but i didn’t know at the time. I always told the owner not to update anything because he doesn’t know much about this.
It’s strange that the error happened suddensly if nothing was changed…
If i gave you access to the admin could you take a look?
Sorry, i know this is not much help, but i can’t figure out any solution.When i try to use an image from the media library it doesn’t give an error, it just loads forever and nothing comes up.
When i want to use the upload option, i select the image, it tries to load it and it says: “An error occurred in the upload. Please try again later.”
I am able to upload images if i dont use meta slider.
thanks!Hi Matcha, thanks for replying!
It’s not working with other themes.
I forgot to say that MetaSlider used to work perfect in this theme.Someone asked me to make this site a few years ago. Everything worked fine and the client swears he didn’t touch anything. He didn’t make any updates either. And last week he wrote saying he’s getting this error…
I updated metaslider to 3.3.3 thinking it could solve it but i get the same issue.
Forum: Fixing WordPress
In reply to: Changes in style do not updateupdate: changes appeared after a while… i dunno.
i read in a support section that this could happen because my host has caching, and may take time to show in the site.
it’s frustrating cause i don’t know how it looks uploaded…
thanks anyway! i take this for resolved
Forum: Fixing WordPress
In reply to: color for subitem in sidebar menugenius
thanks!!
problem solvedForum: Fixing WordPress
In reply to: color for subitem in sidebar menuhey thanks!
is therea tool for chrome?
i don’t have / don’t like firefoxForum: Fixing WordPress
In reply to: Changes in style do not updatei forgot to add that SOME changes do work. For example:
.flexcontainer { width: 100%; max-width: 960px; margin: 0 auto; padding: 0 0 25px 0; }
if i change the max-width to a smaller number, it changes without problem
Forum: Fixing WordPress
In reply to: Changes in style do not updatealchymyth: to change the styles i go to the editor and in style.css i replace or add code i need.. an example would be:
.eror404 .widgettitle { font-family: 'Lato',sans-serif; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; font-weight: 800; background: url(images/dot-border.jpg) repeat-x bottom; padding: 7.5px 0; margin: 7.5px 0; color: #cb4b2f; }
that style didn’t have that color property, the weight was 400 instead of 800, and the size was smaller.
if i try now to change the color online it won’t, but locally it does..
WPyogi:
i actually thought it was my browser not refreshing, but cleared everything and still no result. as far as caching on my site… i don’t know, how can i check.yah, i became aware of child themes when i was finishing the site, so i anted to make everything, and then take styles, etc to a child…. i know it was a mistake =/
Forum: Themes and Templates
In reply to: [Lugada] Change Background Colorsorry, that was working locally, but it doesn’t when the site is uploaded.
to make a custom background you should put this line of code in your functions.php file:
add_theme_support( ‘custom-background’ );
you can also check this:
Forum: Themes and Templates
In reply to: [Lugada] Change Background Colori know this is old, but hope it helps
for the background of the site, you have to go to style.css, and find the “body” tag
inside body, put: “background-color: #000000;”
change the #000000 code for the color code you want, and don’t put the “”.