-
AuthorSearch Results
-
July 1, 2016 at 7:34 pm #655891
pythagoras_microsoft
ParticipantHello Support @ Kriesi,
I am in a bit of a situation here.
I have upgraded the company website to Enfold 3.6.1 and to WordPress 4.5.2.
I followed the instructions to the tee.
Unfortunately I am now seeing errors on my site such as strange characters appearing in place of icons, and some of the enfold JavaScript fails to initiate on pages where I have used light animation.
I have checked the developer console in Google Chrome (running in Incognito mode) and it displays two JavaScript errors:
Uncaught SyntaxError: Unexpected identifier | avia.js:1918
Uncaught SyntaxError: Unexpected string | shortcodes.js:572I have followed the instruction from your thread:
https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/Unfortunately this has not fixed the problem.
When I log into WordPress admin, strangely the issues disappear if I view the website pages while logged in.
Please advise
Darrell
July 1, 2016 at 5:56 pm #655868In reply to: Woocommerce 2.6 problem – urgent!!!
Top Man Michael!
Thank god there are guys like you looking over us all
Kindest regards
Peter
July 1, 2016 at 5:36 pm #655862In reply to: Button color issue
Hey Poirot,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .main_color .avia-color-theme-color:hover { border-color: #00ec92; }It is being turned into the closest web safe color :)
Best regards,
YigitJuly 1, 2016 at 5:33 pm #655860Hi Peter!
Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Cheers!
YigitJuly 1, 2016 at 5:16 pm #655857Topic: URGENT: Site transferred and settings are not displayed
in forum Enfoldtlchase
ParticipantHello Kriesi,
We were supposed to go live with our site yesterday however encountered the following issue:
The site was transferred from one server to another. At first the Enfold theme settings showed all the default theme settings so I exported the theme settings file from our development site that has everything correct and imported these theme settings file. It appears that the site is not accepting the theme settings and is still showing most of the enfold default CSS (e.g., green font, no quick CSS, etc).Please help, the entire site’s CSS looks off which is a major showstopper. I am including the site’s url however you have to change your local hosts file since the url already exists for our old but currently ‘live’ site. Im sorry for this extra step in troubleshooting the site. I am also including access to the dashboard.
July 1, 2016 at 5:15 pm #655856In reply to: Google map not appearing
Hey mmheather,
For a temporary workaround, please refer to this post – https://kriesi.at/support/topic/cant-get-google-maps-on-contact-page-to-show-up/#post-655214
Best regards,
YigitJuly 1, 2016 at 4:22 pm #655830In reply to: Remove Sidebar and Column Element Margins
Thanks, I can get the blue column and text box to fill out to the right, but not the left or top. Any ideas.? Thanks, Mike.
July 1, 2016 at 2:52 pm #655797In reply to: transform (90deg) for phone icon
Hey!
Please change the code to following one
#top .phone-info span:nth-child(2) .av_font_icon { -ms-transform: rotate(90deg)!important; -webkit-transform: rotate(90deg)!important; -moz-transform: rotate(90deg)!important; transform: rotate(90deg)!important; }Cheers!
YigitJuly 1, 2016 at 2:43 pm #655794In reply to: transform (90deg) for phone icon
Hi Vinay,
I have added this code to my CSS. Now the email icon is also transition. How can I tell the browser that only the phone icon von entypo fontello (ue854)show do the transformation?#top .phone-info .av_font_icon {
-ms-transform: rotate(90deg)!important;
-webkit-transform: rotate(90deg)!important;
-moz-transform: rotate(90deg)!important;
transform: rotate(90deg)!important;
}July 1, 2016 at 2:19 pm #655786In reply to: Contact Form: different font
Hey PKoch,
are you talking about the input fields? if yes try this code inside of Quick CSS field:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { font-family: "Cera Pro" !important; }Best regards,
AndyJuly 1, 2016 at 1:20 pm #655738In reply to: Blog post list, how only excerpts of the post?
You certainly did Rikard, thanks again. The topic is solved for me now, so can be closed.
Cheers,
GerardJuly 1, 2016 at 1:13 pm #655732In reply to: Blog post list, how only excerpts of the post?
Hi,
No problem, glad we could point you in the right direction. Please let us know if you should need any more help on the topic.
Regards,
RikardJuly 1, 2016 at 1:10 pm #655729In reply to: Zusätzliches Bild im Header
Hey chelminger,
Sorry for the late reply, I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
RikardJuly 1, 2016 at 1:00 pm #655721In reply to: Firefox browser – INCOMPATIBLE?
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Best regards,
RikardJuly 1, 2016 at 12:54 pm #655718In reply to: grid row alignment on mobile
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Regards,
RikardJuly 1, 2016 at 12:52 pm #655717Hi,
No problem, please let us know if you should need any more help on the topic.
Regards,
RikardJuly 1, 2016 at 11:36 am #655668In reply to: For the space
Hi,
thanks for the precise link. Try this code inside of Quick CSS field:
.flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.first.avia-builder-el-9.el_after_av_one_full.el_before_av_three_fifth.column-top-margin { margin-left: -30px; }and adjust as needed.
Best regards,
AndyJuly 1, 2016 at 11:18 am #655655Topic: Blog: Change position of title and date
in forum EnfoldPKoch
ParticipantHi,
i want to change the position of the title and the date of my blog entries.
First image, than date, than title. How can I change this?And how can I change the padding top between image and title (than date)?
July 1, 2016 at 11:17 am #655653Topic: transform (90deg) for phone icon
in forum Enfoldvnfan
ParticipantHi support team,
I want to transform the phone icon in the top sidebar. Could you please help me with the code?
????????{
-ms-transform: rotate(90deg)!important;
-webkit-transform: rotate(90deg)!important;
-moz-transform: rotate(90deg)!important;
transform: rotate(90deg)!important;
}July 1, 2016 at 10:16 am #655623In reply to: Header with Image
Hi,
If this is a fresh site you are creating from scratch go ahead and import the demo from Enfold > Demo Import.
If you already have content and made changes to the theme settings importing demo will reset the theme settings.
Just create a new LayerSlider and add it at the top of your page should give you the same effect.
Best regards,
VinayJuly 1, 2016 at 9:40 am #655605Topic: Page visible only on mobile devices
in forum Enfoldteotaban
ParticipantHi,
it`s possible to have some pages (complete pages not just parts) visible only on iPads/smartphone?
If YES, how can HIDE this pages on Desktop?
Thank youJuly 1, 2016 at 9:08 am #655598In reply to: Seiten und interessante Links entfernen
Hey Drake-Sports,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
RikardHey SDUS,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
RikardJuly 1, 2016 at 8:51 am #655583In reply to: Shop minimal overlay
Hi,
Great, please let us know if you should need any more help on the topic.
Thanks,
RikardJuly 1, 2016 at 8:50 am #655582In reply to: Remove Masonry Gallery loading images
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
RikardJuly 1, 2016 at 8:19 am #655568In reply to: Enfold Theme Not Updating on Multisite
Hi Tim,
Ok, glad you got it working. Let us know if you should need any more help on the topic.
Thanks,
RikardJuly 1, 2016 at 7:52 am #655555In reply to: Enfold – Resume
Hi Zrated09,
If you enable debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. You can then paste the following shortcode in a new page:
[av_layout_row border='' min_height='0' color='main_color' mobile='av-fixed-cells' id=''] [av_cell_one_third vertical_align='top' padding='3px,0px,0px,0px' background_color='#a0cdd2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='3px,0px,0px,0px' background_color='#88aeb3' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='3px,0px,0px,0px' background_color='#697e81' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat'] [/av_cell_one_third] [/av_layout_row] [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_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_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='no_margin' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' padding='0px,20px,0px,0px' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation=''] [av_image src='http://kriesi.at/themes/enfold-resume/files/2016/02/logo-profile-1.jpg' attachment='116' attachment_size='full' align='left' styling='circle' hover='' link='lightbox' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image] [/av_one_fifth][av_three_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px,20px,0px,0px' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation=''] [av_heading tag='h3' padding='0' heading='James T. Enfold' color='' style='blockquote modern-quote' custom_font='' size='40' subheading_active='subheading_below' subheading_size='18' custom_class=''] iOS & Android Developer [/av_heading] [/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_textblock size='13' font_color='' color=''] Email: <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a> Phone: <a href="tel:(555) 4167890">(555) 4167890</a> Web: <a href="http://kriesi.at">kriesi.at</a> [/av_textblock] [/av_one_fifth][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_hr class='invisible' height='-32' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Introduction' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in'] [av_textblock size='' font_color='' color=''] Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, <strong>enim</strong>. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. [/av_textblock] [av_image src='http://test.kriesi.at/enfold-cv/wp-content/uploads/sites/15/2016/02/signature-1.png' attachment='77' attachment_size='full' align='left' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image] [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_hr class='invisible' height='-32' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Professional Profile' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in'] [av_textblock size='' font_color='' color=''] Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in'] [av_textblock size='' font_color='' color=''] Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, <strong>enim</strong>. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. [/av_textblock] [/av_one_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_heading tag='h1' padding='0' heading='Recent Work' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_one_third][av_two_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_masonry_gallery ids='89,90,91,92' items='8' columns='2' paginate='none' size='fixed' gap='large' overlay_fx='active' caption_elements='none' caption_display='always' container_links='active' id=''] [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_hr class='invisible' height='-28' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Recent Jobs' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in'] [av_heading tag='h1' padding='0' heading='Senior iOS Developer' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class=''] 2015 - now [/av_heading] [av_textblock size='' font_color='' color=''] Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullaollis pretium. <ul> <li>Integer tincidunt. Cras dapibus.</li> <li>Vivamus elementum semper nisi.</li> <li>Aenean vulputate eleifend tellus.</li> </ul> [/av_textblock] [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='10px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue8bf' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Junior iOS Developer' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class=''] 2012 - 2015 [/av_heading] [av_textblock size='' font_color='' color=''] Aenean vulputate eleifend tellus. Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, ju. <ul> <li>Nullaollis pretium.</li> <li>Vivamus elementum semper nisi.</li> </ul> [/av_textblock] [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='10px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue8bf' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading=' iOS Trainee' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class=''] 2008 - 2012 [/av_heading] [av_textblock size='' font_color='' color=''] Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullaollis pretium. <ul> <li>Integer tincidunt. Cras dapibus.</li> <li>Vivamus elementum semper nisi.</li> <li>Aenean vulputate eleifend tellus.</li> </ul> [/av_textblock] [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_hr class='invisible' height='-32' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Skills' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in'] [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, <strong>nascetur</strong> ridiculus mus. [/av_textblock] [av_progress bar_styling='av-striped-bar' bar_animation='av-animated-bar'] [av_progress_bar title='iOS Development' progress='90' color='theme-color' icon_select='no' icon='43' font='entypo-fontello'] [av_progress_bar title='Android Development' progress='80' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello'] [av_progress_bar title='HTML & CSS' progress='70' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello'] [av_progress_bar title='Javascript' progress='70' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello'] [av_progress_bar title='PHP' progress='60' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello'] [/av_progress] [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_hr class='invisible' height='-28' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Education' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in'] [av_heading tag='h1' padding='0' heading='Some Ivy League College' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class=''] 2004 - 2008 [/av_heading] [av_textblock size='' font_color='' color=''] Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullaollis pretium. [/av_textblock] [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='10px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue8bf' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Some funky Highschool in Jersey' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class=''] 2000 - 2004 [/av_heading] [av_textblock size='' font_color='' color=''] Aenean vulputate eleifend tellus. Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, ju. [/av_textblock] [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_hr class='invisible' height='-28' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_heading tag='h1' padding='0' heading='Social Media' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_one_third][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_font_icon icon='ue8f3' font='entypo-fontello' style='border' caption='' link='manually,#' linktarget='' size='40px' position='center' color=''][/av_font_icon] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_font_icon icon='ue8f1' font='entypo-fontello' style='border' caption='' link='manually,#' linktarget='' size='40px' position='center' color=''][/av_font_icon] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_font_icon icon='ue8fc' font='entypo-fontello' style='border' caption='' link='manually,#' linktarget='' size='40px' position='center' color=''][/av_font_icon] [/av_one_fifth][/av_section][av_google_map height='400px' zoom='16' saturation='-50' hue='#a0cdd2' zoom_control='aviaTBzoom_control'] [av_gmap_location address='5th Avenue' city='' country='New York' long='-73.96537339999998' lat='40.7747314' marker='112' imagesize='40' tooltip_display=''][/av_gmap_location] [/av_google_map]Best regards,
RikardJuly 1, 2016 at 7:51 am #655554Hey Tobias-B-Conrad,
There is not enough space to fit everything in one line, we need to move the icons below the logo to do so Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 600px) { .responsive #header_main .inner-container, .responsive .main_menu { min-height: 60px; } #top #menu-item-search { top: 40px; } .cart_dropdown_first { position: absolute; top: 40px; left: -110px; } #advanced_menu_toggle, #advanced_menu_hide { margin-top: 6px; margin-right: 20px; } }Best regards,
VinayJuly 1, 2016 at 7:48 am #655553In reply to: Top bar mobile display problem
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Best regards,
RikardJuly 1, 2016 at 7:37 am #655547In reply to: Inhaltsbereich nach Überschrift in 2 Spalten teilen
-
AuthorSearch Results
-
Search Results
-
Hello Support @ Kriesi,
I am in a bit of a situation here.
I have upgraded the company website to Enfold 3.6.1 and to WordPress 4.5.2.
I followed the instructions to the tee.
Unfortunately I am now seeing errors on my site such as strange characters appearing in place of icons, and some of the enfold JavaScript fails to initiate on pages where I have used light animation.
I have checked the developer console in Google Chrome (running in Incognito mode) and it displays two JavaScript errors:
Uncaught SyntaxError: Unexpected identifier | avia.js:1918
Uncaught SyntaxError: Unexpected string | shortcodes.js:572I have followed the instruction from your thread:
https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/Unfortunately this has not fixed the problem.
When I log into WordPress admin, strangely the issues disappear if I view the website pages while logged in.
Please advise
Darrell
Hello Kriesi,
We were supposed to go live with our site yesterday however encountered the following issue:
The site was transferred from one server to another. At first the Enfold theme settings showed all the default theme settings so I exported the theme settings file from our development site that has everything correct and imported these theme settings file. It appears that the site is not accepting the theme settings and is still showing most of the enfold default CSS (e.g., green font, no quick CSS, etc).Please help, the entire site’s CSS looks off which is a major showstopper. I am including the site’s url however you have to change your local hosts file since the url already exists for our old but currently ‘live’ site. Im sorry for this extra step in troubleshooting the site. I am also including access to the dashboard.
Hi,
i want to change the position of the title and the date of my blog entries.
First image, than date, than title. How can I change this?And how can I change the padding top between image and title (than date)?
Hi support team,
I want to transform the phone icon in the top sidebar. Could you please help me with the code?
????????{
-ms-transform: rotate(90deg)!important;
-webkit-transform: rotate(90deg)!important;
-moz-transform: rotate(90deg)!important;
transform: rotate(90deg)!important;
}Hi,
it`s possible to have some pages (complete pages not just parts) visible only on iPads/smartphone?
If YES, how can HIDE this pages on Desktop?
Thank you
