Forum Replies Created
-
AuthorPosts
-
Hi slui!
Thank you for using Enfold.
I checked the site but I got into a 500 – Internal Server Error. Please ask your hosting provider why this is happening. Did you recently update WordPress to 4.0? Make sure that you’re running Enfold 2.9.2 or wait for the Enfold 3.0 update.
Best regards,
IsmaelHi oliviad!
Thank you for using Enfold.
You can hide the blog grid meta with this on Quick CSS or custom.css:
.slide-meta { display: none; }Regards,
IsmaelHi!
Thank you for using Enfold and sorry for the delay.
I created a test page then upload two images: http://coolsitemachine.com/test-image-upload/
They show up fine but like you said they are not available on the media library. Please try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi!
Can you please post the google+ code on pastebin.com? You can use something like this on functions.php:
function googleplus_code() { if(is_front_page()) { $output = "\n"; $output .= 'GOOGLE+ CODE HERE'; $output .= "\n"; echo $output; } } add_action('wp_head', 'googleplus_code', 10);Cheers!
IsmaelHi!
The website is not loading: http://awesomemath.dyndns.org/summer-program/forum/
I’ll ask the rest of the support team to take a look. Please ask your host if your account has a preset memory limit. Sometimes, you can’t exceed those limits no matter how you set it. Also, please try to deactivate the plugins then test it on another browser.
Cheers!
IsmaelHey ojasray!
Did you check it using chrome? Chrome does not support rss feed by default. You need to use chrome rss extensions. Try checking it on Firefox.
Cheers!
IsmaelOctober 1, 2014 at 10:26 am in reply to: Gravity Forms menu shows up behind Enfold interface #327945Hey!
You’re using a third party plugin for the slider (cuteslider). I’m sorry but we don’t provide support for third party plugins. Please ask the plugin author.
Regards,
IsmaelOctober 1, 2014 at 10:13 am in reply to: html_header_top.html_header_sticky #header.header-scrolled #327937Hey aribann!
Thank you for using Enfold.
I checked the site on tablet screen size and the header looks fine. Please provide a screenshot of the issue.
Cheers!
IsmaelHi!
Please set a dummy secondary menu then hide it using this on Quick CSS or custom.css:
#header_meta nav.sub_menu { visibility: hidden; }Cheers!
IsmaelHey Tim!
Thank you for using Enfold.
Edit the layer then look for the Attributes panel. Add a unique selector on the Classes field. Use this selector inside a css media query to either hide the specific element on mobile device or change the style.
Regards,
IsmaelHey!
Good job guys! Thank you for using Enfold. Version 3.0 is coming soon! Watch out for it! :)
Cheers!
IsmaelHi!
@Mary: Do you mind providing a screenshot of what you’re trying to do? With CSS you can add background colors on any elements. You can also add unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Best regards,
IsmaelHi!
You can use this:
#top .avia-layerslider .ls-bottom-slidebuttons a, #top .avia-layerslider .ls-nav-start, #top .avia-layerslider .ls-nav-stop { height: 20px; width: 20px; border-radius: 30px; }Use this for the hover state:
#top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active, #top .avia-layerslider .ls-bottom-slidebuttons a:hover, #top .avia-layerslider a.ls-nav-start:hover, #top .avia-layerslider a.ls-nav-stop:hover, #top .avia-layerslider a.ls-nav-start-active, #top .avia-layerslider a.ls-nav-stop-active { opacity: 0.6; filter: alpha(opacity=60); background: #000; }Regards,
IsmaelOctober 1, 2014 at 9:56 am in reply to: Some main navigation menu links opening in new window #327923Hi!
You should probably ask your host to create a restore point in case. You can also download the database then copy the old theme files. Please refer to this link for more info on how to update the theme via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHey!
Use this instead:
#top .summary .price span { font-size: 30px; color: black; }Cheers!
IsmaelHi nulrick!
Thank you for using Enfold.
You’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
In order to transfer the theme and leave the database intact, please use this plugin: http://wordpress.org/plugins/wp-migrate-db/
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Cheers!
IsmaelHey!
You can hide the logo on mobile device with this:
@media only screen and (max-width: 767px) { .responsive .logo { visibility: hidden; } }Modify the advance menu toggle using this:
#advanced_menu_toggle, #advanced_menu_hide { background-color: transparent; color: #333333; border-color: #e1e1e1; }Best regards,
IsmaelHi!
Did you modify the button shortcode on the child theme? There’s something wrong with the button markup. Lots of unwanted single quotation marks are present. Can you please provide a screenshot on how the button looks like prior to the issue? Enfold 3.0 may be release in a few hours. Please download the latest version then update the theme via FTP.
Best regards,
IsmaelOctober 1, 2014 at 9:44 am in reply to: Adjust home page to have Layerslider with sidebar instead of page wide #327917Hey!
You can add a unique selector to the text blocks. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Edit the text block elements then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “block-text”.
You can add something like this on your custom.css or Quick CSS:
.block-text { background: rgba(255,255,255,.5); padding: 5px 10px; }This will apply a transparent background on all text blocks with block-text selector.
Best regards,
IsmaelHi!
Please go to Enfold > Header > Mobile Menu panel. Choose the second option on Header Mobile Menu activation setting. This will show the mobile menu earlier, specifically on tablets or iPad.
Cheers!
IsmaelHi!
You can remove the box with this:
a.slide-image { display: none !important; }Please download version 3.0 in a few hours then update the theme again via FTP. Make sure that the upload is completed. Refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHey!
I changed one of the logo image source and it shows fine. It is located on the fourth row. http://www.rentmedakar.cz/?page_id=8071&lang=en
Did you regenerate the thumbnails here? http://www.rentmedakar.cz/wp-admin/tools.php?page=regenerate-thumbnails
Or try to change the logo images manually.
Best regards,
IsmaelHi!
Use this on Quick CSS or custom.css to set the actual width of the images:
#top .fullsize .template-blog .big-preview img { width: auto; margin: 0 auto; }Cheers!
IsmaelHey!
You can use this on Quick CSS or custom.css:
.header-scrolled + #main .stretch_full.title_container { position: fixed; top: 120px; z-index: 1000; width: 100%; } .header-scrolled + #main .stretch_full.title_container .container { width: 1130px; }The top value will depend on the height of the shrink header. Use media queries to change the width of the title container on different screen sizes.
Cheers!
IsmaelHi!
If you want to disable the responsive version of the site. Go to Enfold > General Layout > Dimensions panel. Disable the Responsive Site option. This is available on Enfold 3.0. Please update the theme.
Regards,
IsmaelHey!
The shortcodes can be found on the shortcode wand. Look for Content Elements > Button.
Cheers!
IsmaelHey Rustybucket!
Thank you for using Enfold.
Add this on Quick CSS or custom.css:
.main_color .avia-content-slider .slide-image { background: transparent; }Unfortunately, placing the content beside the image will break the post slider layout. You can try this:
.avia-content-slider .slide-entry { width: auto; } .main_color .avia-content-slider .slide-image { background: transparent; float: left; clear: none; }Best regards,
Ismael -
AuthorPosts
