-
AuthorSearch Results
-
February 7, 2017 at 5:31 am #743669
In reply to: Background picture clarity
Hi Jeff,
Glad you got it working, it’s not the most obvious thing to think of when selecting the images so I totally understand users who miss to check that. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardFebruary 7, 2017 at 4:33 am #743662In reply to: Google Maps
I have the same issue with http://www.installartificial.com/locations
maps show on mobile and in safari. Maps do not show in Chrome on desktop.February 7, 2017 at 1:28 am #743651Topic: Header Menu stroke on navigation text
in forum Enfoldmcraig77
ParticipantAnyway to make a stroke on the menu text in the header?
I followed this thread https://kriesi.at/support/topic/shadow-on-the-menu-text-in-the-header/ and was able to add a drop shadow but I would like a stoke all the way around it if possible.
February 7, 2017 at 12:40 am #743641eainnem
ParticipantHi,
when I click submit on the Contact Form of the site I’m developing, the bottom-to-top “Message Sent” animation finishes too high on the page and overlaps the horizontal line which is above the form element (see screenshot: .
Can you please advise me how to customise the css so that the animation finishes slightly lower on the page (ie. below the horizontal line)?
Thanks,February 6, 2017 at 9:30 pm #743616Andy,
Thanks I will open separate tickets on any linger questions with items 2-5.
I did follow the instructions available here for adding a sidebar to events pages (https://kriesi.at/support/topic/add-a-sidebar-to-events-using-modern-tribe-events-calendar-pro/) but could not get them to work as I couldn’t find the defaults-template.php or single-event.php files inside the Enfold theme editor.
Would love to be able to add a sidebar to my main events page (link) as well as the single events pages (example) like this mock up http://www.itsgreektomemn.com/test/
, however, adding a side bar is not and option and the Events Calendar Pro people are saying it is an Enfold issue.Event just to get to take the standard Blog sidebar would be great.
Thanks
JonFebruary 6, 2017 at 9:20 pm #743615In reply to: Shopping page
It’s been redirected from the moment I bought the theme and I have been working like this for more than a month now, so I think the fact that it’s been redirected can’t be the root of the problem.
Have been searching in the history of my browsers to see if I could find a clue. Can it be that it has something to do with this? I see the word delete in it….
Could be that the last thing I did was enter code given to me ad topic:
#739597
Can it be that that has something to do with it?February 6, 2017 at 9:10 pm #743609In reply to: 100% height color section with max height?
Hi,
It contains a top padding and the 800px max-height is short enough for it. Instead of using .avia-section which is global class for sections, try to use the id you have set it in the section for example use #mat instead. Try to remove the code I gave before and add this one instead:
#mat { display: flex; align-items: center; }This should only affect the section with an id of mat. Let us know if this helps :)
Regards,
NikkoFebruary 6, 2017 at 9:01 pm #743605In reply to: Fullscreen slider on mobile
Hi,
Can you post a screenshot on how it looks on your mobile phone when the code I gave is used? you can upload it on http://imgur.com/ and post the link here. Basically what I suggested above was replacing this part of the code:
background-size: 100% 100%;
to this one:
background-size: auto 100%;
this means the background’s width will be auto and height to 100%, by using this code it would make sure that the background won’t be stretch though some part of it won’t be seen. And adding this code:
background-position: center center !important;
Which basically says to use the center as the base instead of top and left part of the background image (which is the default), so by adding the code I gave would result in the woman with curly hair to show as background image, though the other person won’t be seen.Cheers!
NikkoFebruary 6, 2017 at 8:46 pm #743583I am getting this exact same error years later. This is the stack trace. I hope it is okay to drag this topic up from the dead, but this was the only thing I could find based on what I am seeing. This is causing intermittent issues with the editor screen. Clickable items like “screen options”, “Visual Editor”, “Text Editor” do nothing.
Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
at Function.error (https://www.meridianhm.com/wp-includes/js/jquery/jquery.js:2:1814)
at HTMLDivElement.<anonymous> (https://www.meridianhm.com/wp-includes/js/jquery/ui/widget.min.js:11:2115)
at Function.each (https://www.meridianhm.com/wp-includes/js/jquery/jquery.js:2:2881)
at a.fn.init.each (https://www.meridianhm.com/wp-includes/js/jquery/jquery.js:2:846)
at a.fn.init.a.fn.(anonymous function) [as sortable] (https://www.meridianhm.com/wp-includes/js/jquery/ui/widget.min.js:11:1857)
at HTMLDivElement.<anonymous> (https://www.meridianhm.com/wp-admin/js/postbox.min.js:1:3165)
at Function.each (https://www.meridianhm.com/wp-includes/js/jquery/jquery.js:2:2881)
at a.fn.init.each (https://www.meridianhm.com/wp-includes/js/jquery/jquery.js:2:846)
at Object.save_order (https://www.meridianhm.com/wp-admin/js/postbox.min.js:1:3103)
at $.AviaBuilder.place_top (https://www.meridianhm.com/wp-content/themes/meridian/config-templatebuilder/avia-template-builder/assets/js/avia-builder.js:135:34)
error @ jquery.js:2
(anonymous) @ widget.min.js:11
each @ jquery.js:2
each @ jquery.js:2
a.fn.(anonymous function) @ widget.min.js:11
(anonymous) @ postbox.min.js:1
each @ jquery.js:2
each @ jquery.js:2
save_order @ postbox.min.js:1
place_top @ avia-builder.js:135
set_up @ avia-builder.js:118
$.AviaBuilder @ avia-builder.js:107
(anonymous) @ avia-builder.js:1376
i @ jquery.js:2
fireWith @ jquery.js:2
ready @ jquery.js:2
K @ jquery.js:2February 6, 2017 at 8:43 pm #743579In reply to: Menu Height
Hi Jenna,
Try using this css code:
@media only screen and (min-width:768px) { .main_menu { margin-top: -55px; } .header-scrolled .main_menu { margin-top: 0; } }the media only screen part makes sure it won’t affect the mobile devices, the first block of code (the code given to you before) affects all menus, then the 2nd block of code makes sure that the sticky menu will have it’s top margin back to 0. Hope the code and explanation helps. Just adjust it as you see fit :)
Cheers!
NikkoFebruary 6, 2017 at 8:39 pm #743575Hi,
please open separate tickets for different questions/issues.
1.) Refer to: https://kriesi.at/support/topic/add-a-sidebar-to-events-using-modern-tribe-events-calendar-pro/
2.) Send us a precise link where we can inspect your current elements and then we could tell if we can help you with this customization.
Have in mind though that we’re not here for providing any customizations and if you have anything which is too time consuming, then we kindly ask you to hire a freelance developer for this job: http://kriesi.at/contact/customization
Best regards,
AndyFebruary 6, 2017 at 8:37 pm #743573In reply to: Gallery tweaks
Here’s the whole CSS:
.av-main-nav > li > a span.avia-menu-text, li#menu-item-search a { position: relative; top: 60px; }
nav.main_menu { background-size: inherit; background-repeat: no-repeat;}.header-scrolled .main_menu {
background-image: none!important;
}
.custom-header-image { float: right; height: 150px; }
#header_main { border: none !important; }.title_container { background: #f0f2f7;
}
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 0!important;
}
.header-scrolled .av-main-nav ul { top: 160%; }
.header-scrolled .avia-menu-fx { bottom: -55px; }
#top .av_header_transparency .avia-menu-fx {
opacity: 1;
filter: alpha(opacity=1);
}
.custom-header-image {
z-index: 9999!important;
position: relative;
height: 80px;
}
.custom-header-image {
margin-top: -4px;
}.price-top-margin {
margin-top: 34px;
}tr th:first-child, tr td:first-child {
vertical-align: top;
}
.main_color tr.avia-heading-row {
background: #223a73;
}.avia-heading-row {
color: white;
}.av_promobox {
margin-bottom: -21px !important;
}
.tab_titles div {
font-size: 12px !important;
}
.page-id-49 .avia-icon-list .iconlist_icon {
height: 30px;
width: 30px;
line-height: 24px;
font-size: 14px; }
.page-id-49 .avia-icon-list .iconlist-timeline { left: 17px; }
.avia-icon-list li .iconlist_title {
font-size: 14px;
text-transform: none;
font-weight: normal;
}
.avia-icon-list li {
min-height: 20px;
}
.page-id-49 .avia-icon-list li {
padding-bottom: 20px;
}.page-id-49 .avia-icon-list .iconlist_content_wrap {
overflow: visible;
}
.page-id-49 .avia-icon-list .iconlist_icon {
height: 30px;
width: 30px;
line-height: 24px;
font-size: 14px;
margin-bottom: 20px;
}
.home div#av_section_1 .content {
padding-top: 40px;
padding-bottom: 40px;
}.grid-content .entry-title {
text-align: center;
}
.grid-entry article {
background: transparent !important;
}
.grid-entry .inner-entry { box-shadow: none; }
.grid-content, .entry-content-header * { background-color: transparent!important; }.secondary-logo {
position: absolute;
z-index: 10000 !important;
display: block;
top: -10px;
right: 0;
height: 82px !important;
}@media only screen and (max-width: 767px) {
.secondary-logo { display: none !important; }}.avia-content-slider .slide-meta div {
display: none;
}.breadcrumb.breadcrumbs.avia-breadcrumbs {display:none;
}.header_color .phone-info {
font-weight: normal;
line-height: 25px;
font-size: 15px;
color: #213973;
}
.header_color .phone-info .phone-number {
font-size: 19px;
}
@media only screen and (max-width: 767px) {
.responsive .phone-info {
text-align: right;
}
}
.avia-heading-row th {
color:white !important;
}
.main_color tr:nth-child(even) {
color: #666666 !important;
}
.mfp-title {
display: none !important;
}#top div .avia-gallery img {
border-width: 0 !important;
}February 6, 2017 at 8:36 pm #743570In reply to: Categories
That’s right, i’ve been creating it in a subdomain. But somehow it doesn’t load anymore. Provider sends me to you. Says it has something to do with the theme. Have been working on my site all day. Last thing I did was enter some code and then my website stopped loading.
Can’t do a thing now…
February 6, 2017 at 8:35 pm #743568In reply to: Gallery tweaks
first set the rules to important:
.mfp-title { display: none !important; } #top div .avia-gallery img { border-width: 0 !important; }other rules in your quick css have an effect?
sometimes there are missing closing brackets infront of the rules
may i see your whole quick css entries?February 6, 2017 at 8:29 pm #743564In reply to: Scroll down arrow in the slideshow_fullsize.php
Hi Yigit,
we talk obout the slideshow_fullsize.php in the Fullwidth Easy Slider and you talk about the Fullscreen slider.
We solved the problem with the array and the function for the scroll down arrow.
You can close the topic.
Thanks
BiggyFebruary 6, 2017 at 8:19 pm #743553In reply to: Gallery tweaks
it is simple – the code is not in your css to find
and maybe this rule has to set to important:
#top div .avia-gallery img { border-width: 0 !important; }February 6, 2017 at 8:04 pm #743549In reply to: Customizing organize series
Hey serge esteves,
to modify image sizes you can use this code inside Quick CSS field:
#top .fullsize .template-blog .big-preview img { width: 60%; }and adjust as needed.
Customizing a template page of yours in not about Enfold theme, but about general WordPress behavior in general. So if you want to customize it refer to: https://developer.wordpress.org/themes/template-files-section/page-templates/
If you can’t do the customization by yourself, you could hire a freelance developer for this job: http://kriesi.at/contact/customization
Best regards,
AndyFebruary 6, 2017 at 7:54 pm #743545In reply to: Gallery tweaks
try to insert this to your quick css in Enfold Options
.mfp-title { display: none; } #top div .avia-gallery img { border-width: 0; }February 6, 2017 at 7:52 pm #743543Hey Nikko
It was more a stray filter on my end. I had used avf_builder_active to stop the ALB from overriding core templates on the frontend ( e.g. so that the user could still use the advanced layout builder on the backend but their content was constrained to a template ) but I didn’t realise that the same filter was used on the backend to check whether to load the ALB by default or not.
Cheers
February 6, 2017 at 7:24 pm #743531In reply to: Full Width Seperator in Sidebar
Hi Luke86!
The line stops, based on the size of the sidebar
If you want to go through the ” end of the page ” it would require to modify the line by position and z-index.
That would require maybe some more assistance from what we can offer here.
Please do consider to hire someone to help you with the process.Thanks a lot
Regards,
BasilisFebruary 6, 2017 at 6:56 pm #743519In reply to: Responsive Issue – can't find the reason
I WANT ANOTHER MODERATOR! ANDY DOESN’T HAVE THE TIME TO READ AND TO GIVE A SUPPORT FOR A TEN! TIME ENFOLD BUYER
ANDY have this topic since December. Andy gives the same answers again and agian and i repeat again and again the same stuff.
– PLUGINS ARE ALL ON AND OFF
– ISSUE IS NOT ON ONE INSTALLATION, IT’S ON DIFFERENT ACCOUNTS
– FRESH INSTALLATIONS SOLVE THIS PROBLEM NOT, ALSO NOT VIA FTPAnd i’m not sure, that all users make a responsive test!
-
This reply was modified 9 years ago by
Hokuspokus.
February 6, 2017 at 6:32 pm #743512In reply to: Transparency logo and menu location
Thank you for your response, but this makes the logo disappear and puts the menu in the center of the header. I want the only menu to be in the meta area.
2.) Set the Menu and Logo Position to “Logo center, menu above” then add this in the Quick CSS field..html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
I have uploaded screen shots to show you how it changes the header area and also moves my slide down as well. The links are below2. I added this code to my theme functions file, but the logo does not show up on mobile.
February 6, 2017 at 5:55 pm #743487In reply to: Full size image on shop archive page
Hi,
as you can see in your source code you’re still using 450px width image: http://imgur.com/a/cI78v, so please use the plugin properly. You could also adjust it manually via this code inside Quick CSS field:
#top .thumbnail_container img { width: 500px; max-width: 500px; }Best regards,
AndyFebruary 6, 2017 at 5:39 pm #743480In reply to: Whitespace under logo and main header on custom page
It’s still present. The header loads fine like all pages but when I insert our own shortcode (as text versus visual – not that it seems to matter) it throws a white bar up top. Can’t seem to narrow down what css is driving this for this page… Hope you can help.
Dave
February 6, 2017 at 5:38 pm #743478In reply to: Simple Landing Page with background image
I was able to muddle my way through getting this to work to some extent.
Two issues:
1. Content of one text block and four column section with images needs to be aligned at the TOP of the page.
2. Images are NOT scaling with browser downsizing.Need some assistance.
February 6, 2017 at 5:25 pm #743469Topic: Center menu – responsive ?!
in forum Enfoldernaborbas
ParticipantHello,
In this thread we’ve figured out to make the center menu work. Im 90% happy with the result.
https://kriesi.at/support/topic/center-menu-white-space-below/I’ve found an other downside; on a smaller screen the menu seems to brake.
The right side of the menu falls underneath the left side of the menu.
The menu doesn’t have this problem when the font size is smaller. (But I really dont want the size to be smaller.)I hope you guys can help me.
-
This topic was modified 9 years ago by
ernaborbas.
February 6, 2017 at 4:46 pm #743449In reply to: issue with code block
Hi,
we don’t have any experience with a typography plugin, so I guess it would be best if you search on by yourself and test it on your end. It always depends on the plugins you’re using as well.
Also check out: https://kriesi.at/support/topic/recommended-plugins/
Best regards,
AndyFebruary 6, 2017 at 4:44 pm #743445In reply to: WP login issue
Hey,
I’ve responded ( https://kriesi.at/support/topic/functions-php-issue-3/ ) yet.
May I get solution, please?Lukas
February 6, 2017 at 4:34 pm #743442In reply to: Main Menu Second Row
I appreciate your quick response and apologize it has taken me this long to reply (had a busy weekend out of town). I also had Wordfence blocked all IP’s outside the US which I just turned off for now.
Let me try to explain what I want to do a little better….in the above linked answer, it looks like they wanted to separate one menu item into two lines. I don’t need to do that….I want to have lots of menu items that show up as two rows of menu items. Try this link for a picture of what I’m talking about: http://pasteboard.co/36Pe1xwp5.jpg
Currently although the menu will show up in two rows, it doesn’t display correctly (it show up over top of the slider as well as over the title of other pages).
Thanks again for the awesome theme!
February 6, 2017 at 4:11 pm #743434In reply to: 100% height color section with max height?
Please see the image in the attached link. This is after applying the CSS code with a max height of 1080px. The semi transparent content box should be centered vertically over the top picture but it extends into the bottom picture. Any thoughts?
-
This reply was modified 9 years ago by
-
AuthorSearch Results
-
Search Results
-
Anyway to make a stroke on the menu text in the header?
I followed this thread https://kriesi.at/support/topic/shadow-on-the-menu-text-in-the-header/ and was able to add a drop shadow but I would like a stoke all the way around it if possible.
Hi,
when I click submit on the Contact Form of the site I’m developing, the bottom-to-top “Message Sent” animation finishes too high on the page and overlaps the horizontal line which is above the form element (see screenshot: .
Can you please advise me how to customise the css so that the animation finishes slightly lower on the page (ie. below the horizontal line)?
Thanks,Topic: Center menu – responsive ?!
Hello,
In this thread we’ve figured out to make the center menu work. Im 90% happy with the result.
https://kriesi.at/support/topic/center-menu-white-space-below/I’ve found an other downside; on a smaller screen the menu seems to brake.
The right side of the menu falls underneath the left side of the menu.
The menu doesn’t have this problem when the font size is smaller. (But I really dont want the size to be smaller.)I hope you guys can help me.
