Forum Replies Created
-
AuthorPosts
-
It workt!
Tnx! Topic can be closed.
As always, it works like a charm :)
Thank you!
Sweet! Thanks!
Well… that was stupid :) TNX!
Next Q:
i would like the header buttons to stay green when clicked / active. And can you check the last button “Kussentassen” . The hover is weird, is is missing a piece.
Tnx!
- This reply was modified 9 years, 1 month ago by c3computers.
i disabled the child theme again so that’s why it workt.
With the child theme enabled and the folowing snippet in functions.php
function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );
The popups wont show. (without the code in functions.php from the child theme it works)
But i think that then the js/avia.js will be overwriten?
Ive added the code above to my child Funtions.php. Now the menu works again in the child theme only other fuctions like the ICON pupups doesnt work anymore.
Hi perfect it workt flawless..
To use the child theme, do i need to copy the js/avia.js to my child theme folder? Or is the functions.php snippit enough?
- This reply was modified 9 years, 2 months ago by c3computers.
Sweet tnx!
i got is this far http://c3computers.c3dev.nl/
whene is scroll, can the menu always stay ‘transparant’?
So that the extra background doest come in and it changes styles
This problem was solved :) topic can be closed
Hi Yigit,
ive added the code and i get this:
It isnd full filled like the blue one. It looks like is lays on top of the blue one.
Hi i found a solution!
Plugin im using:
https://wordpress.org/plugins/events-manager/In the settings i found this option :) so im happy
http://inschrijven.platformdenp.nl/wp-content/uploads/2015/09/fix.jpg
- This reply was modified 9 years, 2 months ago by c3computers.
Hi nothing happens?
this is the link when i try to add a new event:
http://inschrijven.platformdenp.nl/wp-admin/post-new.php?post_type=event
Post type = event, so ive tried to change
function wpcodex_add_excerpt_support_for_pages() { add_post_type_support( 'post', 'page-attributes' ); } add_action( 'init', 'wpcodex_add_excerpt_support_for_pages' );
to:
function wpcodex_add_excerpt_support_for_pages() { add_post_type_support( 'events', 'page-attributes' ); } add_action( 'init', 'wpcodex_add_excerpt_support_for_pages' );
But no effect :)
Glad i could help! Good luck!
Hi!
You could use an “Accordeon” with just one toggle?
EDIT:
Created an example really fast:
http://hotelelburg.c3dev.nl/accordeon/- This reply was modified 9 years, 3 months ago by c3computers.
Hi @Rikard!
The problem is solved!
maybe it above my grade :) hhaha
nav.main_menu { background: transparent none repeat scroll 0 0 !important; } #header_main #avia-menu { background: #7c6853 !important; border-radius: 20px; padding: 0px 20px; } .av_alternate_logo_active #avia-menu { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
Thats the code that ive insert now, and it looks fine :).
Thank you very much for your time and informations!
Now its broken :)
see: http://hotelelburg.c3dev.nl/
old:
.av_alternate_logo_active #avia-menu { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
latest:
.av_alternate_logo_active #header_main #avia-menu { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; }
Thats the only differce betwean your codes
- This reply was modified 9 years, 3 months ago by c3computers.
Ohhh now i understand what you mean.. the total header height set in the enfold options :).
The weird thing is that is is exacly the same (perfect in line) with or without this code:
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 35px; line-height: 35px; }
Thanks for you help!
nav.main_menu { background: transparent none repeat scroll 0 0 !important; } #header_main #avia-menu { background: #fff !important; border-radius: 20px; padding: 0px 20px; } .av_alternate_logo_active #avia-menu { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; } .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 60px; line-height: 60px; }
When i remove the last code:
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 60px; line-height: 60px;
Every think is perfect in line. The only thing i wanne do is increase the thinkness (height) of the white bg.
next: is it possible to bring down the whole menu. ( when i change it to
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px;
the menu text goes down (but not the white bg), i think that it a nice possision for this design.
tnx!
- This reply was modified 9 years, 3 months ago by c3computers.
Hinow the menu is only transparant?No white BGI works! Browser cache ;)
- This reply was modified 9 years, 3 months ago by c3computers.
Hi Guenni!
Your code works, but now the white background is full width… with the padding i can make is smaller but i dont think that its te right way? The white background needs to be as width as the menu items, so from Home till Contact. With al litte extra on both sides.
jeah i mean the hight of the white background of the menu (the menu text needs to be in the center (from left to right and from top to bottom)
Hope you understand what i mean.
Tnx!
The problem is still the same
See here is a printscreen of the page editor with TwentyFifteen. I ve selected a couple of lines so that as you see the content is there, but its white or somting like that. Also no blinking curssor ed.
Hi ive tried it, but is not working.
The weird thing is dat when i create a new page and uee the standard editor i doest work either. I cant see what i type, when i select te text is can see it. No blinking currsor or what so ever.
More sugestions?
Sorry for the double post, browser crashed :p please delete this one.
But i want to show only one price per user role :)
Hi!
Ive tried. but i did not get it to work for me.
I am already using the plugin that you sugested to create custom roles and set per product prices for the created roles.
But the shop still shows all the prices including tax. Ive managed to show the incl and excl tax prices at the shop now trougt a php edit.
(check the shop @ http://www.ledfinity.nl)@ismael Thanks! Thats a good one ;)
Do you have any recommandations?
@Ismael Yeah im sorry, the link is changed:
The weird thing is that when i close is like this
h1 { font-family: 'lookmedia-font-1000'; }
The Font i am trying to use (lookmedia-font-1000) stops working…
But same you time.. i fine now with one of the default fonts :)
tnx!
-
AuthorPosts