Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • in reply to: Language Menu Layout #211674
    elecsander
    Member
    Post count: 17

    Thanks. I did’t the solution above. Because after one update everything is overwritten.
    I solved my problem by CSS in my child-theme:

    #header-languages .current-language, nav .menu ul.sub-menu li:hover > a {
    background: none!important;
    opacity: 1.0;
    }
    #header-languages a {
    opacity: 0.5;
    }
    .language.name {
    display: none;
    }
    #header-languages > li > a, #header-languages > li > div {
    display: block;
    padding: 1px 0;
    white-space: nowrap;
    }
    #header-languages.sub-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block !important;
    min-width: 60px !important;
    opacity: 1 !important;
    width: 60px !important;
    }
    .parent.aux-languages > a {
    display: none;
    }
    .header-menu .menu > li.parent::after, .top-menu .menu > li.parent::after {
    display: none;
    }
    #header-languages > li {
    display: inline-block;
    float: left;
    width: 28px;
    }

    in reply to: Adjust image sizes + remove author and date #191576
    elecsander
    Member
    Post count: 17

    at the moment nothing.

    Just the code of sf-post-formats.php

    in reply to: Adjust image sizes + remove author and date #191547
    elecsander
    Member
    Post count: 17

    yes sorry…wrong URL

    Parse error: syntax error, unexpected T_IF in /wp-content/themes/neighborhood-child/functions.php on line 2

    in reply to: Adjust image sizes + remove author and date #191544
    elecsander
    Member
    Post count: 17

    unfortunately error:

    Parse error: syntax error, unexpected T_IF in /wp-content/themes/neighborhood-child/functions.php on line 2

    isn’t there an easier way to global overwrite?
    like:

    `add_image_size( ‘thumb_img_url’, 400, 400, true);
    add_image_size( ‘sf_thumbnail_image’, 1000, 720, true);`

    in reply to: Adjust image sizes + remove author and date #191514
    elecsander
    Member
    Post count: 17

    Sorry, I don’t know why, but I can’t post a new topic. (Firefox & Chrome)
    The link on your button “post new topic” doesn’t work:

    Neighborhood

    Anyway, I have another thumbnail question.

    In the neighborhood theme I want to change two thumbnail sizes:

    first:
    swift-framework/page-builder/builder/shortcodes/post-carousel.php
    line 173

    					$image = "";
    					if (function_exists('aq_resize')) {				
    					$image = aq_resize( $thumb_img_url, 420, 315, true, false);
    					}

    and second:
    swift-framework/sf-content-display/sf-post-formats.php
    line 289

    	$thumb_width = 970;
    	$thumb_height = NULL;
    	$video_height = 728;

    I can change both, no problem and it works. But after the next theme update all changes are overwritten.

    Is there a way to put this in the function.php of the child-theme?

    in reply to: Customise blog post and image overlays ? #191502
    elecsander
    Member
    Post count: 17

    Yes! I have the same question.
    I just overwrite it with an background image.

    But the background image is not centered. Because the DIV has width:100% and the text-icon is text-align: center;

    this is my idea, but the icon is on the left side, not centered.

    figure .fa-file-text-o {
       background: rgba(0, 0, 0, 0) url("images/new-icon.png") no-repeat scroll center center;
        height: 36px;
        text-indent: -999em !important;
        width: 36px; 
    }
    in reply to: Duplicate Swift Page Builder Elements/ Custom Elements #191487
    elecsander
    Member
    Post count: 17

    Unfortunately it doesn’t work.
    The child doesn’t overwrite the custom options.

    in reply to: Duplicate Swift Page Builder Elements/ Custom Elements #189816
    elecsander
    Member
    Post count: 17

    Thanks!!! It works.
    Is there a way to put the changes in the child-theme?
    I created a the same directory-structure, but it doesn’t work.

    Acutally it works only in the main-theme ‘Neighborhood”.

Viewing 8 posts - 1 through 8 (of 8 total)