Hi Kevin!
Try the solution on this thread: https://kriesi.at/support/topic/turn-off-animations/
Let us know if it works on you :)
Best regards,
Nikko
Hi Kevin,
This is the workaround that I can suggest, add a custom class to the table (instructions at the bottom) and create another table (this is for the mobile version) add a custom class to it. The idea is the current table will be in desktop, ipad except for mobile and the new table that you will be creating will be shown in mobile but not in desktop.
To add a custom class in the table Go to Appearance > Editor and open functions.php and find this code:
// add_theme_support('avia_template_builder_custom_css');
and replace it with
add_theme_support('avia_template_builder_custom_css');
then save it.
Edit the table and at the bottom you should see Custom Css Class add this in it: hide-mobile and Save
Create a new table and in the Custom Css Class add: hide-desktop, (add contents) then Save and Update
Go to Enfold Theme Options > General Styling > Quick CSS and add this code:
.hide-desktop{
display: none;
}
@media only screen and (max-width:767px) {
.hide-desktop{
display: block;
}
.hide-mobile {
display: none;
}
}
and Save
I hope you find this helpful :)
Best regards,
Nikko
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi!
Thank you for using Enfold.
1.) Did you use a “pinterest” plugin? The theme doesn’t have a pinterest script by default. And I don’t see the “pin” when I checked the page on firefox.
2.) Please remove the css modification and replace it with the following code.
#top .main_color .portfolio-preview-image .image-overlay {
visibility: hidden;
}
Best regards,
Ismael
Hey OcasioConsultingLLC!
Thank you using Enfold.
Please follow the instructions in the following thread. https://kriesi.at/support/topic/search-box-in-header-on-mobile/#post-582862
Cheers!
Ismael
Hi,
So I’m guessing you got it working? Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi MaktubJolie!
Yes, it’s possible. Here is the concept of the fix: duplicate/clone 2nd,4th row and so on or those that have text-image arrangement and have the clone be in text-image arrangement, the original will be shown on desktop and hidden on mobile while the 2nd row will be hidden on desktop and shown in mobile. In order for you to do so, you need to do the following:
Go to Appearance > Editor and open functions.php and find this code:
// add_theme_support('avia_template_builder_custom_css');
and replace it with
add_theme_support('avia_template_builder_custom_css');
then save it.
Go to the page with gridrows you want to arrange on mobile and duplicate the even rows (2nd,4th, so on)
Edit the original Grid Row and at the bottom you should see Custom Css Class add this in it: hide-mobile and Save
Edit the cloned Grid Row and in the Custom Css Class add: hide-desktop then Save and Update
Go to Enfold Theme Options > General Styling > Quick CSS and add this code:
.hide-desktop{
display: none;
}
@media only screen and (max-width:767px) {
.hide-desktop{
display: block;
}
.hide-mobile {
display: none;
}
}
and Save
Hope this helps. :)
Regards,
Nikko
-
This reply was modified 9 years, 5 months ago by
Nikko. Reason: formatting
Hey!
Have a look at this link… the parent is not highlighted when selected.
Thank you for the info. Please add this css code in the Quick CSS field.
#top #header .av-main-nav>.current-page-ancestor>a {
background-color: #e3e3e3;
}
It will apply the background to the parent or ancestor menu item.
// http://blank-it.com/blank-it/case-studies/
Cheers!
Ismael
Hey!
I’m sorry but there is no option for that by default so you have to add this css code in the Enfold > General Styling > Quick CSS field.
body#top .footer_color .widgettitle {
border-color: #ffffff;
}
Cheers!
Ismael
Hi dominiquehurley!
Kindly add this code in Quick CSS (located under Enfold Theme Option > General Styling):
.page-id-18694 #av_section_1 .container {
padding-top: 0 !important;
}
Hope this helps :)
Regards,
Nikko
-
This reply was modified 9 years, 5 months ago by
Nikko.
Thanks so much, it works great!
Here is the functions.php code (towards the top of document for anyone who find the thread later:
—————————————————–
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘yelp’] = array( ‘font’ =>’yelp-icon’, ‘icon’ => ‘uf1e9’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Yelp’] = ‘yelp’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
——————————————–
Yelp icon CSS for hover:
#top #wrap_all .av-social-link-yelp:hover a {
background-color: red;
color: white;
}
Hey Kriesi Team,
ich würde gerne wissen, ob es eine Möglichkeit gibt, die Grid Row Anordnung auf einem Handy anders zu definieren, als auf dem Computer?
Bedeutet:
Ich erstelle zwei Grid Rows mit je 2 Spalten.
In der Resten Gridrow, habe ich
A) BILD — B)TEXT
in der zweiten
B)TEXT — A)BILD
Auf dem PC Sieht das Top aus.
Auf dem Handy allerdings, habe ich dann Bild, Text, Text, Bild.
Kann ich diese Anordnung so ändern, das ich nur auf dem Handy folgendes habe:
Bild, Text, Bild, Text?
Link der Webseite ist im Anhang.
Hoffe da gibt es eine Möglichkeit für.
Danke im Voraus.
Hi – I’ve had this issue before and you fixed it. Hoping you can do so again.
I built a lead page at http://www.dominiquehurley.com/sign-up-5-steps-activate-intuition/
but there’s too much white space at the top so my content isn’t above the fold. How can I reduce the amount so it’s more similar to my blog pages? (example: http://www.dominiquehurley.com/take-test-what-soul-saying/ )
Thank you – admin info in private link
Hi,
I’ve deactivated plugin (only using 3), Enfold and WordPress are latest version – new install of both. On mobile, the site is not mobile responsive. Instead, it looks exactly like the desktop version, just super tiny to shrink to fit everything on the screen – the mobile responsive piece isn’t working.
Here’s a link to a screenshot of my phone: http://lovingmypregnancy.com/wp-content/uploads/2016/10/Screenshot_2016-10-17-14-50-14.png.
Thanks for your help!
OK thanks Yigit. I actually had it in there originally….I removed it to start clean with you. I guess the only solution to getting the desired results is to add padding to the top and bottom of that right column where there is text so the image to the left can display MORE. My concern with that is how it would render on mobile. Lots of unnecessary scrolling. LMK if you get what I am saying.
Like right now you’ll see the massive padding on the phone :/
Hey doroth!
I replied to your thread here – https://kriesi.at/support/topic/change-logo-shrink-2/
Please do not create duplicated threads as it is making it harder for us and for other users to follow.
Cheers!
Yigit
Hi!
I replied to your thread here – https://kriesi.at/support/topic/change-logo-shrink-2/
Please do not create duplicated threads as it is making it harder for us and for other users to follow.
Best regards,
Yigit
Often when I make a revision, like move a horizontal line or move an element, I get a flood of unwanted color in the background sections, or my 3 column gallery reverts to a giant single-column.
It seems to be picking up styles from somewhere —-when I have chosen to get the styles from the LOGO AREA (incidently, how can I get that to default) instead of the MAIN AREA.
Here is an example of how it should look. (I saved a ‘template’ of this element so I can replicate it on other pages)
http://www.tiikoni.com/tis/view/?id=e4171ec
This is what might happen: the font changes (see the top image) or the background floods:
http://www.tiikoni.com/tis/view/?id=5737099
—-hope this makes sense. I am afraid to make changes for fear of screwing it up.
i deactivated standard menu and moved it to look like mobile menu.
I have two problems:
-first problem is that when you load page on mobile/tablet device, menu is automatically open and you can move website content left and right. Can you give me css code to close menu.
-second problem is when i am at middle of website and when i click on main menu to open, it get me on top of page.
for changing menu to mobile menu i use this code:
@media only screen and (max-width: 2600px) {
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
display: block;
}
.responsive .av_mobile_menu_tablet .main_menu {
display: none;
}
.html_mobile_menu_tablet #mobile-advanced {
display: block;
width: 20%;
right: -20%;
}}
@media only screen and (max-width: 990px) {
.html_mobile_menu_tablet #mobile-advanced {
display: block;
width: 100% !important;
right: -100% !important;
}}
just try to move on mobile or tablet whole content after loading without opening menu you will see that you can move whole content but when you open and close menu you can not move content anymore…so i guess menu is automatically open after loading page.
Hi enktesisllc!
That is caused by following text
Nehemiah Communications provides marketing, public relations, communications, research, and operational services. The office is located in Columbia, SC., near Blythewood.
Please remove it. If you would like to keep it, please add following code to Quick CSS in Enfold theme options under General Styling tab
#header.header-scrolled {
top: 0;
}
Cheers!
Yigit
Hi Marc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .title_container .container {
min-height: 35px;
height: 35px;
}
.title_container .main-title {
line-height: 20px;
}
Regards,
Yigit
Hi
Are you shure about that?
Why Ismael in that reply https://kriesi.at/support/topic/display-issue-with-enfold-theme-and-event-tickets-plus-by-modern-tribe/#post-661591 is explaining that possibility?
It was a few mounts ago. It is very impoprtnant to me, if needs customisation I should pay, just let me know
Thank you in advanced
Enfold Showing Blog Category or Even at Title on the Blog Page
Please see this page:
https://nehemiahcommunications.com/category/resources/
How can I show the main title of the page “Resources” at the top of the page? Either static or dynamic?
-
This topic was modified 9 years, 5 months ago by
enktesisllc. Reason: Adding notification
Welcome Scrolls too far down – actually several sections should stop about 50 pixels above where they are (Your Mentor, Welcome, Apply Now and Happy Clients) (2 are okay – How it Works and Bonuses – but they are responsive sections, see below) – these are not stopping at the top of the color section.
I’ve seen 2 other threads, but neither one solved my problem, this is Enfold v 3.8, WP 4.6.1 all updated
Also, 2 sections are not responsive, they are the sections that have 1/1 columns with borders – How it Works & Bonuses. They don’t fully show up on a cell phone
-
This topic was modified 9 years, 5 months ago by
Eleina_Shinn.
Hey jomo5280!
Please take a look here
https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/
and let us know if we can do anything else
Best regards,
Basilis
Hey cyril92!
Please chek the code as folling
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321, array(top, center));
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>423, array(top, center));
let us know if that works better
Regards,
Basilis
Hello,
Image crop top center, for post (featured)
in function.php i have this
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321, array(top, center));
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>423, array(top, center));
But it’s doesn’t work when i upload new picture :-/
I always have a picture cut in the middle (vertical middle) :-(
Hello,
I have a problem the LayerSlider doesn’t show up on iPhone, but it does show up on Android or Desktop.
I tried finding the fix online but haven’t found it.
Kind Regards,
Dylan
Thanks Ismael,
I totally understand you guys don’t give support on third party plugins. Thanks for the continued response.
I just didn’t know if there was something weird happening in your theme’s code that would overwrite some style or something that
makes the link not show up.
Maybe this could help?
Here’s what the plugin developer said:
Series Engine has a bit of code at the top of its embed that should read like this:
<div class=”enmse-copy-link-box” style=”display: none;”>
<h4>Copy and share the link below:</h4>
<p></p>
Okay, I’m Done
</div>
On your install, the “<p></p>” tags in the middle seem to be missing, which is keeping that copy link code from working properly. I don’t know if another script on your site or your theme is removing it, but that’s the culprit.