-
AuthorSearch Results
-
April 20, 2017 at 1:22 pm #780517
In reply to: Tab Section Width Limit?
Hi Ismael,
Smaller browser on desktop // http://i.imgur.com/AEROnfh.png
Mobile // http://i.imgur.com/LYiqtZQ.pngI am using an up to date version of Safari on a Mac Book Pro, also with an up to date OS.
-
This reply was modified 8 years, 11 months ago by
danldurall.
April 20, 2017 at 12:56 pm #780507Topic: Site is not responsive anymore on smartphones and tablets
in forum EnfoldLorbeerDesign
ParticipantHi there,
we just discovered that our site http://www.neue-wege.org isn’t displayed responsive on smartphones and Tablets like it used to be…
When you reduce the browsers window size on the Desktop Computer, the site still reacts responsive…
We didn’t change any settings and we just updated the theme and all plugins but still…
I will put a screenshot from the iphone in the wordpress Backup media.April 20, 2017 at 12:54 pm #780504In reply to: Overlap of page elements
Hi whdsolutions,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#after_layer_slider_1 .template-page.content.av-content-full.alpha.units { margin-top: -140px; z-index: 499; }If you need further assistance please let us know.
Best regards,
VictoriaApril 20, 2017 at 12:32 pm #780494In reply to: Accordion Slider Mobile – fix
Hey MatsHoff,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 450px) { .avia-section-large .content { padding-top: 58%; padding-bottom: 70px; } #av_section_2 {padding-top: 75%;} #top #wrap_all .all_colors h1 { color: #ffffff; font-size: 35px; } }If you need further assistance please let us know.
Best regards,
VictoriaApril 20, 2017 at 12:15 pm #780487In reply to: Make top bar sticky on mobile
Hi,
@mmagnani Please try adding following code to Quick CSS as well@media only screen and (max-width: 767px) { .html_header_top.html_header_sticky #header, .responsive #top #wrap_all #header { width: 100% !important; } }Best regards,
YigitApril 20, 2017 at 10:47 am #780432Hi WarpMedia,
I think what he meant is to use the Layer Slider div id for the first menu item, not the #top.
Please, try this and let us know if it helped.Best regards,
VictoriaApril 20, 2017 at 10:36 am #780428In reply to: Masonry Gallery lightbox navigation
Hey StormCreek,
Have you tried the solution proposed here?
Please, try and let us know if it worked for you.
Best regards,
VictoriaApril 20, 2017 at 10:33 am #780426In reply to: Changing background color of Portefolio categories
Hi Rikard,
Thanx, it did the trick!
Can you help me with the color of the text container under each item too (white)?
And, is it possible to get the text closer to the graphic, smaller celle padding in the top?
Regards
MetinApril 20, 2017 at 10:30 am #780424In reply to: Section Titles
Hello Lyse,
To fix that problem you can do that.
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
body .container_wrap .av-special-heading { margin-top: 0 !important; }I hope this could help you. Thank you.
April 20, 2017 at 10:03 am #780408Hi,
Should I create a new topic with my problem? It’s still there.Best regards,
MApril 20, 2017 at 9:41 am #780396Hey Dave,
To change the position, you can add something like this code to Quick CSS under Enfold–>General Styling:
#scroll-top-link {right:125px; }Its default position is
right:50px. You can adjust the value to what works for you.If you need further help, can you give us a link to the site in question so we can take a closer look?
I hope that helps!
SarahApril 20, 2017 at 8:09 am #780370Hi,
Please refer to this link for a possible fix.
// https://kriesi.at/support/topic/fractional-quantities-in-woocommerce/#post-736211
Best regards,
IsmaelApril 20, 2017 at 8:06 am #780369In reply to: Image sizes
Hi,
Glad we could help. Please let us know if you should need any further help on the topic.
Best regards,
RikardApril 20, 2017 at 7:42 am #780355In reply to: Enfold Homepage Avia Layout Builder won't load
Hey Courtney,
You are getting a 404 error on a WordPress file, please see private for more info. Maybe this thread will help you out? https://wordpress.org/support/topic/admin-ajaxphp-404-not-found/
Best regards,
RikardApril 20, 2017 at 7:36 am #780353Hey jknetdesign,
First off, thanks for using our theme.
You can fix it using a white background in the X button. Just add the follow custom CSS code at the Quick CSS:
#advanced_menu_hide { background: #fff; top: 40px; right: 25px; }Best regards,
John TorvikApril 20, 2017 at 7:24 am #780348In reply to: Adjust logo to same line as menu text – left side
Hey Camilla,
Please try the following in Quick CSS under Enfold->General Styling:
.logo img { padding-top:25px; }Best regards,
RikardApril 20, 2017 at 7:10 am #780336In reply to: Change social icon with fontello's icon
Hi,
I’m sorry but the login credentials are still not working.
These threads might help.
// https://kriesi.at/support/topic/adding-new-options-to-social-profiles/#post-675147
// https://kriesi.at/support/topic/trip-advisor-in-top/#post-629249Best regards,
IsmaelApril 20, 2017 at 6:50 am #780327In reply to: Position of two header widgets
Hey steviger,
Please try the following CSS as well:
#header #search-3 { top: 80px !important; width: 300px !important; }Best regards,
RikardApril 20, 2017 at 6:12 am #780310In reply to: HTML markup in excerpt has been lost
Hey!
Please remove the line break tags because there’s a margin on top and bottom of the paragraph tags by default.
p { margin: 0.85em 0; }Regards,
IsmaelApril 20, 2017 at 6:00 am #780305In reply to: Change Portfolio Image on Hover
Hi!
You didn’t change the image url. We created an example in the Quick CSS field. Check the first and second portfolio item in the home page. How did you add this internal style?
<style> .grid-image img { -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } .grid-image img.top-image:hover { opacity:0; } .top-image{ position:absolute; top:0px; left:0px; } </style>Regards,
IsmaelApril 20, 2017 at 5:52 am #780300Hi @josecamejo,
Great, you were probably getting cached results. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardApril 20, 2017 at 5:47 am #780297In reply to: Carousel Slider with lightbox image pop up
Hey!
We added the following css code in the Quick CSS field to display the navigation dots on mobile.
@media only screen and (max-width: 767px) { .responsive #top .avia-slideshow-controls a { display: inline-block; margin-left: 5px; } }Best regards,
IsmaelApril 20, 2017 at 5:45 am #780294In reply to: Add Login Button in Bar Above Main Header Section
Hey trellyn,
First off, thanks for using our theme.
To apply this shortcode at the top bar, use the following code: https://gist.github.com/JohnTorvik/0c3bc47edbd0893e14fb79385d92e5d6
And don`t forget to replace the http://www.google.com by your URL.
Best regards,
John Torvik-
This reply was modified 8 years, 11 months ago by
John Torvik.
April 20, 2017 at 5:33 am #780288In reply to: Duplicate portfolio autosave entries
Hi!
I inspected the site yesterday but it stops loading after updating the “Bakeri Norð” post and deactivating the “Revision Control” plugin. Today, I updated the post again and it doesn’t create a revision like it did before. Could you please confirm if the plugin is causing the issue?
Regards,
IsmaelApril 20, 2017 at 5:18 am #780280In reply to: Changing background color of Portefolio categories
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#top .main_color .container .av-masonry-sort { background-color: white !important; } .av-masonry-sort { text-align:left !important; }Best regards,
RikardApril 20, 2017 at 5:12 am #780278In reply to: Remove left and right border of the content sections
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardApril 20, 2017 at 5:11 am #780277In reply to: Highlight current parent menu in mobile menu
Hi,
Ok, thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
RikardApril 20, 2017 at 5:00 am #780271In reply to: Insert Microformats
Hi @rvga,
Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
RikardApril 20, 2017 at 4:34 am #780263In reply to: Set max-width for all body copy
Hi,
You can manage the width though this rule:
.boxed#top { width: 600px !important; max-width: 600px !important; }Best regards,
John TorvikApril 20, 2017 at 4:32 am #780262In reply to: Problems with translation
-
This reply was modified 8 years, 11 months ago by
-
AuthorSearch Results
Viewing 30 results - 81,091 through 81,120 (of 142,855 total)
-
Search Results
-
Hi there,
we just discovered that our site http://www.neue-wege.org isn’t displayed responsive on smartphones and Tablets like it used to be…
When you reduce the browsers window size on the Desktop Computer, the site still reacts responsive…
We didn’t change any settings and we just updated the theme and all plugins but still…
I will put a screenshot from the iphone in the wordpress Backup media.
