Forum Replies Created
-
AuthorPosts
-
Hi Jordan,
My bad – there is a 1px border built in to the css for buttons in the theme it seems but by over-riding button colours manually I seem to have been able to to get rid of it anyway :-)This is what i see in the inspector for buttons:
body div .avia-button {
border-radius: 3px;
padding: 10px;
font-size: 12px;
text-decoration: none;
display: inline-block;
border-bottom-style: solid;
border-bottom-width: 1px;
margin: 3px 0;
line-height: 1.2em;
position: relative;
font-weight: normal;
text-align: center;
max-width: 100%;
}Hugues
Ah yes, my bad for some reason i thought the sidebar menu was still showing but you’re right it was already being hidden on mobiles.
ThanksThank you Jordan, that works great.
It would have taken me ages to figure that one out, I appreciate the help. Splendid support as ever.
:-)
Thank you Vinay,
That worked perfectly :-)Can I trouble you for one more thing: how would I remove the light white border around the social icons on mobile please ?
Thanks in advance
HuguesMay 27, 2016 at 11:49 am in reply to: Full width easy slider cutting off content & narrow image #639227Andy, You are a total super-star !
Adding max-width worked a treat, thank you
I think the ability to control this type of behaviour would be great to have in the slider options if it can be added at some point ?
Great theme, great support – just bought another 3 licences for clients :-)
May 20, 2016 at 11:52 am in reply to: Full width easy slider cutting off content & narrow image #635836Hay Andy,
Thanks for the quick reply, always nice to learn new tricks with Enfold, I must say this is now my go to theme for pretty all client sites – loosing coiunt of how many licencses I’ve bought :-)The css works nicely for image height and I have adpated the dimensions as suggested but the images are getting deformed on mobiles. I’ve tried uploading a different image size at 1500 x 1124 but I get the same problem.
@media only screen and (max-width: 767px) {
.avia-slideshow li img {
height: 300px;
width: 800px;
}}Is there anyway you can look at this website below and see how they’re achieving it without distorting the image please, I’d really appreicate that – it looks like, from the inspector, that they are serving up the same 1500 x 630 image on all devices but somehow managing to get the full width slider to change heigght whilst not distorting the image.
Thanks in advance
HuguesHi,
I have read this thread and implemented the suggested plugin which works great.
I have a couple of questions please:1. What is the best practice in your opinion to assign the font-family property: you suggest quick CSS in the Enfold theme but there is also a “custom CSS rules fied” in the plugion settings which says this: using the Custom CSS Rules field below (technical note: these CSS rules will be embedded in the header of each page). ?
2. What is the best way to remove the “text-transform: uppercase;” command which applies to h titles in the theme please. I can see it in the inspector but not sure how to target it in quick CSS
Thanks in advance
HuguesFebruary 5, 2016 at 7:42 pm in reply to: Easy slider apply link to whole image when button shortcode is used too #578708Thank you Yigit and sorry for the late reply.
This is because I was handing the site over to the client today. I will need to check with them they approve the temporary admin access (and still want the feature anyway) before proceeding.So if that’s ok I’ll get back to you on this thread at that point.
Chers
HuguesFebruary 1, 2016 at 6:22 am in reply to: Move Header phone number/extra info to display in Main header area #575562@loraehmke
Hi, I’m looking to do the same with extra information (phone number / contact email) in the header and have been reading your post and support reply for inspiration.
Would it be at all possible for you to post a link to your site so I could see the result of your css / widget in header ?
Thanks in advance
HuguesFollowing..
December 15, 2015 at 11:22 am in reply to: Events price display problems after update to events calendar 4.0 #552903Thanks Rikard,
Here are two images and descriptionsThe first images shows a screenshot of “list view” and “map view” with the temporary fix highlighted.
On this image I have photoshopped the price where it used to appear in the bottom right hand-side of one of the thumbnail.
NB: the scale isn’t absolutely exact so you may need to look at the code Kriesi originally implemented in the styling of the previous versionALSO: I think the thumbnail in those two views is now a little bit smaller than it was before (looking at the inspector it seems set as a 300 x 150) – Again, maybe look at what Kriesi had set in the previous version. Sadly i have no screenshots of “before” as I didn’t take any before upgrading
The second image shows “photo view” in events calendar plus: I have photoshopped where the price needs to appear.
NB: if Kriesi believes that taking an overall view of the necessary change to templates with a theme update a bit later rather than a quick temporary fix, I am happy to wait for that. Whatever if most efficient for you guys.
Keep me posted
Thanks in advance- This reply was modified 8 years, 11 months ago by hugaud.
December 14, 2015 at 3:59 pm in reply to: Events price display problems after update to events calendar 4.0 #552405Hi Basilis,
Thanks for the reply.
I’ve prepared a couple of screenshots and photoshoped where the price needs to appear.
Could you just tell me how how can add the two jpgs i’ve prepared to my reply please as it seems it will only accept a url for the image ?
Thanks in advance
HuguesDecember 11, 2015 at 1:13 pm in reply to: Events price display problems after update to events calendar 4.0 #551006UPDATE
I received a reply from Modern Tribe on this issue they believe it is a styling issue and have given me something to add to CSS to rectify it. The price now appears in the top right hand side of the event item in list view.
This is not exactly where it was before but works for now. I think it is just a matter of Kriesi looking at how the styling of events calendar pages needs to be slightly adjusted following the update to 4.0 where a lot of elements were renamed / deprecated. Please advise if their is a “quick and dirty fix” or if it better to wait for Kriesi to take a look and issue an update ?
Here is the verbatim feedback from Modern Tribe for info:
The list view issue (and I guess this applies to all other views), seems to be an styling issue. Add this code to make to price box how in the upper corner of the event:
.tribe-events-event-cost {
bottom: initial!important;
}Looking forward to hearing from you
November 20, 2015 at 12:30 pm in reply to: main menu link advanced styling broken after theme update #539463Hi,
I mean if you try to input the colour #5ca51b in various fields of the general styling options or advanced styling options, it refuses this colour and instead only accepts #5ba51b – it actually rewrites the first “c” to be a “b”.
BUT in the avia builder elements it will accept both #5ca51b and #5ba51b and the woocommerce email header colour also accepts both colours.
SO I wonder if there is also some kind of colour handling problem or conflict in the theme options panel.This has occured on more than one installation for me – I don’t want to try it again so I don’t risk breaking something so maybe try in things like headings font colour, primary colour and see what happens for you ?
It is in fact making a manual change somewhere else on the site from #5ca51b (the last place where I had this colour) to #5ba51b in the woocommerce email header custom colour field which broke ALL the advanced styling options (the menu hover highlight was already broken).
Does that help at all ?
Hugues- This reply was modified 9 years ago by hugaud.
November 20, 2015 at 12:05 pm in reply to: main menu link advanced styling broken after theme update #539450Thank you Andy,
Glad to be of assistance. no need to worry too much about giving me custom code for now, I’m sure you have enough to do with all the support requests, I can live without the feature for now.Out of interest when yo say you can reproduce the issue is it both the fact that some colours are not accepted in the styling options (like #5ca51b) and the menu highlight option or just the menu highlight issue ?
Take care
HuguesNovember 19, 2015 at 7:39 pm in reply to: main menu link advanced styling broken after theme update #539190Hello Andy,
Ok I have found the source of the problem: it lies in the position of the logo and the nav bar.Advanced styling option for changing the background colour of the menu choice on hover works fine with logo left / menu right BUT stops working and the whole menu bar takes on the background colour which is supposed to be “on hover” only as soon as I set logo centre / menu below option !!
A theme issue that requires a little bug fix perhaps ?
Hugues- This reply was modified 9 years ago by hugaud.
November 19, 2015 at 7:14 pm in reply to: main menu link advanced styling broken after theme update #539183Hi Andy,
Thanks for your reply.I think there is definitely something wrong somewhere in your theme, I have had two problems and I know other users have had the same problem + there seems to be a link between the two:
automatic updates not working
advanced styling options stopped workingI restored the theme back to 3.3.2 – thank you bakupbuddy my hero ! (when I knew advanced styling options worked before) BUT still advanced styling options didn’t work
THEN I took a deep breath and cleared ALL my styling options and the advanced styling panel started working again !
AND NOW the automatic updates are working again without having to clear transients !
I THEN updated the theme to the latest version and the advanced styling options are still working ! :-)
Now I do realise that this could be one of several reasons difficult to investigate, but given that I have seen other people with auto updates problems AND at least one other with a problem with advanced styling options not working, surely it is worth you guys looking into it in more detail now ?
PS: I would be interested to hear if, on your installation, trying to implement colour code #5ca51b works or whether the text auto change the “b” after the first “5” – this happens for me on another installation and I wonder whether this conflict between a colour not accepted in the theme option but able to work elsewhere manually was at the source of the issue…
I’b be really interested to hear if you discover anything, I really like our theme and have 4 licences now I want more but bugs like this make me nervous :-)
Thanks in advance and keep up the good work, great theme otherwise.
HuguesNovember 17, 2015 at 5:46 pm in reply to: Shop banner images no longer fullwidth after update #537499Just updated to 3.4.3 and the problem persists by the way.
ThanksNovember 17, 2015 at 12:38 pm in reply to: main menu link advanced styling broken after theme update #537254NB: i forgot to mention, as it might be relevant that when i first installed the theme I’d uploaded you “Church demo”
November 17, 2015 at 12:29 pm in reply to: main menu link advanced styling broken after theme update #537249Hi Rikard,
Ok., I’m at a loss now I have tried everything you suggested but nothing works. In fact now the entire “advanced styling” options has ceased to work altogether. I’ve tried changing a number of elements as a test such as the small menu bar, nav on hover, H titles colours but nothing gets implemented at all – whereas before it was only the “on hover” background colour of the navbar.
All plugins disabled, fresh copy of the parent theme uploaded via FTP, cache cleared.I have a suspicion as to where this could be coming from and I think it has something to do with the way the advanced styling option works in the Enfold theme. I think it would be worth escalating this issue within your team to investigate further.
Let me try to explain:
When I started developing this site I wanted to use a specific green colour #5ca51b BUT I soon saw that your advanced styling options don’t accept all hexadecimal colours as every time I input it it would immediately overwrite the “c” with a “b” and only accept #5ba51b.
HOWEVER other areas of the theme seem to accept the original #5ca51b when input manually e.g. in a “heading”.ALSO in the early days of development the way the selected green looked on page on Chrome was a different shade between the homepage and any new pages I created. On one page the colour even changed slightly between the top and bottom of the page. It eventually cleared itself )or I did something that cleared it without realising) but, to me, this is another hint that there is a problem with handling colours somewhere.
This is not an issue in terms of design as the two colours are very close but I wonder if this is at the source of the issue I am experiencing and has somehow corrupted the database ?
Before I deactivated all the plugins I made one change in the “email settings” of woocommerce: the header colour had my original #5ca51b colour, I changed it to match every other area of the site to #5ba51b. This is when all advanced styling options stopped working completely. having deactivated plugins, uploaded a fresh copy of the theme and cleared cache, the “advanced styling options” are now not working at all.
Unless we can find a permanent fix, I’m going to have to go ahead a delete the entire installation and start again. I might even try another theme altogether. This is going to cost me some time but as this site will be holding several hundred events once its up and running I’d rather do it now than have a bigger problem done the line as I need to deliver something stable to my client.
Before I go ahead and start again from scratch, is there any kind of diagnostic you can run to check the integrity of the theme / database etc… ?
If you need me to keep the site running to investigate further I can restore the site in its last state to another subdomain somewhere else and give you access if it helps. Whilst I rebuild at the current url.
Please let me know asap as it is obviously going to delay delivery of the site to my client.
Thanks in advance
HuguesNovember 16, 2015 at 3:05 pm in reply to: main menu link advanced styling broken after theme update #536517Hi Rikard,
I have now updated to 4.3.2 but still this feature won’t work, the symptoms i’m experiencing have not changed.
Are you still on the case to help resolve this ?
Thanks in advance
HuguesThanks for persevering Spottydog63, This has worked for me too.
I’m going to leave the plugin deactivated afterwards and re-activate only if i need it again – I don’t like to have too many plugins running on a WordPress install.
HuguesNovember 13, 2015 at 12:26 pm in reply to: main menu link advanced styling broken after theme update #535335Hi Rikard,
The dynamic caching was switched off – I never enable it whilst I am building to avoid issues. Just to be safe I purged the Dynamic cache as well as the static cache from my hosting control panel and purged it.
I deleted the heading link advanced styling and created it again but still: it accepts the instruction to change font color on mouse-hover but if i ask for a different background colour it ignores the “on mouse hover” instruction and applies the background to non-hover state across the whole navigation bar.As someone else seems to be having the issue could it be a bug in the latest theme upgrade. I’m on 3.4.1 so should I try upgrading to 3.4.2 and see what happens ?
PS: my automatic updates don’t work on any of my enfold sites, even after upgrade to 3.4.1 – I have to use FTP@viom:just curious, is you problem exactly the same as I describe ?
Thanks in advance
November 11, 2015 at 3:15 pm in reply to: main menu link advanced styling broken after theme update #534069Thanks for the quick response.
Yes of course, here it is in private content.
HuguesHi spottydog,
I updated one of my sites manually via FTP, follow the instructions it it very easy and worked fine for me using FileZilla. I too run a child theme and because you effectively just overwrite the parent theme folder nothing changes in the child theme.
The site I updated was fine afterwards so I’ll now update all my other clients Enfold sites this way for now and see if it works for the next update.It just takes a bit longer, depending on your internet connection I guess.
Auto update currently doesn’t work on any of theme in spite of having a valid licence for each – I have 4 client sites on enfold now and going to do 2 more shortly :-)
Cheers
HSame here, I’ve tried to manually force for update check but nothing happens. I’d posted a thread about it – at least i though i did but I don’t see it here. In fact I also had noticed on 2 of my sites with Enfold that the API and my user name had disappeared since I’d first installed the theme. I re-entered them but no update showing.
I wonder if there is a problem short term as I saw a thread on the update blog post about a small bug with the latest version anyway.
I’m waiting for 3.4.1 which they say will fix the bug. But it would be good to know from support if there is a problem.I am running Enfold child theme and have one API key per installation at Envato – I wasn’t sure whether its best to have separate keys per instal or if one key at Envato is enough for every theme.
November 2, 2015 at 1:26 pm in reply to: adding theme options to brands – category thumbnail & archive page banner #528443Splendid !
Thank you for your help :-)October 29, 2015 at 9:29 pm in reply to: adding theme options to brands – category thumbnail & archive page banner #527159Thanks Elliott,
I think I was having a moment – I was looking at the support forum overall page and forgot I needed to click on “Enfold” on the list of topics, my bad. My only defence is that I’m used to single them forums for support (I’ve worked a lot with X by themeco) so didn’t think of the interim step as for me Kriesi = enfold = Kriesi. You’re not kidding about the big blue button, you must have thought I was an idiot :-)It’s no huge deal about the Woocommerce extension, I can live without the change and use it as it comes by default. As I’m trying to activate an Enfold feature on their “brand” pages they’ll probably tell me to talk to you anyway. Is there a means I can send you a screenshot of the WP backend or an image of what I’m trying to activate just so you can see what mean ?
I’ve just landed another couple of clients and I’ll be buying 2 more Enfold licences, I must say some things which can be tricky on other advanced themes I’ve used are really well thought out here – the ajax portfolio feature and controlling columns of equal height to name but two. Having code snippets for frequently requested fixes is a great idea too and a good complement to the forum. I’ve built 3 sites now with Enfold and other than this thread I’ve pretty much been able to answer my own questions – famous last words, I’m sure we’ll chat again.
The only thing I’d look to enhance perhaps is the ability to target every individual elements with CSS classes, ID’s or inline styles as X does it with Cornerstone for example rather than being limited to ID’s for columns but I guess I want to have it all. Your Enfold theme’s out of the box features do take some beating :-)
Last thing, I think I noticed there is an upgrade available for Layerslider WP as a stand alone product, do you know if you guys are planning to roll it out in a theme update soon ?
Have a good evening
Cheers
HuguesOctober 28, 2015 at 1:55 pm in reply to: adding theme options to brands – category thumbnail & archive page banner #526074Hi Elliott,
Thanks for the reply but actually what I meant was whether it is possible to activate the way you describe to edit categories for the archive pages generated by the woocommerce “brands” extension as the option isn’t enables for those “brand categories”.Also, i must be dum but i can’t for the life of me find where to post a new thread on the forum – in spite of somehow having managed to post this one – can you point me in the right direction please ?
Thanks -
AuthorPosts