Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Changing easy slider Next and prev arrows #1285434

    Guenni007,
    brilliant, that worked.
    Your tip for removing the “u” was very helpful.
    pretty sure that I would not have found that easliy.

    THANKS!

    #top .avia-slideshow-arrows a:before {
    	background:none; //remove existing background	
    }
    #top .avia-slideshow-arrows a.next-slide:before {
    	font-family: 'etoile';
    	content: "\e805";
    	font-size:48px;
    	color:black;	
    }
    #top .avia-slideshow-arrows a.prev-slide:before {
    	font-family: 'etoile';
    	content: "\e806";
    	font-size:48px;	
    	color:black;	
    }
    .avia_desktop .av_slideshow.avia-slideshow-2 .avia-slideshow-controls a {
    	  opacity: 1;
    	  filter: alpha(opacity=1);  //arrows always visible
    }
    .avia-slideshow-2 li img {
    	width: 80%; //arrows outside slide image
    }
    in reply to: Changing easy slider Next and prev arrows #1285356

    Victoria and Guenni007, thanks for your response.

    Staging website is here: http://headstart.design/etoiles/
    it is the second slider, in the ABOUT section http://headstart.design/etoiles/#about

    I was already deep into the rabbithole, making modifications to the /config-templatebuilder/avia-shortcodes/av-helper-slideshow.php file, where the HTML for the slider controls is generated. This is offcourse not upgrade proof, so I rather do it the simpler way.

    I look further into the CSS thing, see if I can get that to work.

    in reply to: Child theme stylesheet does not update #1035526

    OK found it, was my own mistake. In my editor (Coda) I changed the path to point at the style.css file in the theme folder. But for these changes to take effect, you will have to restart Coda, and then give the command “go to local folder”, otherwise Coda will open a previous opend style.css and you will still be editing the same file but in the wrong location.
    Thanks and topic solved.

    in reply to: Child theme stylesheet does not update #1035300

    Hi Yigit,

    Thanks for your reply. That was really fast!
    I tried that but that did not help.
    Tried activating Enfold, then Enfold-child again.
    Tried importing Enfold theme settings, ther re-setting “disable CSS merging” and “delete old CSS and js settings” again.
    Deleted my browser cache.
    Still, the site gives me the same old enfold-child/style.css file with the same version number.

    Thanks

    André

    in reply to: extra border element #833329

    no, that’s it for now.
    Thanks again

    Andre

    in reply to: extra border element #833048

    Thanks Jordan, found it.

    Cheers,

    André

    in reply to: Enfold site width #778699

    OK, found the culprit in grid.css:

    .boxed#top, .html_boxed.html_header_sticky #header{ width: 1010px; }
    .container{
    /* max-width: 1010px;*/
    }

    I can easily change that to something like this:

    .boxed#top, .html_boxed.html_header_sticky #header{ width: 100%;
    max-width: 1500px;}
    .container{
    /* max-width: 1010px;*/
    }

    Still a bit strange that the settings you make in the Enfold settings do not override this.

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