Forum Replies Created
-
AuthorPosts
-
thanks so much! – can you point me to where the error was? – I didn’t’ think I had specified any page dimensions in the quick css.
you guys are the best!This reply has been marked as private.This reply has been marked as private.OK I put in that code and disabled the post order plugin, but I am not getting the right results. I have set the custom query to “ascending order” but the portofolio items are not sorting that way when you go to the individual items (they are in the order shown in the portfolio list) When I used the plugin they were in order by title but reversed. ????
I have not tried that but was just looking at it. Is the post types order plugin not compatible with the new update? I kind of like being able to sort it manually, since on some sites I need to sort them in groups in a particular order. Does that code let me do that? I hate to think that the big sit I built last year will have issues due to this – it’s not so crucial on this site.
thanks-
This reply was modified 10 years, 4 months ago by
Munford.
I figured it out – thanks. there was an extra “latest portfolio” item in the widget. duh.
-
This reply was modified 10 years, 4 months ago by
Munford.
also did a test on this page: http://test.theunsteadyproblem.com/pressemeddelelse-2015/2007-2/ and it works fine.
You can see the padding issue between the bottom 2 items there as well.
????
Now when I go to this page: http://test.theunsteadyproblem.com/events/ and try to edit the tabs, the SØN tab has some glitch – that’s the one I was editing before the problems with the sidebar happened. Look at what I am seeing: http://imgur.com/zr1JbvE ???
And when I try to delete that tab, it doesn’t save, but comes up again the same way. If I click on the SØN tab to edit it, I get a blank tab form. Should I redo the page? Can you see the probelm? very strange.I think I am going to rebuild the page. but if you know what caused that, let me know.
thanks
N-
This reply was modified 10 years, 4 months ago by
Munford.
also did a test on this page: http://test.theunsteadyproblem.com/pressemeddelelse-2015/2007-2/ and it works fine.
You can see the padding issue between the bottom 2 items there as well.
????also did a test on this page: http://test.theunsteadyproblem.com/pressemeddelelse-2015/2007-2/ and it works fine.
Hi
thanks but it was not a plugin problem – I deactivated all with no change to that page. The sidebar widgets are showing at the bottom of the page instead of in the sidebar…can you take another look? we are about to launch the site…also the sidebar is fine on other pages.
/N-
This reply was modified 10 years, 4 months ago by
Munford.
that did it thanks!
Thanks Ismael, so it’s not a problem that the original images are so large? I don’t have to actually resize them?
I am totally spoiled by Enfold and can’t deal with any other theme. It’s the best and of course the support is fantastic.
keep up the excellent work – I think this will be my 6th purchase.Thanks Ismael – I used the Use Any Font plugin and it worked like a charm. Is there any reason to use the @fontface rule instead of that?
Thanks everyone. I am working on a test clone site – I made a custom post for portfolio and then converted – seemed to work pretty well!
OK I have finally cloned my site and have the convert post types plugin installed, but there is no option to switch to portfolio. Do I need to make that custom post name first somewhere?
thanks – I should convert the posts before I install Enfold, right?
wow guys thanks for all the tips! I hate this theme and I really want to switch to enfold, but there are 22 different portfolio items that I don’t’ want to have to redo. I will try it all.
I just want the anchor links to work consistently. Before I added that code they were all landing under the header if accessed from a different page. It still happens when I link to TREKKING > COLOMBIA from another page.
-
This reply was modified 10 years, 4 months ago by
Munford.
OK I will try that.
http://andes-world-travel.flywheelsites.com/climbing/
there are anchor links in the mega menu – all the countries listed are anchor links.
I will thanks
do you know why this is not working on the mobile?
@media only screen and (max-width: 767px) {
.grid-entry.flex_column.isotope-item {
max-height: 248px !important;
min-height: 248px !important;
}}OK I think I am working out my problems – it did seem to be caused by some syntax error in the quick css.
One thing that is not working is this:
@media only screen and (max-width: 767px) {
.grid-entry.flex_column.isotope-item {
max-height: 248px !important;
min-height: 248px !important;
}}I am still seeing big spaces between the grid items.
not sure why that is not working. I may get rid of those portfolio grids, and will use tables instead, so I hope the anchor links will work better without all the grids loading.thanks for all your help!
NancyThis reply has been marked as private.I am not using the child theme – I have enfold activated. should I delete it entirely?
I cleared my cache.
I do not have all those plugins activated -but how many is too many?Just as a test since I was still not seeing my css changes, I just moved this code
/*table styling itinerary*/
td {
border-bottom-color: #ffffff !important;
border-right-color: #ffffff !important;
border-top-color: #ffffff !important;
border-left-color: #ffffff !important;
}to the top of my quick css and now it is displaying properly. http://andes-world-travel.flywheelsites.com/trips/explore-col-40/#tab-id-2. so is there some error in the css that is causing it not to load at a certain point? I saw this happen before as well, and moved some code to the top…and then it worked. ??
thanksI meant I saw these problems when I updated from 3.07 to 3.08 a few weeks ago.
I deleted all the enfold files, and then installed new ones via ftp, and yes, I saw errors
during the install (but did not copy them :(
THe problems started when I began using the child theme as well – do I need to reinstall that?
I will try to deactivate it…ok so I am seeing some of my styling, but not all.
here is my quick css:/*fix fullscreen slider under menu issue*/
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
padding-top: 154px;
}/*change line height in lists – include*/
li {line-height: 1.35em;
}/*styling pricing tables?*/
/*.tablepress td {
padding: 1px 10px;
}*/.wpgmza_map img {
border:1px!important;
}.wpgmza_map {
border:1px!important;
}/*swap excerpt for time/date in portfolio widget*/
.news-link { overflow: visible !important; }
.news-thumb { position: absolute !important; }
.news-headline, .news-excerpt { padding-left: 45px !important; }
.news-time { display: none !important; }/*table press description styling*/
.tablepress-table-description {
font-style: italic;
font-size: 12px;
}div .main_color .tabcontainer .active_tab {
background-color: #fffff;
color: #a6a6a6;
}/*fix anchor link problems*/
.js_active .grid-image {
opacity: 1 !important;
}/*fix anchor links caused by grid loading*/
@media only screen and (max-width: 767px) {
.grid-entry.flex_column.isotope-item {
max-height: 248px !important;
min-height: 248px !important;
}/*table styling itinerary*/
td {
border-bottom-color: #ffffff!important;
border-right-color: #ffffff!important;
border-top-color: #ffffff!important;
border-left-color: #ffffff!important;
}td {
font-size: 13px;
padding: 1px 10px;
border-style: solid;
border-width: 1px;
border-left: none;
border-top: none;
}/*fix font tab titles*/
.js_active .tab {
font-size: 12px;
}.js_active .active_tab {
font-weight: 600;
}/*widget title size*/
.widgettitle{
font-weight: 600!important;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px!important;;
}/*===ICON BOXES===*/
.iconbox .iconbox_content .iconbox_content_title {
letter-spacing: 1px!important;
font-size: 40px!important;
}.iconbox_top .iconbox_content{
padding: 20px 20px 20px 20px!important;
}.iconbox {
opacity: 0.8;
}.iconbox_icon {
display: none!important;
}.image-overlay .image-overlay-inside {
display: none;
}/*===sidebar margins===*/
.inner_sidebar {
margin-left: 30px;
}h4 {
letter-spacing: 1px;
font-weight: 500;
}.content, .sidebar {
padding-top: 30px;
padding-bottom: 20px;
}.container {
padding: 0px 30px;
}.content .entry-content-wrapper {
padding-right: 30px;
}/*margins above body*/
body .column-top-margin {
margin-top: 30px;
}body .aligncenter, .entry-content-wrapper a:hover .aligncenter {
margin: 0px;
padding: 0px;
position: relative;
}#top .page-id-828 .iconbox_top {
margin-top: 20px!important;
text-align: left
}
.page-id-828 td {
vertical-align: top;
}/* Font rendering – fix fonts on firefox!*/
body #wrap_all{
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}/*===grid titles styling==*/
.grid-entry-title.entry-title {
font-size: 14px !important;
font-weight: 500;
font-family: ‘Oswald’ !important;
/*text-transform: uppercase;*/
text-align: center;
text-color: #666666;
}.grid-content {
min-height: 85px;
padding: 10px;
}.grid-entry {
padding-right: 5px;
padding-bottom: 5px;
}@media only screen and (max-width: 480px) {
.grid-entry-title.entry-title {
font-size: 13px !important;
font-weight: 500;
font-family: ‘Oswald’ !important;
/*text-transform: uppercase;*/
text-align: center;
text-color: #666666;
padding: 5px;
}
.grid-content {
min-height: 55px!important;
padding: 5px 3px 5px 3px;
}
.grid-entry-excerpt{
font-size: 10px; font-style: italic; margin-bottom: 5;
}}/*change color of tab background on mobile*/
@media only screen and (max-width: 767px) {
.responsive #top .main_color .tabcontainer .active_tab {
background-color: #e6e6e6;
color: #222222;
}}@media only screen and (max-width: 480px) {
h1 {font-size: 30px !important;}
h2 {font-size: 20px !important;
font-weight: 500;}
h3 {font-weight: 500;}
h4 {font-size: 14px !important;}
body {font-size: 12px;
line-height: 1.5em;}}@media only screen and (max-width: 767px) {
.grid-entry {
width: 50% !important;
padding: 2px;}
}/*fix padding on mobile*/
@media only screen and (max-width: 480px) {
/*margins above body*/
body .column-top-margin {
margin-top: 15px;}
}@media only screen and (max-width: 480px) {
.content, .sidebar {
padding-top: 15px;
padding-bottom: 10px}
.content .entry-content-wrapper {
padding-right: 2;
padding-left: 2;}
}/*increase container size mobile – limit!*/
@media only screen and (max-width: 480px) {
.responsive .container {
width: 330px!important;
}}/*widget title size*/
@media only screen and (max-width: 480px) {
.widgettitle{
font-weight: 500!important;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px!important;;
}/*tab padding mobile*/
@media only screen and (max-width: 767px) {
.responsive .tabcontainer .tab_content {
padding: 5px;
}
.tabcontainer {
margin: 15px 0;
}
.tab_inner_content {
margin: 0 5px;
}
.js_active .top_tab .tab {
border-bottom: none;
padding: 10px 10px 10px 10px;
}
.js_active .tab {
font-size: 12px;
}}/*fix padding mobile tab table content and borders*/
@media only screen and (max-width: 480px) {
td {
font-size: 12px;
line-height: 1.25em;
padding: 5px 5px;
border-bottom-color: #ffffff!important;
border-right-color: #ffffff!important;
border-top-color: #ffffff!important;
border-left-color: #ffffff!important;
}/*===active menu===*/
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
color: #666666;
background-color: #e6e6e6;
}/*#header .current-menu-item
{background-color: #e6e6e6;
font-color: #ffffff;
}*//*===mega menu styling===*/
#top #header .mega_menu_title a {
font-size:14px; border-bottom: #ccc 1px dotted;
}#top #header .mega_menu_title a:hover {
text-decoration:none;
}#header .avia_mega_div .units {
border:none;
}/*hide date widget latest portfolio*/
.widget.newsbox .news-time {
display: none !important;
}/*increase padding under blog image*/
.flex_column .template-blog .big-preview.single-big {
padding: 0 0 20px 0;
}/*fix sidebar logo header padding*/
.html_header_sidebar .logo{
padding: 30px;
}/*.tabcontainer{
margin: 10px 0;
}*//*table styling?*/
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: #666666;
}____________
I am seeing some but not all of the changes, also some that worked fine before like the white borders on the itinerary pages like on this page: http://andes-world-travel.flywheelsites.com/trips/explore-col-40/#tab-id-2 which I have set and reset many times now. It is displaying black for me. So, not sure what is going on.
thanks
Nancy
I read somewhere here that if there is a syntax error then the rest of the code does not get read- it that true?I meant I saw these problems when I updated from 3.07 to 3.08 a few weeks ago.
I deleted all the enfold files, and then installed new ones via ftp, and yes, I saw errors
during the install (but did not copy them :(
THe problems started when I began using the child theme as well – do I need to reinstall that?
I will try to deactivate it……ok so without the child theme it works fine, and is displaying all of the quick css correctly.
yeah! but can’t I use the child theme? I can always save my settings, but it’s better to use
one, right? Should I deinstall it?thanks so much!
N-
This reply was modified 10 years, 4 months ago by
Munford.
OK I reinstalled enfold 3.08 and am seeing all the same issues. my theme options are not showing, and some of my quick css is also not changing. If I put css in the child theme, it works fine. Can you take a look again? I have used enfold for a year and have never seen this issue, and it’s not at the server. It happened when I updated to 3.08- is there another update coming soon? When I installed it I saw some errors on the ftp (file not found, etc) – is that a problem? it seemed to involve woo commerce stuff, which I don’t use. Have other users had similar issues with 3.08?
thanks
NThis reply has been marked as private.this is my style.css in my child theme:
/*.iconbox .iconbox_content .iconbox_content_title {
font-size: 40px!important;
}*/.iconbox {
opacity: 0.7;
}/*table styling itinerary*/
td {
border-bottom-color: #ffffff!important;
border-right-color: #ffffff!important;
border-top-color: #ffffff!important;
border-left-color: #ffffff!important;
}I had the same code in my quick css but was not seeing changes. I am also not seeing some of my theme options taking effect – my hosting service says it’s “appears that there is a conflict in between how the theme loads its base CSS and the QuickCSS.” but ignore the fact that I dont’ have any conflicting css code regarding the boxed dimensions of the site, or other settings in the theme options that I am not seeing. Some of the quick css is showing, some not.
I am really confused now. Should I start all over?
thanks
nHI Andy,
I contacted my host flyhweel and they said they thought the css problems I am seeing (or not seeing) are caused by some overriding settings in my quick css. I checked through it and cannot see any overlap in the stylings. I now am only seeing css stylings that I put in the child theme style.css – my theme options, or some of them, and css stylings are not displaying correctly. THe anchor links are landing very high again, under the header, but I can’t tell if it’s because that css “fix” you gave me is now not taking? so frustrating.thanks for your advice.
n -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts