Forum Replies Created

Viewing 30 posts - 91 through 120 (of 283 total)
  • Author
    Posts
  • in reply to: after theme update some things changed #836980

    ok, the minify plugin is deactivated also.
    where can i find this code?

    I found the code you are refering to in my custom css:

    View post on imgur.com

    This is my full quick css. maybe there are other errors?

    #avia2-menu {
    position: relative;
    top: -3px;
    }

    #top .flag-dansk {
    background: url(‘http://www.zorbas.dk/wp-content/uploads/2017/03/dansk-flag.png’) center center no-repeat !important;
    height: 18px;
    width: 50px;
    text-indent: -9999em;
    }

    #top .flag-svensk {
    background: url(‘http://www.zorbas.dk/wp-content/uploads/2017/03/svensk-flag.png’) center center no-repeat !important;
    height: 18px;
    width: 50px;
    text-indent: -9999em;
    }

    #top .flag-dansk a,
    #top .flag-svensk a {
    display: block;
    }

    .custom-tag {
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    }

    #top .widget_nav_menu {
    padding-top: 0;
    }

    .sidebar_left {
    -moz-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    }

    .sidebar_left .inner_sidebar {
    margin-right: 0 !important;
    }

    .sidebar_left .widget_nav_menu ul li a {
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
    color: #666;
    margin: 0 0 -1px;
    padding: 12px 16px !important;
    text-align: left;
    }

    .sidebar_left .widget_nav_menu ul li.current-menu-item a {
    color: #719430;
    }

    /*8bba34*/

    .sidebar_left .widget_nav_menu ul li:first-child a {
    border-top: 0;
    }

    .page-id-79 #element_avia_17_1 {
    width: 100%;
    margin-left: 0;
    }

    .av-catalogue-content {
    padding-right: 0px;
    }
    .avia-testimonial-image {
    float: none;
    margin: 0 auto 0px auto;
    }
    .avia-testimonial-meta {
    margin-left: 0;
    text-align: center;
    }

    .lch-progrees-bar {
    padding-right: 0px;
    margin-right: -0px;
    }

    .page-id-118 .sidebar_left #nav_menu-2 {
    display: none;
    }

    .page-id-120 .sidebar_left #nav_menu-2 {
    display: none;
    }

    .page-id-123 .sidebar_left #nav_menu-2 {
    display: none;
    }

    .page-id-125 .sidebar_left #nav_menu-2 {
    display: none;
    }

    /*
    @media only screen and (max-width: 767px) {
    .responsive .avia-grid-testimonials .avia-testimonial-meta {
    margin-left: 130px;
    }}*/

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .lch-progress-bar {
    padding-right: 0px;
    margin-right: 50px;
    }
    }

    @media only screen and (min-width: 768px) {
    .home #av_section_2 .entry-content-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox,
    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    height: 100%;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    padding-bottom: 0;
    }
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    padding-bottom: 30px!important;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content .avia-button-center {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width:90%;
    }

    @media only screen and (max-width: 767px) {
    .av-catalogue-price {
    font-size: 14px;
    position: relative;
    }
    .av-catalogue-title {
    font-size: 14px;
    line-height: 1.5em;
    }

    .avia_textblock {
    line-height: 37px;
    }

    h1 {
    line-height: 60px;
    }

    .fb-page.fb_iframe_widget,
    .fb-page.fb_iframe_widget span {
    position: static !important;
    width: 100% !important;
    }

    .av-catalogue-content p:last-child {
    font-size: 11px;
    }

    .av-catalogue-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }

    .responsive .tabcontainer .tab_content {
    padding: 0 5px;
    }

    .av-catalogue-content p {
    font-size: 10px !important;
    }

    .progressbar-title {
    font-size: 11px;
    }

    .avia_message_box_content {
    margin-left: -8px;
    margin-right: -8px;
    }
    }
    @media only screen and (max-width: 767px) {
    .av-catalogue-price {
    font-size: 11px;
    position: relative;
    }
    .av-catalogue-title {
    font-size: 11px;
    line-height: 1.5em;
    }
    }
    @media only screen and (max-width: 1024px) {
    nav.main_menu {
    display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    display:block !important;
    }
    }

    • This reply was modified 7 years, 3 months ago by lech07.
    in reply to: after theme update some things changed #836270

    hello,

    I have deactivated all caching.
    Do I also need to disable minify and cloudfare?

    • This reply was modified 7 years, 3 months ago by lech07.
    in reply to: footer socket #821183

    yes I can delete my footer.php but then my copyright text in the footer will be changed to standard saying powered by Enfold WordPress Theme.
    And if I change it in the footer.php of enfold it will still get overwritten when there is updates right?

    So what is the best solution then?

    in reply to: footer socket #820544

    i checked in line 89 or 90 and could see that there was missing the [NOLINK] from: if($copyright && strpos($copyright, ‘[nolink]’) !== false)
    seems like it´s ok now. can you check? how can i reproduce the error? Im not sure in my config.php is ok now?

    I checked and tested with define(‘WP_DEBUG’, true); and the error is not there now.
    i have put it back to: define(‘WP_DEBUG’, false);

    It should be false?

    • This reply was modified 7 years, 4 months ago by lech07.
    in reply to: footer socket #820542

    I was just told that the issue is my childtheme.

    so i guess i should compare the footer.php or?

    in reply to: Enfold Version 4.1 Update troubles? #820387

    I have some issues too and i couldn´t fix it. The issues was because of the update.
    Please see: https://kriesi.at/support/topic/after-theme-update-some-things-changed/#post-820386

    (One other thing, this site is not SSL and alot of users are posting login details etc. You haven´t thought of forcing it to HTTPS?)

    in reply to: after theme update some things changed #820386

    Didn´t help.

    Please correct or somehow help me with the issue as users can´t use mobile version for instance to navigate.

    in reply to: footer socket #818964

    ok, so i change (‘WP_DEBUG’, true) to false?

    The extension/module on my hostin was set to show errors as im trying to solve the issue. Until now no luck.

    Is there a newer child theme or something that I can try with?
    Or if I add the code here, can you see where the error is?

    • This reply was modified 7 years, 4 months ago by lech07.
    in reply to: footer socket #818914

    i changed define(‘WP_DEBUG’, true); from false to true.

    should i just add the following code somewhere or under wp_debug code?

    On my host there is a php function/modul to hide the error, so I can do it from there.
    But I just want to correct the error not only hide it.

    in reply to: Spam getting through! #814367

    Hi Nikko,

    I have created a sidebar with contact details.
    I want to write my email but I am affraid of harvest and bot´s.
    What do you recommend? is there a function for that in enfold? Do you have a guide for that ?

    in reply to: Spam getting through! #814366

    Hi Nikko,

    I have created a sidebar with contact details.
    I want to write my email but I am affraid of harvest and bot´s.
    What do you recommend? is there a function for that in enfold? Do you have a guide for that?

    in reply to: footer socket #814000

    hi, i hust switched it from false to true. The error is still there.

    in reply to: footer socket #813819

    how can I solve this? :(

    in reply to: footer socket #813573

    I have issues with the frontpage http://www.zorbas.dk/ at the footer.
    it is showing:
    Warning: strpos(): Empty needle in /home/zorbas76/public_html/zorbas.dk/wp-content/themes/enfold-child/footer.php on line 89

    in reply to: footer socket #813160

    hello,

    I still have this footer issue.
    Is there a solution to this?

    I did the error visible so that you could take a look.

    I have cloudfare activated.

    this is activated on cloudfares website and from the hosting portal.

    yes, and it looks like it´s working.

    There are some CDN/cloudfare settings in the plugin, do I need to fill it in?
    The cloudfare is active from cloudfare website and from my hosting. I am not sure if it´s necassary to fill in the cloudfare information?

    View post on imgur.com

    in reply to: footer socket #812247

    it was solved by applying below code in funtions.php:

    add_filter(‘bwp_minify_style_ignore’, ‘exclude_my_css’);

    function exclude_my_css($excluded)
    {
    $excluded = array(‘avia-custom’, ‘avia-layout’);
    return $excluded;
    }

    great, I also saw that it´s possible to add below code in funtions.php. do you know if this will work?

    add_filter(‘bwp_minify_style_ignore’, ‘exclude_my_css’);

    function exclude_my_css($excluded)
    {
    $excluded = array(‘avia-custom’, ‘avia-layout’);
    return $excluded;
    }

    Better WordPress Minify broke my site/the header. I dont understand how this works good with enfold?
    Can you recommend another plugin just for minifycation?

    in reply to: footer socket #811654

    one other thing. The cache plugin BWP minify that Esmail recommended is braking the website. WHich minify plugin is best to use for enfold?

    in reply to: footer socket #811650

    the credentials are correct.

    in reply to: footer socket #811169

    the issue is on the frontend. I have checked from chrome and ie11 and the issue is there:

    View post on imgur.com

    see below

    • This reply was modified 7 years, 5 months ago by lech07.
    in reply to: footer socket #811025

    have a look now, the error is there now.

    in reply to: footer socket #810346

    Hi Yigit,

    No didn´t find a solution. The error was just hidden, but I have removed the php variables.
    You can see it now again.

    in reply to: footer socket #809827

    Hello, I have fixed the issue i had when migrating.
    I have though a footer error saying:
    Error text: Warning: strpos(): Empty needle in /home/zorbas76/public_html/zorbas.dk/wp-content/themes/enfold-child/footer.php on line 89

    what can the issue be and how can it be solved?

    It is for zorbas.dk, and it was hidden by the host, but the error is still there.

    in reply to: sidebar logo icons #802062

    that wonderful Nikko, you always save my ass my friend :D

    I hope soon all the details will be done and I can migrate both sites :)

    have a nice day

    in reply to: sidebar logo icons #801694

    see below

    • This reply was modified 7 years, 5 months ago by lech07.
    in reply to: sidebar logo icons #801545

    looks like it removed the flaticon,.
    I also tried to change from big F to a small like you wrote some months ago. but this didn´t work either.

    im trying in general to make it like a clone/identical as zorbas.synology.me/zorbas.dk

    • This reply was modified 7 years, 5 months ago by lech07.
    in reply to: sidebar logo icons #801159

    Sounds great.

    No, the new wordpress site is: http://zorbas.synology.me/zorbas.se/underhallning/

    So I am trying to copy everything from http://zorbas.synology.me/wordpress2 to http://zorbas.synology.me/zorbas.se

Viewing 30 posts - 91 through 120 (of 283 total)