Forum Replies Created
-
AuthorPosts
-
Hey!
The demo content gets imported right from the Theme Options – http://screencast.com/t/ydCPlmxVo4RK
Cheers!
JosueHi!
It’s showing in English because it’s just a duplicate of the English version (i didn’t translated it), so you’d just need to edit that page, translate the content and so on – http://screencast.com/t/i6rEMglDu
WPML won’t translate the content automatically, it allows you to have a different version of your content (pages/posts/etc) for each language.
Best regards,
Josue-
This reply was modified 11 years, 1 month ago by
Josue.
Hey!
How do you know some applications weren’t delivered? can please you detail under which circumstances does the issue occur?
Regards,
JosueHello,
Have you tried disabling all third-party plugins except WPML to see if it gets fixed?
Regards,
JosueFebruary 6, 2015 at 10:50 pm in reply to: WordPress grouping scripts in admin concatenate_scripts false #392315Thanks for your report, we’ll take it into consideration.
Regards,
JosueHi!
I haven’t tested those but i don’t see a reason why they wouldn’t compatible with Enfold (it’s more of a thing between WordPress and the plugin), give them a try.
Regards,
JosueHey Jeff!
Try adding this code to the Quick CSS:
#top .social_bookmarks { height: 50px; } #top .social_bookmarks li a{ line-height: 50px; } #top .av_secondary_right .sub_menu { top: 20px; }Cheers!
JosueHey!
You can use a plugin to set the page that contains the contact form available only to logged-in users:
https://wordpress.org/plugins/wordpress-access-control/Cheers!
JosueHi,
Have you tried disabling all third-party plugins to see if it gets fixed? does the issue persists with the default WordPress theme activated?
Cheers!
JosueHi!
Change the code to:
@media only screen and (min-width: 767px) { div#header_main > .container { display: none; } .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main { padding-top: 37px; } }And add this below it:
@media only screen and (max-width: 767px) { #advanced_menu_toggle{ top: 55px; } #top .avia-builder-el-first { width: 80%; } }Best regards,
JosueHi!
Try changing that in the Advanced Style Editor:
Best regards,
JosueHey!
This is the expected result, when you enable ALB on a post/event/page it will be converted into an empty canvas so any other template won’t be taken into account. To put it in another words an ALB-enabled event will load /enfold/template-builder.php while a non-ALB event will load /enfold/config-events-calendar/views/single-event.php.
Regards,
JosueHi Mike!
Go to your wp-login page and attempt to recover your password, check if you receive the recovery message. If you don’t then your server doesn’t allow you to send mail messages.
Best regards,
JosueFebruary 6, 2015 at 10:16 pm in reply to: Video Background Color Section: How to change wich part of the Video gets showen #392297Hi!
The background element (in this case a video) gets stretched so it can fill the whole 50% height color section area in any screen, one thing you can try is set a limit to how much the video can get stretched, try adding this:
#top .av-section-video-bg video { max-height: 819px; }Regards,
JosueHi!
No, this would be needed to handled on WordPress side, refer to:
http://codex.wordpress.org/Customizing_the_Login_FormOr with a plugin:
https://wordpress.org/plugins/theme-my-login/Best regards,
JosueHey Dan!
Importing a demo won’t exactly overwrite your current site, only the Theme Options will be replaced and new Pages will be created but your old content will be there.
Regards,
JosueHi!
Problem is there are no Spanish pages (so it returns 404), you need the create a Spanish version of each Page (http://screencast.com/t/yQaY83usbyHK), i’ve already did this for the homepage.
Regards,
JosueHey!
The only one that comes to my mind would be:
https://wordpress.org/plugins/jquery-pin-it-button-for-images/Perhaps other users can give a better recommendation :)
Best regards,
JosueHi!
OK, here’s a rough example of what you’d need to implement in your template file (check comments):
http://jsbin.com/rexibuxihe/1/edit?html,outputBest regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
I’d suggest setting up a monitoring tool like this so you can have a proof to show to your hosting service.
Regards,
JosueHi!
Have you tried changing the icon font size – http://screencast.com/t/1HbYLP9fk4NO?
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueFebruary 6, 2015 at 8:35 am in reply to: LOGO centered. NAVIGATION flushed to the right and left. #391868Hey!
1. Change the hiding header code to only get applied on desktop:
@media only screen and (min-width: 767px) { #header_main > .container { display: none; } }2. Set “noMobile” class to the logo menu item so it doesn’t get included in the mobile menu.
Best regards,
JosueHey!
I logged to your installations and tried to reproduce the issue but couldn’t, the visual tab always get selected – http://screencast.com/t/mkywMcFsuFvJ
Regards,
JosueHi!
Where are those variables defined? can you post a link to the page where you are trying this?
Cheers!
JosueThere is no such element yet. However, you can put another elements (in shortcode format) inside a promobox, for example an iconlist would be:
[av_iconlist position='left' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] [av_iconlist_item title='List Title 1' icon='43' content='Enter content here'] [av_iconlist_item title='List Title 2' icon='25' content='Enter content here'] [av_iconlist_item title='List Title 3' icon='64' content='Enter content here'] [/av_iconlist]To see the generated shortcodes you can enable Debug Mode.
Regards,
JosueHi!
That code is needed to include the new font as an option the Theme Options panel otherwise you’d need to manually set which element gets the font with CSS.
body{ font-family: "nanum gothic"; }Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueFebruary 6, 2015 at 4:37 am in reply to: LOGO centered. NAVIGATION flushed to the right and left. #391819Hey!
I was referring to the
<img>tag (forgot to wrap it as code), anyways the idea is something like this:
http://screencast.com/t/644gZbakEIrRegards,
Josue -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
