Susch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Post lists don't display the full contentResolved- i put the iframe code in the excerpt
Forum: Themes and Templates
In reply to: [Customizr] Post lists don't display the full contentHey d4z_c0nf again,
Wow… i switched to the Twentyfourteen theme and there is also the same problem. So nothing theme-related. Great point you had there! Thanks for that- i’m sure this brings me a bit closer to the soultion.
And i hope you can still help me.^^
The plugin is in a widget-area on the right side and there is a shortlink, where the search-results are shown, which i pasted on the page. (I wanted some text on the top of it)
Forum: Themes and Templates
In reply to: [Customizr] Post lists don't display the full contentHey d4z_c0nf
here is a comparison between the Twentyfourteen and Customizr . As you see the player won’t show up in the search results.
Ross (the nice support-guy from the search-and-filter plugin) told me, that my theme (which is customizr) encodes the html. So the player can’t show up and the link “ROBA PM” isn’t clickable in my website.
So it works with other themes, but not with customizr.
In customizr i choose “display the full content” and also in wordpress reading optionts the “full text” is selected.
So i searched in the class-content-post_list.php in the customizr theme folder to see if there is an option, that explain the html change, but i’m not very good at all with these coding stuff.Here is the free version of this plugin.
Best regards and thanks for your help
SuschForum: Themes and Templates
In reply to: [Customizr] Post lists don't display the full contentHi Max, please see this demo I jsut created for you:
https://demo.designsandcode.com/sfpro-movie-reviews/max-search/
I set it up in 2 minutes and it is using the default results template that comes with S&F when diplaying results using shortcode.
I suspect, some file/template in your theme may be encoding the post content (which it should not, as WP already does this) so instead of the actual iframe, you get encoded html….
:/
Forum: Fixing WordPress
In reply to: Plugin update not workingThanks for the answer nicorola, but that is unacceptable
Forum: Fixing WordPress
In reply to: Plugin update not workingsame here as well. Just “updating…” and no progress at all. Is there a solution for this?
Forum: Themes and Templates
In reply to: [Customizr] Music Library in CustomizrI updated wordpress and the theme. Didn’t change anything. I edited the functions.php and pasted the css code- what is wrong? o.O
Hier is my Css code:
/* Header l?schen */
.tc-header.clearfix {
display:none;
}.carousel .item {
-webkit-transition: .7s ease-in-out opacity;
-moz-transition: .7s ease-in-out opacity;
-ms-transition: .7s ease-in-out opacity;
-o-transition: .7s ease-in-out opacity;
transition: .7s ease-in-out opacity;
left: 0 !important;
}.carousel .active.left, .carousel .active.right {
opacity: 0;
z-index: 2;
}
/* …and only if you’re using the prev/next buttons */
.carousel .next.left, .carousel .prev.right {
opacity: 1;
z-index: 1;
}.carousel-control { display:none;
}/* Blog Navigationsleiste l?schen */
#nav-above {display:none;}
#nav-below {display:none;}
.nav-next {display:none;}
.nav-previous {display:none;}/* Add transparency to Guarantee Text widget */
div#text-4{
background: transparent url(/wp-content/themes/atahualpa353/images/transparent.png);
border: solid 0px;
}/* Schriftgr??e im Footer adden */
footer#footer p, footer#footer a {
padding: 0px ;
font-size: 1em ;
text-align: center;
line-height: 1.2em ;
}/* Social Icons im Footer Gr??e ?ndern */
.colophon .social-block {
font-size: 1.2em;
}/* FB Icon blau machen */
a.icon-facebook:before {
background-color: #3b5998;
border-radius: 2px;
color: white;
padding: 4px 0 0 2px;
position: relative;
text-shadow: none;
top: 4px;
}
a.icon-facebook {
position: relative;
top: -4px;
}/* Youtube icon rot machen */
a.icon-youtube:before {
background-color: #e50000;
border-radius: 3px;
color: white;
padding: 2px 0 0 2px;
position: relative;
text-shadow: none;
top: 4px;
}
a.icon-youtube {
position: relative;
top: -4px;
}/*Breadcrumbs in Vordergrund */
div.breadcrumb-trail.breadcrumbs {position:relative; z-index:20
}/*portfolio start/schlie?en button ausschalten */
.slb_controls {display: none}/* Google+ icon grau machen */
a.icon-google:before {
padding: 5px 0 0 2px;
position: relative;
text-shadow: none;
top: 4px;
}
a.icon-google {
position: relative;
top: -4px;
}/* my-nav-menu-search menu item created in functions.php. Move it way over to the right */
.notresp.navbar .nav .my-nav-menu-search {
float: right;
}
.notresp.navbar .nav {
width: 100%;
}/*Stop the display of the Search button*/
.my-nav-menu-search .search-submit {
display: none;
}
/* The “Search for” text is needed for screen readers, but we move it off screen, so we won’t see it */
.my-nav-menu-search .search-form .screen-reader-text {
position: absolute;
left: -9999px;
overflow: hidden;
}/* Style the search input textbox */
.my-nav-menu-search .search-field {
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: pointer;
height: 26px;
margin: 2px 0 2px 0;
padding: 0 0 0 36px;
position: relative;
-webkit-transition: width 400ms ease;
-moz-transition: width 400ms ease;
-o-transition: width 400ms ease;
transition: width 400ms ease;
width: 0px;
}/* Expand the search box when you click it */
.my-nav-menu-search .search-field:active,
.my-nav-menu-search .search-field:focus {
color: #5a5a5a;
/* change the colour above if you are working with a dark navbar background */
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 70px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
}/* Add a magnifying glass background */
.my-nav-menu-search .search-form:before {
font-family: ‘genericons’;
content: ‘\f400’;
position: absolute; /* this is the key to put it visually inside the search field */
font-size: 19px;
font-weight: normal;
padding-top: 5px; /* tune this vertical alignment inside the search field, as needed */
padding-left: 5px; /* tune this horizontal alignment inside the search field, as needed */}
Forum: Themes and Templates
In reply to: [Customizr] Music Library in CustomizrI edited the functions.php and added the css code from method 1 but nothing happens ??
Forum: Themes and Templates
In reply to: [Customizr] Customizr won't update my customisationresolved: it was something wrong with the path in index.php
Forum: Themes and Templates
In reply to: [Customizr] Back to "home" button doesn't work (Breadcrumb bug?)Did nikeo answer something? Maybe it’s purpose to disable the breadcrumbs in the full width layout…
Forum: Themes and Templates
In reply to: [Customizr] Back to "home" button doesn't work (Breadcrumb bug?)I just made a new page and the Breadcrumb function only seems to be disabled in the full width layout
Forum: Themes and Templates
In reply to: [Customizr] Back to "home" button doesn't work (Breadcrumb bug?)ok so i’m a bit reassured- thanks ??
Did he had a suggestion so far?
Forum: Themes and Templates
In reply to: [Customizr] Change sidebar backgroundWorks fine- resolved… Thank you so much ??
Forum: Themes and Templates
In reply to: [Customizr] Add link in the footerHey CrouchingBruin,
thanks for your answer. But this is not what i mean. I like to add a link in the footer LIKE the “to the top” function. I just mentioned that example to show you that i want to add some text there.
Hey nikeo,
thank you too for your response. the upcoming update sounds great for me ?? . Do you know when it will be released?
Maybe i can easier work with the new update then, instead of editing the footer manually.
Could you give me a hint, where i can find these filters?Thanks again for your help
best regardsForum: Themes and Templates
In reply to: [Customizr] Adding shadow below the slider imageswaaaaaaaaaaaaa IT’s there^^
Thanks so much- perfect ??