This topic has 7 replies, 2 voices, and was last updated 10 years, 2 months ago by Anonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
1. I am not understanding how to get the Facebook icon link at the top bar. I go under sociables and have inputted the URL, but it is not working. Then when I check back, it is gone?
2. There are some issues when viewing the site on a mobile device:
a. On the Homepage – the slider: the arrows and the “dots” for the total pictures are in front of the picture, is there a way for those to be responsive too or some thing to make the appearance look better?
b. The footer: the days are overlapping the times and are unreadable. Is there a way for the times to go underneath the days or something to help that they can be read.
c. About Us Page: the Video: there is a lot of black space around the video making it super long.. it is not being responsive for the height change.
d. I have tried changing all the orange colors throughout the site to reflect the maroon color #7f1619 but I cannot see in the editor where the colors are for the menu icon square.
3. I would also like to change the arrows on the slider to reflect the #7f1619 color as well. Somehow I changed the “hover” to the correct color but I would like the orange to be that color, not worried about the hover and the gray can stay the same.
4. This is not really that important but there is a gap below the video , slider etc and was wondering if there was a way to make the padding go away.
5. On the Galleria page – I was going to use that slider for the main page, but could not figure out how to remove the opaque bar at the bottom that would be for if you want to add text. ( if you let me know how to make the correction to that, I might show my client and change the homepage to this slider too??) 🙂
I don’t see where to mark this message as private so I can give my login information?
I would like to know which version of the theme you are using? If you are using the older version I may recommend you to use the latest version i.e, v5.1.0 – Updated – 6th May 2016.
Linofeast- v5.1.0 – Updated – 6th May 2016 – is available for download. Make sure you take a backup of the old version before updating to the latest version of the theme. Please do check the theme ChangeLog.txt file provided in the full package downloaded from themeforest/codecanyon.
After upgrading to latest version if you encounter the same problems then let me know then I can take a closer look in to the issue.
Regarding 1,2-a,b,c issues, after updating the theme, if you see these issues then let me know.
d. Which menu icon square you are talking about?
3. Replace this code in flex-slider.css on line#106
.flex-direction-nav .flex-prev {
left: -50px;
color: orange;
}
and also replace this on line#107
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
color: orange;
}
4. Remove padding from style.css on line#998,
.frontpage_teaser {
position: relative;
margin: 0 auto;
/* padding: 10px 0 0 0; */
}
5. You can add the galleria shortcode in the homepage as a slider by adding the galleria shortcode in the custom slider for that particular home page. Have a look at the screenshot for better understanding.
And if you want to remove the thumbnails for that galleria, then go to linofeast/js/src/galleria.js line#2504 and make the thumbnails as false like this thumbnails: false,.
1. Go to Theme Options/Sociables-> Add your sociables
Next, go to Header Style/Topbar Right-> Add this in the textarea [sociable]
2.a. There is an option to disable the next/previous arrows in Theme Options/Sliders/Nivo Slider/Direction Nav -> Make it False.
b. Add this code,
#footer .one_third { width: 100%; }
#footer .one_third:nth-child(even) { margin-right: 0;}
#footer .one_half { width: 100%; }
#footer .one_half:nth-child(even) { margin-right: 0;}
in responsive.css on line around 431 after this code
#footer .one_fourth { width: 100%; }
#footer .one_fourth:nth-child(even) { margin-right: 0;}
c. Video: Issue is fixed. Edited File: sys_custom.js
d. Please use Google Inspect element and find the class name and then add your css in the theme options custom css section. flex-slider.css file is located in linofeast/css folder.
Yes, I installed WPide plugin to edit the files.
1. Your issue is fixed. Edited file: responsive.css
2. Your issue is fixed.
3. A. It’s not possible to make still smaller. Whatever the size is there it will shrink and shows smaller in a mobile devices.
B. Replace this code
.iva_col {
display: block;
float: none;
margin-right: 0;
width: 50%;
}
with this
.iva_col {
display: block;
margin-right: 0;
}
in all the media queries in responsive.css file.
2. Fixed! Edited File: responsive.css
NEW:
1. Fixed. Added custom css in theme options/styling/custom css section.
2. For changing any color options or any paddings which are not there in the theme options please use Google Inspect element and find the class name and then add your css in the theme options custom css section.
https://www.youtube.com/results?search_query=google+chrome+inspect+element+tricks.
To change the padding: You can change it here in style.css file on line#794
NOTE: Whatever the files have modified, you need to take a backup while updating the theme to latest version. Otherwise replicate all these modifications in to child theme so that you’ll never loose any data while updating the theme.
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.