This topic has 23 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Brian Johnson
Hello guys, and thanks for updating my login account for me. I have been having couple of things going on on my site. First of all the theme is great, great features, great design and great service! I only have a few details to work on my site.
1.- The main menu has disappear couple of times, all I do is add pages and when I am almost done, and save the link it deletes my last link and it does not let me add any more. Currently I have around 83 links on the main menu but I need to add some more, in the past situation when I keep trying to add and saves, the menu disappears from word press and I have to re-do the whole thing again. I am not sure if you may be able to help me with this glitch or if this are too many links for the theme.
2.- The blog works great, what it does not work are the footer “recent posts widget”. In your sample site you set the “recent posts footer widget” limit to 2 or 3. When I try this on mine, the image was too large fit in it so I had to set it at only 1 recent post, same with the left sidebars thought out the site. It looks fine and works fine but I wanted to have 2 or 3 posts showing. The funny part is that the correct (smaller thumbnail)image size it does shows on the check out page and on the about us page, also the title appears and disappears from page to page once in a while.
3.- The font from the “submit order” link on the check out page shows the same color as the background when I hover over it, and when I am not the font is black. The settings are set to be purple background and white text even when hovering. So I am not sure what is causing this or is this something I should ask woocommerce?
Thanks in advance for your help!
Hello,
You’re using old theme versions. Please update to the latest.
Here is video tutorial how to update theme:
https://www.youtube.com/watch?v=KdWESIIPU1k
Regards,
Robert Hall.
Ok! I try to update last time (February 28th) and the all process went smooth. I uploaded via ftp dreamweaver. I “saved” theme options and I saw next to legenda the 2.6.2 version was active. When I saw your late email, I realize that it never got updated, I download the version again from theme forest and I uploaded it again. Once again it showed me the updated version, but this morning was back to 2.4.
What is it what I am doing wrong? While I am transfering the folder from dreamweaver I have had the notice about (do you wish to upload dependent files) both times I have said no. Does this have something to do with it?
I am downloading the file from theme forest, the unzip it, then inside I found the folder (unzipped again) then inside there is the Legenda folder… It is just that what I have t upload right? or do I accept to transfer the dependent files? Thanks again and have a great week!
Hello,
We can update the theme for you.
Please provide us with FTP and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Thanks! I, seriously tried 3 times and the 3 times it keeps returning me to the old version 🙁 also would you mind checking up the blog images specially at the footer and the sidebar. I tried to do what you did on your demo but it does not allow me to put more than 1 image (well it does, but the pictures are in a larger size). Thanks again for your help on this project! It is a great design!
I am adding my ftp info on the private section.
Hello,
Please provide us with wp-admin panel credentials as well.
Thank you.
Regards,
Eva Kemp.
Here, Thanks!.
Hello,
As I see now 2.6.2 version is shown in the Theme Options.
Have you reuploaded the theme?
Please clarify the issue with the footer. What images are you talking about?
Also we can’t connect to FTP getting an error:
Error: Authentication failed.
Please check the credentials.
Thank you.
Regards,
Eva Kemp.
Last night I upload the updated files!!!…this time I did not upload my old style sheet, this is what it was causing to revert legenda to the older version. In the old style.css file I had changed the colors of the drop cap to (D1B0F2) and the blackquote to (E7D3FB). I changed this in the new css and works ok fine, the problem now is the white button colors all over the website, it revert to the legend red color. In my old style.css the colors were white and then purple when hover it (9966CC). I never set this up myself (it did it when I set up my theme colors).
QUESTIONS:
#1.- How can I change the white button colors of the website to be white when regular and #9966CC when hover it? I try to modify the new 2.6.2 style.css to change the white button but no changes.
}
.button.white,
button.white,
.coupon .button.white,
input[type=”submit”].white {
color: white;
border: 1px solid #9966CC;
}
#2.- Even after the legenda update, the blog images IN THE FOOTER AND SIDEBAR SECTIONS still in the large size thumbnails. I tried to do what you did on you demo. (3 posts on the sidebar and 2 on the Footer) but every time I change the recent post widget, the images don’t resize, and I have to have only 1 recent post.
#3.-When I began this project I hosted my site with bluehost in the regular package, then they(I) upgrade to the Pro version, changing my complete URL, this “migration” to the new url has make my site pretty slow. I asked bluehost but they said it has nothing to do with their servers. Do you have an idea what common issues legenda theme may experience when migrating servers that make them so slow?
Thanks again guys and I will leave my info again, sorry you could not login.
Hello,
You shouldn’t make changes in original style.css file.
You must create custom.css and modify it.
How to create custom.css you can watch in this tutorial.
1. Do you want to change font color of the buttons or background color?
2. Add this code in custom.css file:
.recent-post-mini > a.postimg img {
width: 100%;
}
3. If you check this site http://www.webpagetest.org/result/150311_C4_Y6E/1/details/ you’ll see that slow loading is caused by images. You need to optimize them. Please read these articles:
http://codex.wordpress.org/WordPress_Optimization
http://www.elegantthemes.com/blog/tips-tricks/optimize-your-wordpress-website
http://techtage.com/speeding-up-wordpress-sites/
Thank you.
Regards,
Eva Kemp.
I need to change both colors of the “white bottom”. White background with black font when it is not hover and 9966CC background with white font when hover over it.
Also how do I add to the custom css the drop cap color #D1B0F2 and the blackquote color #E7D3FB. with out upload the style sheet again?
Let me know if this make sense… (my spanglish sucks!) Thanks again!
Or even easier… How can I just change the “white button” colors from red to purple? on the custom.css? Thanks!
Hello,
Maybe provide screenshot for our better understanding and highlight what buttons you want to change.
Regards,
Robert Hall.
Thanks! ok so before I update the theme to the new version I had the red buttons on the images looking like the sign up image one with some white fading.
I add the image links to the private content section.
Let me know if this works, and thanks again for your help!
Also I need to change the blackquote background to color #E7D3FB, and
the dropcap color to #D1B0F2
Look at the image http://50.87.143.151/help-web/change-colors.jpg
Thanks!
Hello,
Please use this code in custom.css file:
.dropcap {
background: none repeat scroll 0% 0% #D1B0F2 !important;
}
blockquote {
background: none repeat scroll 0% 0% #E7D3FB !important;
}
Please clarify: do you want all buttons to have background color #D1B0F2?
Thank you.
Regards,
Eva Kemp.
Sure! Having the background color the same will work!
it really is only the “white button”
Hey I am sorry to keep going back and forth… I took some screenshots of how I want the buttons to look like. The black color is your normal dark font color, the purple when hover is #9966cc Look at images and thanks again for your help and for creating this theme!
This is when is in no hover mode:
This is the button when hover:
Hello,
Please add this code in custom.css file.
.button, button, .coupon .button, input[type="submit"]{
background-color: #D1B0F2;
}
Regards,
Robert Hall.
??? This just puts the button purple, however it is only certain type… look at the images in my last post, or look at this link http://50.87.143.151 and look at the buttons on the revolution sliders. How can I make them look like this? Thanks.
Hello,
If you want change only hover effect please use this code
input[type=submit]:hover{
background: #9966CC;
color: #fff;
}
Regards,
Robert Hall.
Hello
I have changed your “button white” to “button” class and now all css overrides works fine.
With best regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up