Forum Replies Created

Viewing 30 posts - 9,091 through 9,120 (of 11,891 total)
  • Author
    Posts
  • in reply to: SSL error in contact page #910017

    on that gym demo – the contact form is in a color-section.
    Look if it has a background-image. thats the hero-2

    Replace it or erase it.

    in reply to: SSL error in contact page #909924

    i think you are using an old demo template
    test.kriesi.at does not exist anymore since Kriesi switched to https.

    You use Gym demo and the hero 2 is:

    it is the background-image on that color-section.

    link is now: https://kriesi.at/themes/enfold-gym/files/2016/02/hero-2.jpg

    in reply to: Make entire column clickable #909911

    Yes – please download again. Download

    it seems that you have to pull in new columns to be influenced of the new code.
    https://webers-testseite.de/weber/clickable-columns/

    in reply to: Make entire column clickable #909895

    i’m now looking for the code error : why the link_target does not work on my end.

    in reply to: Make entire column clickable #909870

    here is a little tutorial of mine: https://webers-testseite.de/edited-enfold-alb-elements/

    it is nearly all the same thing – an edited ALB Element comes to child-theme / shortcodes folder
    your changings are on the bottom of that tut.

    If you do not have after that success please wait til a mod is here and give him the account information in private area.
    Maybe the could help you in that case

    in reply to: Make entire column clickable #909860
    in reply to: Make entire column clickable #909853

    see my test page –
    1) if iconbox itself get a link – the structure was destroyed. (
    2) first of the 1/4 th columns got no link on iconbox – everything is ok.
    3) if you have a text-block in that clickable column – the text will get his hover state- to avoid underlining you have to set some css code

    in reply to: Make entire column clickable #909842

    you see that : https://kriesi.at/support/topic/make-entire-column-clickable/#post-909838

    and think of Josues css code:

    a.flex_column {
        text-decoration: none !important;
    }
    in reply to: Make entire column clickable #909841
    in reply to: Make entire column clickable #909838

    i guess i know: it does not make a sense to set for iconbox a link here !

    in reply to: Make entire column clickable #909834

    the code above sets the possibility to overwrite parent shortcodes (or insert new one)
    you don’t need to replace the parent theme file ( this is why child-themes are the best solution)

    did you inserted the code to functions.php of the child-theme? or to the parent-theme?
    Child is the way to do!

    in reply to: Make entire column clickable #909830

    First i edited again links are the same as above.
    I added the option to set the link target !

    1) on which version of enfold you are with your install ?
    2) what is behind that custom-class (iconboxstyle) ? (css code please)

    in reply to: Make entire column clickable #909822

    Well i see that Josue has not included a link_target option – so i try to implement that too

    in reply to: Make entire column clickable #909812

    the problem is that josues edited columns.php shortcode is more than 2 Years old

    here is one edited new columns.php file of Enfold 4.2.3 on pastebin : columns.php with clickable link

    or as direct download: Download

    i have inserted on the edited lines some comments !

    1) Now download it – and upload it to your child-theme/shortcodes folder
    2) insert in functions.php of your child-theme:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
      return $paths;
    }

    3) see how it looks on ALB:
    see here in Action ( the red 1/2 column): https://webers-testseite.de/weber/clickable-columns/

    in reply to: Close mobile menu by clicking on active navigation item #909782

    yes i inserted that code here to have prettier urls on tabs:

    add_theme_support('avia_template_builder_custom_tab_toogle_id');

    in reply to: Color Section Video Not Playing on Safari or Apple Devices #909777

    update to enfold 4.2.3 this solves my trouble concerning to that topic.

    i don’t know how big was the version-difference on your last update – but this could alwas happen when new features are added.
    f.e. the hamburger menu changes on 4.0.x to 4.1.x

    i always update via ftp. this wastes a bit more time – but it is the safest way.

    in reply to: Cannot set the specific color #909769

    i don’t know why this happens – but i guess your question is a more or less academic question.
    Because there was no visible difference on that.
    Maybe the iris colorpicker (which is used by WordPress) is the source of that shift.

    in reply to: secondary menu and Logo on iPad #909760

    my contact you can see on my Avatar – leads to my homepage

    in reply to: secondary menu and Logo on iPad #909690

    is there a link to that site?
    maybe an old html / css handmade webdesigner can help. :lol

    in reply to: neverending layoutslider story #909689

    is it so bad to see a red dot when you know it has no safety nor performance relevance ?
    I can live with the fact that the included version lags a bit behind ;)

    in reply to: Color Section Video Not Playing on Safari or Apple Devices #909687

    update to enfold 4.2.3 this solves my trouble concerning to that topic.

    if the automatic update is not shown on Enfold Options – update via ftp – It’s the safest way anyway

    in reply to: having for custom post type "event" the avia-post-nav too #909664

    i inserted this code – and it works with an if clause

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
      if(is_singular('portfolio')) {
        $settings['taxonomy'] = 'portfolio_entries';
        $settings['same_category'] = true;}
      if(is_singular('event')) {
        $settings['taxonomy'] = 'event-categories';
        $settings['same_category'] = true;}
      return $settings;
    }
    in reply to: having for custom post type "event" the avia-post-nav too #909654

    hm – it is one code in functions.php of child-theme
    but i need it for portfolio to only navigate the same cat.

    add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
    function enfold_customization_same_cat( $s ) {
        $s['same_category'] = true;
      return $s;
    }
    in reply to: having for custom post type "event" the avia-post-nav too #909635

    From my part yes – but customer allready has a working account to edit Pages and Posts –
    – because I’m interested in it in general, I just wanted to create your own test environment. There it works without further adjustment. Therefore, I will now first look at why it goes in one installation and the other not.

    in reply to: New Google+ Logo #909632

    Yes Ismael but i do not see the instruction on top how to get the new font icon – or i missed it.
    your code here only works if font gplus is present ? isn’t it

    the other method is for people who wants to have the right logo color and not a greyscale color.

    in reply to: Enfold Showcase #909627

    A lot of those examples are very nice .
    But sometimes i see here some SSL (https) pages which show no save symbol in url window.
    The last of unicaweb f.e. – this is a nice website but your logo seems to be loaded as http.
    have a look

    in reply to: New Google+ Logo #909509

    or if you like to have a colored g+ logo
    upload a png file like :

    and add this to your quick css:

    .social_bookmarks_gplus [data-av_icon]::before {
        content: "\00a0\00a0\00a0";
        width: 30px;
        height: 30px;
        background-image: url(/wp-content/uploads/google-plus.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #top #wrap_all .av-social-link-gplus:hover a {
        color: #fff;
        background-color: #eadd4e;
    }

    background-color on hovering it is your part to declare it

    in reply to: New Google+ Logo #909483

    by the way : on documentation it is also not correct.
    The font-name is entypo-fontello not only fontello !

    1) if you had to have the new icon – go to fontello : Link
    2) in fontawesome there are these new signs – choose theme (best all 3)
    3) name the font on top ( i named it gplus)
    4) download the created zip file and
    5) Go to your enfold import/export – and import that fontello font (it is now gplus font-name)
    6) (you have to know the new code of the wanted icon) – f.e. create a new page and insert an iconbox and on hovering in the iconbox alb element – icon choice the wanted icon – the bubble info text shows you the hex-code

    7) To substitute the standard icon of enfold insert this code to your functions.php of your child-theme:

    add_filter('avf_default_icons','avia_replace_default_icons', 10, 1);
    function avia_replace_default_icons($icons){
    $icons['gplus'] =  array( 'font' =>'gplus', 'icon' => 'uf0d5');
    return $icons;
    }

    Thanks

    in reply to: having for custom post type "event" the avia-post-nav too #909353

    i transformed it to events manger :

    add_filter( 'avia_post_nav_entries', 'avia_post_nav_settings_mod', 10, 1); 
    function avia_post_nav_settings_mod($settings) {
        if(is_singular('event')) {
    		$settings['taxonomy'] = 'event-categories';
    	}
        return $settings;
    }

    but with no luck. There is on the left side a look alike button which slides out – but it shows the actual event and click leads to itself.

    in reply to: Position Title Bar below first element #909243

    is it possible to get rid of that transparency test via avf_header_setting_filter ?

    it was possible to activate the secondary menu without having elements in it via:

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
    function avf_header_setting_filter_mod($header) {
      $header['header_secondary_menu'] = 'extra_header_active';
      return $header;
    }

    so there must be a filter look like this to have output of breadcrumb even vor transparency headers ?

Viewing 30 posts - 9,091 through 9,120 (of 11,891 total)