Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter gudthing

    (@gudthing)

    Thanks for the response and info!

    I’m glad I was on the right track, and yeah, I guess widget is probably the better long-term solution.

    I’ll mark this as sorted, and if I have trouble implementing the widget (I’m sure I’ll be fine) I’ll post a new query on the forums.

    Thanks again, have an awesome day!

    Thread Starter gudthing

    (@gudthing)

    I was about to despair realising that most of my CSS updates weren’t affecting the page.

    Turns out it was a caching issue…from the server side. My host automatically offers wordpress caching which is activated by default on their c-panel!

    It’s all working now as it should, thanks again!!

    Thread Starter gudthing

    (@gudthing)

    Hello again,

    thanks for the speedy reply!

    I tried the code but unfortunately it doesn’t seem to be affecting it.

    I’ve removed the logo (to try and rule that out) but it still doesn’t seem to be impacted…

    It’s a weird one, I tried to also customize another part of the page but I couldn’t seem to affect the page (through the CSS, specifically, I tried applying this snippet .

    (I’m out for the next ~1hour, so I won’t be on till then, thanks again for looking at this issue, really appreciate it!)

    Thread Starter gudthing

    (@gudthing)

    Hey Bojan, Thanks for reply.

    I’m great thanks, and how are you?

    Sure the website is http://lanext.it

    Thanks 🙂

    Thread Starter gudthing

    (@gudthing)

    thanks for your help!

    I actually managed to achieve the behaviour that I was after using custom templates (built from the index file from the parent theme).

    thanks again 🙂

    Thread Starter gudthing

    (@gudthing)

    @rdellconsulting

    Thank you so much for the reply and correcting my mistake! (I actually knew it was supposed to be <div> from this article so I have no idea why I wrote span!

    Do you know if what I’m trying to do is possible? So this is the current layout:

    |==================|
    |  |---|text|---|  |
    |  |---|text|---|  |
    |                  |

    and what I’m trying to do is this:

    |==================|
    ||-----|text|-----||
    ||-----|text|-----||
    |                  |

    Where the ----- acts like background colour for a row, and the text remains centralized.

    I can make the first design using scaffolding in bootstrap (which is how the theme is set up, but I can’t see how I can achieve the second design, unless the content div gets closed?

    Except for this minor issue, this theme is amazing :D!

    Yes the videos are rather large indeed!

    I suggest you try and force the size change through css. Try this (in wordpress go to apperance>editor>vantage: Stylesheet(style.css)

    Add this:

    .fluid-width-video-wrapper iframe {
         left: 130px !important;
         width: 75% !important;
         height: 75% !important;
    }

    Let me know if this works, and adjust the width, height for size and left to keep it central.

    Thread Starter gudthing

    (@gudthing)

    [Resolved]

    Thread Starter gudthing

    (@gudthing)

    Ok found a solution. If anyone else is experiencing this problem do this:

    Restore the image search-icon.png in /wp-content/themes/vantage/images/sprites/). If you need to download images, grab it from here.

    Next in the css file (In wordpress go to apperance>editor>vantage: Stylesheet(style.css).

    Locate this line:

    #search-icon #search-icon-icon,#search-icon #search-icon-icon .icon-search{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    }

    And change to this:

    #search-icon #search-icon-icon,#search-icon #search-icon-icon .icon-search{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    /*custom added to fix missing icon*/
    background: url('images/sprites/search-icon.png') no-repeat;
    background-size:20px 20px;
    background-position-y: 19px;
    background-position-x: 19px;
    }

    For proof that this works, checkout http://www2.dataconnectivity.co.uk.

    I’m still uncertain to why icons were deleted etc, but it’s a working solution.

    Also, restore the image “sprites-1-2.png” found in /wp-content/themes/vantage/images/, which has images including the scroll-back-to-top icon.

    (I also posted this solution here)

    Found a solution. Restore the image search-icon.png in /wp-content/themes/vantage/images/sprites/). If you need to download images, grab it from here.

    Next in the css file (In wordpress go to apperance>editor>vantage: Stylesheet(style.css).

    Locate this line:

    #search-icon #search-icon-icon,#search-icon #search-icon-icon .icon-search{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    }

    And change to this:

    #search-icon #search-icon-icon,#search-icon #search-icon-icon .icon-search{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    /*custom added to fix missing icon*/
    background: url('images/sprites/search-icon.png') no-repeat;
    background-size:20px 20px;
    background-position-y: 19px;
    background-position-x: 19px;
    }

    For proof that this works, checkout http://www2.dataconnectivity.co.uk.

    I’m still uncertain to why icons were deleted etc, but it’s a working solution.

    Also, restore the image “sprites-1-2.png” found in /wp-content/themes/vantage/images/, which has images including the scroll-back-to-top icon.

    I am also experiencing the same problem – specifically the search icon has disappeared…

    I had a look in the folder (vantage/images/sprites/) and noticed that icons were missing (search-icon.png, search-icon-white.png)… I have restored the icons in the directory but it has not resolved the issue… Might have to css configure it back it… http://www2.dataconnectivity.co.uk

    Hi Pasquino,

    I am also experiencing this problem, I have tried a lot of different combinations but it still refusing to work. Does anyone have a solution to this?

    Thanks,
    Ben

Viewing 12 replies - 1 through 12 (of 12 total)