Forum Replies Created
-
AuthorPosts
-
November 14, 2016 at 5:33 pm in reply to: How to remove "Home" from the browser tab if the home page Title is "Home" #712090
hey Yigit – thanks – thats a neat solution. I never thought of that way :)
Cheers
Pete
November 14, 2016 at 4:57 pm in reply to: How to remove "Home" from the browser tab if the home page Title is "Home" #712070hi
login info and URL is below.
thanks
PeteNovember 14, 2016 at 3:42 pm in reply to: How to remove "Home" from the browser tab if the home page Title is "Home" #712015hi Yigit
I already had it set in my theme options as in the screenshot
http://screencast.com/t/bFss35STjThe settings>reading has a radio button left on “show latest posts” – I didn’t change it when I set up the site – so I guess its always overriden by Enfold anyway?
Even with my Enfold settings as Hompage = Home it still shows the “HOME” in the browser tab which is what I want to avoid.
Compare with my other website which doesn’t show “Home” In Browser tab even though the page title is also “home”
http://www.pete-edmunds.com (Not an enfold site)Any thoughts?
thanks
Pete- This reply was modified 8 years ago by premedia.
Hi Rikard,
The font weights are definitely there for open sans. It just needed different CSS to make it work and I found a fix as below.
/* Active Tab Color */
#top .main_color .tabcontainer .tab.active_tab {
color: #ffcc00;
font-weight: 700;
font-size:14px;
}I also found a way to colour the Active tab background – without it changing the tab content surrounding frame – if people wish to do this. The Active tab colour ALSO carries over to be used in the mobile / responsive view and looks nice. Hope its helpful for others.
.tabcontainer .active_tab {
background-color: #1e2023 !important;
}Screenshot for my CSS
http://screencast.com/t/Le6aChYHxqdNovember 4, 2016 at 5:58 pm in reply to: Post Slider – three dots appearing below one of the post only #708372Hi – Thanks for the super fast fix!
must have been the excerpt being picked up somehow. looks much cleaner with just the title.cheers
Pete
November 4, 2016 at 5:43 pm in reply to: Post Slider – three dots appearing below one of the post only #708361Hi Yigit,
My details are below in private section.
thanks
PeteHI Rikard
thanks so much for that – the font size works great.
However the active tab is not picking up the weight or colour when your CSS is used.
See screenshot
http://screencast.com/t/0T3zsbmr8c
Any ideas how I can change that to get the extra weight and change colour for my side tab?Also wondered how I can control the colour of the active tab and the font colour in Mobile view.(responsive) ?
I like that it changes to my theme colour of yellow for the tab colour – but the font colour is changing to white which makes it hard to read.
I think this colour scheme might be the same as default buttons in my theme – can you confirm this and let me know how to change it.
I’d like to have a way to change the active tab colour to my theme dark grey #1e2023 and the font to yellow #ffcc00
Screenshot:-
http://screencast.com/t/5dCUeQMJmJThanks for all your help on this.
Best
PeteHi
I am using tabs on the left.
I tried the CSS fixes above and it worked for font weight change. But I wonder how can increase actual font size to say 12 or 13px?
See screenshot of my page:-
http://screencast.com/t/R9hjfqoazGoXThe CSS colour change worked for the tab on side – BUT
The CSS for changing the ACTIV tab didn’t work for me. Is there a similar set of CSS to change colours on activ tab for side tabs?Thanks for your help.
Petethanks yigit
works perfectly
peteHi Rikard
thanks for that CSS fix – works perfectly.
I wondered how I can increase the font size for the company name and job title from 12px to 13px as shown in this screenshot
http://screencast.com/t/2VxGS3F6oThe font size on the grid testimonial is 13px and its more readable.
On the large slider the 12px font size is a little small and hard to read with my light font colours.hope you can help.
thanksPete
hi – I have posted the links and login info below in private content.
the small testimonial works fine since I did the CSS fix as described above. its the large slider testimonial that I need the CSS fix for to make the persons name centred. thanks
PeteOctober 28, 2016 at 12:33 pm in reply to: Saving Blog post with ALB versus Default Editor gives different results #705259Hi Rikard. Thanks for the clarification on this. Cheers, Pete.
October 19, 2016 at 4:09 pm in reply to: Saving Blog post with ALB versus Default Editor gives different results #701402HI nikko – I feel a bit more confused now.
here;s another test I just did.I used ALB for blog post edit.
Sidebar is set as Enfold child default
so the sidebar works fine. I dont need
to put content in 2/3 and 1/3-widget-sidebar
areas as you said.
the only problem I find when using ALB
is that Iose featured image at top and
share buttons, tags etc at bottom – why is this?See this screenshot to illustrate the the problem.
http://screencast.com/t/opNXveBMFor the top yellow bar I put it inside a 1/1 section and it works ok.
the bottom yellow bar is not inside a 1/1 section and it spreads across the screen incorrectly.Feel free to login and check with the credentials i gave you .
the new blog post I am using to test this is listed below in private area.
I look forward to your thoughts.
thanks
Pete
September 21, 2016 at 8:02 pm in reply to: Align Contact Form with Left Hand edge of container when grid row is used #689976Hi Yigit
See link below in private content. The padding idea won’t work since when the browser is resized the padding is constant so it pushes the whole contact form area to the right.I wonder – is it possible to set a sidebar background colour? If so it may be a workaround to my problem – if I can somehow use a sidebar on right with yellow background and then the contact form can be aligned on a standard page on the left.
EDIT———
I tried the solution from this link
https://kriesi.at/support/topic/color-change-in-sidebar/#post-245767
but the result was not quite right.
here;s what I saw – I need the colour to go all the way up to the sidebar divider as shown by the arrow.
http://screencast.com/t/sDxp848qSbest
Pete- This reply was modified 8 years, 2 months ago by premedia.
September 20, 2016 at 1:50 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #689188hi andy
login info for my WP site and the page link – and the CSS – was on my second post right at the top of this thread.
hope it helps you to reproduce the problem.
the big issue is on chrome as I mentioned.
Firefox seems ok and safari is ok.
thanks
PeteSeptember 20, 2016 at 12:14 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #689098hi
this is all I am using.
Please add this quick CSS to your installation and see what happens. This should remove the volume slider and the volume/mute button..mejs-controls .mejs-volume-button {display: none !important;}
.mejs-controls .mejs-horizontal-volume-slider {display: none !important;}regards
Pete
September 19, 2016 at 4:44 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #688604Hi
Its the CSS for the removal of the volume slider that causes the problem.But it looks like the issue is related to the width available to hold the player.
here when browser made narrower and layers stack in 2 high it looks ok. also looks ok in mobile view.
http://screencast.com/t/wAObVei9here when narrower area for the player – the black line appears. so in chrome it seems to be related to the narrow size of the icon box when I have 4 players in one line within the website container. if you drag the browser windows you see the black line appear and disappear repeatedly.
http://screencast.com/t/TRGXy82YtRregards
PeteSeptember 19, 2016 at 4:22 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #688588it looks fine on your site – but you aren’t using the quick CSS change that I am to hide mute button and total time code.
it must be my CSS change as described on my earlier post above – which is causing a problem in chrome only.
regards
PeteSeptember 19, 2016 at 2:47 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #688504hi again
now the problems have shown again in chrome!
http://screencast.com/t/BDzmvZaAU0
must be an issues with quick CSS fix not compatible with chrome browser. It displays perfectly in safari.
I tried deactivating plugins but it made no difference.
thanks
PeteSeptember 19, 2016 at 2:36 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #688492Hello again Andy,
I just upgrade wordpress from 4.5.4. to 4.6 and the black line problem in chrome has gone!
I haven’t seen the other problem with timecode collapsing back so far. Will keep you posted if it appears.
thanks for all your help.
PeteSeptember 19, 2016 at 2:20 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #688477hi Andy
sure – the link you provide works for me too – please remember my original issue right at the top of this thread was related to customisation of the audio payer with CSS not the default audio player you link to.Please add this quick CSS to your business flat installation and see what happens. this should remove the volume slider and the mute button.
.mejs-controls .mejs-volume-button {display: none !important;}
.mejs-controls .mejs-horizontal-volume-slider {display: none !important;}Your own screenshot from September 16th on IMGR shows one of the problems – i.e. the total time counter collapsing back into the current time area. here it is marked up. http://screencast.com/t/FwB5FJtJof
The black line showing on Chrome browser only is the second problem – when audio player sits inside the icon block.
http://screencast.com/t/ZBU8gwRathanks
PeteSeptember 16, 2016 at 2:11 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #687514HI Andy
I still the problem.
here;s another screenshot.
http://screencast.com/t/5pm5xvOw
A show on the top player here – I still have the problem with the black line. when I press the play button – then there is also the secondary problem that you also show on your screenshot in the second player from left – i.e. the total timecode collapses back so its next to the current time code – so you cannot see the progress bar. You can see this problem on my screenshot on the bottom player.In safari it seems to work fine. so it seems to be just issues with the chrome browser.
regards
PeteSeptember 11, 2016 at 4:29 pm in reply to: Audio Player controls – for Volume Slider / current time / total time etc #684767hi Rikard – thanks for your reply. the site is under development / in maintenance mode so I have posted a private link and WP login for you below.
the page I’m working on with the audio players is:-
http://british-voiceover.co.uk/homepage/home-v6-classic-4-column-_dup/you could also replicate what I am trying to do, using one of your audio posts such as:-
I found a helpful post online which gave some great insight and tips into controlling and styling the audio player.
Here’s the link in case any other Enfold Users are curious how to do it.For my website audio players I wanted to hide the volume slider and the mute button.here’s what I added in quick CSS box.
.mejs-controls .mejs-volume-button {display: none !important;}
.mejs-controls .mejs-horizontal-volume-slider {display: none !important;}
it worked perfectly in safari as shown here:-
http://screencast.com/t/V7R4rzc1xlbut chrome has a strange effect – this effect is only there before you hit the play button.
once the play button is pressed the player looks perfect.
here’s a screen grab of the odd effect in chrome before play is pressed.
Any idea what might cause this? or how to fix it in?
http://screencast.com/t/ZBU8gwRawould love to hear any thoughts you have.
thanks
pete
September 8, 2016 at 6:26 pm in reply to: Full Page Shortcodes for Enfold Flat Business Theme #683835thanks for those Yigit.
re: the code I need to add to child functions.php to enable the debug mode – can I add this code anywhere in the PHP file? or does it have to be in a specific place? thanks
PSeptember 5, 2016 at 8:51 pm in reply to: Full Page Shortcodes for Enfold Flat Business Theme #682354Hi Basilis,
Thanks for the quick reply. These are the pages:-FLAT BUSINESS DEMO
http://kriesi.at/themes/enfold-business-flat/ the home page
http://kriesi.at/themes/enfold-business-flat/service/ service page
http://kriesi.at/themes/enfold-business-flat/about/ about page
http://kriesi.at/themes/enfold-business-flat/contact/ my work page
http://kriesi.at/themes/enfold-business-flat/contact-2/ contact page
http://kriesi.at/themes/enfold-business-flat/blog/ blog page.-PORTFOLIO ITEMS
-BLOG ITEMS
best
P -
AuthorPosts