Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • Then i will play around a bit and see what i can come up with.

    Thanks

    Marcel

    in reply to: Change text from reply icon #431510

    The codestyling localization plugins seems to be gone…

    But i changed the php file and placed it in the child theme.
    So this does the trick :)

    Thanks!

    Marcel

    in reply to: Change looks of tagcloud #430779

    Never mind, i found the solution.

    For the one who also want to get this looks:

    				div.tagcloud a {
    
    					float: left;
    
    					position: relative;
    
    					display: inline-block;
    
    					width: auto;
    
    					padding: .19em .62em;
    
    					margin: 2px 2px 0 0;
    
    					white-space: nowrap;
    
    					font-size: 1em !important;
    
    					background-color: transparent;
    
    					color: inherit;
    
    					border: 1px solid;
    
    					z-index: 0;
    
    					-webkit-transition: all .3s;
    
    					        transition: all .3s;
    
    				}
    
    					div.tagcloud:hover a { opacity: .33; }
    
    					div.tagcloud a:hover {
                            border: 1px solid #ff8000;
                            background: #ff8000;
                            color: #ffffff;
    						text-decoration: none;
    
    						z-index: 1;
    
    						opacity: 1;
    
    					}
    
    					div.tagcloud a:before {
                            
    						content: attr(title);
    
    						position: absolute;
    
    						display: none;
    
    						left: 100%;
    
    						top: -1px;
    
    						padding: .19em .62em;
    
    						pointer-events: none;
    
    						border: 1px solid;
    						
    						color: #ff8000;
    
    					}
    
    						div.tagcloud a:hover:before { display: block; }
    in reply to: Enfold & Photo Gallery plugin #429153

    Dear Yigit,

    I understand completely, and as i mentioned before i really do appreciated the help from you and your colleges.

    You can close this topic.

    Thanks again for the help, and i will probably see you again in a future question post ;)

    in reply to: Enfold & Photo Gallery plugin #426821

    I have added it to the child style.css but did not work, then i tried to put it in the quick css but here also it does not work.
    Also i have noticed that the movement and original hover also happens when you do a full screen lightbox and close it.

    Shouldn’t there be some way that this plugin works “right out of the box”?
    Without all the small css changes? (Dont get me wrong, i really am grateful for all the support by you and your colleagues.)

    I really like the Gallery Plugin, and i never even thought that it would not work with the Enfold theme.
    And as i have mentioned before, with other themes i never had a problem with this plugin, so didn’t expect this at all…

    The only thing that is keeping me now from setting the site live is the gallery… So i really hope that we can solve this.

    in reply to: Enfold & Photo Gallery plugin #426805

    Thanks Josue,

    But i still have the problem that when you make the browser even just a little smaller/bigger all goes wrong again.

    The images are moved to the bottom or right side of the screen and you see the original hover again.

    in reply to: Enfold & Photo Gallery plugin #426150
    This reply has been marked as private.
    in reply to: Enfold & Photo Gallery plugin #425632

    Hi Yigit,

    With other themes the gallery would change directly when you re-size the window. You did not have to reload the page to get all centered again. Now when you re-size the window the images get moved, but also the original hover effect (icon) is back.

    As long as you do not change the size of the window, the hovers are perfect :)
    But after i had changed the JS line, there is no light-box at all… Only a blank page with the image on it.

    Marcel

    in reply to: Enfold & Photo Gallery plugin #424887

    Hi, Thanks for taking the time to look in to this on Eastern!

    So the images are now staying :)

    But still some problems:

    [1] When re-sizing the window, the images move to the right side of the screen. This should stay centered.The plugin is 100% responsive.
    [2] When you hover over a image, the image should come to the front, now it stays behind other images.
    [3] With some images there is the hover overlay from enfold instead from the gallery.
    [4] There will be two light-boxes when you click on a image. I only want the light-box from gallery on the gallery images.

    Have a good day,

    MArcel

    in reply to: Text instead of logo #423621

    Josue (and do not forget Yigit) , thank you! Frontpage looks great now!

    I have noticed that on a normal resolution all other pages react perfect, they start below the header and you can see everything.

    When you resize to get smaller resolution the page contect dous not start below the header but behind the header.

    Is this also something that has to be changed in JS or can this be changed in CSS?

    in reply to: Text instead of logo #423081

    Thanks for the link, Transparency looks great now!

    I hope you do net get tired of me, but ….

    When you press the button below to scroll a full page down it is not correct now. The next part will start just below the header instead of the top of the page.

    Also i have noticed that when you are watching other pages (for example Berichten) with a resolution below aprox 350px the content do starts behind the header instead of below the header. But in this case the content should start below the header…

    Thanks again,

    Marcel

    in reply to: Text instead of logo #422950

    Dear Yigit, this is getting really close now to what i had in mind. Great!

    The header will still lose transparency when you scroll down.
    I would like the header to stay transparent on the frontpage all the time.

    All other pages it can be white (as it is already).

    I have tried to look wich css to change, but i cant find it.

    When i get about 360px small then some words are put down again, but i will leave that for now, i do not think many screens will have that kind of resolution…

    But the transparency i really would like to have solved.

    I wish you would be near here, then i could by you a beer for all the help :)

    in reply to: Text instead of logo #422153

    Hi Yigit,

    The logo is gone, super.

    But the words will be put below each other with big white space between them.

    I have made a screencap:
    http://www.marcelspijker.nl/screenshot

    Also i want the header of the home page transparent to, just like when you watch on a big screen.

    Thanks again!

    in reply to: Text instead of logo #421538

    Deer Yigit,

    This is great. Super!

    But then comes the next problem…

    The underline i have solved,had to address the logo>a:hover instead of the other classes.
    I would like to remove the underline when hover.
    So i added the next line:

    .subtext .first-line a:hover { text-decoration: none; }

    but that dous not work.

    So how can i get those lines gone…

    But below still is a issue…

    Second, when i make the site smaller for telephone, the logo pops-up again and the text gets a very big space above and below the words. You will see it when you make the browser screen very small.
    So what is the solution here?

    And last one, the header should also be transparent when it is small sized and not only when it is big.

    Thanks for the help. I really love your support.!
    (One of the reasons why i finally bought this theme.)

    Kind regards,

    Marcel

    • This reply was modified 9 years, 7 months ago by marcelspijker.
    in reply to: Fullscreen slider caption positioning #421458

    Thanks for the css! This dous the trick.

    Just a point of thought…
    Would it not be better to have the option bottom-left and bottom-right instead of only the bottom for the caption position in the slider settings? Is that something that i can manage to do myself? Because then i can have one slider with caption left, next slider caption right …

    • This reply was modified 9 years, 7 months ago by marcelspijker.
    in reply to: Text instead of logo #420792
    This reply has been marked as private.
    in reply to: Fullscreen slider caption positioning #420720

    Hi thanks for the response, but i think you misunderstood me.

    I had two problems, one of them i have solved.

    The first one is still there. I tryed some playing with css, but i just cant manage to get it right.

    Just to be clear, the question that is still open:

    Full screen imageslider:
    On the images you can set a caption and the location of the caption.
    When you choice bottom it will be put on the left side of the bottom. I would like to have it on the right side of the bottom. Is this possible?

    Hope to hear from you soon ;)

    Marcel

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