-
AuthorSearch Results
-
February 18, 2016 at 11:53 am #585312
In reply to: Linie zwischen Layout Elementen entfernen
Hallo,
habe das mit:.container_wrap {
border-top-width: 0;
}getestet aber es ändert sich leider gar nichts ?!?!
Da es sich ja wohl um eine “Border Color” handeln soll habe ich außerdem die Border Color für die Main Content auf #ffffff gesetzt, leider auch keine Änderung.
Es wird immer noch eine 1px Linie zwischen den Layout Elementen angezeigt sobald ich den Border Radius einstelle.
Ohne Radius also 0px ist auch die Linie weg …Die Einstellungen “Section Top Border Styling” & “Section Bottom Border Styling” finde ich nicht wo sollten sie versteckt sein ??
February 18, 2016 at 11:23 am #585297In reply to: change colour of bullet points
there is no list-style-type-color in css3 nor css4 !
Maybe some day we will have this because it is a problem lots of people have.
so the color of the font is the color of your bullets.but you can set the bullets to none and ad content in front of your list-points:
https://kriesi.at/support/topic/bullet-color/
-
This reply was modified 10 years, 1 month ago by
Guenni007.
February 18, 2016 at 11:17 am #585296In reply to: Linie zwischen Layout Elementen entfernen
.container_wrap { border-top-width: 0; }da jede section die container_wrap klasse erhält wäre das der zu ändernde Wert.
solltst Du spezifisch arbeiten müssen; also nur bei einer speziellen section das haben wollen müsstest du der Section eine Custom class geben.
und dann zB (mit der custom class: noborders – aufpassen : keine Lücke – die sitzen am gleichen div).container_wrap.noborders { border-top-width: 0; }Davon abgesehen, kann man aber auch bei den Color Sections diese Option glaube ich setzen:
Da gibt es Einstellung für :
Section Top Border Styling
Section Bottom Border Styling
wenn die auf “no border styling” stehen sollten die auch weg sein.February 18, 2016 at 10:54 am #585279Topic: Linie zwischen Layout Elementen entfernen
in forum EnfoldFrankmen
ParticipantHallo Kriesi Team,
ich habe folgendes Problem:
Ich habe im stretched Design ein fixes Hintergrundbild, nun möchte ich das die Layout Elemente eine feste Hintergrundfarbe haben (damit sie nicht transparent sind und das Bild dort nicht durchleuchtet)
Wenn ich nun auf einer Seite zwei Layout Elemente untereinander habe und bei dem oberen Element Ecken abrunde (Edit Column -> Rahmen -> Border Radius Top-Right & Top-Left auf 10px) und bei dem unteren Element die unteren Ecken abrunde, erscheint zwischen den Elementen eine leichte transparente Linie !!
Diese Linie erscheint nur wenn man mit den Runden Ecken arbeitet, ist der Border Radius auf 0px eingestellt ist alles ok …Wie bekommt man die weg ??
Gruß
FrankFebruary 18, 2016 at 10:50 am #585275In reply to: Images in Mega Menu
Hi Andreas!
im Forum findest du bereits viele Antworten dazu. Zum Beispiel hier: https://kriesi.at/support/topic/how-to-add-images-to-mega-menu-like-in-the-example/#post-115273
Gruß,
AndyFebruary 18, 2016 at 10:01 am #585257In reply to: Media Library Problems
Hey!
Sorry for the delay. please do not reply to your own topic it will push your ticket to the bottom of the queue and it will take us more time to reply.
We tested the media library and all images are showing correctly. I was able to upload a test image without any issue.
We then created a test page and inserted the image from media library everything worked fine. (Test page link in private )
Could you please elaborate on the issue you are having or is it resolved?
Regards,
Vinay Kashyap-
This reply was modified 10 years, 1 month ago by
Vinay.
February 18, 2016 at 9:05 am #585241In reply to: The text on my layerslider text box is inconsistent
Hey!
Please click on the style tab in layerslider and adjust the top and left value in % for each text so they line up correctly at the center.
Regards,
Vinay KashyapFebruary 18, 2016 at 8:14 am #585220In reply to: Responsive background image section
Hi!
Sorry for the delay.
We are working on your ticket please wait while we update the results here soon.I’m unable to login to the backend to take a closer look.
To control the height of the video player please add the below code to Enfold > General Styling > Quick CSS
@media screen (max-width:480px) { .avia_desktop #top .av-section-mobile-video-disabled { max-height: 200px; } }Enable custom class support then use the custom class only_mobile or only_desktop to switch the image and video
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
/*Show in mobile*/ @media only screen and (min-width: 769px) { .only_mobile { display: none !important; }} @media only screen and (max-width: 768px) { .only_desktop { display: none !important; }}Best regards,
Vinay Kashyap-
This reply was modified 10 years, 1 month ago by
Vinay.
February 18, 2016 at 7:57 am #585213Topic: Fullwidth Slider on Blog page
in forum Enfoldbrogilberto
ParticipantHi guys,
I have a similar issue that was discussed here while back: https://kriesi.at/support/topic/advanced-layout-editor-fullwidth-slider-3-blog-posts-with-sidebar/ but I’m wanting to use the Fullwidth Slider up top instead of the Easy Slider, which you gave a solution for. Here is what the Blog page on my site looks like using the above method: http://devsite1.digitalanddesign.ca/blog/ but it doesn’t fit in with the Fullwidth Slider look that is on every other page of my site. Here’s an example: http://devsite1.digitalanddesign.ca/recreation/
Can you think of any solutions to this issue?
Thanks so much. Such a great theme!
Best,
DaveFebruary 18, 2016 at 7:51 am #585211In reply to: Dates in Custom Post Type pages
Hi!
Thank you for using Enfold.
We are very sorry for the delay. We don’t recommend displaying the date on masonry elements because the isotope script tends to place the masonry items on random locations. Items sorted by date may not be sorted properly as you may expect.
Best regards,
IsmaelDear Andy,
Sorry you are right.
The below post is built with the advanced lay out builder.
Here the tags are being showed at the top left.http://world2cycle.com/paris-roubaix/
The aim is to get same end result like is shown by the below post built with the default editor.
http://world2cycle.com/liege-bastogne-liege/
Thanks :-)
February 18, 2016 at 7:34 am #585208Hey!
The modification above will only work for the gallery style. https://kriesi.at/support/topic/when-using-portfolio-grid-ajax-i-would-like-to-disable-the-link-of-the-images/#post-575597
Please contact codeable for further modifications: http://kriesi.at/contact/customization
Cheers!
IsmaelFebruary 18, 2016 at 7:11 am #585200In reply to: Mailchimp look
Hi Zaccc,
If you enable debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can then copy paste this shortcode to a new page to get the look of that entire page, you can then delete the items you don’t want/need:
[av_fullscreen size='extra_large' animation='fade' autoplay='false' interval='5' control_layout='' scroll_down='aviaTBscroll_down'] [av_fullscreen_slide slide_type='image' id='548' position='center center' video='http://' mobile_image='' video_cover='' title='New spring edition for women and men now available' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button button-two' link='lightbox' link_target='' button_label='Women’s Collection' button_color='theme-color' link1='product_cat,13' link_target1='' button_label2='Men’s Collection' button_color2='dark' link2='product_cat,13' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] The new beautiful spring collection, created by star designer Konrad Kries is now available. [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='547' position='top left' video='http://' mobile_image='' video_cover='' title='Start with us into the new season!' custom_title_size='40' custom_content_size='18' caption_pos='caption_right' link_apply='button button-two' link='lightbox' link_target='' button_label='For Women' button_color='theme-color' link1='product_cat,12' link_target1='' button_label2='For Men' button_color2='dark' link2='product_cat,11' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] Those are the styles that you need for the next season. Make sure to grab your early bird coupon! [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='549' position='top left' video='http://' mobile_image='' video_cover='' title='Win a shopping trip<br/>with our styling experts' custom_title_size='40' custom_content_size='18' caption_pos='caption_center' link_apply='button' link='lightbox' link_target='' button_label='Sign up now!' button_color='dark' link1='page,76' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_enable='aviaTBaviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern=''] Fancy doing something a little different this autumn? Win this great shopping trip to London! We pay for everything! All expenses including flight and a meal at a gourmet restaurant of your choice will be paid for! [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='551' position='center right' video='' mobile_image='' video_cover='' title='Winter Collection coming soon!' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button' link='lightbox' link_target='' button_label='Yes, notify me!' button_color='dark' link1='manually,#sign-up' link_target1='' button_label2='' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.1' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] Want to get notified once the new winter collection by Georgio Adriani is released? [/av_fullscreen_slide] [/av_fullscreen] [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections'] [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] NEW WINTER COLLECTION [/av_image] [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] LATEST STREET CLOTHES [/av_image] [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] FRESH SPORTSWEAR [/av_image] [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff'] FUNKY ACCECCOIRS [/av_image] [/av_cell_one_fourth] [/av_layout_row] [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] [av_heading heading='Recent Top Sellers' tag='h3' style='blockquote modern-quote modern-centered' size='30' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading] [av_productslider columns='4' items='8' offset='0' sort='0' autoplay='yes' interval='5'] [/av_section] [av_layout_row border='' min_height='0' color='alternate_color' mobile='av-flex-cells' id=''] [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_heading tag='h3' padding='10' heading='Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_textblock size='' font_color='' color=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. [/av_textblock] [av_productgrid columns='3' items='6' offset='0' sort='0' paginate='no'] [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [av_image_hotspot src='http://kriesi.at/themes/enfold-shop/files/2015/03/lady-in-blue.jpg' attachment='556' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile'] [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,65' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='6.5,56.9'] Hairdo by Roger Ramoni [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,257' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='19.8,53'] Glasses by Victor Secreni [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,262' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='38.9,58.4'] Nail polish by Sandra Sounders [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-below av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,495' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='70,54.3'] "Red Velvet" Dress by Varia Vereni [/av_image_spot] [/av_image_hotspot] [/av_cell_one_half] [/av_layout_row] [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] [av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. [/av_icon_box] [/av_one_half][av_one_half first] [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. [/av_icon_box] [/av_one_half][av_one_half] [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus. [/av_icon_box] [/av_one_half] [/av_section] [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern=''] [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_fifth first] [/av_one_fifth][av_three_fifth] [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form'] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field] [/av_contact] [/av_three_fifth][av_one_fifth] [/av_one_fifth][/av_section]Cheers!
RikardFebruary 18, 2016 at 7:10 am #585199In reply to: Hexagon Shaped Thumnail Images
Hello again,
After playing with the codes for a while, I managed to show my thumbnail images as I expected.
Thank you again for the direction Rikard, İt sure helped.
You may mark this topic as solved if you wish.
Have a great day!February 18, 2016 at 6:58 am #585192In reply to: LayerSlider issue in switching to Enfold
Hey janetgot!
Thank you for using Enfold.
Do you see any error in the console when editing the slider? Please follow the instructions here: https://kriesi.at/support/topic/layerslider-not-working-5/#post-583136
Regards,
IsmaelFebruary 18, 2016 at 6:53 am #585189Hey!
The codes are working, the problem is the arrow color which is the same as the menu background. Replace the code with this:
@media only screen and (max-width: 1200px) { .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before { content: "\25B6"; position: absolute; top: 15px; margin-left: -10px; font-family: 'entypo-fontello'; font-size: 7px; color: #ffffff; } }Adjust the color value.
Best regards,
IsmaelFebruary 18, 2016 at 6:43 am #585187In reply to: Blog post pagination in page not working
Hey jimbatchelder!
Thank you for using Enfold.
Please refer to this link: https://kriesi.at/support/topic/blog-pagination-not-working-with-wordpress-4-4/#post-583152
Cheers!
IsmaelFebruary 18, 2016 at 6:40 am #585185Topic: Can't update item quantity in cart on mobile
in forum EnfoldTaryn
ParticipantHi,
This is only happening on mobile, but after something is added to the cart, when you view the Cart, you can’t change the quantity of the item like you can on desktop. How can I fix this?Site: https://challenge2rise.com/
Thanks!
February 18, 2016 at 6:40 am #585184Hey!
It’s barely noticeable but you can use this:
.header-scrolled + #main { top: -15px; position: relative; }Cheers!
IsmaelFebruary 18, 2016 at 6:07 am #585162Hey jacobdubail!
Thank you for using Enfold.
There is no documentation regarding the portfolio items but it’s possible to register your own taxonomy. You can find the portfolio post type registration in the includes > admin > register-portfolio.php file. If you need to modify the default parameters of the portfolio post type, use the “avf_portfolio_cpt_args” filter. You can find a lot of examples by searching the forum.
Regards,
IsmaelFebruary 18, 2016 at 6:05 am #585161Hi,
That should fix your problem, please let us know if you should need any more help on the topic.
Regards,
RikardFebruary 18, 2016 at 6:00 am #585157Hi,
Do you mean this page? http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/. If not then please link directly to it by clicking remove frame on the top right of your screen, you will be able to copy the direct URL after that.
Thanks,
RikardFebruary 18, 2016 at 5:49 am #585150In reply to: How to keep woocommerce custom code when updating
Hi nigdowser,
I think it should work overriding the files by adding the file structure and file to your child theme, this might help you on your way: https://v4.datafeedr.com/documentation/580, if not then please link to the old topic and we’ll have a closer look.
Best regards,
RikardFebruary 18, 2016 at 5:37 am #585147In reply to: Portfolio gallery's auto filtering via button
Hi,
Please let us know if you should need any more help on the topic.
Thanks,
RikardFebruary 18, 2016 at 5:12 am #585137In reply to: Apply custom CSS to a specific post slider
Hey kvpacs,
I’m not exactly sure what changes you would like to make, but you can try the following to target the slider text for instance:
.rca-rental-slider .slide-entry-title a { color: #fff !important; padding-top: 10px !important; }A screenshot highlighting the changes you would like to make would help us understand better.
Thanks,
RikardFebruary 18, 2016 at 5:04 am #585135In reply to: Advanced Layerslider Issue
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
RikardFebruary 18, 2016 at 4:57 am #585133In reply to: Icon Box not Showing General Colors
Hi,
Is it the icon next to Tip? Backend access would be easier but you can try the following CSS:
.entry-content-header .iconbox_icon { color:#6d9e57 !important; }And yes, bumping your thread will bring it to the top of the list you see but it will also send it to the back of our support queue so please try not to reply to your own thread unless you think it’s absolutely necessary.
Regards,
RikardFebruary 18, 2016 at 3:41 am #585113In reply to: One page needs different logo in the header
SErver contact has replaced theme file. Site’s up again but footer wrong – off topic but – I’m out of practice with WP – where do I fix this ??!
February 18, 2016 at 3:23 am #585111In reply to: One page needs different logo in the header
Hi!
Please make sure that double quotes are opened and closed properly as i posted here – https://kriesi.at/support/topic/one-page-needs-different-logo-in-the-header/#post-585085
Cheers!
YigitFebruary 18, 2016 at 3:09 am #585104Topic: VC Error I think
in forum Enfoldedwardarran
ParticipantI have the following error showing in the dashboard:
Warning: require_once(/var/sites/s/spgsecuritysystems.co.uk/public_html/wp-content/plugins/js_composer/include/templates/params/loop/templates.html) [function.require-once]: failed to open stream: No such file or directory in /var/sites/s/spgsecuritysystems.co.uk/public_html/wp-content/plugins/js_composer/include/params/loop/loop.php on line 882
There is another but I can’t copy and paste it but its very similiar. If I deactivate Visual Composer it stops, it looks like VC needs to be updated, is that correct and if so how can I do that? The theme acts weird as well, so buttons won’t click etc. There is no option within the theme to update VC? (Using Version 4.8.0.1)
Any ideas at all?
Ed
-
This reply was modified 10 years, 1 month ago by
-
AuthorSearch Results
-
Search Results
-
Hallo Kriesi Team,
ich habe folgendes Problem:
Ich habe im stretched Design ein fixes Hintergrundbild, nun möchte ich das die Layout Elemente eine feste Hintergrundfarbe haben (damit sie nicht transparent sind und das Bild dort nicht durchleuchtet)
Wenn ich nun auf einer Seite zwei Layout Elemente untereinander habe und bei dem oberen Element Ecken abrunde (Edit Column -> Rahmen -> Border Radius Top-Right & Top-Left auf 10px) und bei dem unteren Element die unteren Ecken abrunde, erscheint zwischen den Elementen eine leichte transparente Linie !!
Diese Linie erscheint nur wenn man mit den Runden Ecken arbeitet, ist der Border Radius auf 0px eingestellt ist alles ok …Wie bekommt man die weg ??
Gruß
FrankHi guys,
I have a similar issue that was discussed here while back: https://kriesi.at/support/topic/advanced-layout-editor-fullwidth-slider-3-blog-posts-with-sidebar/ but I’m wanting to use the Fullwidth Slider up top instead of the Easy Slider, which you gave a solution for. Here is what the Blog page on my site looks like using the above method: http://devsite1.digitalanddesign.ca/blog/ but it doesn’t fit in with the Fullwidth Slider look that is on every other page of my site. Here’s an example: http://devsite1.digitalanddesign.ca/recreation/
Can you think of any solutions to this issue?
Thanks so much. Such a great theme!
Best,
DaveHi,
This is only happening on mobile, but after something is added to the cart, when you view the Cart, you can’t change the quantity of the item like you can on desktop. How can I fix this?Site: https://challenge2rise.com/
Thanks!
Topic: VC Error I think
I have the following error showing in the dashboard:
Warning: require_once(/var/sites/s/spgsecuritysystems.co.uk/public_html/wp-content/plugins/js_composer/include/templates/params/loop/templates.html) [function.require-once]: failed to open stream: No such file or directory in /var/sites/s/spgsecuritysystems.co.uk/public_html/wp-content/plugins/js_composer/include/params/loop/loop.php on line 882
There is another but I can’t copy and paste it but its very similiar. If I deactivate Visual Composer it stops, it looks like VC needs to be updated, is that correct and if so how can I do that? The theme acts weird as well, so buttons won’t click etc. There is no option within the theme to update VC? (Using Version 4.8.0.1)
Any ideas at all?
Ed
