Forum Replies Created
-
AuthorPosts
-
We’d need to see the website live in order to help you with this, let us know through this thread when you go live.
Best regards,
JosueHey!
Your reply seems to be empty, did you include the info in the private content area?
Best regards,
JosueHi!
Your reply is empty.
Cheers!
JosueHey Erik!
There’s nothing like that right now in Enfold, it may be doable with some custom work but unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Best regards,
JosueJune 22, 2015 at 8:33 pm in reply to: hi, i want to use the dancinf font here: http://i.imgur.com/wTgDiOx.jpg #463032Hi!
Please hand me an admin account in a private reply.
Regards,
JosueCheck it now, i ended up using a plugin to store the custom code (Plugins > Edit Functions).
Cheers!
JosueJune 21, 2015 at 11:52 am in reply to: Bit confused on how Enfold sizes images for the full-width parallax effect. #462318So if you’ve asked for a section to be 250px wide with parallax, then how much parallax you have to play with depends on the height of the image. If your image is only 250px, then you won’t have any parallax. If your image is 500px in height, then you’ll notice a lot of parallax
The way to mimic this in Enfold is to simply unselect the parallax option on sections where the image height is lower or equal to the height of the section.
Best regards,
JosueHi Josh,
Can you post the link to your website please?
Regards,
JosueIt is OK, 755 is the permissions setting the uploads folder should have in order to work preoperly.
Cheers!
JosueHi!
Header Transparency is set in the Page itself, look for this option – http://i.imgur.com/ENrfAds.png
Regards,
JosueHey Justin!
Try adding this code to the Quick CSS:
.avia-menu-fx{ display: none; }Cheers!
JosueHey Mike!
Can you post a link to the Page where you’re trying this and a mockup of what would you want to achieve?
Cheers!
JosueHi!
Remove this code from your Quick CSS:
.av_slideshow_full li img { min-height: 300px }Best regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi,
Making third-party plugins compatible with the theme is beyond the support scope we offer. You can contact a third-party provider to help you with this here.
Regards,
JosueHey!
There’s no documentation for that (here) because it is plain CSS, please specify what do you want to the style and we’ll provide you with the proper codes.
Regards,
JosueJune 20, 2015 at 2:56 pm in reply to: Logout from WordPress always leads to 404 page not found #462230Hi,
Can you please check if the issue persists with the default WordPress theme activated? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Unfortunately we can not help you with that, support for third-party scripts is beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueNo, that won’t work, just:
custom-spacingOr (if you want the element to have multiple classes):
custom-spacing custom-text-spacingRegards,
JosueHi,
In your style.css, change this:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 62px !important; }To:
@media only screen and (min-width: 767px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 62px !important; } }Best regards,
JosueJune 20, 2015 at 2:47 pm in reply to: hi, i want to use the dancinf font here: http://i.imgur.com/wTgDiOx.jpg #462226Hey!
The enqueueing part seems to be the culprit, change the code you have for this in functions.php to:
function custom_google_fonts() { wp_enqueue_style( 'dancing-script', 'http://fonts.googleapis.com/css?family=Dancing+Script','', null); } add_action( 'wp_enqueue_scripts', 'custom_google_fonts', 100 );Best regards,
JosueJune 20, 2015 at 1:39 pm in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #462216We’ll know the problem is related to that, also while you try that, discard the following too:
– Enable default WP theme
– Enable Enfold parent themeRegards,
JosueJune 20, 2015 at 1:24 pm in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #462213What other plugins do you have activated apart from WPML? try setting the Permalinks to the default option and check if the user can access it via:
http://paro.com/?p=15Best regards,
JosueJune 20, 2015 at 1:10 pm in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #462208I’m now seeing the same as yours, it’s strange, can you ask that user a screenshot of what he sees exactly?
Regards,
JosueJune 20, 2015 at 11:18 am in reply to: Disable Enfold Menu – Use WordPress Responsive Menu Plugin #462187Hello!
Unfortunately support for third-party plugin is beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
Use the following in Quick CSS to change the iconbox background:
#top .iconbox_content { background-color: peru; }Cheers!
JosueHi Claudio,
Open js/shortcodes.js and look for line:
if(!value.match(/^[\w|\.|\-]+@\w[\w|\.|\-]*\.[a-zA-Z]{2,20}$/))Replace it by this:
if(!value.match(/^[\w|\.|\-|\+]+@\w[\w|\.|\-]*\.[a-zA-Z]{2,20}$/))Regards,
JosueHello,
Try using the normal Accordion / Toggle element which is vertical by default, i think we can mod with CSS if you provide us a mockup of what you’d want to achieve using that element as a base.
Regards,
JosueHey Sumeru!
The alignment changes if there’s content in the icon item, there were some empty heading tags on those top aligned, it’s fixed now and all items are vertically centered.
Cheers!
Josue -
AuthorPosts
