Forum Replies Created

Viewing 30 posts - 10,651 through 10,680 (of 11,200 total)
  • Author
    Posts
  • in reply to: Help adding login button to right of main menu #577002

    What about Dashboard – Appearance – Menus and than ad to the main menu a custom link (left sided tab)

    in reply to: CSS adjustment #577001

    no chance to say this only by a screenshot.
    Please provide at least for the admins a working link.

    in reply to: Server Response 500 #576997

    i guess Google only needs it if Crawling and Rendering is made?

    But i got it too on some installations – allthough the site at pingdom tools or gtmetrix is analysed as fast 91/100 – so Serverresponse seems to be allright.

    and again on additional headers you can set Cc and Bcc to
    f.e.

    Cc : [your-email]

    the sender gets a copy of his E-Mail to you

    • This reply was modified 9 years ago by Guenni007.

    can you provide us a screenshot of the contact form 7 options dialog where “Mail” is set up.

    thanks

    btw: the alb element contact form of enfold is a mighty instrument. Why do you want to use contact form 7 ?

    and btw 2 :
    To) the first input on “Mail” Tab is the Mail to what the form sends the e-mail.
    From) the second one is the sender information ( [your-name] <[your-email]> ) is the name filled out in contact form and the e-mail filled out.
    Subject) the third one is the filled out field of contact form
    Reply to) if you want to answer to the mail of your Contact form sender this is the filled in field of e-mail form

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Max width Colorsection in px #576524

    ok – but the image has to be bigger than this value –
    and to be more specific use instead :

    .avia-full-stretch.notfull {
    background-size: 1280px !important}
    }

    otherwise you will change every full-stretch !

    in reply to: Max width Colorsection in px #576498

    and by the way if you don’t like that little border on that case:

    .avia-section.notfull + .container_wrap {
    border-width: 0
    }
    in reply to: Max width Colorsection in px #576482

    look to the color-section on bottom : http://webers-testseite.de/enf02/videobackground/
    it works well for me!

    what did you enter on that alb element for background repeat ?

    btw: if you like to have the same width as your content ! than you have to subtract 100px (because content have 50px padding on left and right)

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Header setting mobile #576459

    with this quick css you can set up your width :

    @media only screen and (max-width: 1280px) {
      .container #advanced_menu_toggle, #advanced_menu_hide {
          display: block;
      }
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    }

    you have to play with that max-width value

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Color Section Background video: Custom Background Image #576439

    in that case it was one of the given examples on the right site where you input the video link. I guess it was the vimeo link

    btw. i see the background image on my ipad !

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Max width Colorsection in px #576433

    well give to that color section a custom css class f.e. “notfull”

    than edit your quick css with:

    .avia-section.notfull {
        float: none;
        margin: 0 auto !important;
        max-width: 1280px;
    }
    • This reply was modified 9 years ago by Guenni007.
    in reply to: Shop Catalogue Heading #576424

    well even a 12px font-size does not have your wanted solution

    don’t change all h3 in this way use !important for your shop headings

    try it in quick.css

    .products .product h3  {
        font-size: 12px !important;
    }
    • This reply was modified 9 years ago by Guenni007.
    in reply to: menu fontsize #576421

    well you can do it via quick css or have a look to your enfold options on dashboard.
    There is under advanced styling the option to choose some elements (h1, h2 etc and even main menu links
    choose main menu links and edit element Here you are
    you can change many things on that menu links – even a different hover effect you can add

    • This reply was modified 9 years ago by Guenni007.
    in reply to: add subtitles to Masonry entries #576416

    may i ask you – what is wrong with the subtitles provided by enfold?

    on the dialog where you added the images to your masonry gallery you can add/change subtitles

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Lightobx does not work properly #576413

    on Dashboard Enfold (Enfold-Child) options – did you have the setting : lightbox modal window checked
    it is on that page where you set up your logo

    in reply to: Color Section Background video: Custom Background Image #576411

    what do you see instead the custom background image?

    For me it works: http://webers-testseite.de/enf02/videobackground/
    this is a little playground installation where i can often test something

    you mean the enfold integrated Contact Form ?

    if you done this it could be a provider problem.

    On my provider (hosteurope) it is in former times necessary to set up an e-mail default address in their scripts. Only than sending from contact forms are enabled. it has not to be identicall these e-mails – but there has to be the default address

    in reply to: Shrinking Header on Ipad does not work #576371

    thanks Josue for your immense work – and it works great. (Thanks Yigit too)
    So now i have not to think on it at next update. :yoo

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Enfold Crawl Error #576306

    some thougtht about robots.txt – Info

    Wordpress Codex recommendation is to let the robots.txt file pur without any input.
    Usually i got some entries in my robots.txt file because (cgi-bin and wp-admin ) i want to disallow.

    in the last month i recognised that google search results did not index all sites of my wordpress installations.
    on index status there are no indexed sites ???
    There is a sitemap – crawling like google does was perfect and sending to index than too – but
    on indexed sites there is no entry allthough i can see that google has all my metas (description an keywords) – if i goto google search and put in:

    site:www.homepage.com/ (homepage is a placeholder here)
    google search lists all my sites ???

    on search console (former webdeveloper tools) there is a robots.txt tester – nothing is blocked here ! but on index status there are (if you look to advanced style there are 10 sites blocked via robots.txt ???

    so i uploaded a manually generated robots.txt file to root-directory to overwrite the virtually one of wordpress itself with

    User-agent: *
    Disallow:

    this was testwise because i want to see if problems are gone now – nothing

    i than installed one of those robots.txt plugins to edit the robots.txt file via Dashboard – and now there is a difference between my manually uploaded file and the output of that plugin. So this plugin represents me the virtually generated robots.txt file of WordPress (with content in it)

    This is strange for me – because i thought that this existing file in root-directory overwrites eventually existing
    has anybody have the same problems ? and a solution for it.

    Google i think has changed the bot algorithmus a while ago. They crawl now the wohle site (even js and css files etc.)

    in reply to: Submenu on IPad does not fade out after click #576287

    ipad 4 Retina. so i look to normal navigation (not the mobile one) !
    And that Navigation stays open on my ipad.
    On iphone i got the mobile navigation too and- this works fine

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Shrinking Header on Ipad does not work #575317

    Great – this is the solution till avia.js stays the same.
    If on an update avia.js gets an update i have to repeat the manual update on avia.js in child-theme folder with the new one.

    But on your opinion – this is very unlikely to occur

    btw. is it wrong to set it to “true”

    or do i only have to set: //if(isMobile) shrink = false;

    • This reply was modified 9 years ago by Guenni007.
    in reply to: Shrinking Header on Ipad does not work #574634

    is it possible to make this changing without the loss at next update?

    Thanks!

    in reply to: hreflang tag in head #574363

    can be closed – it worked – but firefox got the old version in the cache. Sorry

    in reply to: glassy Header on search sites #574355

    can be closed than – Thanks
    it is just a cosmetic request – but now it is right!

    in reply to: glassy Header on search sites #573670

    yes i know that it looks the way i want it but the other pages (see private content) hava a class on the html:
    <html class=" ...... html_header_transparency html_header_glassy .... >

    this is missing on search results page !

    • This reply was modified 9 years ago by Guenni007.
    in reply to: glassy Header on search sites #572802

    i want the glassy header here!

    but is the line: $header['header_transparency'] = 'header_transparency'; correct or is there something missing?

    • This reply was modified 9 years ago by Guenni007.
    in reply to: glassy Header on search sites #572237

    well ismael we discussed it here allready for a transparent header: https://kriesi.at/support/topic/styling-single-events-page/

    i want to style the searchresults page similar to the other sites on a specific installation with enfold.
    On that case link above i styled the other pages with transparency header and so i want a transparency header with a banner or something else.

    Now the other pages got glassy headers

    it seems to be solved by :

    add_filter('avf_header_setting_filter', function($header) {
    	if ( is_search() ) {
    		$header['header_transparency'] = 'header_transparency';
    		$header['header_class'] .= " av_header_transparency av_header_glassy";
    	}
    	return $header;
    }, 10, 1);

    but i guess that the line
    $header['header_transparency'] = 'header_transparency';
    has to be a little different becaus html gets a class too.

    in reply to: how to link to an anchor of a wpml site #570773

    ok i found this here:
    https://wpml.org/forums/topic/scroll-to-current-anchor-id-after-language-switch/

    than you only have to let the anchor names as there are in the translations

    the links are than :
    http://www.homepage.com/?lang=de#ID1

    without the backslash

    in reply to: nice arrow #564226

    well i’m a participant too – but i like to learn from others requests – and sometimes i got some good ideas to solve problems.
    Sorry i can not see your link

    in reply to: nice arrow #564109

    is there a private Content in that posting or is a link missing ?

Viewing 30 posts - 10,651 through 10,680 (of 11,200 total)