Forum Replies Created
-
AuthorPosts
-
Hi,
Polish translation updated (sorting woocommerce select elements)
https://www.mediafire.com/file/x17w67ah8mpf5hi/pl_PL.zip/filePlease update it.
Best,
Mariusz@ithagen you just won a Gold Medal! Thanks!
May 24, 2017 at 6:42 pm in reply to: Tab section buttons not working on Firefox after latest updates #799071@Chris
Just update your child theme with a following file: enfold\config-templatebuilder\avia-shortcodes\tab_section.php
At line 382, just before$tabs .= "<a href='#{$tab_titler}' data-av-tab-section-title='{$i}' class='av-section-tab-title {$active_tab} {$extraClass} '>{$icon}{$image}<span class='av-outer-tab-title'><span class='av-inner-tab-title'>{$tab_title}</span></span>{$arrow}</a>";
please add:
$tab_titler = str_replace(' ', '-', $tab_title);
I hope that will help :)
Best,
MariuszMay 24, 2017 at 5:18 pm in reply to: Tab section buttons not working on Firefox after latest updates #799041Hi Rikard,
I have the same issue, I can fix it by myself but when do you plan to make it work?Thanks
MariuszHi @andy I’m just asking why this ‘in progress’ tab is empty?
AMP is on the voting list already…
@yigit – what is in progress status tasks? This tab here is empty: https://kriesi.at/support/enfold-feature-requests/
ThanksSeptember 27, 2016 at 5:56 pm in reply to: How To Add Social Share buttons in blog posts module #692362Hi Yigit,
Here’s the layout I want to achieve:How can I do that?
Thank you ;)August 24, 2016 at 11:04 am in reply to: Desktop 3 columns > Tablet 2 columns > Mobile 1 column #676895August 24, 2016 at 10:36 am in reply to: Enfold and team work. Merging local databases into staging/production enviroment #676886Thanks Josue, I’ll try with versionpress then.
July 28, 2016 at 4:33 pm in reply to: Enfold and team work. Merging local databases into staging/production enviroment #666329Hi Rikard,
Sure I am working with github.
How would you approach to version control of changes made in certain pages? There’s no version control for shortcode changes in the database. In Enfold you are working on admin panel, not files so I cannot fix it.
HAve you got any idea how to use it?Best,
MariuszJuly 27, 2016 at 10:59 am in reply to: Enfold and team work. Merging local databases into staging/production enviroment #665656Hi Josue,
Thank you for your answer. But I can’t believe that anyone of those thousands of developers working with enfold is not using it in a group?There’s no solution to merge databases and I don’t think it’s a proper approach to this.
Maybe there’s another solution for working in a team with Enfold or other Enfold-helpers have an experience with that?
What if there is a draft environment and everyone is connected to the same database…
Could you please ask @kriesi about this?
Thank you.
That’s it. Thank you Ismael
Hi Richard,
There you are :)Thanks.
Hi Yigit :) You are quite good at Polish.
Unfortunately I changed \includes\helper-main-menu.php to add that module. But this issue remained unfixed.Is there any other way to add anything after logo in functions.php?
Thanks.
MUpadate Enfold to v.3.5.3
Hi Yigit I use the following code to insert a block:
function add_logo_text() { ?> <div class="ad980x240"><?php echo do_shortcode("[pro_ad_display_adzone id=9105]"); ?></div> <?php } add_action('ava_main_header', 'add_logo_text', 10, 0);
How to move this ad module below logo?
Thanks.
M
January 21, 2016 at 8:20 am in reply to: One page navigation menu mixed with common subpages scrolling issue #569221Hi, That’s it.
Thank you :)Sure, you can use https://poedit.net/ to get po/mo files and upload them to /enfold/lang folder.
January 20, 2016 at 11:05 pm in reply to: One page navigation menu mixed with common subpages scrolling issue #568929Hi Ismael,
There’s no change with this address.You have an access to the admin panel.
Please log in and check it out.Thanks.
January 13, 2016 at 10:50 am in reply to: One page navigation menu mixed with common subpages scrolling issue #564498Nope – absolute url won’t work either.
January 13, 2016 at 9:25 am in reply to: One page navigation menu mixed with common subpages scrolling issue #564440Hi Ismael,
Sure – each language version has it own set.
And no, I have no anchor menu item which points to a different language.But when I am on the subpage and I want to get to another subpage I need to use the code like:
/en/page-one#section-two
/en/page-two#section-threeIf I use no language code like:
/page-one#section-two
/page-two#section-three
it will not work – these are not proper paths to the subpages..So such a path will point me to another subpage: /en/page-one#section-two
The issue is that when I am on the /en/page-one and I click such a link – there won’t be a scrolling effect.- This reply was modified 8 years, 10 months ago by Mariusz.
January 12, 2016 at 10:13 pm in reply to: One page navigation menu mixed with common subpages scrolling issue #564174What if I want to have a scroll effect within another subpage?
Like /page-one#section-two or /page-two#section-three ?Thanks.
January 12, 2016 at 9:43 pm in reply to: One page navigation menu mixed with common subpages scrolling issue #564159Thanks Andy.
So the scrolling would work only with such a construction: “/#section-id-name?lang=en”, “/#section-id-name?lang=de” etc?
Am I right?Is it WPML issue either just Enfold is not working like this?
@Josue and what if I have one tab to be linked to external page? How would you link this particular tab then?
January 10, 2016 at 10:39 am in reply to: One page navigation menu mixed with common subpages scrolling issue #562684Hi Ismael – what about other language versions? I need to add there lang code like: de, so anyway I will need to use construction like: /de#solutions
How can I handle with that?
January 9, 2016 at 7:59 pm in reply to: One page navigation menu mixed with common subpages scrolling issue #562476Sure, I updated Enfld, and tried with deactivated plugins except WPML. The menu should work with language versions.
Nothing has changed.December 30, 2015 at 10:45 pm in reply to: Postslider.php – adding WPML if lang link between nav arrows #558591yes, sure :) Thanks!
December 30, 2015 at 7:47 pm in reply to: Postslider.php – adding WPML if lang link between nav arrows #558543I forgot dots
if ( ICL_LANGUAGE_CODE=='it' ) { $html .= "<a href='/it/archive'>".'Archive IT'."</a>";} elseif ( ICL_LANGUAGE_CODE=='en' ) { $html .= "<a href='/en/archive'>".'Archive en'."</a>"; }
I had no wpml translation enabled.
It’s resolved ;)Hi Ismael
Unfortunately it does not work.$author_img = get_author_image_url();
returns no image ;( -
AuthorPosts