Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Testimonials image shape? #146740
    repsrpska
    Participant

    But I don’t see how this current system could be used by anyone?

    You are a company, you have 30 testimonials and only lasted number of them which you can define, will be displayed.

    If you have 20 before that, they won’t appear. Only that last ones would. How does that makes business sense?

    in reply to: Testimonials image shape? #146732
    repsrpska
    Participant

    Currently, if I go to the Customizer and Home Sections and then to Testimonials, I can enter how much articles do I want to be displayed “No of Testimonials”.
    When I enter here a number, for example let’s say 5. I get the latest 5 articles from that category.

    Would it be possible to not have the latest 5 articles displayed, but 5 random articles from the given category?

    I have category with 30 articles and would like then do be displayed randomly (selected 5) and so on. So everytime when somebody comes, they would see another set of 5 articles in this section.

    in reply to: Testimonials image shape? #146725
    repsrpska
    Participant

    Thank you very much for this.

    It seems that the number I have given for the number of posts in Customizer (Home Section) is for the last 5 “articles”?

    Since my goal is to display the 5-6 random articles from category(I will have 30 articles), that would not be possible with this?

    in reply to: Testimonials image shape? #146684
    repsrpska
    Participant

    Thank you very much.

    That has removed my radius and that was exactly what I was looking for.

    The problem which I have now is that the picture is cut off. It doesn’t matter which size I enter through the previous code, the picture is displayed normally is being cut off.

    https://ibb.co/8BwvLzK – how the image looks at the front page
    https://url.vukovic.cloud/04UxB – how it should look

    in reply to: Testimonials image shape? #146581
    repsrpska
    Participant

    Hi.

    It should be there now, the first was not active.

    I am exactly that part, but the shape of the image. I have found the css required as you have given it as well, but my interested is in the shape. How can I make it look like the original logo, not ellipsoid or round?

    in reply to: Testimonials image shape? #146483
    repsrpska
    Participant
    in reply to: Services front section question #146244
    repsrpska
    Participant

    Hi.

    Done with

    .home-section-services .services-item img  {
    		height: 150px
    }
    in reply to: No mobile menu after the update? #132394
    repsrpska
    Participant

    It seems to work ok with v.3.0.1.

    Thank you 🙂

    in reply to: No mobile menu after the update? #132383
    repsrpska
    Participant

    I have two scenarios that occur with all of this.

    First is when I am logged in, then it is displayed perfectly.

    https://lampir.dev/img/01.jpg
    https://lampir.dev/img/02.jpg

    Second is when I am not logged in, then I get this. Android Chrome with Android Brave as well.#

    https://lampir.dev/img/03.jpg

    I have added the code from the link.

    in reply to: No mobile menu after the update? #132381
    repsrpska
    Participant

    Everything is perfect now in chrome. In chrome incognito and brave not so much.

    I will post pictures shortly.

    in reply to: No mobile menu after the update? #132380
    repsrpska
    Participant

    Hi.

    This puts the menu below the logo and not how it was before.

    Please help.

    in reply to: Mobile menu link only? #130362
    repsrpska
    Participant

    I would like to know this as well.

    in reply to: Update: 4.9.6 #72631
    repsrpska
    Participant

    You are awesome!

    Did as instructed and its working fine now!

    Thank you!

    in reply to: Update: 4.9.6 #72421
    repsrpska
    Participant

    Somehow, my post is gone? 🙂

    Here it is again.

    Hi.

    I have tried this, rebuilt the cache, but still the same. Thank you for the effort.

    I have always added the css in the additional CSS, like instructed.

    Tried with:
    Chrome Version 66.0.3359.181 (Official Build) (64-bit) – error present
    Firefox 60.0.1 (32-bit) – error present
    IE 11.48.17134.0 – no error but no pictures as well.

    I have tried to reduce deactivate WP Fastest Cache, remove the additional css which you now provided, but no luck.

    I have noticed that he has the same problem?

    http://themepalace.com/topic/icons-disappeared/

    It is now a bit big 🙂

    /*
    Hier kannst du dein eigenes CSS einfügen.
    
    Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
    */
    #site-identity {
      margin-top: 30px;
    }
    
    #main-nav {
       margin-top: 7px;
       }
    
    .site-header {
        padding: 0px 0 0;
    }
    
    .header-search-box .widget.qtranxs_widget {
        margin: 18px 22px 0;
    }
    
    #quick-contact {
      margin-top: 30px;
    }
    
    .site-title a, .site-title a:visited {
        color: #fff;
    }
    
    td {
        border: none;
    }
    #responsive-form{
    	max-width:100% /*-- change this to get your desired form width --*/;
    	margin:0 auto;
            width:100%;
    }
    .form-row{
    	width: 100%;
    }
    .column-half, .column-full, .column-3{
    	float: left;
    	position: relative;
    	padding: 0.65rem;
    	width:100%;
    	-webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
    }
    .clearfix:after {
    	content: "";
    	display: table;
    	clear: both;
    }
    
    /**---------------- Media query ----------------**/
    @media only screen and (min-width: 48em) { 
    	.column-half{
    		width: 50%;
    	}
    	.column-3{
    		width: 33.333%;
    	}
    }
    
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    	width: 100%;
    	padding: 8px;
    	border: 1px solid #ccc;
    	border-radius: 3px;
    	-webkit-box-sizing: border-box;
    	 -moz-box-sizing: border-box;
    	      box-sizing: border-box
    }
    .wpcf7 input[type="text"]:focus{
    	background: #fff;
    }
    .wpcf7-submit{
    	float: right;
    	background: #CA0002;
    	color: #fff;
    	text-transform: uppercase;
    	border: none;
    	padding: 8px 20px;
    	cursor: pointer;
    }
    .wpcf7-submit:hover{
    	background: #ff0000;
    }
    span.wpcf7-not-valid-tip{
    	text-shadow: none;
    	font-size: 12px;
    	color: #fff;
    	background: #ff0000;
    	padding: 5px;
    }
    div.wpcf7-validation-errors { 
    	text-shadow: none;
    	border: transparent;
    	background: #f9cd00;
    	padding: 5px;
    	color: #9C6533;
    	text-align: center;
    	margin: 0;
    	font-size: 12px;
    }
    div.wpcf7-mail-sent-ok{
    	text-align: center;
    	text-shadow: none;
    	padding: 5px;
    	font-size: 12px;
    	background: #59a80f;
    	border-color: #59a80f;
    	color: #fff;
    	margin: 0;
    }
    
    .recent-events .event-post p {
        width: 78%;
        float: right;
    }
    
    .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
        content: "\f107";
    }
    
    #quick-contact li.quick-call-info::before {
        content: "\f095";
    }
    #quick-contact li.quick-address-info::before {
        content: "\f015";
    }
    in reply to: Update: 4.9.6 #72254
    repsrpska
    Participant

    I’ve cleared the cache.

    http://quirktools.com/screenfly/#u=http%3A//www.rep-srpska.at&w=1920&h=1200&a=1

    Still the same problem? Tried on another pc, still the same problem and tried on two phones, still the same problem.

Viewing 15 posts - 1 through 15 (of 19 total)