Forum Replies Created

Viewing 30 posts - 61 through 90 (of 201 total)
  • Author
    Posts
  • in reply to: A lot of little issues popping up… #659114

    Hi Ismael, when you say “We updated the header.php file…” are you saying you updated the /enfold/header.php file on my server? Or did you make an update to enfold in general and I need to download a new copy and replace the header.php file in both parent and child theme?

    Thanks,
    Slade

    in reply to: A lot of little issues popping up… #658175

    Hi Andy,

    Because this is a Live website the plugins could only be deactivated between 10pm and 5am Pacific Standard Time.

    Please let me know if you do this. I know when a few of the plugins are deactivated and are being used in the widget area they don’t automatically reinsert themselves and need to be redone.

    Thanks,
    Slade

    in reply to: A lot of little issues popping up… #657668

    Hi Andy,

    You can’t see any issues because I have had to fix each item 1-by-1 using custom css. The site is Live so I can’t show it in its broken state.

    Here is the custom css (below) I needed to use to fix items such as header background color, menu color, link colors, mobile menu…etc. The scary part is that I think this isn’t the last of it. Whenever they need an update or something new it seems to break another element. I have also attached a couple of screenshots after I commented out a few of the custom css. One screenshot shows the menu color and font-size while the other shows the /news page links. Compare these to how I have the website now.

    /***
    ENFOLD FIXES
    ***/
    
    #header {
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1 !important;
        height: 105px !important;
    }
    
    .av-main-nav > li > a {
        color: #444444 !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }
    
    .av-masonry-entry .av-masonry-entry-title {
        color: #333E47 !important;
    }
    
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content {
        background-color: rgba(255,255,255,0.5) !important;
    }
    
    .avia-menu-fx {
        background-color: #A31C35 !important;
    }
    
    .content {
        border-color: #e1e1e1 !important;
    }
    
    .container .minor-meta a {
        color: #333333 !important;
    }
    
    .cooked-widget .recipe-list-item .recipe-title a {
        color: #A31C35 !important;
    }
    
    .cat-item a {
        color: #A31C35 !important;
        text-decoration: none;
    }
    
    #archives-2.widget li a {
        color: #A31C35 !important;
        text-decoration: none;
    }
    
    #advanced_menu_toggle {
        border-color: #333E48 !important;
        color: #333E48 !important;
    }
    
    #advanced_menu_toggle:hover {
        color: #A31C35 !important;
    }
    
    .avia_transform3d .show_mobile_menu #mobile-advanced {
        background-color: #ffffff !important;
        border: none !important;
    }
    
    .show_mobile_menu #advanced_menu_hide {
        color: #A31C35 !important;
    }
    
    #mobile-advanced > li > a {
        border-color: #e1e1e1 !important;
        color: #666666 !important;
    }
    
    /****END****/

    Menu Item color and size

    in reply to: Main menu dropdown "highlight bar" too wide #649468

    found the issue. you can close this.

    thanks

    in reply to: Main menu dropdown "highlight bar" too wide #649375

    Hi Basilis! Thanks for the reply.

    I deactivated all plugins and cleared cache. Nothing changed.

    in reply to: Google Map Not Showing #638477

    I have deleted the map and made a new one. Still doesn’t show.

    in reply to: Change Single Post Pencil icon to image #638228

    Thanks Yigit! You’re the best!

    in reply to: Change Single Post Pencil icon to image #638206

    That’s odd. I copied your code to the child-theme style.css file and it wouldn’t take. Anyway…I see the pencil is still showing on top of the new graphic. How do I get rid of that?

    in reply to: Change Single Post Pencil icon to image #638196

    Here you go

    in reply to: Change Single Post Pencil icon to image #638193

    Hi Yigit, Thanks for the response.

    That didn’t seem to do anything.

    in reply to: Google Map Not Showing #637676

    Here you go

    in reply to: Google Map Not Showing #637335

    Hi Vinay, can you try the link again? The page was set in “Draft” mode.

    in reply to: Button issue #609988

    Hi Ismael! I’m a little hesitant to do this. We have several tables through the site. Will doing this mess with the existing Tables?

    in reply to: Button issue #608683

    Hi Rikard,
    All of the buttons not the site do this same thing. AND…when I insert a brand new Button element…it is also the same. See screenshot.

    Button-table issue

    in reply to: Need to add remarketing code to Enfold Theme #608634

    Hi, I have the same issue. Where did you place the code? I placed it in the same box as the google analytics but it created an odd extra space at the top of the website.

    Where should it go?

    Thanks,
    Slade

    in reply to: Button issue #608150

    Hi Andy,

    Sorry for the delayed response. I got really busy on another project and sort of forgot about this until recently when the client started asking again.

    I just now deleted the Theme folder using ftp and then uploaded a freshly downloaded version. Odd…we are still getting the same issue. When clicking on a button to edit…the “edit table” modal opens instead. The modal title still says Button but the content is definitely that of a table.

    in reply to: New Page shows up with Home page layout #604289

    Hi Basilis!

    Ok…got it figured out. Even after deleting the page, deleting the cache plugin the “work” page Still showed up. I opened up the .htaccess file which was riddled with stuff from the cube portfolio plugin. I deleted all of it and reinstalled the default WP .htaccess info. The /work page then showed a 403 forbidden error…with or without an actual Work page created. Something was “amuck’ with the cube portfolio plugin. I deleted it and reinstalled. All works now!

    Thanks!

    in reply to: New Page shows up with Home page layout #604259

    Hi Ismael!

    The two pages each have different names and slugs. I made you your own login credentials. Let me know if you still can’t get in.

    Thanks!
    Slade

    in reply to: Custom CSS in Color Section vs. in Column element #596196

    It works if I make a test page with empty Color sections and it works on a few other pages but for some reason it isn’t working on all of the pages and I can’t figure out why.

    Taking the /products/ page as an example I created a new submenu menu and redid all of the color sections with no luck.

    Looking at firebug I notice that on the pages that work the submenu items shows a class of “active-menu-item” as I scroll down to that specific section. On the pages that do not work shows a class of ” “…..nothing. What could be causing some of the submenu items to not take on the “active-menu-item” class when scrolled to?

    in reply to: Custom CSS in Color Section vs. in Column element #596090

    Hi Vinnie….me again :)

    I have transferred all the necessary parts to the Live site and oddly…some pages work and others don’t (speaking about the active state of the full-width subnav). In fact, on one page https://redseal.co/industries/ the first half of the subnav tabs don’t work and the last half (healthcare – manufacturing) does work.

    I cannot figure out what is different and why some work and others don’t.

    Can you take a quick look?

    Thanks!

    in reply to: Custom CSS in Color Section vs. in Column element #596055

    Vinnie….BRILLIANT!! This works perfectly!

    Thank you so much for keeping at it and working so hard!

    I was thinking it wasn’t possible but you figured it out.

    in reply to: Custom CSS in Color Section vs. in Column element #595924

    Thanks for all the extra work Vinay! Awesome!

    This will definitely simplify the process of adding additional pages/full-width submenus going forward. Unfortunately it doesn’t solve my original issue. I’m not sure it’s “solvable”.

    Thanks again!

    in reply to: Custom CSS in Color Section vs. in Column element #595486

    should be cleared.

    in reply to: Custom CSS in Color Section vs. in Column element #595278

    Hi Vinnie!

    Ok..I got a staging site setup http://staging.loopcreative.co/redseal/

    What you will be working on is evident on all interior pages (except Contact Us) but the page I’m having issues with is http://staging.loopcreative.co/redseal/government/

    This is a staging site so feel free to do whatever you need.

    Thanks!

    in reply to: Custom CSS in Color Section vs. in Column element #594945

    Hi Vinnie, I will have to get permission from the client to deactivate all plugins. This is now a Live site and they have offices/clients in both US and Europe so there really isn’t any “down” time.

    I’ll let you know.

    in reply to: Custom CSS in Color Section vs. in Column element #593707

    Hi Vinnie! Thank you for responding.

    Is there something special I need to do for the color sections other than place the anchor tag in the ID box? When I replaced the old code with this new code in the function.php file it didn’t do anything. The first Full width submenu item is shown as active (because I have “active-menu-item” in the menus css class field but only for the first one. As I scroll…the rest remain white.

    Because the site is Live I had to place the old code back.

    in reply to: Custom CSS in Color Section vs. in Column element #591429

    Unfortunately it didn’t work. I’m finding that the issue isn’t the sidebar widget sliding under the Color Section that is below it…when the sidebar widget leaves the Color Section it is living in it no longer functions (links are not clickable).

    in reply to: Custom CSS in Color Section vs. in Column element #591414

    Hi Guenni007! Thank you for the reply.

    I will try to explain but might be easier to show the issue: https://redseal.co/government/
    As you scroll, all of the red Full width Submenu (red-sub) links scroll to specific sections and also show the active state. The issue is when you scroll to “Solutions”. It has its own specific sticky menu on the right side of these sections.

    Because Color sections span full width and using a sidebar was out (the Color sections would push the sidebar to the bottom) I used ¾ + ¼ columns with the sidebar widget in the ¼ column. As you continue to scroll and are no longer in the “Solutions” section the sidebar continues to show but it is now underneath the Partners and Resources Color Sections and the links are not ‘clickable’.

    I tried placing the Solutions section at the bottom which would alleviate this issue but the client wants the sections in a specific order. I am “attempting” to get rid of the two bottom Color Sections and place both Partners and Resources into the ¾ + ¼ column layout. I can get the anchor tags to work but the top red-submenu no longer shows an active state for Partners or Resources when scrolled to these sections.

    Clear as mud? :)

    I didn’t fully understand your second point..?

    Thanks!

    P.S. – I will try your suggestion – creating a Color Section with a height of 0 and no borders. This might activate the anchor tag AND active menu state but not get in the way of the right sidebar widget. Could work!

    • This reply was modified 8 years, 8 months ago by Sladestyle.
    in reply to: Blog Small Preview image size #590233

    Hey Yigit!

    Sorry, the site is about to go Live and the client wanted me to “hide” the preview. It is now showing again (for the time being) on this page: http://8kly-jk6b.accessdomain.com/~slade/redseal-selected-as-a-2015-red-herring-top-100-global/
    If this page does not show up it is because the site went Live in which case the URL would be https://redseal.co/redseal-selected-as-a-2015-red-herring-top-100-global/

    Ideally what the client wants is for the small featured image to NOT crop. It’s ok that the image container be 180×180 but they don’t want the image cropping and filling the entire container. After reading a few posts I installed this plugin: https://wordpress.org/plugins/simple-image-sizes/ and set the “square” 180×180 to NOT crop and then regenerated the images. This didn’t seem to help.

    Any ideas?

    Thanks, Slade

    in reply to: Blog Small Preview image size #589561

    Was this ever looked into by Yigit? I forgot about it until the client pointed it out.

    By the way, the site has moved to the Live server (it won’t be Live until tomorrow): http://8kly-jk6b.accessdomain.com/~slade/

    Here is an example of a blog post with the small preview issue: http://8kly-jk6b.accessdomain.com/~slade/redseal-selected-as-a-2015-red-herring-top-100-global/

    • This reply was modified 8 years, 9 months ago by Sladestyle.
Viewing 30 posts - 61 through 90 (of 201 total)