-
AuthorSearch Results
-
July 18, 2016 at 6:10 pm #662178
In reply to: Google maps
Hi hector1069!
Please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Best regards,
YigitJuly 18, 2016 at 5:49 pm #662166In reply to: Display date and time in icon box
I added this code at the bottom of my child function.php file like so
/* *Display date and time in icon box” title *https://kriesi.at/support/topic/display-date-and-time-in-icon-box/#post-662159 */ function displaydate(){ return date('F jS, Y'); } add_shortcode('date', 'displaydate'); }Then added [date] in the icon box content seen on top of the private link, still doesnt show, what did i do wrong?
July 18, 2016 at 5:04 pm #662132In reply to: Is there a "back to top" button?
Hi m!
Yes, there is but it is disabled on mobile to save space and since clicking on top of browser on mobile scrolls to top, we thought it would be redundant. If you would like to enable it on mobile, please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Cheers!
YigitJuly 18, 2016 at 4:59 pm #662127In reply to: Not responsive
Thanks for responding. I tried clearing the cache, but they are still not showing correctly. I’ve attached 2 images in a link to show you mobile vs desktop. Thanks again!
July 18, 2016 at 4:53 pm #662120Topic: Is there a "back to top" button?
in forum EnfoldSandy
ParticipantDoes Enfold have a ‘back to top’ button built in to reduce scrolling on long/mobile pages?
July 18, 2016 at 4:52 pm #662117In reply to: Language Enfold theme after upgrade 3.6
Hi!
@martykai Replied you here https://kriesi.at/support/topic/gtranslate-plugin-in-placed-in-footer-widget-not-behaving-correctly/#post-662116Cheers!
YigitJuly 18, 2016 at 4:48 pm #662114Hi,
you could do this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then build one element for which you hide on desktop only and vice versa. For example:
.hide-on-desktop { display: none; }Use “hide-on-desktop” as custom class.
Best regards,
AndyJuly 18, 2016 at 4:34 pm #662101In reply to: Title and Breadcrumbs size
#top .title_container .container { min-height: 35px; } .title_container { height: 35px; } .title_container .main-title { line-height: 1.3em; } #top .title_container .container { padding: 0; } .js_active .top_tab .tab { font-size: 16px; }Not bad a final thing; moving the titel a bit to the right side… ?
http://www.permatree.org/wp-content/uploads/2016/07/Bildschirmfoto-2016-07-18-um-09.31.37.pngThx!
BtinaJuly 18, 2016 at 4:33 pm #662100In reply to: Single Post width without Sidebar
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitJuly 18, 2016 at 4:18 pm #662092In reply to: Title and Breadcrumbs size
Hey!
Please add following code to Quick CSS as well
#top .title_container .container { padding: 0; } .js_active .top_tab .tab { font-size: 16px; }Best regards,
YigitJuly 18, 2016 at 4:13 pm #662089In reply to: Social Media Buttons in Mobile Menu
Hey Christian,
refer to: https://kriesi.at/support/topic/social-icons-on-mobile-menu-disappear/
Best regards,
AndyJuly 18, 2016 at 4:07 pm #662087Topic: Images with Caption
in forum Enfoldhdpcr
ParticipantHi
Im trying to add a few images with shortcode inside a tab and when image has caption they are not aligned in top the start to cascade.I think its the same if used inside Accordion or elsewhere as shortcode. (check on the page)
Also i saw the caption is always in italic.Is there a way to have it normal or to change font size to it can be more readable.
Thank you very muchJuly 18, 2016 at 3:37 pm #662066In reply to: Changing the page title
Hi @AlainTernet;
may this topic help you ?July 18, 2016 at 3:29 pm #662049In reply to: image with hotspots, link to a javascript function
Thanks again!
It is not a problem to upload things. About the intended screenshot/mockup, it is pretty much what you find in Enfold’s “start-up” template Home page: the image of a laptop with several hotspots pointing out to different regions of the screen. The difference is the actions associated to every hotspot.
I uploaded a screenshot of what I can do now. You can see a small
Play/Pausebutton on the bottom that I added with the Code Block as
<input type="button" onclick="VolumeSample.toggle();" value="Play/Pause"/>
I defined the JS functionVolumeSample.togglein another Code Block, which contains includes to JS files. When you press the button, a given audio is played/paused. It works. As I said, that is a simple example, but just for the sake of illustration. What is behind the JS function is related to WebAudio API, but it does not really matter much what (but in the future it is not going to be simply play an audio file).My goal would be the hotspot to do exactly what that small button does, that is, to execute said JS function when clicked upon.
-
This reply was modified 9 years, 7 months ago by
kieslingerb.
Hey hdpcr!
Please add following code to Quick CSS
.your-custom-class .tab { border-bottom: 1px solid #be202d; margin-bottom: 1px; } .tab.active_tab { border-bottom: none; } .js_active .active_tab_content { border-color: orange; border-width: 2px; background: green; } .js_active .top_tab .tab { font-size: 16px; }Best regards,
YigitJuly 18, 2016 at 2:59 pm #662019Hey olppa,
please open different tickets for different questions/problems.
1.+2.) Use this inside of Quick CSS field:
#menu-item-search { top: -115px !important; width: 28%; }and adjust as needed.
3.) Login does not work for me. Please check.
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
AndyJuly 18, 2016 at 2:55 pm #662017In reply to: Mobile Zooming
Hi hdpcr!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/urgent-responsives-webdesign/#post-459171
Cheers!
YigitJuly 18, 2016 at 2:55 pm #662016Hi!
I’m having the same problem as Şanlı was experiencing when this thread was first opened. I have and easy slider on my home page that looks great on the Desktop view. But in the tablet and mobile view, the text is to big and not positioned correctly, even with the mobile menu set to the smartphone and tablet option. I’m using buttons in the easy slider as well and as you mentioned earlier, these wont display on mobiles anyway.
So, I’m wondering if it is possible to display a different image completely on the tablet and mobile view? This way I can just recreate the each slide as a single image (image and text) that the user can click on rather than use a button.
Sorry if this makes no sense… I know what I mean :)
Kind regards
Nicole
July 18, 2016 at 2:48 pm #662009In reply to: Show logo in mobile menu
Hey lenvo,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
ul#mobile-advanced { padding-top: 0; margin-top: 119px; }Best regards,
YigitJuly 18, 2016 at 2:47 pm #662008Danke.
Habe ich somit erstellt:July 18, 2016 at 2:18 pm #661973In reply to: Menu icon with title on smartphone
Hi!
Can you please try using following code
a#advanced_menu_toggle:before { content: 'Menu'; font-size: 14px; top: -7px; position: relative; }If that too does not help, please create a temporary admin login and post it here privately so we can look into it
Best regards,
YigitJuly 18, 2016 at 2:09 pm #661968In reply to: Title and Breadcrumbs size
Hey!
Please add following code to Quick CSS
#top .title_container .container { min-height: 35px; } .title_container { height: 35px; } .title_container .main-title { line-height: 1.3em; }Best regards,
YigitJuly 18, 2016 at 1:56 pm #661949In reply to: My account page Woocommerce 2.6
Hi,
Yes, we are aware of it as well. Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Best regards,
YigitJuly 18, 2016 at 1:53 pm #661945In reply to: Contact Form
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardJuly 18, 2016 at 1:15 pm #661926In reply to: Anfrage, meine ersten Versuche mit Enfold
Hi,
wie können wir dir bei diesem Punkt weiter helfen? der Lösungsweg ist ja bereits von Yigit exakt beschrieben. Du kannst es auch hiermit versuchen: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Gruß,
AndyJuly 18, 2016 at 11:53 am #661919Topic: whats the unicode? for mail icon "ue805"
in forum Enfoldbenbrinnand
ParticipantHi all
I’v found the code for the telephone “ue854” which is this = “📞”
but I need the same code for the mail icon… I’v looked everywhere and the best place I think is here http://www.entypo.com/characters/ but its a 404 dead link?
I got the &# code for the phone from this link https://kriesi.at/support/topic/icon-embed-into-text-block/
Could you please give me the &# code for the mail icon?Thanks in advance Ben
July 18, 2016 at 7:33 am #661875Topic: Enfold Dropdown menu no longer working
in forum Enfoldplatinum850
ParticipantHello Support,
I am not sure how long this has been the case but my main nav drop down menu doesn’t seem to be working. It is a standard drop down (not mega menu). I believe that it is site specific as I tested another one of my site’s that uses the same theme and the drop downs work there. Any ideas as to why this just stopped working? I updated to the latest version of the theme and still nothing.
My site is here: coremobileapps.com (there should be 3 drop downs under “Services”)
Thank you.
July 18, 2016 at 7:03 am #661871In reply to: Custom sized icons displaced on mobile site
Thanks Vinay,
The site in question is in the private reply
The elements in question are the phone number, email icon and woo commerce cart icon in the top right of the page.
Thanks,
TimJuly 18, 2016 at 6:44 am #661859In reply to: Active Menu Indicator
Hi,
Question was answered here: https://kriesi.at/support/topic/enfold-main-menu-indicators/
Best regards,
RikardJuly 18, 2016 at 6:43 am #661857In reply to: Menu active section indicator
Hi,
Question was answered here: https://kriesi.at/support/topic/enfold-main-menu-indicators/
Thanks,
Rikard -
This reply was modified 9 years, 7 months ago by
-
AuthorSearch Results
Viewing 30 results - 92,851 through 92,880 (of 142,789 total)
-
Search Results
-
Does Enfold have a ‘back to top’ button built in to reduce scrolling on long/mobile pages?
Topic: Images with Caption
Hi
Im trying to add a few images with shortcode inside a tab and when image has caption they are not aligned in top the start to cascade.I think its the same if used inside Accordion or elsewhere as shortcode. (check on the page)
Also i saw the caption is always in italic.Is there a way to have it normal or to change font size to it can be more readable.
Thank you very much
