Forum Replies Created

Viewing 30 posts - 751 through 780 (of 1,120 total)
  • Author
    Posts
  • in reply to: feature images in portfolio grid. #398804

    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.

    in reply to: fontface not working, portfolio grid #398396

    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?

    in reply to: updating from another theme #397478

    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!

    in reply to: updating from another theme #397464

    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?

    in reply to: updating from another theme #397177

    thanks – I should convert the posts before I install Enfold, right?

    in reply to: updating from another theme #396952

    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.

    in reply to: anchor links #396256

    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 9 years, 9 months ago by Munford.
    in reply to: anchor links #396252

    OK I will try that.

    in reply to: anchor links #396243

    http://andes-world-travel.flywheelsites.com/climbing/

    there are anchor links in the mega menu – all the countries listed are anchor links.

    in reply to: anchor links #396236

    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;
    }}

    in reply to: anchor links #396224

    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!
    Nancy

    in reply to: anchor links #395993
    This reply has been marked as private.
    in reply to: anchor links #395961

    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. ??
    thanks

    in reply to: anchor links #395889

    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 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?

    in reply to: anchor links #395844

    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 9 years, 9 months ago by Munford.
    in reply to: anchor links #395614

    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
    N

    in reply to: anchor links #395288
    This reply has been marked as private.
    in reply to: anchor links #395267

    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
    n

    in reply to: anchor links #394998

    HI 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

    in reply to: custom post types & wp member #394953

    thanks so much – yes now I got it working. I see how to block (or unblock) the portfolio items now – it must be done on a page by page basis like that, right?

    I think I found an easier solution by using this plugin: http://wordpress.org/extend/plugins/wordpress-access-control/, if anyone else needs to block unblock pages or posts. It’s seems much easier to use.

    • This reply was modified 9 years, 9 months ago by Munford.
    in reply to: anchor links #394695

    thanks. I have contacted my host and they are looking into it.

    in reply to: custom post types & wp member #394157

    HELP!
    I added that code to my child theme functions.php and it crashed my site – edited it via ftp and now it’s back. Just a blank page before and not able to load the admin or site. Can you check that code? I got an error on one line when I edited it out.
    thanks
    N

    • This reply was modified 9 years, 9 months ago by Munford.
    in reply to: custom post types & wp member #393662

    HI Elliot,
    I understand how it’s supposed to work – but my portfolio items are not being seen as a custom post type.
    I don’t get how to set that, and the WP_members support is locked by a paywall. I don’t see any other settings on
    the plugin itself. Do you know any tricks? I know it is not your software, but doesn’t Enfold make the portfolio items
    into a custom post type called “portfolio”?

    see: http://imgur.com/i6y6fFp & http://imgur.com/HGfrPhl

    thanks
    Nancy

    in reply to: Closing Mega Menu on iPad #393649

    http://andes-world-travel.flywheelsites.com/climbing/

    I have a mega menu on the site at the top,
    and have added the code to so I can use a different menu on mobiles, since I was not able to access all the levels of the menu (only the last level links were actually available as links). I am not seeing the correct mobile menu now, maybe due to all the trouble I am having with my theme options not displaying correctly. I have cleared all caches, many times, and have contacted flywheel, but am still seeing problems after the last update.

    thanks
    Nancy

    • This reply was modified 9 years, 9 months ago by Munford.
    in reply to: anchor links #393621

    Hi Again,
    I just realized that this code:
    .grid-entry.flex_column.isotope-item {
    max-height: 248px !important;
    min-height: 248px !important;
    }
    is causing all my portfolio grids on the mobile to have huge space between the items, and I am still seeing inconsistencies in the anchor links.

    Re: quick css & caching – I cleared my cache on the server, many times on the browser, and am still not getting my advanced styling and theme options to display correctly. ??? very frustrating as I am trying to style the pages and can’t see my results.

    please help!
    thanks, Nancy

    in reply to: table properties, border styling, latest portfolio #392716

    I tried deactivating all plugins last week with no success, and just now as well but seeing the same issue. Most of my styling changes are not showing since the last enfold update. There are no plugins activated at this point. //
    thanks
    N

    • This reply was modified 9 years, 9 months ago by Munford.
    in reply to: logo shift #392700

    Thanks for your help Rikard,
    I reinstalled Chrome yesterday and am still seeing the shift, but at this point it’s the least of my problems, since my css changes are not displaying correctly and changes to the theme options are also not taking. I have that issue out on some other threads. I have other issues with Chrome that I hoped the reinstall would address, but don’t think it did.
    :(
    N

    in reply to: custom post types & wp member #392595

    I don’t see that screen option in my portfolio items – only on posts and pages. I don’t understand how to add the portfolio post type so that wp members registers it. do you? Their support page is not so helpful to me.
    thanks so much
    Nancy

    in reply to: logo shift #392446

    hmm. I just updated chrome, not seeing it on other browsers. Detail – will not stress about it.
    thanks for taking a look.

    in reply to: logo shift #391925

    I am seeing the problem in Chrome, just updated. Cache cleared on the server.
    http://imgur.com/pto8Fkv (the logo has a “glitch” in the middle, like a few pixels are smashed together)
    vs
    http://imgur.com/oe60BBX (correct)
    It only is happening with the menu fields that are below and to the left of the logo.
    Small detail, but wondering why.
    thanks
    Nancy

Viewing 30 posts - 751 through 780 (of 1,120 total)