Forum Replies Created
-
AuthorPosts
-
April 11, 2017 at 4:59 pm in reply to: [SOLVED]Create outbound link in masonry excerpt Enfold #776187
Seems to work for me, thanks! Just one question: How do I manage to have the excerpt positioned just like the text in the dark grey squares ( masonry grid) instead of below the featured image of the portfolio grid ( the light grey square) ?
Cheers,
Steven
April 11, 2017 at 4:23 pm in reply to: [SOLVED]Create outbound link in masonry excerpt Enfold #776159Hi,
Thanks for your quick answer. I wil look into it.
Regards,
Steven
Hi Victoria,
Yep, that did the trick. Thanks!
Hi,
No problem! Please see PC for login credentials. You want to look in pages >Home. Right beneath the layer slider you’ll find the color section (.contentsectionpadding { padding-left:50px; padding-right:50px;} ) with the
1/4 ( div .av_one_fourth {margin-left: 2%;width: 24.5%;} )
1/4 (div .av_one_fourth {margin-left: 2%;width: 24.5%;})
1/2 div .av_one_half {margin-left: 2%;width: 49%;})
column layout.Please see my child CSS under Appearance> Editor
Thanks in advance!
Cheers,
Steven
Hi Rikard,
In order to avoid clutter I thought I’d reply to this topic instead of opening a new thread, my bad. What I want to accomplish is a 1/4 1/4 1/2 column layout with less space between the colums than the default space.
Please see screenshot here: http://imgur.com/NQ9oFB1
Cheers,
Steven
Hi,
I have a similar issue. I’m using a 1/4 1/4 1/2 column layout for my frontpage. In my child theme I used:
div .av_one_fourth {margin-left: 2%;width: 24.5%;} div .av_one_half {margin-left: 2%;width: 49%;}As you can see in the preview link (PC), it’s not working properly. What am I doing wrong?
Best regards,
Steven
March 15, 2017 at 11:25 am in reply to: Strange issue with hover over featured images in posts #761315Hi,
You can close the topic ;)regards,
Steven
March 14, 2017 at 12:40 pm in reply to: Strange issue with hover over featured images in posts #760669Hi Rikard,
Since the CSS as mentioned didn’t work, I removed it from the style.css. A few days ago, I put this code back again:
.single .blog-meta {pointer-events: none!important;} .single .big-preview.single-big { pointer-events: none !important; } .big-preview.single-big a {pointer-events: none!important;}Pointer events are still there but the text under the image doesn’t jump down anymore on hover. Strange, but problem solved I guess…
Cheers,
Steven
March 3, 2017 at 10:32 am in reply to: Extra widget area in header using the “Logo left, Menu below” #754943Hi Yigit,
Instead of the Layer Slider, I used a random image plugin for this. Took me quite a while to figure it out but eventually I got it to work. Indeed I’ve noticed a set-back in response time lately. I hope you guys will soon be back to the old standard ;)
Good luck!
Cheers,
Steven
February 28, 2017 at 7:02 am in reply to: Extra widget area in header using the “Logo left, Menu below” #752743Hi Yigit,
No prob. I figured it out myself, there was a typo in my CSS (an extra } somewhere) and when I removed that, it worked.
However, I noticed that it works on the homepage (where there’s another layerslider in the content) but not on the other pages (where’s there no layerslider in the content) I seems that the scripts doesn’t load when I just want to have a slider in the header…..Cheers,
Steven
-
This reply was modified 8 years, 8 months ago by
steviger.
Hi Rikard,
Well, yes this combination does work but it’s not the normal/proper way of CSS markup is it?
Anyway, thanks for the support!
Cheers,
Steven
Hi Andy,
Thanks for your response. Forgot to mention that I already tried this one ( and h2 .titlefrontpage also) without any luck.
Even more strange:
This doesn’t work:.titlefrontpage {font-size:18px!important; text-transform: none!important; margin-top:10px!important; margin-bottom:0!important; color:#473c8e!important}
But this combination does:
h2.titlefrontpage {}
.titlefrontpage {font-size:18px!important; text-transform: none!important; margin-top:10px!important; margin-bottom:0!important; color:#473c8e!important}Regards,
Steven
-
This reply was modified 8 years, 9 months ago by
steviger.
Hi,
That’s right because Basilis gave me the solution to remove the gray area. My follow up question was: What would the right code be if I want to show the logo over the image like on the frontpage? See my previous post. And the blue space is part of the image..
Cheers,
Steven
Hi,
Worked! Thanks. What would the right code be if I want to show the logo over the image like on the frontpage? In debug mode I see this code of the slider on my frontpage (see link in PC):
[av_slideshow_full size='no scaling' stretch='' animation='slide' autoplay='false' interval='5' control_layout='av-control-default' src='' attachment='' attachment_size='' position='top left' repeat='no-repeat' attach='scroll' custom_class=''] [av_slide_full slide_type='image' id='328' video='http://' mobile_image='' video_format='' video_ratio='16:9' title='<img src="http://185.27.141.7/~ptsy386879/wp-content/uploads/2016/11/logo-studijob.png" class="sliderlogo">' custom_title_size='' custom_content_size='' caption_pos='caption_left' link_apply='' link='lightbox' link_target='' button_label='Click me' button_color='light' link1='manually,http://' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='' custom_title='' custom_content='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''][/av_slide_full] [/av_slideshow_full]When I replace your code:
[av_slideshow size='no scaling' animation='slide' autoplay='false' interval='5' control_layout='av-control-default' custom_class=''][av_slide slide_type='image' id='328' video='' mobile_image='' video_ratio='' title='' link_apply='' link='lightbox' link_target=''][/av_slide][/av_slideshow]With the “debug” one, PHP error because of the http in the code…
Regards,
Steven
Hi Rikard,
Sorry, my bad.. It’s a file that is updated automaticly so the URL changes… Just made a “static” post.Sorry wrong URL…
Cheers,
Steven
Hi Ismael,
Thanks for the code. It does work. However there’s a dark grey area just above the header image what I can’t explain. You maybe?
Regards,
Steven
Hi Rikard,
Ah I see. So if you want fields next to each other they should be on one and the same line in the code.Thank you so much!Regards,
Steven
Hi,
I’m facing the same issue. I’d like to have a full width slider in my single post page. For that reason I duplicated the single.php and put it in my Child theme. After looking at the codex page you refer to, I tried this code:
echo do_shortcode('[av_slideshow size='no scaling' animation='slide' autoplay='false' interval='5' control_layout='av-control-default' custom_class=''] [av_slide slide_type='image' id='328' video='' mobile_image='' video_ratio='' title='' link_apply='' link='lightbox' link_target=''][/av_slide] [/av_slideshow]');Or this one:
<?php echo do_shortcode('[av_slideshow size='no scaling' animation='slide' autoplay='false' interval='5' control_layout='av-control-default' custom_class=''] [av_slide slide_type='image' id='328' video='' mobile_image='' video_ratio='' title='' link_apply='' link='lightbox' link_target=''][/av_slide] [/av_slideshow]');?>In both cases, no luck. Do I have to put this code somewere in order to make it work?
function do_shortcode( $content, $ignore_html = false ) { global $shortcode_tags; if ( false === strpos( $content, '[' ) ) { return $content; } if (empty($shortcode_tags) || !is_array($shortcode_tags)) return $content; // Find all registered tag names in $content. preg_match_all( '@\[([^<>&/\[\]\x00-\x20=]++)@', $content, $matches ); $tagnames = array_intersect( array_keys( $shortcode_tags ), $matches[1] ); if ( empty( $tagnames ) ) { return $content; } $content = do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames ); $pattern = get_shortcode_regex( $tagnames ); $content = preg_replace_callback( "/$pattern/", 'do_shortcode_tag', $content ); // Always restore square braces so we don't break things like <!--[if IE ]> $content = unescape_invalid_shortcodes( $content ); return $content; }Help is much appriciated!
Cheers,
Steven
Hi Rikard,
You mean like this? (no line breaks in the code) :
[av_one_fourth first]<label> Aanhef*[select* aanhef "Kies hier" "Dhr." "Mevr."]</label>[/av_one_fourth] [av_three_fourth]<label> Naam*[text* naam]</label>[/av_three_fourth] [av_one_half first]<label> Adres*[text* adres]</label>[/av_one_half] [av_one_half]<label> Postcode*[text* postcode]</label>[/av_one_half] [av_one_half first]<label> Woonplaats*[text* woonplaats]</label>[/av_one_half] [av_one_half]<label> Telefoon[tel* telefoon minlength:10 maxlength:14]</label>[/av_one_half] [av_one_half first]<label> E-mail*[email* email]</label>[/av_one_half] [av_one_half]<label> Geboortedatum*[text* geboortedatum placeholder "dd-mm-jjjj"]</label>[/av_one_half] [av_one_third first]<label> Nationaliteit*[text* nationaliteit]</label>[/av_one_third] [av_two_third]<label> Opleiding*[text* opleiding]</label>[/av_two_third] [av_one_third first]<label> Uren beschikbaar per week*[text* beschikbaarheid placeholder "minimaal 16 uur per week"]</label>[/av_one_third][av_two_third]<label> Functiewensen*[textarea functiewensen x2 ]</label>[/av_two_third] <label>Eventuele opmerking(en)[textarea opmerking x3]</label> <label>Upload je CV (.docx, .doc of .pdf. Max grootte 1 Mb) [file uploadcv limit:1mb filetypes:docx|doc|pdf]</label> [submit "Verzenden"]That doesn’t seem to solve the problem I’m afraid.
Regards,
Steven
Hi Rikard,
Indeed I see a <br> tag in the source code. It must be generated by someting else because it’s not in my form code:
[av_one_fourth first]<label> Aanhef*[select* aanhef "Kies hier" "Dhr." "Mevr."]</label>[/av_one_fourth] [av_three_fourth]<label> Naam*[text* naam]</label>[/av_three_fourth] [av_one_half first]<label> Adres*[text* adres]</label>[/av_one_half] [av_one_half]<label> Postcode*[text* postcode]</label>[/av_one_half] [av_one_half first]<label> Woonplaats*[text* woonplaats]</label>[/av_one_half] [av_one_half]<label> Telefoon[tel* telefoon minlength:10 maxlength:14]</label>[/av_one_half] [av_one_half first]<label> E-mail*[email* email]</label>[/av_one_half] [av_one_half]<label> Geboortedatum*[text* geboortedatum placeholder "dd-mm-jjjj"]</label>[/av_one_half] [av_one_third first]<label> Nationaliteit*[text* nationaliteit]</label>[/av_one_third] [av_two_third]<label> Opleiding*[text* opleiding]</label>[/av_two_third] [av_one_third first]<label> Uren beschikbaar per week*[text* beschikbaarheid placeholder "minimaal 16 uur per week"]</label>[/av_one_third] [av_two_third]<label> Functiewensen*[textarea functiewensen x2 ]</label>[/av_two_third] <label>Eventuele opmerking(en)[textarea opmerking x3]</label> <label>Upload je CV (.docx, .doc of .pdf. Max grootte 1 Mb) [file uploadcv limit:1mb filetypes:docx|doc|pdf]</label> [submit "Verzenden"]Please find the login details in the PC section.
Regards,
Steven
November 10, 2016 at 3:47 pm in reply to: Mobile menu disappears when logo is removed in header #710772Hi!
Thanks a lot !Regards,
Steven
November 8, 2016 at 10:58 am in reply to: Mobile menu disappears when logo is removed in header #709689Hi Ismael,
Please see the details in the Private Content. I had a closer look on my mobile and I do see the mobile menu but it floats kind of over the full width slide show top right. Please see mobile screenshot here. I’d like to have the mobile menu above the slideshow. How can we fix that?
regards,
Steven
Hi Yigit,
Will do, thanks!
November 2, 2016 at 5:49 pm in reply to: Mobile menu disappears when logo is removed in header #707276Hi Yigit,
I’m affraid not. I can’t see the mobile menu on my HTC 8 phone neither here: http://www.responsinator.com/?url=http%3A%2F%2F185.27.141.7%2F~ptsy386879%2Fvoorpagina%2F
Cheers,
Steven
November 1, 2016 at 5:20 pm in reply to: Mobile menu disappears when logo is removed in header #706793Hi guys,
In my new project I have exactly the same issue. Used the code in my child’s function.php and tried this in my CSS
@media only screen and (max-device-width: 1024px) { #advanced_menu_toggle { display: block; }}But the mobile menu still doesn’t show up. When I completely remove the code from my functions.php the logo re-appears (of course) but the mobile menu works also… Any ideas on how to solve this?
Cheers,
Steven
Hi Vinay,
Just made the setup for the menu (top right corner) with some demo pages. I can imagine that you need admin access too?
Thanks again!
Steven
Figured it out: don’t use uppercase. So use #tarieven instead of #Tarieven.
Cheers,
Steven
Hi,
Could you post a link to your site?
October 6, 2016 at 3:34 pm in reply to: [SOLVED]Use the Creative Studio mobile menu in Enfold #696072Ah, found out that the element .logo.bg-logo wasn’t the right one. I changed it to:
#top .logo { left: 50%; transform: translateX(-50%); }And now it works.
Thanks anyway!
-
This reply was modified 9 years, 1 month ago by
steviger.
-
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
