Forum Replies Created
-
AuthorPosts
-
Hi @hiromixism;
this topic may help you.hi @ping-pong;
I’ve tested twice to have a bigger logo, feel free to check and use the css file :
Left side bar logo : http://kebox.pro/.html_header_sidebar .logo{padding: 0px !important;width: 110% !important;}
Header logo : http://restaurantfaubourg.fr/
.responsive .logo {display: block !important} .logo, .logo a{overflow: visible !important;} .logo img {height: 170%; max-height: 260px !important;}
- This reply was modified 8 years, 6 months ago by begrafiks.
Hi @dannunzio ;
while creating your page pay attention on the right hand side, you will see :
Publish
Page Attributes
Layout
> Sidebar Settings – Select the desired Page layout
> Footer Settings – Display the footer widgets? (display or not your footer and/or socket)
> Title Bar Settings – Display the Title Bar with Page Title and Breadcrumb Navigation?
> Header visibility and transparency – Several options to change the header transparency and visibility on this page.@felipepavao;
enfold.space is really awesome and amazing.
Thank youHi @teotaban ;
to have a different content for each (mobil and desktop) is possible.
in order to achieve that ; you should give an “id” or “class” to your elements.
see Turn on Custom CSS Class field for all ALB Elements
and Hide menu items on mobileJust an example :
Color section (I give an id : my_section_desktop)
> I put the elements that I want to show only on desktop
Color section (I give another id : my_section_mobil)
> I put other elements that I want to show only on mobilIn the css style :
/*HIDE ON DESKTOP*/ #my_section_mobil {display: none !important;} /*Telephone Styles */ @media only screen and (max-width: 767px) { /*HIDE ON MOBIL*/ #my_section_desktop {display: none !important;} /*SHOW ON MOBIL*/ #my_section_mobil {display: block !important;} }
- This reply was modified 8 years, 6 months ago by begrafiks.
May 2, 2016 at 10:05 pm in reply to: Dont display hamburger icon on mobile devices and remove black top bar #626059Hi @morten008;
#1 – the black bar at the top of the page when seen on mobile is because of to this code in your custom css :.logo.bg-logo {margin-top: 70px; }
#2 – You can remove the humbourger and show the main menu for mobile devices by adding these lines into your custom css : (adjust “padding-top” for main menu and “heught + line-height” for menu links (ul >li > a)
@media only screen and (max-width: 767px) { .container #advanced_menu_toggle, #advanced_menu_hide{display: none !important;} .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display: block !important;} .main_menu{padding-top:0px; } .main_menu {float: left !important;} #top #header_main > .container .main_menu ul > li > a{ height: 20px !important; line-height: 20px !important;} }
- This reply was modified 8 years, 6 months ago by begrafiks.
April 24, 2016 at 12:14 am in reply to: AJAX porftolio slideshow controls always visible- Anchor not showing active page #620698Hi @ewingmh ;
try to add this line into your custom css :.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a{opacity: 1 !important; filter:alpha(opacity=0) !important;}
Hi @estherzqy;
What you are talking about looks like un Enfold demo “enfold-one-page-portfolio“.
You can use :
Theme Options > Demo import …. and import it with one click, insert your own content … that’s allHi @Greg_75 ;
I would try with ;
Grid Row (5 rows)
1/5 empty
1/5 1st image + overlay text with padding for the row
1/5 2nd image + overlay text with padding for the row
1/5 3rd image + overlay text with padding for the row
1/5 emptyHi @schenkco;
see under :
Theme options >Sidebar Settings > Page Sidebar navigation (Display a sidebar navigation …)Hi @web6s;
to have a different content for each (mobil and desktop) is possible.
to that you should give an “id” or “class” to your elements.Just an example :
Color section (I give an id : my_section_desktop)
Color section (I give another id : my_section_mobil)In the css style :
/*HIDE ON DESKTOP*/ #my_section_mobil {display: none !important;} /*Telephone Styles */ @media only screen and (max-width: 767px) { /*HIDE ON MOBIL*/ #my_section_desktop {display: none !important;} /*SHOW ON MOBIL*/ #my_section_mobil {display: block !important;} }
- This reply was modified 8 years, 7 months ago by begrafiks.
Hi @melinab;
quick answer :
Theme Options > General Styling > Logo Area :
“Logo Area font color” is for Selected (active) element.
“Logo Area secondary font color” is for Other menu elements.or
Theme Options > Advanced Styling > Main Menu …If you have chosen “Header transparency” while creating your page you should take of :
Theme Options > Header > Transparency optionsHi @web6s;
yes it is possible, you can find more information here : “hide menu items/elements on mobile“hi @mtupuschies;
your sample looks like un Enfold demo “enfold-one-page-portfolio“.
While creating your page :
under “Header visibility and transparency” choose “Header is invisible and appears once the users scrolls down”.Hi @mikemhn;
add this code (adjust it as you like) into your custom css :@media only screen and (max-width: 767px) { .responsive #scroll-top-link {display: block !important;} }
if you need more information : Display scroll to top button mobile
April 15, 2016 at 2:46 pm in reply to: Upgraded to WP 4.5 a few days ago all fine, today after upgrading Enfold issues #614858Hi @jgeldaoesteban, @jolielouise and @Yigit,
sorry to jump in ;
For information ;
On my end (Mac – Chrome, Firefox and Safari) ;
I see the slider on home (blog) page : http://www.theukwaterpartnership.org/
I see the vidéo background on home page : http://shopi-seo.com/Hi @dizaina_studija_teika ;
on my end I can see your social icons (Mac – 24′ – Chrome, Safari and Firefox)I, usually, use this site to check
Hi @dizaina_studija_teika ;
on my end I can see your social icons (PC – Chrome and Firefox)I’ve tried on my end but couldn’t find a solution with css because tere are too many characters.
I think it would be better for you to re-organize your menu ;University
Studies
> Degree Studies
>> Bachelors Studies
>> Master Studies
>> …..
>> …..
>> …..
> Exchange Studies
>> Cours List 2016/2017
> Shirt-Term Studies
>> Foundation courses
>> …..
>> …..
>> …..
Practical Matters
ContactYou can find more information about “Craeting Mega Menu” here :”Mega Menu“
Hi @pmfonseca;
the code below can be the cause of it :
.background-img-responsive.avia-section-huge .content { padding-bottom: 15% !important; padding-top: 15% !important;}
April 12, 2016 at 11:48 pm in reply to: updated to wordpress 4.5 and content elements are not shown?? PLEASE HELP!! :/ #612236Hi @GBDesignStudio;
see this topic about the WordPress update 4.5April 12, 2016 at 11:45 pm in reply to: Google Maps dissapeared from frontend after update to WP 4.5 #612235April 12, 2016 at 11:43 pm in reply to: [RESOLVED] Admin css and child theme folder structure #612234Hi @rwwood ;
have you tried with this code from Enfold Documentation :Hi @derek62 ;
you can find the answer and more in Enfold DocumentationApril 6, 2016 at 3:39 pm in reply to: How to remove the circle with arrow in when I mouse-over an image? #609014Hi @brianwelsh ;
I think the answer, and more, is here : Disable CSS Overlay on imagesHi @idaandersenlang ;
Here a way in which you can achive what you are looking for :
1 > Color Section (give it “your-id”) – see here how.
1-a > Insert a “Content Slider”,
1-b > Insert “your images”.2 > Add following code into Qucik CSS Field :
#your-id .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }
April 6, 2016 at 3:02 pm in reply to: Full page video that scrolls into a text page possible with Enfold? #608992Hi @goldengate415 ;
If you would like to have a text layer, you should look into “Fullscreen Slider” then.April 5, 2016 at 10:53 pm in reply to: Full page video that scrolls into a text page possible with Enfold? #608552Hi @goldengate415 ;
Yes you can have it by using ;
Color Section (Layout Elements),
– In section Layout : chose the height, padding, borders …
– In Section Background : add your video “Background Video”,
– In Section Backgroudn Overlay : chose or not an overlay color. -
AuthorPosts