Forum Replies Created
-
AuthorPosts
-
May 8, 2015 at 9:04 am in reply to: Custom widget area + cyrillic name = broken in enfold 3.1.5 #441445
Hey!
Hmm.. Please post the link to the installation with the cyrillic custom widget area. We would like to check it. If possible, provide the login details as well. I’ll ask Kriesi to take a look.
Best regards,
IsmaelHey!
Yes, but it’s not the code responsible for the scrollbar. Create a backup of the css modifications then remove all of it. Check if the scrollbar is still there. If not then you have to inspect the custom css codes. What is this code for?
// CALL JQUERY EQUAL HEIGHTS SCRIPT // Enqueue scripts add_action( 'wp_enqueue_scripts', 'sk_enqueue_scripts' ); function sk_enqueue_scripts() { wp_enqueue_script( 'equalheights', get_bloginfo( 'stylesheet_directory' ) . '/js/jquery.equalheights.min.js', array( 'jquery' ), '', true ); wp_enqueue_script( 'equalheights-init', get_stylesheet_directory_uri() . '/js/equalheights-init.js', array( 'equalheights' ), '1.0.0', true ); }Please remove it temporarily then test the site again.
Regards,
IsmaelMay 8, 2015 at 8:37 am in reply to: 'Scroll down arrow' lands too low on page with 'Header is invisible and appears' #441437Hey!
@Rhyme: I would like to argue that the scroll target, not the section height, is the issue but it will get us nowhere so if you can give us any pointers regarding the script changes, that would be great. If you like to modify the section height script, you can find it on js > shortcodes.js, look for the Section Height Helper:
This is the line of code responsible for the section height:
css += ".av-minimum-height-100 .container, .avia-fullscreen-slider .avia-slideshow, #top.avia-blank .av-minimum-height-100 .container{height:"+wh100+"px;}\n"; css += ".av-minimum-height-75 .container {height:"+wh75+"px;}\n"; css += ".av-minimum-height-50 .container {height:"+wh50+"px;}\n"; css += ".av-minimum-height-25 .container {height:"+wh25+"px;}\n"; css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod+"px;}\n";Best regards,
IsmaelHey hfuglaas!
Thank you for using Enfold.
Go to Enfold > Header > Mobile panel. Set the Header Mobile Menu activation setting to the second option.
Best regards,
IsmaelHey suburbanite!
Thank you for using Enfold.
This code hides the content:
@media only screen and (max-width: 480px) { #main .container_wrap:first-of-type .container { display: none; }}Remove it.
Best regards,
IsmaelHey bursell!
Thank you for using Enfold.
You can adjust the bottom padding with this:
.content, .sidebar { padding-bottom: 20px; }Regards,
IsmaelHey S4racen!
Thank you for using Enfold.
The screenshot is not working. It keeps on loading. Please use imgur instead. If you want to create an audio post, edit the post then set the post format to Audio.
Best regards,
IsmaelHey!
Thank you for using Enfold.
Please take some time to review the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme. If it’s not enough, try to search for any related topic inside the support forum: https://kriesi.at/support/
You can download the demo content on Enfold > Demo Import panel. Look for the photography demo.
If you can’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you.
Cheers!
IsmaelMay 8, 2015 at 7:44 am in reply to: Import of demo content message received, but no content added to site. #441418Hi!
Follow these steps as suggested on the thread:
If your import is failing try the following (this method resolved this issue for me):
1) Download and Install 7zip.
2) Right click on your .XML file -> 7zip -> Add to Archive
3) Change the “Archive format” to gzip and hit “OK”
4) Try to import the file again (using the .gz you just created) and it should work.I also had to bump up the following settings in my php.ini (these settings might be a bit excessive but my importer step 2 was going to a “page not found” front end error until I did this):
memory_limit = 64M default_socket_timeout = 600 pfpro.defaulttimeout = 600Cheers!
IsmaelHey!
Thank you for using Enfold.
Please try to regenerate the thumbnails then select the “Extra Large” thumbnail again. Use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelHey dethfire!
Thank you for using Enfold.
Where exactly do you want to apply the attribute? Please give us a link to the page with the image links. A screenshot will help.
Regards,
IsmaelMay 8, 2015 at 7:37 am in reply to: Hide Color Section with ID #heroSpace on Certain Resolutions #441413Hi!
I think it’s because of the capital S. Try this:
@media only screen and (max-width: 375px) { div#herospace { display: none !important; }}Best regards,
IsmaelHi!
Maybe, you’re looking for this: http://stackoverflow.com/questions/503093/how-can-i-make-a-redirect-page-using-jquery
// similar behavior as an HTTP redirect window.location.replace("http://stackoverflow.com"); // similar behavior as clicking on a link window.location.href = "http://stackoverflow.com";As suggested above, add another link in the Navigation label, enclosed in a span tag with a unique id or class attribute or something like that.
Regards,
IsmaelMay 8, 2015 at 7:24 am in reply to: How do I change what is shown when sharing site on facebook #441410Hey theonlykieran!
Thank you for using Enfold.
It takes time before facebook clear the cache. Please wait for a few hours or test it again tomorrow.
Cheers!
IsmaelHey labla!
Thank you for using Enfold.
You can add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .header_color .header_bg { background-image: none !important; }}Best regards,
IsmaelHey!
Please provide a screenshot of the header layout that you want. Try to change the position property to absolute:
.phone-info { position: absolute; right: 50px; top: 5px; }Regards,
IsmaelHi!
The menu structure doesn’t look right. Did you add any modifications in the theme files?
Regards,
IsmaelHey jordivicen!
Thank you for using Enfold.
Use this to change the border:
.header_color .main_menu ul ul { border-top: 5px solid red !important; }Regards,
IsmaelMay 8, 2015 at 7:12 am in reply to: Progress Bars Element – Not displaying properly when viewed on Mobile & Tablets #441404Hi!
I checked the site on safari and the progress bar looks OK. The progress bar title location will change on mobile devices.
@kpundyk: Please upgrade the theme to version 3.1.5.Best regards,
IsmaelHi igoogleyes!
Thank you for using Enfold.
I’m not sure if you have the latest version, 3.1.5. If not, please update the theme. Post the login details so that we can check it.
Cheers!
IsmaelHi Desire!
Thank you for using Enfold.
You can decrease the thumbnail size but it will, somehow, reduce the image quality. Look for this code in functions.php:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonryAdjust the width and height then regenerate the thumbnails. https://wordpress.org/plugins/regenerate-thumbnails/
Use this plugin to optimize the images: https://wordpress.org/plugins/wp-smushit/
Best regards,
IsmaelHey!
Adjust the bullet with this:
.avia_mega_div .avia-bullet { margin-top: 6px; }Regards,
IsmaelMay 8, 2015 at 6:05 am in reply to: Main content background color in left sidebar + fullwidth layout (part II) #441380Hey RavanH!
Thank you for using Enfold.
So.. you already fixed the issue? The .html_header_sidebar #header .container float property is set to none by default.
Cheers!
IsmaelHey!
It will require a lot of custom css modifications to clean the elements for browsers with javascript turned off. For example, to display the tabs properly, you can add this in a code block element. Place it above the tab element:
<noscript> <style> .tab_inner_content { left: 0; } </style> </noscript>Since you don’t need to open or close the toggles, you can remove the toggle icon:
<noscript> <style> span.toggle_icon { display: none; } </style> </noscript>A lot of elements in the theme is not going to work if javascript is disabled. Unfortunately, we can’t help you with each and every one of them. If you really want to provide support for those users, less than 1% of internet users and declining according to browser stats, you will need to hire a freelance developer to configure the elements. Please contact codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHey cannan!
Thank you for using Enfold.
The whole slider container acts as the video control and inside this container is the caption. It’s not possible to separate the two unfortunately. You can create a custom play/pause button and disable the default controller. I’m sorry but we can’t help you with that here. Try to contact codeable: http://kriesi.at/contact/customizationEDIT: Use the default slider button then apply the button shortcode style in the slider button.
Best regards,
IsmaelHi!
Use this to adjust the gap:
section#avia_partner_widget-5 { margin-top: 1%; }Regards,
IsmaelHey!
The settings looks OK. Try to completely delete the enfold theme then override it with a new one. If possible, override the WordPress installation as well.
Best regards,
IsmaelHi!
Thank you for using Enfold.
The mobile menu fix is included on version 3.1.5. Please update the theme. Remove browser cache then reload the page.
Best regards,
IsmaelHi Mattias!
Thank you for using Enfold.
First, turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the icon, add a unique icon class attribute. Use “icon-fb” for the facebook icon for example. Add this in the Quick CSS field to change the color:
.icon-fb a.av-icon-char [ color: blue !important; }Regards,
Ismael -
AuthorPosts
