Forum Replies Created
-
AuthorPosts
-
October 28, 2020 at 10:07 pm in reply to: Enfold Theme Options dosent'show siderbar and I can't save changes to settings #1256526
I cleared the cache but did not help. I tried on several browsers. Firefox, Chrome, Safari, I tried with an incognito window.
March 11, 2016 at 3:18 pm in reply to: Square brackets in caption title of the fullscreen slider. #596903At the end I have solved it with css:
.squarebrackets:before {
content: ‘[‘;
}
.squarebrackets:after {
content: ‘]’;
}and then <span class=”squarebrackets”>text in brackets</span>
March 5, 2016 at 11:23 pm in reply to: Square brackets in caption title of the fullscreen slider. #593812Sorry Basils,
I don’t understand. What so you mean by “add before the brackets word but that IF it works, it will also add some styling.”
What shall I add before the brackets?
I need to use square brackets and it will be a serious short coming for a paying theme, to not to allow to use standard keyboard characters.Galluzzino.
March 5, 2016 at 3:03 pm in reply to: Square brackets in caption title of the fullscreen slider. #593736Thanks Vinay,
I have already tried that trick. Unfortunately doesn’t work. Enfold translates those codes into square brackets and then execute that strange code. Is there anyway enfold can treat square brackets just as square brackets?
All the best
Galluzzino
January 30, 2016 at 5:35 pm in reply to: Codeblock in the front-end shows as [avia_codeblock_placeholder uid="0"] #575033Seems to be working now. Thanks Josue
January 30, 2016 at 11:54 am in reply to: Codeblock in the front-end shows as [avia_codeblock_placeholder uid="0"] #574972Thanks Josue, Just done it.
January 30, 2016 at 9:44 am in reply to: codeblock not rendering in the front-end [avia_codeblock_placeholder uid="0"] #574956Hi Josue,
I have a similar issue. I don’t understand what ALB is. How do you disactivate it?
The page were I have the issue is this one:I have already posted the problem here
Thanks!!!
January 29, 2016 at 11:38 pm in reply to: Codeblock in the front-end shows as [avia_codeblock_placeholder uid="0"] #574829I have tried to disabled all the plugins, but didn’t solve the problem
January 22, 2016 at 4:43 pm in reply to: Changing the "avia-caption-title" the from h2 to h1 #570205Never mind Andy,
I have found the solution the the problem. The file that needs to be edited is helper-slideshow.php in the same folder. the code is around line 423.January 22, 2016 at 3:43 pm in reply to: Changing the "avia-caption-title" the from h2 to h1 #570143Hi Andy,
Thanks for your answer. Sorry , but probably i didn’t explain myself well. I don’t need to change the style, but I need to change the
H1 to H2 so that it reads: <h1 class=”avia-caption-title”> and not <h2 class=”avia-caption-title”>. Since is the first element of the page.
I saw that other Enfold users had the same issue but I’m having a hard time following your recommendation since I can’t find that string on the slideshow.php file.Thanks
All the best
Galluzzino
March 12, 2014 at 12:21 pm in reply to: WPML language switcher disappeared after upgrading Enfold #236256It worked!! Superb job Dude. Thanks
March 12, 2014 at 10:51 am in reply to: WPML language switcher disappeared after upgrading Enfold #236225There is a similar entry with the same problem here https://kriesi.at/support/topic/wpml-language-switcher-disappeared/
I Inserted the code <?php do_action(‘icl_language_selector’); ?> on the file: includes > helper-main-menu.php an it worked, at least as a temporary solution. Let’s wait for assistance…March 12, 2014 at 10:32 am in reply to: WPML language switcher disappeared after upgrading Enfold #236213in the meantime to find a temporary solution I tried to create a shortecode with the plugin “Shortcode Exec PHP” with the php code <?php do_action(‘icl_language_selector’); ?> for the drop-down language switcher, but didn’t work. I’m afraid we have to wait for kriesi support.
March 11, 2014 at 5:36 pm in reply to: Language flags from WPML at the top header right disappeared after update #235693I have the same problem. I updated to 2.6 and the language switcher despaired from the header.
balducciceramica.com -
AuthorPosts