Forum Replies Created
-
AuthorPosts
-
Hi!
I tried to login to the website but it is blank. Please check. I’m sure this is a plugin conflict. Please deactivate all plugins then test it on another browser.
Regards,
IsmaelHi!
Alright. Instead of adding the images as background on the layer slider slides, add it as a layer. Set the width and height to 100%. Regarding the social icons, did you enable Social Icons on Enfold > Footer panel? Looks like you’re using an old version of the theme. Please download the latest version 3.0.4 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/
Best regards,
IsmaelHi!
Not all browsers supports RGBa, try to use this:
#menu-for-our-parents { background: rgb(131,45,144); /* The Fallback */ background: rgba(131,45,144, 1); }Or use hex color values.
Cheers!
IsmaelHey!
Please replace the code with this:
strong.logo { top: 30px; }Remove browser cache then reload the page.
Best regards,
IsmaelDecember 18, 2014 at 11:51 pm in reply to: White Screen of Death after WP and Enfold updates #370309Hey!
Alright. I didn’t notice that you’re not using the latest version of the theme. Looks like you’re using an ancient version, 2.6.2. Please update the theme regularly as to avoid this kind of problem in the future. Upgrade to WordPress 4.0.1 then download the latest version 3.0.4 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/
Best regards,
IsmaelHey!
There’s something wrong with your installation. The content setting of the blog posts element is not working. Please download a fresh copy of the theme then override the files via FTP.
Best regards,
IsmaelHi!
I checked the site but the Sorting setting is disabled. Please enable it then we’ll check the site. Try this on Quick CSS:
.togglecontainer .taglist a, .togglecontainer .taglist span { font-size: 20px; color: red; } .taglist { text-align: center; }Best regards,
IsmaelDecember 18, 2014 at 11:36 pm in reply to: Split page content into several pages with pagination #370292Hey kidcabide!
Thank you for using Enfold.
There are two missing dash on the next tag. Please use this:
Page 1 <!--nextpage--> Page 2Cheers!
IsmaelDecember 18, 2014 at 11:33 pm in reply to: Header & Nav in Sidebar Extend Beyond Wrapper Div #370290Hey!
Can you please provide a link to the website so that we can see the fix in action? My idea is to set a min height for the wrap all container so that you can still see the whole sidebar even if the content is shorter.
#wrap_all { min-height: 900px; }Use css media queries to adjust the height on different screen sizes.
Regards,
IsmaelHey Dersan!
Thank you for using Enfold.
1.) You can use media queries to adjust the top margin on different screen size:
@media only screen and (min-width: 480px) and (max-width: 768px) { #mobile-advanced li > a:before { margin-top: 2%; } }2-3.) I’m sorry but this will require modification that is beyond the scope of support. Please hire a freelance developer to configure the mobile menu.
4.) You can request the feature on our Feature Requests page.
Best regards,
IsmaelHey!
Glad you figured it out. If you still have questions, let us know.
Cheers!
IsmaelHey!
Please deactivate the cache plugin first then test it again. If you have a minify plugin, deactivate it.
Regards,
IsmaelHey!
I’m not sure if this is going to help but another user reported a “jump” issue, not a black/white flashing, and this solution fixed it.
ul.avia-slideshow-inner { height: 351px !important; max-height: 351px !important; }Regards,
IsmaelDecember 18, 2014 at 11:18 pm in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #370279Hey!
@darranreadman: Can you please provide a link to the page with the magazine element? We would like to check it.Cheers!
IsmaelHey!
Please replace the code with this:
@media only screen and (max-width: 767px) { .responsive .logo a { display: inline-block; vertical-align: middle; } .responsive.html_header_top.html_logo_center .logo { text-align: center; } }Remove browser cache then reload the page.
Cheers!
IsmaelHey mindSCOPE Staffing Software!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { width: 100%; }Cheers!
IsmaelHi Sergio!
Thank you for using Enfold.
You can use the Blog Posts element instead of the Portfolio Grid. Unfortunately, this particular request or modification is not possible without major code changes on the theme. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
IsmaelDecember 18, 2014 at 11:08 pm in reply to: Portfolio Grid (disable text "sort all" but show all categories ) #370273Hey stefan872!
Thank you for using Enfold.
Unfortunately, this is not possible without major modification on the theme. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
Regards,
IsmaelHey saremcdee!
Thank you for using Enfold.
Did you select the newly created menu on the custom menu widget menu selection? On what widget area did you add the custom menu widget?
Cheers!
IsmaelHey McEwans!
Thank you for the heads up. Can you please provide a link or materials regarding this issue? There was a vulnerability issue with version 3.5 where users can modify/remove/edit a slider without admin access, not much of an info regarding the issue at hand but the author fixed it immediately.
Regards,
IsmaelDecember 17, 2014 at 5:13 am in reply to: Google Retargeting Code Creating a Black Header Bar #369335Hi mchi8600!
Thank you for using Enfold.
Try to use the wp_head hook function on functions.php to embed the Google Retargeting code inside the head tag. Refer to this link for more info: http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
Quick Sample:
/** * Google Retargeting */ add_filter('wp_head', 'avf_google_target', 10); function avf_google_target() { ?> // GOOGLE RETARGETING SCRIPT HERE <?php }Regards,
IsmaelHey!
Thank you for using Enfold.
You can replace the Recent Posts widget with the Enfold Latest News widget on Appearance > Widgets panel. It looks better with a thumbnail and excerpt support.
Best regards,
IsmaelHi solarmediapro!
Thank you for using Enfold.
This is the first time someone reported such issue. Make sure that you’re ftp credentials are not compromised. Change it immediately. Try to install security plugins to avoid this in the future. Search the plugins repository for any available security plugins. I haven’t use one myself so I won’t be able to suggest anything. Another security measure that you can add is captcha fields on WP login. I’ll ask the rest of the support team to take a look.
Regards,
IsmaelHey Kenny!
Thank you for using Enfold.
I don’t know of any font that supports hawaiian characters or vowels. I’ll ask the rest of the support team if they have any idea.
Best regards,
IsmaelHey tremblayly!
Thank you for using Enfold.
Unfortunately, it’s not possible to filter or sort the testimonial items. The link to your site is missing. Please post it again. A screenshot of the issue will help.
Regards,
IsmaelHey!
Use this on Quick CSS to add the hover effect:
#top #wrap_all .av-social-link-houzz:hover a { color: #fff; background-color: #89c541; }Regards,
IsmaelDecember 17, 2014 at 4:51 am in reply to: Lightbox stoped working after I Updatedthe to Enfold 3.0.4 #369325Hey tamysh!
Thank you for using Enfold.
You can refer to the solutions provided here:
https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173
https://kriesi.at/support/topic/page-in-lightbox/#post-351306If you’re going to create a new page for the contact form, just add the ?iframe=true query at the very of the url. Something like this:
<a href="http://www.mysite.com/contactpage?iframe=true">Open This On a Lighbox</a>Regards,
IsmaelDecember 17, 2014 at 4:42 am in reply to: Waring Session Start Error – Mason Entroies php error #369320Hi IconicD!
Thank you for using Enfold.
Try to deactivate all plugins then test the site again. Please refer to this link: https://kriesi.at/support/topic/error-when-using-the-www-prefix/#post-297300
Regards,
IsmaelDecember 17, 2014 at 4:24 am in reply to: Portfolio: Only show items from one category by default #369318Hi!
Thank you for the update. I’m sorry but this is not possible without major modification on the theme. Please hire a freelance developer or visit Envato Studio or Werkpress for further modification.
Cheers!
Ismael -
AuthorPosts
