-
AuthorSearch Results
-
July 7, 2016 at 11:32 am #657900
In reply to: Enfold Google Maps Widget not working
Hi,
We are very sorry for the delay. The issue is still under investigation. For the meantime, please use the snippet provided in the following thread. You have to change the API key: https://kriesi.at/support/topic/content-element-google-maps/#post-656399
In order to generate an API key, you have to create your own google project, enable the Maps JavaScript API, create a new credential, get the API key then specify the site where you want to embed or use the maps. For detailed instructions regarding the API key, please refer to these links:
https://developers.google.com/maps/documentation/javascript/tutorial#Loading_the_Maps_API
https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-keyModerator keyword: google maps api issue
Best regards,
IsmaelJuly 7, 2016 at 11:29 am #657899this is a problem of position : fixed
nearly all mobiles and there browsers got this problem.
This is the reason why on mobile case the 2/5 column is set to display noneBut on some ipad ( with retina ) this mobile option does not have an effect because the tablet option is set to 990px.
so for my installation i do this media querry on quick css:
@media only screen and (max-width: 1024px) {.responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet { display: none !important; } }see here for
Mobile CSS Fixed Positioning Support-
This reply was modified 9 years, 8 months ago by
Guenni007.
July 7, 2016 at 11:14 am #657894In reply to: Featured image
Hi, I solved the issue with this method:
https://kriesi.at/support/topic/featured-images-dealing-with-portrait-sizes/#post-409661July 7, 2016 at 11:02 am #657889In reply to: Eliminate title / text on Easy Slider slideshow
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Thanks,
RikardJuly 7, 2016 at 10:51 am #657880In reply to: Magnific-Popup working with icon-box
Hi Petteri,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Regards,
RikardJuly 7, 2016 at 10:37 am #657871In reply to: Google AdSense not working
I now also tried to use this plugin: WP Simple Adsense Insertion … as a recommandation from this post: https://kriesi.at/support/topic/best-way-to-insert-adsense-code-into-enfold/ … still doesn’t work … *heul* ;)
I tried three sites with Enfold and it is always the same result.
-
This reply was modified 9 years, 8 months ago by
Chris.
July 7, 2016 at 10:27 am #657867In reply to: Consulting PSD
this is a little bit off topic – but what is the benifit of those psd files?
For my webdesign i don’t use them at all.July 7, 2016 at 7:47 am #657852Topic: Problem with padding at top of content, below header
in forum EnfoldTaryn
ParticipantHi!
On this site, http://rayconbeta.com/, I’m having an issue I’ve not experienced with other sites I’ve built with Enfold. There is a whitespace being inserted above the main content area, just below the header. The only way I could get rid of it was to add the following Custom CSS:
`#main .main_color .content {
padding-bottom: 0px;
padding-top: 0px;
}However, now any time I add a color section that is the main color, I have no padding and have to manually add whitespace – very annoying. I haven’t had this issue with other sites I’ve built with Enfold – any idea what’s happening?
Thanks!
July 7, 2016 at 6:20 am #657834In reply to: Dual Site-wide persistent navigation.
Hi,
Have you tried it in the header.php file? You can also use the “ava_after_main_container” hook. Example: https://kriesi.at/support/topic/enfold-woocommerce-change-shop-page/#post-615698
Best regards,
IsmaelJuly 7, 2016 at 4:41 am #657826Topic: Logo shortcode
in forum Enfoldnorcalnathan
ParticipantIs it possible to specify shortcode for the logo? I have shortcode for an animated 3d cube and would like it to be displayed as the logo image. I am currently using the left sidebar for the logo and menu area instead of having the header at the top.
Thanks!
-
This topic was modified 9 years, 8 months ago by
norcalnathan.
July 7, 2016 at 3:01 am #657819In reply to: Mobile Menu Sticky Issue
Hi all,
I’d like to add something to this thread. The code above solved “jump” issue. Thanks! I would like to add something else though.
When you click the mobile menu, the content jumps to the top as if you click “back to top” link. So if I’ve scrolled half way down and click the mobile menu, it will take me back to the top of the content.
Is there a solution for this somewhere here?
Thanks!
July 7, 2016 at 12:03 am #657786Hi team – sorry about the delayed response – on July 1, I was in the middle of having the site transferred from an in-construction preview site to the real site, which is missouriartscouncil.org.
I want to be able to give the Enfold team access to the back end, as I have done during the construction phase. I have already instituted Administrator status for the team, but the problem is that because the site is now being hosted on State of Missouri servers, for anybody outside of the State network, I need to have the State team institute an exception with a specific IP address. I mean, my boss discovered today that he can’t get into the back end from his laptop! Is it possible in the private content for you to give me an IP address for the Enfold team, or for me to put you in touch via phone or email with the State guy who is monitoring our project?
July 6, 2016 at 11:57 pm #657783Topic: Vimeo video won't play on mobile devices
in forum Enfoldmarketwithmichael
ParticipantHello,
I was having trouble getting this video to play on a phone…plays on desktop and tablet just fine.
I assume has to do with the embed code but not sure if there is anything I can do to fix.
Any suggestions would be appreciated, thanks.
July 6, 2016 at 11:29 pm #657773Topic: Menu too big now
in forum Enfoldwhdsolutions
ParticipantYou asked me to put
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 275px !important;
}but now on iphone and android phones the menu is huge in height – is there a fix for this in quick css???
July 6, 2016 at 10:59 pm #657759In reply to: Layer Slider
it looks good on my laptop because the width of the slider is 1500px so it goes all the way across, but is there a way to force it to stretch no matter what size the screen? like on the full-width slider?
July 6, 2016 at 10:44 pm #657756In reply to: content collapsing
Thank you, I had put that in because without it the top section has way too much white space around it.
What I can I do to just control the top section?
Thank you!
July 6, 2016 at 10:13 pm #657740In reply to: Enfold – Make Header Transparent on mobile devices
Hi Yigit, This is great. How can I get the transparency to work for smaller devices? I tried adding the following but it didn’t work. Could you please advise as to how to create the transparency?
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#top #wrap_all .av_header_transparency {
background: transparent;
position: absolute!important;
}}Thank you!
July 6, 2016 at 9:23 pm #657724In reply to: printable page of site
I want to hide some areas in the printview.
In Enfold theme folder I edit the custom.css, but it does’nt work:@media print { #av_section_1 { display:none; } #top .no_margin.av_one_third { display: none; } .av-section-color-overlay-wrap { display: none; } }July 6, 2016 at 8:19 pm #657708In reply to: Custom Icon Font Disappearing
Hey there, reopening this I got super frustrated and stopped using any custom icons, that is why the image above shows them all.
However I tried again on another site to add a custom social icon. I added the font etc, custom name, and it worked. This was maybe a week ago. Today I randomly noticed it was gone. Social icons are all in the header except for the custom “yelp” one I added.
I cannot deactivate plugins because this is a network and other sites are live.
Do you have ANY thoughts on why this happens?
Thank you.July 6, 2016 at 7:58 pm #657701In reply to: Issue with template building (element positioning)
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Thanks,
RikardJuly 6, 2016 at 7:42 pm #657689Hey danatwater,
Great, glad you got it sorted and thanks for the feedback. Let us know if you should have any further problems on the topic.
Regards,
RikardJuly 6, 2016 at 7:16 pm #657672Hi,
Great, glad you got it fixed. Please let us know if you should need any more help on the topic.
Regards,
RikardJuly 6, 2016 at 6:52 pm #657667In reply to: Full Width Header Video Assistance
Thanks Yigit unfortunately the content underneath the video is appearing on top? You can see from the screenshots linked in private content that the Parallax is also displaying incorrectly, I do have another open ticket regarding this. Can you offer any further advice? Thank you.
July 6, 2016 at 6:49 pm #657665In reply to: Zusätzliches Bild im Header
Ok Thx no Problem
No German Speaking Moderator availible ?
I Still have the Problem
I Have to Rebuild the Website and need the Pictures on the TOP and the Languages Flags Left under the Logo.
Thx
July 6, 2016 at 6:48 pm #657664I thought it would be a good idea to show all the quick css we have on the braandcorsetsupplies.com site too
here it is…
=================================
@media only screen and (max-width: 1300px) {
div#full_slider_1 { display: none; }}@media only screen and (min-width: 1301px) { div#full_slider_2 { display: none; }}
@media only screen and (max-width: 800px) {
.flex_column { width: 100% !important; margin-left: 0 !important; }}/*single product sidebar fix*/
/*hide cell on desktop*/
@media only screen and (min-width: 801px) {
.not-for-desktops { display: none !important; }}.single-product .product {
width: 100%;
}
.single-product-summary {
float:left;
width:45%;
margin-right: 3%;
}.single-product-main-image {
width: 25%;}/* Right Side bar top padding*/
.sidebar {
padding-top: 10px;}/* Hide Titles on lightbox */
.mfp-title {
display: none !important;
}/* iconic Swatch styles */
.single-product-summary { overflow: visible !important; }
.single-product-summary:after {
content: “”;
display: table;
clear: both;
}#top .variations td.label { width: 100% !important; }
#top .variations .label label { text-align: left !important; }
form.cart .variations select { float: none !important; }
.single_variation_wrap { margin-left: 0 !important; }
.iconic-was-swatch__graphic{
width: 50px !important;
height: 50px !important;
}.iconic-was-swatches–visual .iconic-was-swatch–selected:before {
line-height: 51px !important;
}/* Currency swap Flags */
a[data-currencycode=”USD”] {
background-image: url(‘http://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_United_States.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}a[data-currencycode=”EUR”] {
background-image: url(‘http://upload.wikimedia.org/wikipedia/commons/b/b7/Flag_of_Europe.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 27px;
}a[data-currencycode=”BRL”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/0/05/Flag_of_Brazil.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 28px;
}a[data-currencycode=”CAD”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/c/cf/Flag_of_Canada.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}a[data-currencycode=”AUD”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/b/b9/Flag_of_Australia.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}a[data-currencycode=”GBP”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag_of_the_United_Kingdom.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}/* top secondary menu font size */
#top .av-subnav-menu > li > a {
font-size: 18px;
}/* top secondary menu change to mobile */
July 6, 2016 at 6:24 pm #657659Topic: The footer that behaves differently on different pages.
in forum EnfoldENBertussi
ParticipantThe footer when using the Logo and Main menu on the left sidebar is behaving strangely.
some times it stretches across the entire width of the page on pages like single product view
if I make the “displayed everywhere” widget super long it fixes this. but since the right-side side-bar disappears on mobile (see -https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile-2/ ) I have been hesitant to put so much on the right side bar to push the footer and socket down.
:(
ENB..//
July 6, 2016 at 6:06 pm #657653ENBertussi
ParticipantHey Awesome support team at Kriesi ~! :)
I had been using these instructions for single product view side bar management but it is breaking badly on mobile and small resolution screens:
The side bar is totally gone and does not go below the single product view on mobile devices,
https://db.tt/OoRHFCYN
The side bar also does weird display problems on small screen resolutions,https://db.tt/N4iqEWQE
until the browser window is so small/aka small screen resolution and it just bumps to mobile version screws up the product summary and blows away the side bar (sidebar totally disappears and does not go below the product)-
This topic was modified 9 years, 5 months ago by
Ismael.
July 6, 2016 at 5:18 pm #657627In reply to: GTmetrix Analysis Error
Hey studiotopo,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Also check out this: https://kriesi.at/support/topic/enfold-extremly-slow/#post-293663
Best regards,
AndyJuly 6, 2016 at 4:58 pm #657611In reply to: Adding shortcode drops down the header
This is okay in desktop mode but now the menu is huge in height in responsive mode on iphone and android
-
This reply was modified 9 years, 8 months ago by
whdsolutions.
July 6, 2016 at 4:32 pm #657573In reply to: Google tracking of sections in one page website
Hey Codefixer!
You can use the shortcode on the top of each section, so it can track the data.
Nothing changes as I can see, so you can add the details there and make a tracking based on the section.GIve it a try and let us know if anything else is needed
Cheers!
Basilis -
This reply was modified 9 years, 8 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi!
On this site, http://rayconbeta.com/, I’m having an issue I’ve not experienced with other sites I’ve built with Enfold. There is a whitespace being inserted above the main content area, just below the header. The only way I could get rid of it was to add the following Custom CSS:
`#main .main_color .content {
padding-bottom: 0px;
padding-top: 0px;
}However, now any time I add a color section that is the main color, I have no padding and have to manually add whitespace – very annoying. I haven’t had this issue with other sites I’ve built with Enfold – any idea what’s happening?
Thanks!
Topic: Logo shortcode
Is it possible to specify shortcode for the logo? I have shortcode for an animated 3d cube and would like it to be displayed as the logo image. I am currently using the left sidebar for the logo and menu area instead of having the header at the top.
Thanks!
Hello,
I was having trouble getting this video to play on a phone…plays on desktop and tablet just fine.
I assume has to do with the embed code but not sure if there is anything I can do to fix.
Any suggestions would be appreciated, thanks.
Topic: Menu too big now
You asked me to put
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 275px !important;
}but now on iphone and android phones the menu is huge in height – is there a fix for this in quick css???
