Forum Replies Created

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • in reply to: Post Title and Featured Image Missing – Do Not Display #741421

    I must have used the layout builder when I added a Call To Action in Promo Box. I didn’t know that would make the title and image disappear. I can add them manually then or try to save it while the default editor is active if that will allow me to keep the promo box. Thanks for the response!

    Yigit – You da man! it fixed it and it was so simple and easy. Thanks!

    Thanks Yigit. That makes sense. I will try your method a little later today and let you know.
    Appreciate your quick response and support.

    Scott

    Thanks Vinay. I tried it but I still have the white space above the slider – http://laninlaw.com/pages/landing-page-2/
    Scott

    this did not solve the issue either –
    https://kriesi.at/support/topic/padding-layer-slider/

    this prior solution does not seem to help me remove the white padding above the layer slider

    https://kriesi.at/support/topic/blank-space-above-and-below-layerslider/

    Here you go – I put the image in my media file online

    http://laninlaw.com/wp-content/uploads/nyforeclosurelawyer-layerslider-screenshot-10-25-16.png

    http://laninlaw.com/wp-content/uploads/nyforeclosurelawyer-layerslider-screenshot-w-explanation10-25-16.png

    Please let me know if there is a way to remove the extra space above the slider.
    Thanks!

    Scott

    Thanks. I did provide the link to the actual page – http://laninlaw.com/pages/landing-page-2/
    how do I upload a screenshot? – the reply control panel here on the support page does not give any option for that
    I have the screenshot but don’t know how to put it here – pasting it did not work
    Scott

    in reply to: Acordian Slider Not Working #615636

    problem solved!
    it was not necessary to edit the functions.php file
    all I needed to do was update the theme from the wordpress dashboard using the theme options menu
    it was actually very simple
    it appears that godaddy updated my managed wordpress software and the new software interfered with the function of the acordian slider
    once I updated the theme to 3.5.2 and reloaded the home page, my acordian slider worked again

    thanks!
    Scott

    in reply to: Acordian Slider Not Working #615310

    Vinnie – Thanks for such a fast response. I called my host – godaddy – and they confirmed that they are updating wordpress and they suggested the same thing you did – that the theme needs to be updated. I will try that and see what happens.

    Regards,
    Scott

    in reply to: Mega Menu Runs Off Page #472550

    Hi Elliot,

    Thanks. I am concerned that updating might cause new problems. Is it safe to update?
    I mean is the new version out of beta mode and fully tested to be compatible with wordpress?

    Also – do you know if the older version could be the cause of the mega menu display issue?
    Did the new version address anything to do with the mega menu?

    Regards,
    Scott

    in reply to: Mega Menu Runs Off Page #472049

    I am still noticing the mega menu display problem. Sometimes in google chrome on a windows 7 or 8 pc, the website display of the menu will be cut off – part of the menu is to the right of the page and not viewable. If I reload the page once or twice it seems to fix this.
    Is there any CSS code I can add to avoid this problem? Thanks.

    in reply to: Mega Menu Runs Off Page #471848

    I tried different CSS codes that I saw offered on your site to resolve this issue but none helped. Maybe they need to be customized for the particular mega menu. I’m not sure.

    The problem seems to be limited to certain displays. It only occured so far on a laptop with a 14″ screen. Not on a wide screen display. On the laptop the problem went away when I zoomed in to a 110% display but that workaround is not really good since I can’t expect viewers to do that.

    Then I figured that I had added two plug ins yesterday. One was to add meta tags and the other was to allow me to choose which pages widgets display on. I just removed both of them and the problem seems to have gone away now. The mega menu is behaving normally on the 14″ laptop display. I am wondering if a plugin for widgets or meta tags could interfere with a mega menu. Thanks!

    in reply to: Enfold – Logo Position #470374

    Ok thanks Elliot!

    in reply to: Mega Menu – Top Level Images Instead of Text #469993

    Thanks Basilis. I wasn’t looking to complicate things. Just wondered if there was any built-in function that would allow a top level menu image.

    Scott

    in reply to: Enfold – Logo Position #469989

    Thanks Ismael – the problem was occurring in Chrome on a relatively new pc running windows 8.1 but was isolated to two computers only. I will just use a workaround by shortening the menu items. The site is now up live at http://www.laninlaw.com.

    Scott

    • This reply was modified 9 years, 4 months ago by scottlanin.
    in reply to: Enfold – Logo Position #469281

    I have a workaround for this where I just made the menu titles shorter, which created more space on the left for the logo. Not my first choice but it works. I’d still like to know why the logo might overlap the menu on some displays but not others. Thanks.

    in reply to: Change Color On Only One Title In Menu #381475

    thanks Ismael

    I also found that putting this in the mega menu column title works –

    <SPAN STYLE=”color: #_________; font-size: __ pt”>PUT TITLE HERE</SPAN>

    Regards,
    Scott

    in reply to: Change Color On Only One Title In Menu #381189

    I just found the answer – https://wordpress.org/support/topic/how-to-change-a-the-color-of-a-single-menu-title

    using View Source to locate the title ID number
    but it also changes the color of subtitles
    so next question – is there a way to change only the first level title color without changing anything else?

    Thanks

    in reply to: Remove Horizontal Line #380907

    Thanks Yigit! That solved my problem and removed the horizontal line. That was the fastest and easiest solution I have ever encountered. I appreciate your help.

    Scott

    I just found this which suggests that a link to an external site is not possible with the magazine element – but I am curious if anyone has figured a workaround –

    https://kriesi.at/support/topic/have-posts-linked-directly-to-url-in-magazine-layout/

    • This reply was modified 9 years, 12 months ago by scottlanin.
    in reply to: Main Menu Divider – or Border #339283

    Thanks Josue :) This worked very well! I am wondering if there are two possible ways to tweak the code for cosmetic changes –

    1. to make the border line extend a little above and below each menu title – so that each border line is longer vertically than the word next to it, and

    2. if there is anyway to make the menu items appear closer together – I am using this code to change their appearance and like the font size and font but the menu is spread out a bit too much horizontally –

    /* Change Main Menu Font */

    .main_menu ul:first-child > li > a { font-size: 14px; }
    .header_color .main_menu ul:first-child > li > a { color: #000000; font-weight: 400; font-family: ‘PT Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }
    .header_color .main_menu ul:first-child > li > a:hover { color: grey; }
    .header_color .main_menu ul:first-child > li.current_page_item > a { color: #2b3493; }

    • This reply was modified 10 years, 1 month ago by scottlanin.
    in reply to: Main Menu Divider – or Border #338070

    Thanks Yigit. That did it! I am wondering if there is some additional code I can add so that the border will not be so long – to make the height of the left border only a little bigger than the height of the font used in the main menu – so that the vertical dividing line will not run from the top to the bottom of each cell, but instead will be shorter and centered vertically relative to the words in the menu.

    in reply to: Menu Descriptions #334402

    Thanks Arvish. That was the post I had located also. I am considering trying this but I am wondering – if I modify the function.php and header.php files – if I update the theme in the future will the update overwrite those php files? In other words, will I need to redo this manually with every update of the theme?

    Regards,
    Scott

    in reply to: Menu Descriptions #334390

    I read online that to show the description in the main menu requires the Walker function coding – I thought turning on Descriptions in the menus screen options would be enough in Enfold but maybe that is not the case?

    in reply to: Menu Descriptions #334311

    Hi Arivsh, I am working locally to build the site in Enfold – I have the Corona site live. It occurs to me that the problem may be that I set the padding to 0 so that the top menu would be flush (close) to the accordian below it. But I cannot remember how I did that or where the padding configuration settings are to try to change that. Please let me know where I would find the padding control to add some more space under the main menu. Thanks.

    in reply to: Corona Style Accordian Slider In Enfold #332904

    Thanks so much Josue for taking the time. I appreciate your effort. One of the things that always concerns me about editing the code in certain pages is that it may be lost or overwritten when the theme or wordpress is updated and I won’t remember what I did previously to change the page manually. I prefer not to do any hacking.

    I actually tried Arvish’s suggestion to turn off active autorotation and that may serve my purposes. It will keep the images all the same width when the page loads – that allows a user to see the text overlay for each image at once – I like that because each image corresponds to a practice area for my law firm and I want visitors to see all of them. However, using the accordian also will allow a visitor to select one image (one of our law practice areas), have the image expand with a hover, or have the image link to more info on a separate page, if they choose. This is probably the easiest solution because it will allow me to configure this from within the dashboard without code changes that may be overwritten later. I don’t have the same concern about adding CSS code to the theme options general styling because that shows the changes in one location that is easy to just copy and reuse if I were to do an update.

    For now, I am trying to develop the site using Enfold and am building it in Microsoft Webmatrix on my local drive so I don’t have anything to show you yet.

    Regards,
    Scott

    • This reply was modified 10 years, 1 month ago by scottlanin.
    in reply to: Corona Style Accordian Slider In Enfold #331619

    Hi Arvish, Thanks for the response. Maybe I wasn’t clear. I want the accordian slider to rotate when the page is loaded – but to only rotate one time and then stop. Do you know the settings or CSS for that?

    Scott

Viewing 28 posts - 1 through 28 (of 28 total)