Forum Replies Created
-
AuthorPosts
-
@kkax: The CSS transforms of the homepage are not a part of Enfold?
March 4, 2014 at 7:08 am in reply to: Multiple Email recipients for the contact form (bis) ? #232034Hello Josue
Yes i know CF7 but:
– I wanted to keep it simple
– I like Enfold form because of the auto reply parameters and the css styling
I don’t think it is a big deal to add multiple Email recipients to Enfold forms, don’t you think?perfect and solved :-)
March 3, 2014 at 2:15 pm in reply to: Multiple Email recipients for the contact form (bis) ? #231512Yes, and only one receive the email
Hello Dude your link : http://www.screenr.com/MpBN is broken
Nevermind, this work:/* LIEN ACTIF */ .header_color .main_menu ul:first-child > li.current-menu-item > a {color: #111211 !important;} /* LIEN NORMAL */ .header_color .main_menu ul:first-child > li > a { font-family: 'DINNextLTProLightCondensed', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:24px; font-weight:normal; text-transform:uppercase; color: #808080 !important; } /* LIEN HOVER */ .header_color .main_menu ul:first-child > li > a:hover {color: #111211 !important;}
February 28, 2014 at 10:43 am in reply to: Menu links colors are different between langages ? #230527Sorry it do not work:
http://www.augmented-banking.com/fr/ > the house always still in black
http://www.augmented-banking.com/ > the house still in grey
I removed the changes.February 28, 2014 at 9:27 am in reply to: Layer Slider > YouTube > the preview image is invisible #230510Forget it!
I just discover that when we use the custom thumbnail image inside YouTube you need to send youTube an image that have at less 1280x720px…February 28, 2014 at 8:22 am in reply to: Menu links colors are different between langages ? #230484Hi Ismael
Add in my child custom.css and it works but now a question about the active link:
I have add this:
.header_color .main_menu ul:first-child > li.current-menu-item > a {color: #111211 !important;}
To highlight in black the current menu.
It works for all the links, except for th home link (the house)
I look at the source code and it appears that when i am on the root url the LI Tag do no get the .current-menu-item class ?
thanksYes Josue, I do
i have make a copy of the file template-builder.php into my child theme and make it as my template:<?php /* Template Name: Name of my template */
And it works, so i supposed it’s the right way?
Yes my Chrome brower is flushed.
I hope we are talking about the same thing… : when i go from page A to page B, the background desapear – i saw a white background then the blue image background come backHi Yigit
Done and no changes as u can see@Miikey
You will have to edit page.php or single.php files…it’s cleared, but it do not change anything.
i see a black background and the backgroung image come after…This reply has been marked as private.@agarkitekter i like the black&white/color rollover effect in your portfolio, how did you do this?
thanks@agarkitekter
Great, but what is the uri?@Miikey
Hello
It’s not a WordPress plugin, i use AddThis API.
Loot at my source code:
First you will find:<div class="addthis_toolbox addthis_floating_style addthis_32x32_style" style="z-index:10000; background:none; right:0px;"> <a title="Tweet this" class="addthis_button_twitter"></a> <a title="Share on LinkedIn" class="addthis_button_linkedin"></a> <a title="Publicly recommend on Google" class="addthis_button_google_plusone_share"></a> <a title="Share on Facebook" class="addthis_button_facebook"></a> <a title="Send to a friend" class="addthis_button_email"></a> <a title="Add to favorites" class="addthis_button_favorites"></a> </div>
And at the bottom of the page the Javascript
<!-- AddThis Button BEGIN --> <script type="text/javascript"> var addthis_config = { data_ga_property: 'UA-295478-35', data_track_clickback: false } var addthis_share = { email_template: "ag_template", templates: { twitter: 'Check out \'{{title}}\' on {{url}} from @Aug_Banking', } } </script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52d9130e620475b3"></script> <!-- AddThis Button END -->
And i have add my own CSS to place those icons where i want…
It was on Windows/IE10
http://www.domodeco.fr
look at the footer, the third columnHi Devin
I think i have found the reason why: i uploaded very big images to WordPress (3500x4000px – 3Mb) and it seems that Enfold or WordPress do not like to have to resize those big images…“Then try switching to any of the default WordPress themes”
Are you creasy ? :-) To lost all menu?Anyway, I think you can close my ticket, thanks
Wonderfull :-)
thanksI realy think that the best way shoud be to set up you demo theme with that feature… and the new version of Enfold
So you have add a feature that do the same thing than a fixed background image but this new feature do nothing visible… ?
Strange, don’t you think ?
/-)okey, i put above and under that color section a lot of Lorem ipsum text, my image is set to at leat50% and Stretch to fit, but i don’t see any parallax effect…
What i’m supposed to see?
I can’t show you my test because it’s on locahost, but can’t you update you demo site with the lastest version and new updates ?great, thank you
With some extra coding in my child functions.php i have now enable the highlight of the current mainmenu/submenu links.
Please look at this post: http://www.domodeco.fr/exterieur/piscine/veranda-piscine-verandart.html
The main parent is a page with a masonry blog content
The content is a blog post
And, as you can see in the mainmenu : “Extérieur” and “Piscine” are highlight and sets as active/current.I’m not specily a Dev but i can do that, so i think that the author of this template can achieve this in a nicer way…
Be careful with this code because it works for me and maybe not for you, because of you menu structure.
I add somme media queries, so now current links are also visible with differents background/color on mobile/tab
I’m working, now, on a breacrumb that works…
function my_avia_blog_nav_class($classes, $item){ if(get_post_type() === "post" ) {} global $wp_query; $post = $wp_query->get_queried_object(); //$post_id = absint( $wp_query->get_queried_object_id() ); $post_type = $post->post_type; $parent = $post->post_parent; if('post' == $post_type) { $category = get_the_category(); foreach($category as $cat) { if(!empty($cat->parent)) // Parent with children { $parents = get_category_parents($cat->cat_ID, FALSE, '$$$', FALSE ); $parents = explode("$$$", $parents); foreach ($parents as $parent_item) { $trail[] = $parent_item; } if ( (in_array($trail[0], $trail) && $item->title == $trail[0]) || (in_array($trail[1], $trail) && $item->title == $trail[1]) ) { $classes[] = 'current-menu-item'; } break; } else { // parent without children if(!empty($cat->cat_name)) { $trail[] =$cat->cat_name; if ( in_array($trail[0], $trail) && $item->title == $trail[0] ) { $classes[] = 'current-menu-item'; } } // END ELSE } // END IF } // END FOREACH } // ENF IF POST return $classes; }
Hello
Here is my version of Enfold: http://www.domodeco.fr/
It is not yet fully completed but it’s on the way.
This was a very hard migration from about 1100 Joomla 1.5 posts
I have some problems with the navigation (Enfold do not highlight the active link in the mainmenu/submenu if i use Pages as Blog, see:
https://kriesi.at/support/topic/building-a-non-conventional-website-with-enfold/
The site is a litle bit slow but i plan to migrate it to a PHP 5.3+/Apache 2 soon. I could, at this point, install some cache systems.thanks Yigit
Thanks Ygit :)
-
AuthorPosts