Neildavison
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] Line before and after reviews, ::before and ::afterAmazing you’re a star. Thank you.
Forum: Themes and Templates
In reply to: [Inspiro] Background video not loading on mobileThank you so much for letting me know. Really appreciate it.
Forum: Themes and Templates
In reply to: [Inspiro] Line before and after reviews, ::before and ::afterThank you so much @vicolaspetru , that is great! any idea how I would remove them on the reviews page as well? https://www.madeitvr.uk/reviews/
Thank you so much
Forum: Plugins
In reply to: [Download Manager] Using wpdm button templatesDo the buttons work in the free version, if so, how do I do it?
Forum: Plugins
In reply to: [Download Manager] how can i use the wpdm buttons??I am having the same problem, I downloaded the ccs and php file but unsure where I should put them and how to access the template page to change this, I’ve look everywhere?
Forum: Themes and Templates
In reply to: [Travelify] Social links placement in header..Can anyone help please?
Thank youForum: Themes and Templates
In reply to: [Travelify] Social links placement in header..The space at the top of the page on mobile viewing has increased due to me lowering the icons / increasing the top margin, can I solve this?
Forum: Themes and Templates
In reply to: [Travelify] Social links placement in header..That is perfect thank you, it moves the icons down, how would I then get rid of the gap above the header logo image?
Thank you
Forum: Themes and Templates
In reply to: [Travelify] having one menu link on the right of the menu bar…That is perfect thank you very much Ernest!
Is it possible to have the text on the right or centered rather then the left? Just wanted to know to play with the look of it.Thanks again, greatly appreciated 🙂
Forum: Themes and Templates
In reply to: [Travelify] having one menu link on the right of the menu bar…To be honest I don’t mind either, which ever would be best for it to appear on all formats, PC, ipad etc.
I have tried playing with the CSS in the menu option within wordpress but no joy, and no joy trying the css of#menu-item-143{ float: right; }As long a this new menu item will stay on the right when the window is 100% and I can still add other menu items to the left I would be greatful 🙂
Thank you
Forum: Themes and Templates
In reply to: [Travelify] How to change the size of header image?Ah I didn’t realise that, doh!
Forum: Themes and Templates
In reply to: [Travelify] How to change the size of header image?well when I uploaded a picture say 400x150px it stretched it to 1000+px and made it distorted so needed to make it in preportion.
Thank youForum: Themes and Templates
In reply to: [Travelify] iPhone menu styleOk thank you for clarifing that Silkalns.
Forum: Themes and Templates
In reply to: [Travelify] How to change the size of header image?I tried that, and the theme made the picture stretch to the recomended size covering the whole top width.
However I put this in customer css to match the size of my picture...header-image { width: 625px; height: 63px; margin-top: -40px; }Figured it out, added this to custome css..
.featured-text { position: absolute; bottom: 0px; right: 0px; text-align: right; color: #fff; -webkit-box-shadow: none; box-shadow: none; padding: 3px; background: #555; background: rgba(0, 0, 0, 0.3); <code><----that was the opacity</code> margin-top: 4px; float: right; clear: right; width: 98%; text-shadow: 0 2px 2px rgba(0,0,0,0.4); border-radius: 0px; border: none; }