Forum Replies Created

Viewing 30 posts - 4,291 through 4,320 (of 11,985 total)
  • Author
    Posts
  • in reply to: Blog Featured Image Size #1318213

    but allways think of : after changing these sizes – a regeneration of the calculated thumbnails had to be done ( see this again: Then regenerate thumbnails … )
    You can read here about the influence of some parameters to those changed or new sizes: https://developer.wordpress.org/reference/functions/add_image_size/ – especially the crop ( true, false ) ;) seems to be important.

    in reply to: Align Icon Box Title Vertically #1318112

    you can try this:

    #top.page-id-137 #av_section_3 .iconbox_content_title {
      display: block;
      position: absolute !important;
      bottom: 20%;
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      line-height: 1.8em
    }
    in reply to: Footer in tablet view in two colums and two rows #1318002

    btw: on your english site there must be something wrong with the setup.
    Everything on main looks different to your native language. Did you synchronize your css with the native language allready?

    PPS: if you like to preserve the container-width of the normal content change the max-width in that one rule above to:

    #footer .container {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-evenly;
      width: 100%;
      padding: 0  !important;
      max-width: 1340px !important;  /*** this is different to the rule above ***/
      left: 0!important
    }
    in reply to: Footer in tablet view in two colums and two rows #1317997

    well if it is your homepage – i would flex the content and use the whole width of the viewport,
    and because you have one time the featured images on the right once on the left it is hard to say what text belongs to the image.
    So maybe you colorize the columns to have a better overview.

    #footer {
      padding: 25px 0 5px 0;
    }
    
    #footer .container {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-evenly;
      width: 100%;
      padding: 0  !important;
      max-width: 100% !important;
      left: 0!important
    }
    
    #footer .container:after{
      display: none
    }
    
    #footer .container .flex_column {
      flex: 0 1 22%;
      width: unset !important;
      margin: 0 0 20px 0;
      padding: 10px;
      background-color: #333
    }
    
    #footer .container .flex_column section {
      padding: 0 15px;
    }
    
    @media only screen and (max-width: 1149px) {
      #footer .container {
        justify-content: space-evenly;
        width: 100%;
      }
      #footer .container .flex_column {
        flex: 0 1 46%;
        width: unset !important;
        margin: 0 0 20px 0;
      }
    }
    
    @media only screen and (max-width: 767px) {
      #footer .container {
        justify-content: space-evenly;
        width: 100%;
      }
      #footer .container .flex_column {
        flex: 0 1 90%;
        width: unset !important;
        margin: 0 0 20px 0;
      }
    }

    and on less wide screens: 2rows 2columns:

    on small screens: 1 column only

    in reply to: Checkboxes stretched #1317970

    A tried and tested means of circumventing the definitions determined by the browsers is not to display the checkbox itself (opacity: 0) but to build a substitute in the form of a pseudo-container.

    you can see two examples in the contact-form : https://webers-testseite.de/kontakt/

    in reply to: block editor only for posts ? #1317850

    in this combination it works

    Select Your Editor -> Use Classic Editor

    add_theme_support( 'avia_gutenberg_post_type_support' );
    
    function disable_gutenberg_for_cpt($current_status, $post_type){
        // Use your post type key instead of 'portfolio'
        if ($post_type === 'portfolio') return false;
        return $current_status;
    }
    add_filter('use_block_editor_for_post_type', 'disable_gutenberg_for_cpt', 10, 2);
    in reply to: Remove h3 from masonry gallery #1317839

    this comes to child-theme functions.php:

    function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array()){
      if( $context == 'avia_masonry' ){
        $args['heading'] = 'p';              
      }
      return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );
    in reply to: Nach WordPress Update auf 4.8 Fehlermeldung #1317768

    by the way: if you goto advanced options of layerslider :
    i disabled some of the standard settings ( i do not use gutenberg etc. ) the message is gone:

    And i think it is only to disable the gutenberg option on the bottom.

    in reply to: Nach WordPress Update auf 4.8 Fehlermeldung #1317766

    Genau die gleiche / ähnliche Meldung bei mir.

    Warning: Array to string conversion in … …/wp-includes/script-loader.php on line 2733
    
    Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in 
    … … /wp-includes/class.wp-dependencies.php:166 Stack trace: #0 
    … … /wp-includes/class.wp-dependencies.php(166): explode('?', Array) #1 
    … … /wp-includes/class.wp-styles.php(371): WP_Dependencies->all_deps(Array, false, false) #2 
    … …/wp-includes/class.wp-dependencies.php(106): WP_Styles->all_deps(Array) #3 
    … …/wp-includes/script-loader.php(2739): WP_Dependencies->do_items(Array) #4 
    … …/wp-includes/class-wp-hook.php(303): wp_add_iframed_editor_assets_html('') #5 
    … …/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #6 
    … …/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #7 
    … …/wp-admin/admin-footer.php(105): do_action('admin_footer-po...') #8 
    … …/wp-admin/post.php(369): require_once('/www/htdocs/w01...') #9 {main} thrown in 
    … …/wp-includes/class.wp-dependencies.php on line 166

    if i do deactivate the implemented layerslider the error message is gone

    in reply to: block editor only for posts ? #1317763

    so i first do the general setting for gutenberg editor on enfold theme options tab to not use it. – and then reactivate it per post.
    can i differ between post and portfolio ?

    in reply to: svg support #1317690

    Aha

    in reply to: HELP ME #1317639

    Thanks for the feedback. :)

    in reply to: Animated GIF in portfolio gallery #1317542

    well youtube and vimeo do offer now little episodes of a mp4 film as gif to use it for preview films.
    but i know that the offered gifs do not always play as it should.
    I have used the converters here: https://ezgif.com/video-to-gif

    But for the usage as “featured image” they had to fullfill some conditions. Main is size – or frame-rate. – and do not insert a recalculated ( resized image) to use as featured image. so resize it on the link above yourself to get a nice dimension to use.

    Maybe this article will help you to solve your problems: https://betterstudio.com/blog/gif-featured-image-wordpress/#how-to-fix-gif-not-animating-in-wordpress

    in reply to: svg support #1317483

    Calculation

    in reply to: Smaller version of header for one page #1317380

    You are welcome

    in reply to: svg support #1317356

    dieser Effekt Ist sicherlich häufiger anzutreffen – bei anderen Themen – daher glaube ich schon es wäre eine Bereicherung.

    Ich sehe momentan keine Probleme, da all_colors bei footer meist durch footer_color überschrieben wird.

    in reply to: On a clean install #1317337

    Ok – on looking into avia_performance.php i see the if clause on showing these checkboxes :)

    if( avia_count_active_plugins() > 0 )
    

    i said it above a clean install – no plugins on that moment.
    so it can be closed.

    in reply to: Issue with debug info still showing with font error #1317309

    how did you update to 4.8.3
    don’t know when the change of the correlated names start – but now this file is called: class-font-manager.php
    so if you do update f.e. by overwriting existing files via ftp etc. pp . the old file will persist in that folder

    Hi Günter – thanks

    in reply to: HELP ME #1317197

    Looks better – if you like to have an alternative –
    try:

    #top .av-rotator-container-inner {
    text-shadow:     
        1px 1px 0 #c7c8ca,
        2px 2px 0 #b1b3b6,
        3px 3px 0 #9d9fa2,
        4px 4px 0 #8a8c8e,
        5px 5px 0 #77787b,
        6px 6px 0 #636466,
        7px 7px 7px #000;
    }

    but then with more letter-spacing

    in reply to: Please contribute and translate Enfold #1317196

    Yes, that is definitely the better phrase.
    you see the word by word translation on German is misleading:
    It is the oposite way as described.

    i hope that they will soon add these additonal image formats:
    https://kriesi.at/support/topic/svg-support-3/#post-1317155

    in reply to: Smaller version of header for one page #1317179

    This way with page array

    if( is_page ( array ( 21, 8675, 13792, 14614 ))){ 
    
    in reply to: Please contribute and translate Enfold #1317121

    by the way – on enfold options footer – there is :
    “Select a page as footer and socket” and
    “Select a page as footer (no socket)”

    but isn’t it a bit confusing ( you can see the translation faults on that f.e. in German )
    wouldn’t it be better to make it more clear if you say:
    “Select a page replacing footer only”
    “Select a page replacing footer and socket”

    in reply to: HELP ME #1317010

    first : i do not like the big white rectangle when the letters change – then maybe a text-shadow will do the job:

    #top .av-rotator-container-inner {
    	text-shadow: 3px 3px 10px #000 !important;
    }
    
    .av-marked-text .av-rotator-text-single {
    	background-color: transparent !important
    }

    or in additon a little outline with a modern method to add outline ( only IE11 does not support this) – replace the first rule with:

    #top .av-rotator-container-inner{
    	text-shadow: 2px 3px 4px #000 !important;
    	-webkit-text-stroke: 1px black
    }

    if you like it with more browser support – that little trick will do – replace the first rule with:

    #top .av-rotator-container-inner {
    	text-shadow: 3px 3px 5px #000, -2px -2px 0 #000,   2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    }
    in reply to: Problem with 4.8.6.1 #1316997

    it is your whole layerslider installation that does not work.

    i would try to install a complete new enfold in this way:
    https://kriesi.at/support/topic/some-hints-and-advice-to-update-enfold/#post-1056107

    Even if they have the same version – this will work.
    Just to look if something went wrong on last updates.
    If this does not solve the issue – you can go back in the described way.

    in reply to: Cannot Add Spaces in between Words #1316995

    First of all – do you still need the jQuery Migrate on your installation?
    It is still active. You can avoid loading it on Performance : “Disable jQuery Migrate”

    This has nothing to do with your problem at first, but if your plugins are up to date, there should be no reason not to disable it.
    If you experience problems afterwards, you can undo it.

    __________

    Do you use Gutenberg on your Enfold Installation? – or the Classic Editor?
    Some Addons on Gutenberg Editor can cause such a problem ( f.e.: Ultimate Addons for Gutenberg )

    in reply to: Smaller version of header for one page #1316976

    It doesn’t seem to be that important anymore!

    in reply to: Problem with 4.8.6.1 #1316975

    you don’t have to insert the css code above – because it is part of that css belongs to layerslider – but on some reasons this is not loaded.
    If you put in the css code above – you will see that the gray rectangle is gone.
    But i do not see any of this .ls-hidden rules in your css.

    Why don’t you define on the 3/5 column that they have same height.
    Only to give advice from a screenshot it is hard to more precise.

Viewing 30 posts - 4,291 through 4,320 (of 11,985 total)