Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
thank you for your hint.
I created a folder in the enfold-child-theme: /enfold-child/framework/php/class-framework-widgets.php.
Changes made in that file do not influence the layout.
Because of this I made the changes directly in class-framework-widgets.php of the enfold theme. There it works.Hi Josue,
yes! It worked!
Thanks a lot!
DanielaHi Dude,
thanks und best regards,
DanielaHI Josue,
after finding some hints in your support-forum, I disabled all the plugins and enabled one after another. An that was it: The Plugin Facebook like Thumbnail broke the paginiation. I let the plugin disabled. All others were enabled again.
Thanks and best regards,
DanielaSeptember 2, 2014 at 12:56 pm in reply to: Share Buttons in an other object than post and pages #312263Hi Ismeal, your code works!
Thank you very much.Best regards,
DanielaThis topic can be closed!
Best regards,
DanielaHey Devin,
i tried it with the custom post type id and it works. unfortunately it does not work well together. I created now templates for the units.
Thank you! and Best regards,
Daniela- This reply was modified 10 years, 3 months ago by DStoeckl.
Hi Josue,
I’ll do this.
Thank you very much,
DanielaHi Josue,
no, if switch to the default WordPress Theme, there will be no error.
Thanks,
DanielaHI Devin,
thank you.
Best regards, Daniela
Sorry I mixed up two problems. The error with the cleverreach-form was put to a new support question.
Regards,
DanielaHi,
I get the following error messages when I put a form from cleverreach to a page:
Warning: array_map() [function.array-map]: Argument #2 should be an array in …/wp-includes/post.php on line 2001Warning: Cannot modify header information – headers already sent by (output started at …/wp-includes/post.php:2001) in …/wp-admin/post.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at …/wp-includes/post.php:2001) in…/wp-includes/pluggable.php on line 1121
- This reply was modified 10 years, 4 months ago by DStoeckl.
Hey Peter!
Thank you very very much for your rapid response. :-)
Cheers!
Daniela/themes/enfold/config-layerslider/config.php
$sample_slider = json_decode(base64_decode(file_get_contents(dirname(__FILE__).”/Layer …
… sample_slider = json_decode(base64_decode(file_get_contents(dirname(__FILE__).”/LayerSlider/{$path}{$ …
//print_r(base64_encode(str_replace(‘avia-samples’,’sampleslider’, …
Als ‘Kein Virus’ markieren … (str_replace(‘avia-samples’,’sampleslider’, base64_decode(file_get_contents(dirname(__FILE__).’/Layer …
… ia-samples’,’sampleslider’, base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/samplesli ..
/themes/enfold/config-woocommerce/admin-import.php
if(isset($id)) $file = get_attached_file( $id );
/themes/enfold/functions-enfold.php
if(strpos($html, ‘<iframe’) !== false)$created = avia_backend_create_file($stylesheet, $styles, true);
That the same messages on my local installation. The bold one, are the marked positions for virus suspicion.
Thanks,
DanielaHi Josue,
all of them, which are bold.
Best regards,
DanielaMay 13, 2014 at 4:24 pm in reply to: Upgrading to 2.7 causes error in the presentation of adapted header.php #264014Hey Devin,
thanks a lot for the quick response. Now I know my error! I have to create the folder includes in the child theme folder and put the file inside there.
cheers!
DanielaHey,
first – sorry for the late answer. I had to eliminate the accordions, because my client wanted one page per accordion.
(As I made the suggestion to use pages instead of accordion, the client wanted accordions.)Because I like this theme, I’ll buy this also for an other client und will test it there.
THANK you very much.
DanielaHi,
i studied the behaviour of the accordion elements. I have 6 menus in the sidebar with 2 to 6 menu items which are linked to a accordion element. All the menus have the same code like above. Only two menus show the behaviour, that if I click on the link of the menu item, the headline of accordion will not be shown, because the content of the accordion is on the top. I compared the code of the menu items but I couldn’t find an error. I think the website will go live next week. So that you take a look on the website, if this is possible for you.Best regards,
DanielaHI!
Thank you!Best regards,
DanielaHey Ismael, hey devin!
thank you for your rapid support. I use a very simple way for the link:
<ul class="widget_nav_menu"> <li class="current-page-item"> <a href="#toggle-id-1">Privatumzug</a> </li> <li> <a href="#toggle-id-2">Betriebsumzug</a> </li> <li> <a href="#toggle-id-3">Internationaler Umzug</a> </li> </ul>
Thanks a lot,
DanielaGood morning,
the website isn’t live, so I made screenshots so that you can see, what I mean.
I hope you have access to following file: https://www.dropbox.com/s/tzson58s1zi0vnw/accordions.pdfThanks,
DanielaHi,
it is solved: I used f.i. ninkname and the assigned accordion will open, if i click on the link.
Best regards,
DanielaApril 1, 2014 at 2:37 pm in reply to: Toggler with border left, in the same line as the title of the toggle #246029Hi Ismael,
in connection with a different problem, I found out, that the plugin, which I use for custom css, doesn’t work with
content:' ';
correctly. I found out, that there I have to activate a checkbox so that `content: ” “; is possible.Now your code works. I adapted it in the following way:
.main_color .toggler:after {
content: ” “;
width: 100%;
height: 1px;
border-bottom: 1px solid #e0dede;
position: absolute;
top: 22px;
margin: 0px 0px 0px 20px;
}.main_color .toggler.activeTitle:after {
content: ” “;
width: 100%;
height: 4px;
border-top: 1px solid #e0dede;
border-bottom: 1px solid #e0dede;
position: absolute;
top: 22px;
margin: 0px 0px 0px 20px;
}Thank you very much for your important hints.
DanielaHi Ismael,
I solved the problem. I found the right code in header.php, which I adapted for my design.
Best regards,
DanielaHi,
your support for the theme is excellent. I have never seen a better organized support team.
I made a screenshot for better understanding and for easier explaining.https://dl.dropboxusercontent.com/u/17609530/header.png
I thaught I solve the problem with using fixed header with social media buttons. Instead of the social media button I insert
the button, the telephonenumber and and the small truck. The logo must lie over the social media bar. the background of
the social media bar has to be transparent, to see the background of the whole header.
I’am very happy for some hints, how I can change it in a simple way.I’ll study the code to understand it better and to be able to change the code in the right way. I think the change have to be in the header.php. I copied it to the enfold child theme.
Best regards,
DanielaMarch 31, 2014 at 10:06 pm in reply to: Toggler with border left, in the same line as the title of the toggle #245749Hi Ismael,
thank very very much for your support. I like the enfold-theme, because it has a clear design und is very performance and it has high usability.I want to do something like this
https://dl.dropboxusercontent.com/u/17609530/accordion.pngthe active Toggler gets two horizontal lines right of the toggler title, the unactive only one line.
I tried your code above, but it didn’t function. It will have no influence if ::before is a part of the css-code.
I also used ::after instead of before – it’s the same. In both situation the code is inactive and not active.
But I don’t know why. I tried some code-changes in firebug, but nothing gave the correct result.Best regards,
Daniela -
AuthorPosts