Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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;
}at the moment nothing.
Just the code of sf-post-formats.php
yes sorry…wrong URL
Parse error: syntax error, unexpected T_IF in /wp-content/themes/neighborhood-child/functions.php on line 2
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);`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: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?
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; }
July 3, 2015 at 12:47 pm in reply to: Duplicate Swift Page Builder Elements/ Custom Elements #191487Unfortunately it doesn’t work.
The child doesn’t overwrite the custom options.June 29, 2015 at 3:52 pm in reply to: Duplicate Swift Page Builder Elements/ Custom Elements #189816Thanks!!! 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”.
-
Posted in: We hit Power Elite.