Forum Replies Created
-
AuthorPosts
-
Hey Nicola!
Thank you for using Enfold.
You can try this:
.avia-icon-list .iconlist_icon { height: 32px; width: 32px; line-height: 32px; font-size: 15px; margin-right: 15px; margin-left: 2px; top: 10px; }Best regards,
IsmaelHi Holger!
Thank you for using Enfold.
Add this in the Quick CSS field:
form#formMain br { display: none; }Regards,
IsmaelMay 24, 2015 at 3:48 am in reply to: Seite wird vollständig angezeigt und lädt und lädt, nur bei Chrome und Opera #449162Hi Daniela!
Thank you for using Enfold.
I’m sorry but what is the actual issue in the page? I translated the inquiry but I’m not sure what it’s meant by “charge indicator”? Anyway, there are a few script errors in the console from a third party plugin or a custom script (wp-retina, heights.js).
Regards,
IsmaelHi fizzylight!
Thank you for using Enfold.
Did you modify anything in the theme files? Please try to delete the entire enfold folder then upload it again via FTP.
Regards,
IsmaelHi almyles1975!
Thank you for using Enfold.
What is the current layout of the header? Is the menu container below the logo? Try this in the Quick CSS field:
#header #header_main_alternate .container { background-color: red; }Cheers!
IsmaelHey!
The advance styling elements is limited to what is currently available in the settings panel. You can request the additional feature here: https://kriesi.at/support/enfold-feature-requests/
For now, please use the Quick CSS field.
Regards,
IsmaelHi!
What is the mobile device that you’re using? Please remove browser cache then test it again.
Regards,
IsmaelHi!
Add this in the functions.php file:
remove_action('init', 'portfolio_register');Regards,
IsmaelHey!
Let us know if the auto update is still not working. If you can provide us with an API key and a username, we would like to test it in the future.
Updating the theme via FTP is pretty easy. You can actually do it yourself. It’s like dragging a file from your desktop then dropping it on a folder. Your “tech guy” should not be charging you so much for simply dropping or uploading files inside a folder. https://wiki.filezilla-project.org/Using
Cheers!
IsmaelHey unicaweb!
Thank you for using Enfold.
Go to Enfold > Header > Extra Elements panel. Maybe, it is located in the phone info field.
Best regards,
IsmaelMay 24, 2015 at 2:54 am in reply to: Testimonial page – make font size consistent on testimonial grid and sliders #449152Hey!
Remove this code:
.avia-testimonial-content p { font-size:90% !important; }Use this instead:
.avia-testimonial-content { font-size: 90%; }Best regards,
IsmaelHey!
Alright. Check the “Workshops” special heading element for example. Look at the strong tag. It’s not closed properly:
<strong>Workshops<strong>It has to be:
<strong>Workshops</strong>Same with the “Simposios” special heading element. It breaks the structure of the layout builder. After you fixed it, update the page then test if the builder is still freezing.
Regards,
IsmaelHey!
We don’t have enough permission to edit the functions.php file. You don’t need to wrap the code inside a script tag. Please replace this code:
function add_custom_blog_logo(){ ?> <script> jQuery(window).load(function(){ jQuery('.blog .logo img').attr('src','http://hero.travel/wp-content/uploads/HeroHomeLogo.png'); jQuery('.single-post .logo img').attr('src','http://hero.travel/wp-content/uploads/HeroHomeLogo.png'); }); </script> <script> add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_home() ) { $logo = "http://hero.travel/wp-content/uploads/HeroHomeLogoWhite.png"; } return $logo; } </script> <?php } add_action('wp_footer', 'add_custom_blog_logo');With this:
function add_custom_blog_logo(){ ?> <script> jQuery(window).load(function(){ jQuery('.blog .logo img').attr('src','http://hero.travel/wp-content/uploads/HeroHomeLogo.png'); jQuery('.single-post .logo img').attr('src','http://hero.travel/wp-content/uploads/HeroHomeLogo.png'); }); </script> <?php } add_action('wp_footer', 'add_custom_blog_logo'); add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(2)) { $logo = "http://hero.travel/wp-content/uploads/HeroHomeLogoWhite.png"; } return $logo; }Best regards,
IsmaelMay 23, 2015 at 7:41 am in reply to: #Anchor no longer scrolling smoothly and adding space at top of page #448975Hi!
This is the page that you set as the home page, right? http://www.gravitygroms.com/gravity-groms-crested-butte-camp
If you use that it will redirect to the home page, that’s why this url will not work:
http://www.gravitygroms.com/gravity-groms-crested-butte-camp#campsFor the photo/videos pages, you need to use the actual url plus the anchor name:
http://www.gravitygroms.com/gravity-groms-news-and-photos#videosRegarding the top margin, that should not be happening by default. Did you add any modifications to the theme? Did you modify the header height?
Cheers!
IsmaelHey!
Just clone the column like what we did here. Look for the very last item then change the url of the images and the target container: http://www.xenophonstrategies.com/main/wp-admin/post.php?post=3547&action=edit
This is the link:
<a class="lbp-inline-link-16And the target:
<div id="lbp-inline-href-16" style="padding: 20px; background: #fff;">Notice the “lbp-inline-link-16”? Change that to something else.
Best regards,
IsmaelHi!
Thank you for using Enfold.
That is not a layer slider. It is the full screen slider in the advance layout builder.
Regards,
IsmaelHey!
Did you edit all the slides? You need to change the transition settings for all slides.
Best regards,
IsmaelHey!
Can you please provide a screenshot of the issue? It looks fine on landscape mode:
Use this to center the text widgets:
#footer .widget { text-align: center; } #footer .widget .textwidget { display: inline-block; }Cheers!
IsmaelHey Austin!
Thank you for using Enfold and the tip. You can actually set a variation as a default. This screenshot is from an old version of the plugin but the location of the option hasn’t changed:
http://cld.wthms.co/7LIv
http://cld.wthms.co/YQFOBest regards,
IsmaelHi!
Is this happening if the plugins are deactivated? I created a test page and the advance layout builder is working. http://www.fineco.ferozo.com/fnueva/?page_id=8419
Regarding, the content issue, maybe you added html tags in the page then some of it aren’t closed properly? There’s a lot of inquiries about the “content loss” but as it turned out, some of the custom html tags added inside the page are broken.
Cheers!
IsmaelHi!
Thank you for using Enfold.
Replace the code with this:
#customID { max-width: 50% !important; position: relative; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); }Regards,
IsmaelHi pannosk!
Thank you for using Enfold.
You need to add the css code again in the EN theme options. You need to configure both language.
Regards,
IsmaelHey!
Change it back to the previous code then add this code below:
.avia-icon-list li:before { content: ""; }Best regards,
IsmaelHi!
The masonry section shows fine on first load. Try to add this at the very end of the functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Remove browser cache then reload the page.
Best regards,
IsmaelMay 23, 2015 at 6:33 am in reply to: Change the default blog thumb icon with a default image. #448933Hey!
Use this for the big magazine item:
.av-magazine-hero .av-magazine-thumbnail a:before { content: ''; background: #000 url(https://69.36.167.36/bnm-2015/wp-content/uploads/2015/05/post-default-thumb.jpg) no-repeat center center; width: 49px; height: 49px; position: absolute; top: 0; left: 0; z-index: -1; display: block; }Use a larger thumbnail image and adjust the width and height.
Regards,
IsmaelHi!
Add this:
a.av-upcoming-event-entry.av-upcoming-event-without-image { width: 20.5%; margin-left: 6%; } a.av-upcoming-event-entry.av-upcoming-event-without-image:first-child { margin-left: 0; }Cheers!
IsmaelHey happinessplunge!
Thank you for using Enfold.
Some of the color sections are outside the wrap_all container. Please check all sections in the page, make sure that there are no unclosed tags (divs, span, strong etc).
Regards,
IsmaelHey!
Please replace the code with this:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile()) { $logo = "http://mauston.org/wp-content/uploads/2015/05/mauston-logo-mobile.jpg"; } return $logo; }Cheers!
IsmaelHey!
Thank you for using Enfold.
We only provide basic code support and troubleshoots theme issue but we can help you with the site’s overall design modification. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
If you encounter any issue with the redesign or if you want to change a specific element and you’re not sure how, let us know. You can start the redesign on Enfold > General Styling panel. Adjust font colors, background, fonts etc.
Best regards,
IsmaelHey!
Use this in a code or text block:
<div class="avia-video avia-video-16-9 "> <div class="avia-iframe-wrap"><iframe src="https://www.youtube.com/embed/zImLDYRLoTI?start=10&end=60&feature=oembed" width="1500" height="844" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div> </div>Regards,
Ismael -
AuthorPosts
