Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Enfold admin menu disappeared #1239705

    Upgrade did the trick, thank you.

    in reply to: Enfold admin menu disappeared #1239523

    missing

    in reply to: Button in Logo Area #1236156

    Hi guys,
    Almost there, the button will now show above 1200 and disappear below it but it seems to appear on the left below 1200

    Over 1200 width it looks like this
    above1200

    And below it, disappears on the right, appears on left (with no formatting)
    below1200

    Current CSS looks like this:

    /* Activate free lesson button */
     @media only screen and (min-width: 1200px) {
    #top #nav_menu-2 {
        width: 230px;
        float: right;
        top: 60px;
        right: 20px;
        padding: 0;
        border: 5px solid #659ce0;
        border-radius: 5px;
        text-align: center;
        position: relative;
        z-index: 200;
    }
    #top #nav_menu-2 p {
      text-align: right;
      padding-right: 20px;
     border: 5px solid #659ce0;
      border-radius: 5px;
    }
    #top #header .av-main-nav .av-menu-button-bordered  {
        display: none!important;
    }
    }
    
    in reply to: Button in Logo Area #1233680

    Hi,

    Almost there, changed it to a nav_menu and i can see that CSS is applied from the custom css (but not the menu) but that is fine, biggest issues are firstly that the link isnt clickable on the text, only on a small invisible box to the right of the text and the text is wrapping.

    How do it:

    1. Increase area so it doesnt wrap?
    2. Increase link area to include entire text?

    in reply to: Button in Logo Area #1233478

    Managed to get ID from the database, have custom_html right aligned now but it seems to be ignoring any of the CSS and the href that is applied to it. Displaying as plain text with no link or border.

    Widget is Custom HTML as <a href="#">CLAIM YOUR FREE LESSON HERE</a>

    CSS is:

    #top #custom_html-2 {
      width: 10vw;
      float: right;
      top: 60px;
      padding: 0;
     border: 5px blue;
      border-radius: 5px;
    }
    #top #custom_html-2 p {
      text-align: right;
      padding-right: 20px;
     border: 5px blue;
      border-radius: 5px;
    }
    • This reply was modified 4 years, 5 months ago by erron.
    in reply to: Button in Logo Area #1233408

    That works yes, I changed the widget yes, and i just changed it again because i changed it to HTML, how do i identify the widget ID to put in the CSS?

    in reply to: Button in Logo Area #1233318

    I added as instructed and i got basic text widget displaying in the correct spot.

    Once i tried editing the CSS it has move to left align above logo again even when i removed any associated CSS (basic text only currently).

    I tried added the above code to both areas and still stuck above logo left aligned.

    in reply to: Button in Logo Area #1233307

    Site details added to private content.

    in reply to: Button in Logo Area #1233296

    I did yes as its a live site. I have added it again now.

    in reply to: Button in Logo Area #1233287

    Nikko,

    Victoria said to add a custom widget area to the header which i have done using this guide

    the result is the screenshot shown.

    in reply to: Button in Logo Area #1233249

    Hi,
    Thanks, i have made the custom header widget and can display some text. Just need to make it right aligned on the same line as the logo now? See image in private content of where it is (Free Lesson) and the red circle for where i want it to go.

    in reply to: Center background image on mobiles #1160871

    Hi Mike,

    Still not working, no matter if i use numbers or percentages or positions in background-position, the images stay on the either in top left or top right for mobile phones.

    @media only screen and (max-width: 767px) {
    #gridleft {
    background-position: 50% 0;
    }}

    The cells i am trying to alter image position for are set to fixed background attachment, top left background position and scaling to fit. This is reflected in the non-mobile device correctly. I just cant get mobile devices to show these images centered.

    in reply to: Hide layout elements on mobiles #397164

    Yigit, there are a few but as an example, when you scroll down to the first section of text where it has a menu for ‘about’, ‘History’ etc, this menu loads a post, in the post are the elements. Would like to remove the left side one (which is the same in every post anyway) on mobiles only.

    hope that made sense.

    in reply to: Custom scroll down and mobile menu images #392353

    hi guys, with the mobile menu icon, the css worked but the image is too large. i tried reducing the image size but it made no difference as if it has a hard coded size somewhere. how do i just change?

    in reply to: Page alignment to the top #390645
    This reply has been marked as private.
    in reply to: Page alignment to the top #390452

    Awesome thanks, any way to do this for only a single page?

    in reply to: Custom scroll down and mobile menu images #390451

    That did the trick thankyou. One more question, how do i get this down arrow to appear on every page section and not just the first one?

    in reply to: Custom scroll down and mobile menu images #389923

    Sorry for delay, finally tested the down arrow and its coming through looping the image, how can i either reduce the box area or stop it looping?

    • This reply was modified 9 years, 10 months ago by erron.
    in reply to: Remove post title #386915

    That did the trick! thankyou.

    in reply to: Masonry gallery issue as post shortcode #374641
    This reply has been marked as private.
    in reply to: Masonry gallery issue as post shortcode #374429

    Sorry, but where do i put that style code?

    in reply to: Fullscreen slider caption position etc #367914

    You my friend are a legend, thank you so much.

    in reply to: Fullscreen slider caption position etc #367911

    Thanks Josue that worked, next question is how do i get that caption area to be wider and move it close to left side of window?

    in reply to: Fullscreen slider caption position etc #367874

    Its fine, can be found here:

    http://www.centina.com.au/test

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