-
AuthorSearch Results
-
May 25, 2017 at 9:08 pm #799801
In reply to: Best way to add own functions for avia shortcodes
Hey aossi,
Please take a look here:
and here:
Let us know if there is anything else
Best regards,
BasilisMay 25, 2017 at 9:05 pm #799796Topic: Table Not Scrollable on Mobile
in forum Enfolddanldurall
ParticipantI have a table of data that appears fine on desktop. I have the responsive option for this table set to “Scrollable” (versus “Adjust”), however it merely collapses all data on top of itself.
Desktop: https://i.imgur.com/IsO8Zqf.png
Mobile (issue): https://i.imgur.com/AywraTd.png-
This topic was modified 8 years, 10 months ago by
danldurall.
May 25, 2017 at 8:57 pm #799790GaWebDev
ParticipantI am open to a suggestion or two about how to creatively fill the spacing to the left side of the logo which is set obviously to display center. It seems I recall seeing a thread somewhere that alluded to introducing a custom widget to this space (left of logo). I’d obviously want it hidden on mobile but for the larger view-ports I’d love to put something there. Maybe a few fancy icons (white) available in the theme to match the ones to the right of the logo?
I’m happy with the large logo look utilizing a “big header”… that was my intent. Just looking to bring some balance and symmetry to the empty space to the left on larger Viewports (primarily desktop views). Awesome theme, amazing support, and a beautiful community of Enfold users!
Site Is Here: Georgia Web Development
May 25, 2017 at 8:48 pm #799785In reply to: Remove Logo from menu?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.container.av-logo-container { display: none; } .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 87px; }If that does not help, please post a link to your website as Sarah asked :)
Best regards,
YigitMay 25, 2017 at 8:32 pm #799774In reply to: Responsive Issues: Mobile Menu + Background Images
Hello Yigit,
Thank you very much for your time and assistance and for letting me know about separately posting my questions in the future. I figured this would make things easier but that’s not the case. I shall do that in the future. In regards to these questions, please see below:
Question #1 – Will open up and re-post in a new ticket
Question #2a – Fixed!
Question #2b – Will open up and re-post in a new ticket
Question #2c – I had already created a mobile menu just in case, so when I added the code you referenced in the other thread to the child’s function.php file, nothing changed. I still have the desktop menu for mobile. I’m not very proficient with coding so perhaps I need to add something else?
Questions #2d – Fixed!
Question #3 – The button does not align to center on mobile. I tried editing the code but that too didn’t work, so I reverted it back to your original code. Any suggestions?Thank you again. I look forward to resolving #2c and #3.
Cheers!
eski
May 25, 2017 at 8:21 pm #799770In reply to: Enfold Showcase
Lots of great enfold themed sites in this thread. Finally got a little time to begin some new updates to our own site running Enfold Here:
Georgia Web DevelopmentStill some refining to do and I know this isn’t the support thread but… ha ha. I am open to a suggestion or two about how to creatively fill the spacing to the left side of the logo which is set obviously to display center. It seems I recall seeing a thread somewhere that alluded to introducing a custom widget to this space (left of logo). I’d obviously want it hidden on mobile but for the larger view-ports I’d love to put something there. Maybe a few fancy icons (white) to match the ones to the right of the logo.
I’m happy with the large logo look utilizing a “big header”… that was my intent. Just looking to bring some balance and symmetry to the empty space to the left on larger Viewports (primarily desktop views). Awesome theme, amazing support, and a beautiful community of Enfold users!
May 25, 2017 at 8:06 pm #799762In reply to: HEADER INFO PHONE CUSTOMIZE
Hi,
It’s unnecessary to use all that, and it will affect elements that I don’t think you want to modify.
Please use the following code to change the color of the phone-info:
#top #header_meta .phone-info { background-color: red !important; }Please note that that only changes the background color of the phone information. If you want to change the color of the whole top bar, please use this instead:
#header_meta .container { background-color: red !important; }Please replace the red with the color you prefer.
Best regards,
SarahMay 25, 2017 at 7:46 pm #799749Topic: Remove Logo from menu?
in forum EnfoldSnerp
ParticipantHi, I have tried to remove the logo from the “center logo, menu below” configuration without any luck. I looked through the support forum and found different solutions yet none of them work. Here is what I’m currently using:
.logo img { display: none; }
#header_main > .container {
display: none;
}.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 50px !important;
}Is there a way to remove the logo completely and have the navigation menu centered, tight to the top of the page without a gap?
May 25, 2017 at 7:22 pm #799734In reply to: HEADER INFO PHONE CUSTOMIZE
Ok Sarah. It worked..
Another question from the same subject.
Is it okay to use this whole code to control the color of the phone-info header?
/ * COLOR HEADER PHONE-INFO * /
.current-menu-item, .header_color .widget_nav_menu ul: first-child> .current_page_item, .header_color .widget_nav_menu ul: first-child> .current-menu-ancestor , .header_color .pagination .current, .header_color .pagination a, .header_color.iconbox_top .iconbox_content, .header_color .av_promobox, .header_color .toggle_content, .header_color .toggler: hover, .header_color .related_posts_default_image, .header_color .search- Counter, .header_color .container_wrap_meta, .header_color .avia-content-slider .slide-image, .header_color .avia-slider-testimonials .avia-testimonial-content, .header_color .avia-testimonial-arrow- .header_color .news-thumb, .header_color .portfolio-preview-content, .header_color .portfolio-preview-content .avia-arrow, .header_color .av-magazine .av-magazine-entry-icon, .header_color .related_posts.av -related-style-full a, .header_color .aviaccordion-slide, .header_color.avia-fullwi Dth-portfolio .pagination, .header_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image, .header_color .av-catalog-list li: hover, .header_color .wp-playlist, .header_color .avia-slideshow-fixed -height> li, .header_color .avia-form-success {
Background: # 120A2A;
}May 25, 2017 at 7:05 pm #799724In reply to: Tab Section height problem still exists after update
Hi julianyoung,
If you want to keep the changes made by you, you need to make them in a child theme. Otherwise, you know what happens.
Could you give this account administrative rights, please.
Or you could have a look at a solution here https://kriesi.at/support/topic/problems-with-new-tab-section/#post-763510Best regards,
Victoria-
This reply was modified 8 years, 10 months ago by
Victoria.
May 25, 2017 at 7:00 pm #799720In reply to: SHow first name in secondary menu?
Hi,
Can you see if this thread helps you? https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/
Best regards,
SarahMay 25, 2017 at 6:19 pm #799695Topic: Forms messed up.
in forum Enfoldmikkijack
ParticipantI just got help with this one….
https://kriesi.at/support/topic/text-widget-in-footer/
It worked perfectly, but it also messed up my other contact forms.
How can I fix them back to the way they were?
May 25, 2017 at 5:55 pm #799678In reply to: Hiding and showing sections based on screen width
Hi Steve!
Oh dear, it seems like what got me in trouble is a missing closing bracket! I’ve edited the code in my previous reply. It should work now! I’m apologize for that.
Best regards,
SarahMay 25, 2017 at 5:44 pm #799671In reply to: Linking to Media Library
add_action( 'admin_bar_menu', 'toolbar_link_to_mypage', 999 ); function toolbar_link_to_mypage( $wp_admin_bar ) { $args = array( 'id' => 'insert-media-button', 'title' => 'ADD MEDIA', 'href' => '', 'meta' => array( 'class' => 'insert-media add_media' ) ); $wp_admin_bar->add_node( $args ); }If it doesn’t work for anyone, reply here and ill sort it, my functions.php is loaded with code and I might of missed something.
Add that to functions.php in your child theme and a “ADD MEDIA” link appears in the admin bar that appears across the top when logged in.
-
This reply was modified 8 years, 10 months ago by
Luke86.
May 25, 2017 at 5:40 pm #799668In reply to: HEADER INFO PHONE CUSTOMIZE
Sarah, thank you for your return. But your code did not allow it to leave the way I showed in the image.
Changing the padding-top: does not change the way I need it.
Transform: the same thing.Test and see.
May 25, 2017 at 5:32 pm #799661In reply to: Move cart icon and menu on mobile
1) about the black mobile header
the following code doesn’t work in my case
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background-color: black !important;
}
}2) if I inspect the fontello icon doesn’t even have the shopping bag shape but just a cricle
May 25, 2017 at 5:31 pm #799659In reply to: HEADER INFO PHONE CUSTOMIZE
Hey mleite1,
Please set your Header Phone Number/Extra Info to “Display in top bar at the left”, then please put this in Quick CSS:
#top #header_meta .phone-info { left: 50%; position: relative; transform: translateX(-50%); line-height: 2.0em; padding-top: 5px; }You may modify the line-height and padding-top to suit your preference.
Best regards,
SarahMay 25, 2017 at 5:08 pm #799649In reply to: Video is not showing; only link is showing
I’m not having problems embedding a video using a code block/YouTube embed code. I’m having problems with the way the cell containing the video displays publicly once I’ve done that. The video does embed. But the public appearance of the cell is wrong. Please look at the second grid row on this page:
https://www.missouriartscouncil.org/homepage-experimentsI did follow your directions to switch to my default WordPress theme, WordPress 2016. I was initially confused because all I could see in the back end was a bunch of coding, but I was able to figure out where to insert the YouTube embed code. But when I switched back to Enfold, the public appearance of the video cell in the Grid Row was exactly the same.
Since code block/embed was supposed to be a workaround for the Enfold Video Element, I do need to know how to fix the public appearance of the video cell when using code block/embed, as shown on this page:
https://www.missouriartscouncil.org/homepage-experiments
Please advise! :-)However, the larger issue is that YouTube/Vimeo links no longer display properly when inserted in the Video Element. That problem is illustrated in the first grid row on the Experiments page.
I have just now searched “video” and found I’m not the only one who is suddenly having this problem:
https://kriesi.at/support/topic/video-not-showing-4 – May 18 (I’d seen this post before, and unfortunately the poster has not responded to your last suggestion from May 23)
https://kriesi.at/support/topic/get-video-to-play-on-site – May 19
https://kriesi.at/support/topic/removal-of-black-bars-on-vimeo-videos – May 11 (this one unfortunately dead-ends in a request for admin access, so I have no idea if and/or how the issue was resolved)The Enfold Video Element had been working perfectly on my site for 10 months. The issue appears to me to be a new bug with the Element.
May 25, 2017 at 4:35 pm #799640In reply to: Move cart icon and menu on mobile
Hi Laura,
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: 767px) { .responsive #top .logo { width: 50%; } .responsive #top .logo img { opacity: 1; } }This is a bit different solution, but a good one for mobile. Let me know what you think.
If you need further assistance please let us know.
Best regards,
VictoriaMay 25, 2017 at 4:25 pm #799635For God Sake, I prefer to keep the former codes and CSS until find the better solution
as least it didn’t break the site view , no matter in mobile or desktopthe latest code make Search Icon working separately, it is a good job, but don’t know why both it got 2 search icon in desktop view
May 25, 2017 at 4:24 pm #799634In reply to: Adding shortcode to Progress bar php file
Hi w_archer,
You could copy this file to your child theme and make changes there. You need to preserve the folder structure to make this work (https://kriesi.at/support/topic/modify-table-php-on-a-child-theme/) and then call your plugin in shortcode_handler function.
Best regards,
VictoriaMay 25, 2017 at 3:57 pm #799622In reply to: Responsive Issues: Mobile Menu + Background Images
Hi,
We are sorry for the late reply! For future reference, please post each of your questions separately otherwise threads gets really complicated :)
#2a – Issue is caused by following custom code
.avia_mega_div { border-bottom: 1px solid #6e6e6e; border-left: 1px solid #6e6e6e; border-right: 1px solid #6e6e6e; }I changed it to following one
@media only screen and (min-width: 768px) { .avia_mega_div { border-bottom:1px solid #6e6e6e; border-left:1px solid #6e6e6e; border-right:1px solid #6e6e6e; }}#2c – Please refer to this post – https://kriesi.at/support/topic/change-mobile-menu-2/#post-784018
#2d – I added following code to Quick CSS
.avia_transform3d .show_mobile_menu #mobile-advanced { min-height: 320px!important; }#3 – I added following code to Quick CSS
@media only screen and (max-width: 480px) { #footer #text-8 .avia-button-wrap { float: none; width: 385px; }}Please check out these and then elaborate on other issues so we can make sure to provide you accurate solutions :)
Best regards,
YigitMay 25, 2017 at 3:57 pm #799621In reply to: Sort Category Archive by ACF custom date
Hey Tim,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Can you confirm that the fields are added?
https://kriesi.at/support/topic/cpt-and-acf/#post-772563Best regards,
VictoriaMay 25, 2017 at 3:44 pm #799609sorry, it is not working
as it display 2 search icon in desktop view
May 25, 2017 at 3:35 pm #799596In reply to: Sidebar filter for Category pages!
Hey jordibron,
That is a WooCommerce Layered Nav widget, here is some reading on the topic with a possible way to solve it in the second link:
If you need further assistance please let us know.
Best regards,
VictoriaMay 25, 2017 at 2:01 pm #799561In reply to: Enfold Creative Studio Menu on mobile ONLY
ok that worked.
another couple of questions regarding this:
1. can i switch position of the menu toggle and cart icon?
2. can the menu toggle be replaced by the word ‘menu’?
3. can the cart icon and counter size be increase on desktop/tablet and mobile?thanks
May 25, 2017 at 1:59 pm #799559In reply to: Fullwidth Sub Menu – only visible on mobile
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:@media only screen and (max-width: 1024px) { #top .av-subnav-menu { display: none; } #top .mobile_menu_toggle { display: block; text-align: center; } #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu { display: block; } }Best regards,
YigitMay 25, 2017 at 1:57 pm #799557In reply to: Random masonry
Yes:
“Theme Updates
No Updates available. You are running the latest version! (4.0.7)”I’ve also applied the follow code block and css as suggested here: https://kriesi.at/support/topic/1-column-masonry/
This all worked until 4.0.7.
Site details & SFTP ScreenPrint below in private for use on top right layout of the home page.-
This reply was modified 8 years, 10 months ago by
welswebmaster. Reason: additional info
May 25, 2017 at 1:55 pm #799553In reply to: footer widget menu display inline
Hi,
No worries at all, we are always happy to help :)
Feel free to share your website here – https://kriesi.at/support/topic/enfold-showcase/ when it is finished. I personally really liked it and i am pretty sure fellow Enfold users will like it too :)
Best regards,
YigitMay 25, 2017 at 1:50 pm #799549In reply to: Enfold theme – how to lower menu position
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:#top #header_main > .container .main_menu ul:first-child > li > a { line-height: 155px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit -
This topic was modified 8 years, 10 months ago by
-
AuthorSearch Results
-
Search Results
-
I have a table of data that appears fine on desktop. I have the responsive option for this table set to “Scrollable” (versus “Adjust”), however it merely collapses all data on top of itself.
Desktop: https://i.imgur.com/IsO8Zqf.png
Mobile (issue): https://i.imgur.com/AywraTd.pngI am open to a suggestion or two about how to creatively fill the spacing to the left side of the logo which is set obviously to display center. It seems I recall seeing a thread somewhere that alluded to introducing a custom widget to this space (left of logo). I’d obviously want it hidden on mobile but for the larger view-ports I’d love to put something there. Maybe a few fancy icons (white) available in the theme to match the ones to the right of the logo?
I’m happy with the large logo look utilizing a “big header”… that was my intent. Just looking to bring some balance and symmetry to the empty space to the left on larger Viewports (primarily desktop views). Awesome theme, amazing support, and a beautiful community of Enfold users!
Site Is Here: Georgia Web Development
Topic: Remove Logo from menu?
Topic: Forms messed up.
I just got help with this one….
https://kriesi.at/support/topic/text-widget-in-footer/
It worked perfectly, but it also messed up my other contact forms.
How can I fix them back to the way they were?
