-
AuthorSearch Results
-
December 5, 2016 at 6:39 pm #720595
In reply to: Link an entire column
Hi!
Please refer to my post here – https://kriesi.at/support/topic/grid-clickable-with-mouse-over/#post-710835
Regards,
YigitDecember 5, 2016 at 6:23 pm #720580In reply to: Centering Logo in mobile view
Hey JonathanTaphouse,
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: 480px) { .responsive #top .logo img { margin: auto; } .responsive #top .logo { width: 100%; }}Best regards,
YigitDecember 5, 2016 at 5:55 pm #720570Topic: Icon List Child Theme doesn't change the color
in forum Enfoldkarlox
ParticipantHi all!
I created the child theme as indicated here,
I exported/imported the config data from the parent to child theme, but now the Icon List doesn’t show properly, it doesn’t change the color from gray to orange as it is supposed to be.
When I added this code to functions.php (as recommended on the link above), the icons appeared smaller and also didn’t change the color, they stay gray.function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Could you help me please?
Hi,
Sorry for delayed response, I have added this code in your Quick CSS:
.phone-info, #top label, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text { font-weight: 600 !important; }Should fix the issue you have pointed, let us know if there are still issues in other areas, it would really help if you can also give the link where the issue show.
Best regards,
NikkoDecember 5, 2016 at 5:29 pm #720556In reply to: i have my website isnot working no load Avia layout
I want you know what happen when i tried
1) We start update theme (no finish and stop with error in the middle). And Broken all the site and website no exist more…
And a upload other buckup
2) The question is you garantize you can fix no problem
I can give you ftp acces, to fix (i will pay you)December 5, 2016 at 5:25 pm #720554Hi!
Please edit your post and click “screen options” on the top right corner and check “Excerpt” and then scroll below your post and add your excerpt into “excerpt” field.
For each unrelated question you have, please start a new thread :)
Best regards,
YigitDecember 5, 2016 at 5:10 pm #720545In reply to: Search showing short code tags
Hi,
Try using the solution given in this thread: https://kriesi.at/support/topic/search-results-preview-showing-shortcode/#post-423784
Hope this helps.Best regards,
NikkoDecember 5, 2016 at 4:44 pm #720534In reply to: add hover for logo
Hey justinsearl,
I have added this code in your Quick CSS (located in Enfold > General Styling):
#header .logo a { position: relative; } #header .logo a:after { background: url("https://yourdomain.com/wp-content/uploads/2016/12/logo_hover.png") left top no-repeat; background-size: auto 100%; content: ""; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 999; opacity: 0; filter: alpha(opacity=0); visibility: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #header .logo a:hover:after { opacity: 1; filter: alpha(opacity=100); visibility: visible; }Let us know if it’s good on your end :)
Best regards,
NikkoDecember 5, 2016 at 4:28 pm #720526Never mind. It seems problem was with memory limit. You can close topic. Thanks
December 5, 2016 at 4:14 pm #720516In reply to: Active Menu Item Parent background & font weight
Hi,
1- I went to Enfold theme option > Advanced Styling and set background color for main menu links hover state to “#54782a”.
2- I added following code to bottom of Quick CSS field#top #header .av-main-nav > li.current-menu-ancestor > a { text-decoration: underline; }Please review your website now :)
Best regards,
YigitDecember 5, 2016 at 4:13 pm #720514In reply to: Mobile menu
Hey!
You can use existing classes, for example you can add the class show-desktop to your current slider, then create another slider and add the technology_mobile link then add the class show-mobile, no need to add more classes, the existing ones should work just fine :)
Regards,
NikkoDecember 5, 2016 at 3:46 pm #720500In reply to: How to add CTA button into the slider?
Hi,
You had some errors in your Quick CSS. I fixed them and added following code to bottom
#top .avia-caption-content a { text-decoration: none; }Please review your website now
Best regards,
YigitDecember 5, 2016 at 3:39 pm #720492In reply to: Add 2 or more custom css classes to an element
Hey Christoph,
Currently no. However, you can give the column element a custom CSS class as well so you could target your element as following
.your-custom-column .your-custom-element { opacity: 0.5; }Best regards,
YigitDecember 5, 2016 at 3:16 pm #720480Topic: Add 2 or more custom css classes to an element
in forum Enfoldprudsys
ParticipantHi,
it is possible to add 2 or more custom css classes to an element?
I switch the custom css on for all ALB elements on.
Best regards
Christoph
December 5, 2016 at 3:12 pm #720478In reply to: Mobile menu
Wow! This is great! It works and the best is, I learned so many new things:-)
Unfortunately, it still doesn’t help me with the “Learn more” button on the first screen, within the Fullscreen slider. This button works perfectly in the desktop version but not on mobile, as I would need to add _mobile and can’t. Also, there is no way to give the fullscreen slider an ID – only classes work. What do you recommend in that case? Should I give the slider a class name and create a new slider for mobile with _mobile as a class name?
Thanks so much!
Best,
HannaDecember 5, 2016 at 3:09 pm #720473Hi Enfold Guys,
I have exactly the same problem:
WC 2.6.8, Enfold 3.8, WP 4.6.1
The issue is both with the +/- buttons and the delete item X button.
“Thank you for your help, Vinay! I am still facing this issue, at least with my primary browser (Chrome). I can adjust the quantity in the cart with the + and – buttons but when I click Update Cart absolutely nothing happens…it does not even attempt to reload the page, etc., it just acts like a non-functioning button. The button does change appearance when I mouse over, but clicking does not do anything further.”
If I hover over the Delete Item part, I can see the call on the lower display area on Chrome. If I click the delete item button it acts like the Update button above – However… If I right click the Delete Item Button and open it in a new tab, then the process is undertaken and the item is deleted. The same happens, that is it works, if I copy the link and run it address line at the top.I am not running any Cache plugin
Stock is not an Issue
I get this on Firefox, Maxthon and Chrome – both Desktop and Mobile.
I also tried the fix provided by mensmaximus in replacing the woocommerce-mod file, but it did not have any effectAre both issues a Woocommerce problem or just the Update button?
How long do Woocommerce take to generate a fix? Christmas Season is upon us!Thanking you in advance
December 5, 2016 at 2:55 pm #720470In reply to: Contact reservation inquiry form
Hey naxiand,
This requires a lot of time to achieve and is out of our support scope however since you are using enfold we are happy to guide you in the right direction.
Please check https://kriesi.at/support/topic/pre-select-dropdown-in-contact-form/#post-275023
Best regards,
VinayDecember 5, 2016 at 2:12 pm #720460In reply to: Breadcrumbs
Hey adferger1,
Please do not create duplicated threads as it is making it harder for us and for other users to follow.
We have replied you here – https://kriesi.at/support/topic/breadcrumbs-are-missing/. Let us continue there.Best regards,
YigitDecember 5, 2016 at 1:47 pm #720451Hi,
It’s really weird, can you tell your client to try clearing out browser cache and checking it out with another desktop or laptop just to verify if the issue also appears on another pc/laptop. I checked it but when I try to hover over the magnifying class over the search, it just changes the background color, I have posted a link on what it looks on my end (you’ll notice the background color behind the magnifying class is changed).
Best regards,
NikkoDecember 5, 2016 at 12:49 pm #720442In reply to: Mobile menu
Hey!
Looking at the code you missed 1 .. I reviewed the page and it seems the solution I gave isn’t possible since you need both color sections and it really needs different id, what I did was to show-desktop class to the main menu link for Technology and created another main menu link, same label Technology, but link is for technology_mobile then added this class show-mobile. I modified your css code in Quick CSS from:
@media only screen and (min-width: 768px) { #technology { display:block !important; } #technology_mobile { display:none !important; } } @media only screen and (max-width: 767px) { #technology { display:none !important; } #technology_mobile { display:block !important; } }to
@media only screen and (min-width: 768px) { .show-desktop, #technology { display:block !important; } .show-mobile, #technology_mobile { display:none !important; } } @media only screen and (max-width: 767px) { .show-desktop, #technology { display:none !important; } .show-mobile, #technology_mobile { display:block !important; } }I tested it and it’s working fine. Let us know if its good on your end :)
Regards,
NikkoDecember 5, 2016 at 12:32 pm #720432Hi all,
I agree with Rikard that a Google-tool decides for you if your site has a good user-experience or not.
I mentioned that I will update the experiences I have done on my website.
Right now I have 93/100 on Mobile and 97/100 on Desktop via the https://developers.google.com/speed/pagespeed/insights website. The last few percentages are javascript-optimization items, but some js-optimization plugins I tried broke the website-functionality.Below are the settings I made to get to this score. Of course it took a lot of time trying, testing and reading to get to this point. Don’t be disappointed if it does not work for you, those are my settings for my website and things will depend on which other plugins you have deployed on your site, that might have other blocking css or js.
What I did:
Installing
Install the plugin Autoptimize.
Install the plugin Comet Cache.
Install the plugin Above the Fold Optimization.
Activate them all.
So far the easy part ;)Go to Comet cache settings :
(only important settings below)-
Enable: yes
Automatic Cache clearing: set them all to yes
Cache Directory: any writable directory on you hosting server; keep default cache/comet-cache
Client side cache: yes
Get requests: noAbove the fold Optimization (Pagespeed)
Critical CSS:
Critical Path CSS: <get the full CSS, and put it into an online CSS-optimizer and paste it here>
Enable Condition CSS: noCSS:
-
Optimize CSS Delivery: yes
Enhanced loadCSS: yes
Position: Footer
Ignore List: <empty>
Remove List: print.css
Optimize Web Fonts: yes
webfont.js Load Method: async
Load Position: footer
WebFontConfig: <default>
Google Web Fonts: Lato:300,400,700:latin <and your other fonts that you use from Google, each on one line>
Exclude List: <empty>Javascript:
-
Optimize Javascript Loading: yes
Script Loader: little-loader + HTML5 Web Worker <for this setting to enable, you need also to enable Proxy Scripts on the Proxy Tab>
Position: header
Ignore List: <empty>
Remove List: <empty>
Force Async: yes
Async Disabled List: <open the avia.js in a text-editor, find the function for Smooth Scrolling (starts at line 713, ends at 853), copy and paste it here>
Abide dependencies: no
JQuery Stub: yes
Lazy Load Scripts: noAutoptimize
Show Advanced Settings
HTML Options-
Optimize HTML Code: yes
Keep HTML comments: noJavascript Options
- Optimize JavaScript Code: no
CSS Options
-
Optimize CSS Code: yes
Generate data: URIs for images: no
Remove Google Fonts: no
Also aggregate inline CSS: no
Inline and Defer CSS: yes
<paste necessary/critical CSS here that you acquired in the previous step>
Exclude CSS from Autoptimize: admin-bar.min.css, dashicons.min.css, print.css-
This reply was modified 9 years, 3 months ago by
Arnold. Reason: formatted this post a bit
December 5, 2016 at 12:10 pm #720427In reply to: menu overlapping
Thanks.
I played with it and finally got this:#top #header_main > .container .main_menu ul:first-child > li > a { height: 50px !important; line-height: 50px !important; } #av-layout-grid-1 { margin-top: 0px !important; } .html_header_top.html_main_nav_header #top .av_menu_left .main_menu { margin-top: 100px; }But then it caused this: notice that the main_menu class is actually covers more into the second menu.. and I barely able to click the Worship and Connect links now.
December 5, 2016 at 12:00 pm #720419In reply to: Sidebar Pages, main menu item above submenu
Hi Nikko,
Problem solved!
I found this topic: https://kriesi.at/support/topic/show-parent-page-above-nested-subpages-in-sidebar-navigation/
And this is exactly what I mean. Topic can be closed.
-
This reply was modified 9 years, 3 months ago by
JantienM.
December 5, 2016 at 11:51 am #720418Topic: Breadcrumbs
in forum Enfoldadferger1
ParticipantOk, this is now the 3. topic I make on this topic. Hopefully someone will reply.
Why is this not showing up when I test my site with the Google Structured Data Test tool? Do I need to activate it somehow?
http://i68.tinypic.com/2h4htgh.gifDecember 5, 2016 at 11:43 am #720414Topic: Mobile menu
in forum EnfoldFilosophie
ParticipantHello
on the desktop version of the website i have a dropdown megamenu: https://www.jktranslate.com/v2/
when i go to the theme settings>header>mobile menu> and check to hide the submenu on mobile. Then i go to the mobile website but the menu is then not working. I click the menu item but i won’t open the submenu item.
Please inform me on how to fix this.thanks & regards,
AlainDecember 5, 2016 at 11:37 am #720409In reply to: Logo size transparent and scrolled
Hi,
Try adding this code in Quick CSS:
#top .av_header_transparency.av_alternate_logo_active .logo a > img { display: none; }Place it above:
@media only screen and (min-width:768px) {Let us know if it helps.
Best regards,
NikkoDecember 5, 2016 at 11:29 am #720406Hey ProSEO,
Try setting the link manually then assign # as link. Then on functions.php add this code:
function add_custom_script(){ ?> <script type="text/javascript"> (function($){ function myscript() { $("#top.page-id-6 #full_slider_1 .slide-2 .avia-slideshow-button.avia-color-theme-color").click( function() { alert('button clicked'); } ); } myscript(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Just replace this part alert(‘button clicked’); with the function calling. Hope this helps.
Best regards,
NikkoDecember 5, 2016 at 10:49 am #720400In reply to: Agregar buscador en header
Hey buscoseo,
mira esto:
Best regards,
AndyDecember 5, 2016 at 10:45 am #720398In reply to: Warning message
Hi David,
this worked for me:
https://wpml.org/forums/topic/nach-update-folgende-fehlermeldung/best wishes,
marleneDecember 5, 2016 at 10:44 am #720396In reply to: Illegal string offset 'language_code'
Okay I just found something:
https://wpml.org/forums/topic/nach-update-folgende-fehlermeldung/best wishes,
marlene -
This reply was modified 9 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi,
it is possible to add 2 or more custom css classes to an element?
I switch the custom css on for all ALB elements on.
Best regards
Christoph
Topic: Breadcrumbs
Ok, this is now the 3. topic I make on this topic. Hopefully someone will reply.
Why is this not showing up when I test my site with the Google Structured Data Test tool? Do I need to activate it somehow?
http://i68.tinypic.com/2h4htgh.gifTopic: Mobile menu
Hello
on the desktop version of the website i have a dropdown megamenu: https://www.jktranslate.com/v2/
when i go to the theme settings>header>mobile menu> and check to hide the submenu on mobile. Then i go to the mobile website but the menu is then not working. I click the menu item but i won’t open the submenu item.
Please inform me on how to fix this.thanks & regards,
Alain
