Forum Replies Created
-
AuthorPosts
-
August 29, 2017 at 10:31 am in reply to: 3 adjacent 1/3 width equal height columns not displaying correctly. #845259
Nice – but i’m a Participant as you – so you have to wait for a Mod here on Board.
August 29, 2017 at 9:07 am in reply to: Individual background images for each tab (tab element) #845241i removed the other solution for tabs (not tab-section) at all to get rid of possible influence
i did it via child-theme edited php file so you can find the edited php file under appearance – editor
test yourselfOn Mac OS X :
Firefox – did not work
Safari – only the first background is seen and it works on that; tab2 and tab3 not
Chrome – only the first background is seen and it works on that; tab2 and tab3 not
Opera – only the first background is seen and it works on that; tab2 and tab3 noton all browser source code i can see that background-position is calculated in the manner we changed ( with center on vertical positioning)
so 0vw , 100vw and 200vw – so it might work-
This reply was modified 8 years, 2 months ago by
Guenni007.
August 28, 2017 at 5:22 pm in reply to: 3 adjacent 1/3 width equal height columns not displaying correctly. #844898by the way – the setting of the team-member image to “fit into container the image” is important here too – try to prove if this is on f.e. “Dr. Margriet H.M. van Doesburg” the case
August 28, 2017 at 5:05 pm in reply to: 3 adjacent 1/3 width equal height columns not displaying correctly. #844889here you can see a working page in your style: https://webers-testseite.de/thc/
one thing before we start – the default setting of a column is individual height. So if you begin to drag and drop those 1/3rd columns to your advanced layout builder they all have this implemented.
When you now start editing your first 3rd columns in a row and after that on some reasons you decided to change some positions, because of surname f.e. order there might be a desaster on having coloumns set to equal height some are on individual height.To avoid this just drag and drop your first 3rd column to your editor field and make now all the settings you need. Background-colors, equal-height, paddings and Custom top and bottom margins ( i did only a bottom-margin here of 20px). Put in your team-member dummy now – and again – make all settings now you need !
(fit into container the image; font colors etc.)On my screenshot you see a Separator / Whitespace (this is an edited one by me to have in case of whitespace the possibility to set here an individual ID ! (so you can have anchor navigation here – download follows)
A Headline ( Handchirurgen, Handtherapeuten etc.) follows and than 3 1/3rd columns. Create this with all settings you need. – Now go and save this as templateyou now can create the whole unit at once. You only have to replace the team-member than. If there is no heading needed delete it with the whitespace. – If a new heading is set (f.e. OK-assistenten) you have to edit heading and whitespace to set the ID (f.e. OK-assistenten)
by doing it this way you can later drag and drop and change positions of the team-members without the loss of your settings.
with that method i can not reproduce your page
Download modified hr.php to have ID (in case of whitespace): hr.php.zip
If you need help with modified shortcodes and child-themes ask for help or use search functionPS : you don’t need those hr – but to have these anchors
https://webers-testseite.de/thc/#handtherapeuten and
https://webers-testseite.de/thc/#handchirurgen
it is necessary-
This reply was modified 8 years, 2 months ago by
Guenni007.
August 28, 2017 at 4:00 pm in reply to: 3 adjacent 1/3 width equal height columns not displaying correctly. #844855hey – another good reason to visit the netherlands for THC (:lol The Hand Clinik and Tetrahydrocannabinol)
no i’m kidding – i try to recreate your page – to look if i got the same problems here.edit…
kannst du dir den Versatz der Sprungmarken erklären?
Du siehst oben ja auch die gelben (aktiven Menupunkte) Striche, die wechseln erst nach dem Scrollen von einigen 10pixeln.
Der Switch springt korrekt um – immer auf den Kontent – auch zurück geht es . Wenn man jedoch von home ausgeht innerhalb einer Sprache bleiben die Menupunkte (Anker) annavigiert, dann bleiben die gelben Striche zunächst auf dem “Voranker” stehen.Danke ich habs jetzt
muss ich denn das js file über das Original laden oder könnte ich nicht auch via functions.php child-theme das ganze machen?
Edit: ich habe es via:
function include_custom_wpml_js() { wp_enqueue_script( 'avia-main-child', get_stylesheet_directory_uri().'/js/wpml-mod.js', array('jquery', 'avia-default'), 3, false ); } add_action( 'wp_enqueue_scripts', 'include_custom_wpml_js', 100 );in den head bereich geladen unterhalb von dem entsprechenden css file.
PS: Danke – warum es dann aber bei der älteren Version von Enfold und WP läuft bei gleicher WPML Version weiss ich nicht.
-
This reply was modified 8 years, 2 months ago by
Guenni007.
August 28, 2017 at 12:34 pm in reply to: Individual background images for each tab (tab element) #844768ok – i didn’t see that tab-section has on color the oportunities to set a background-image. But even with that – the code does not work.
August 28, 2017 at 9:01 am in reply to: Individual background images for each tab (tab element) #844730i do not have this extra conditional logic on tab_sub_section.php.
Or did you change code above in “#post-839693”this couldn’t be the whole trick. these are my settings on test page ( i set a class to the tab-section = bgtabs):
you see that positioning goes allready over top left.bgtabs .tab_counter_0.active_tab, .bgtabs .tab_counter_1.active_tab, .bgtabs #tab-id-1-container, .bgtabs #tab-id-2-container , .bgtabs #tab-id-3-container , .bgtabs #tab-id-4-container, .js_active .av-layout-tab.tab2 { background-attachment: fixed; background-position: left top !important; background-repeat: repeat; background-color: hsla(0,0%,100%,0.5) !important; background-blend-mode: overlay !important; } .bgtabs .tab_counter_0.active_tab, .bgtabs #tab-id-1-container , .bgtabs #tab-id-3-container , .js_active .av-layout-tab.tab2 { background-image: url("//previews.123rf.com/images/neyro2008/neyro20081412/neyro2008141200033/34229728-Floral-3d-Seamless-Background-Stock-Vector-background-pattern-wedding.jpg")} .bgtabs .tab_counter_1.active_tab, .bgtabs #tab-id-2-container, .bgtabs #tab-id-4-container { background-image: url("http://www.commentnation.com/backgrounds/images/white_indented_circles_background_seamless.jpg")}-
This reply was modified 8 years, 2 months ago by
Guenni007.
August 26, 2017 at 7:10 pm in reply to: Individual background images for each tab (tab element) #844399Yes – please !
Kannst du das js nochmal hochladen, ich war jetzt auf Kurzurlaub – da habe ich das verpasst. Danke
PS : Eine Board Persönliche Nachricht vermisse ich echt sehr.
Yes this might be the best position for it:
add_filter('avf_builder_boxes', 'register_meta_boxes', 10, 1); function register_meta_boxes($boxes) { $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page' , 'post' , 'portfolio' ), 'context'=>'side', 'priority'=>'low'); return $boxes; } add_filter('avf_builder_elements', 'register_meta_elements', 10, 1); function register_meta_elements($avf_builder_elements) { $avf_builder_elements[] = array( "slug" => "layout", "name" => __("Menu and Logo Position", 'avia_framework'), "desc" => __("You can choose various different logo and main menu positions here", 'avia_framework'), "id" => "header_layout", "type" => "select", "std" => "", "subtype" => array( __('Logo left, Menu right', 'avia_framework') =>'logo_left main_nav_header menu_right', __('Logo right, Menu Left', 'avia_framework') =>'logo_right main_nav_header menu_left', __('Logo left, Menu below', 'avia_framework') =>'logo_left bottom_nav_header menu_left', __('Logo right, Menu below', 'avia_framework') =>'logo_right bottom_nav_header menu_center', __('Logo center, Menu below', 'avia_framework') =>'logo_center bottom_nav_header menu_right', )); return $avf_builder_elements; }there must be a mismatch because even if you have choosen the boxed layout the background-image of html would never be seen through wrap_all or main container.
you say that before import of parent settings something was ok. Maybe you go and press that Reset all Options Button on Enfold Child.
Before you do that copy paste your quick css to your desktop text editor.If it is better than – you can reconstruct your wanted color scheme and color settings.
If you paste in your quick css and it changes to the faulty outlook there must be one or more entries that causes this behavior.it is a bit of work ( Widgets and all Headersettings etc must be set again) – but otherwise we wan’t find the wrong and strange behavior.
btw : this could be a better (seamless) background pattern: Link
August 17, 2017 at 4:41 pm in reply to: Individual background images for each tab (tab element) #840485look here – but it seams only to work with seamless background images – otherwise the positioning and sizing will be to complicate !
August 17, 2017 at 12:14 pm in reply to: Individual background images for each tab (tab element) #840351you try to give the tab headings a background image ?
Or the whole tab content – including the headings?it is much easier to investigate if we have a link to your site
doing it via edited avia.js works ! but Josue’s “hook” method to overwrite it in original avia.js not.
there is a good documentation : http://kriesi.at/documentation/enfold/using-a-child-theme/
in the green note box there is the download of a pre-built child-theme you can use for that.
1) just upload that enfold-child folder via ftp to your themes folder (adjacent to enfold folder).
2) activate the child-theme on dashboard – appearance
3) goto Dashboard – Enfold Child – Import/Export
4) and “Import Settings from your Parent Theme”* 5) don’t know if it is necessary to copy/paste the quick css to enfold-child
so now you are prepared to have all the good snippets here from board.
are you working with a child-theme ? in this case i would recommend you to completely erase your enfold folder via ftp and upload a fresh one.
All settings are in wp-content/uploads/dynamic_avia etc. so they are not influenced by this.@Mike : and how did he get rid of the top nav and social icons?
the whole header-meta is gone (not display:none) it is absentto have the opportunity to change header layout for each page/post you can register a meta box for that :
see here for nearly each page: https://webers-testseite.de
oh no – I think some code should belong to me :lol :wink
Sorry-
This reply was modified 8 years, 2 months ago by
Guenni007.
to reach intentionally such a change – it has to be a bit of work to get your results. So if you do not influence it yourself it is very labour intensive to get what you got.n So is there anybody who helped you with your page?
Have a look to your functions.php of your child-theme – are there additional settings or functions ?
go to fontello.com – mark the icons you want and give the whole bunch a meaningful font name (f.e. transportation) download the webfont.
Upload this fontello zip file to enfold on Dashboard – Enfold (child) – Import/Export – Iconfont ManagerAugust 16, 2017 at 3:12 pm in reply to: Remove numbers from search results (or improve formatting) #839919and maybe you like the shadow and the border a bit more bigger and in the blue of the headings:
.search-result-counter { box-shadow: 0 0 5px 0 rgba(9, 93, 161, 0.6); border: 2px solid #095DA1 !important; }but btw. what did you do with the headings – normaly it is usefull to have a link to the found pages/posts of search.
August 15, 2017 at 8:52 pm in reply to: Adding Member Login Area In header near social signals #839575and here you didn’t mention it that it is a https page: your thread above
anyway hope it works now.
August 15, 2017 at 8:47 pm in reply to: Adding Member Login Area In header near social signals #839573see my site above – i changed it to secondary menu
left hand phone and extra info
right hand your link target is new window or tab – and than the social icons.if you press on Members Login/Sign Up a new site is opend
August 15, 2017 at 8:36 pm in reply to: Adding Member Login Area In header near social signals #839564Or use the secondary menu (Will be displayed if you selected a header layout that supports a submenu here) (Currently set to: headnavigation)
but even there you have to target the link correct!
August 15, 2017 at 8:31 pm in reply to: Adding Member Login Area In header near social signals #839560so where do you link to?
from the site to the site makes no sense? you said that you link to a login page – what is the url of it?you see my example above:
<a href="https://webers-testseite.de/wp-login.php" target="_blank">Member Login/Sign-Up</a> Fon: +49 228 9768293it links to the wordpress login area. If you have a different login page tell me where?
-
This reply was modified 8 years, 2 months ago by
Guenni007.
August 15, 2017 at 8:24 pm in reply to: Adding Member Login Area In header near social signals #839548where is the
target="_blank"? -
This reply was modified 8 years, 2 months ago by
-
AuthorPosts


