Forum Replies Created

Viewing 20 posts - 161 through 180 (of 269 total)
  • Author
    Posts
  • in reply to: Theme wouldn't work on my server #177802
    Glen Pavelich
    Participant

    Where do I send the credentials?
    Do you want it in the error state or in the lowered php state?

    in reply to: Theme wouldn't work on my server #177679
    Glen Pavelich
    Participant

    Did you find anything yet?

    in reply to: Remove Home #177678
    Glen Pavelich
    Participant

    Thanks but that also takes out the titles to the posts which can be viewed a little further down on the page.

    See. The first post is “Tax Payers Meeting”. https://radisson.ca/

    in reply to: Header Media #177517
    Glen Pavelich
    Participant

    That worked. Thank you.

    G

    in reply to: Header Media #177511
    Glen Pavelich
    Participant

    Yes, but it also took off the headers for the media text in the black box above.

    The header media title and subtitle.

    in reply to: Theme wouldn't work on my server #177509
    Glen Pavelich
    Participant

    Thanks.. And there are plugins that I need to use that will not work with this older version of php so it’s important I be able to upgrade it.

    The site (in test version on this same server) is:
    http://test.hoffmannholderinsurance.ca/

    in reply to: Header Media #177508
    Glen Pavelich
    Participant

    OK. Thanks
    This is just a new install test site.

    http://test.hoffmannholderinsurance.ca/

    in reply to: Theme wouldn't work on my server #177441
    Glen Pavelich
    Participant

    The site is now working. It was a php error. The server set the PHP to v5.6.40 and it worked. Looks like this template doesn’t like PHP 7.3.3. I thought this was a relatively new template. Should it not be using the latest php?

    in reply to: Optional css for menu items #165927
    Glen Pavelich
    Participant

    Thank you very much.
    Works now as desired.

    in reply to: Optional css for menu items #165851
    Glen Pavelich
    Participant

    The site is live and working. Please try again.
    I wonder if the issue is because the background for the menu items is not transparent.

    in reply to: Optional css for menu items #165702
    Glen Pavelich
    Participant

    Yes, it’s there now. Thanks.
    But the css class isn’t being applied.
    I have called it
    menu-accent
    and in the additional css I have
    .menu-accent
    { background-color: #879845 !important;
    }
    With ‘inspect element’ I can see it applied both in the markup and in the css. But no matter what properties I apply to the css nothing changes.
    (The menu item in question is the FAQ tab on the primary menu bar. We want this with a background color.

    See backyardpollinator.ca

    in reply to: Top level menu items look clickable #165647
    Glen Pavelich
    Participant

    Just got around to trying this. Sorry.
    This code didn’t make any difference. It is applied to the tangledgarden.ca site and there is still a pointer on the top level menu items with children.

    in reply to: Top level menu items look clickable #162049
    Glen Pavelich
    Participant

    Yes, that is what I wanted but the code does not do it. The pointer still appears. There is no hand, but there is still the pointer.

    My apologies on the other issue about the child-menu-items having crossed out circles over them when this code was applied…. This

      does

    happen, but ONLY when I am in the Customization / Additional CSS view….so I didn’t publish it before thinking it was going to create a problem. However,
    I see that this does not happen when actually published and viewed live on the browser.

    So…I have published the code provided in ‘additional CSS’ BUT you can see that it is not having any effect.

    in reply to: Top level menu items look clickable #161517
    Glen Pavelich
    Participant

    No the crossed out circles don’t appear because I couldn’t leave it that way. This is a live site.
    I didn’t leave the code you gave me applied after my test revealed that it caused the children to be unclickable, and with crossed out symbols over them.

    I see I made a major error in my last messages. Correct here:

    “I want the children to work, and have pointers, but not the top item for those that DO have children.
    Is this possible?”

    The ‘shop tab’ and ‘tea room tab’ don’t have children, so as top level, they should work as normal.

    But all the others have children and so I don’t want the top level item of those ones to have a pointer.

    tangledgardenherbs.com

    Thanks. I have seen this on other sites. For instance on this one. http://masteringalchemy.com/

    in reply to: Top level menu items look clickable #161351
    Glen Pavelich
    Participant

    No, just the opposite. I want the children to work but not the top item for those that DON’T have children.
    Is this possible.
    When I applied that code the children had a crossed out circle over them.

    in reply to: Top level menu items look clickable #161269
    Glen Pavelich
    Participant

    That didn’t do the trick. I would like the top level items, which have a drop down menu, to not have the pointer. Is this possible?

    See

    https://tangledgardenherbs.com/shop/

    I have this code in place at the moment

    .unclickable > a:hover {
    cursor: default;
    pointer-events: none;
    }
    #menu-primary .unclickable > a {
    pointer-events:none;
    }

    in reply to: Feature Slider Previous and Next buttons #160355
    Glen Pavelich
    Participant

    Thank you. A couple of typos in the code, but when corrected it works. Thanks.
    🙂

    in reply to: Scroll over text on Feature Content #158847
    Glen Pavelich
    Participant

    OK – Thanks

    in reply to: Scroll over text on Feature Content #158590
    Glen Pavelich
    Participant

    It did work actually….there was just a time delay. So all I need now is the CSS id or class for that same feature so I can change the font size, and perhaps color.

    in reply to: Scroll over text on Feature Content #158584
    Glen Pavelich
    Participant

    Hmmmm. Added the code in the functions file at the end…. before the final ?>
    but it’s not changing the roll over. It still says ‘permalink to. I have copied and pasted directly from your code above including the closing tag.

    I have no other code in the functions file except for what is required for the standard child theme.

    The site is https://tangledgarden.ca
    The feature content is just below the main nav.

    Thanks

Viewing 20 posts - 161 through 180 (of 269 total)