Forum Replies Created
-
AuthorPosts
-
Hey Andrew!
The problem is that those shortcodes (galleries and related) make use of client side JavaScript that gets executed when the page loads (js/shortcodes.js), on the contrary this events content gets called by the user so it gets fired at an undetermined point, that’s why they don’t work.
Adapting that theme behavior to the plugin would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Best regards,
JosueSeptember 18, 2014 at 4:20 am in reply to: Related Product display only 1 product but more tags #320848Can you hand us a temporary FTP account? post it here as a private reply.
Regards,
JosueSeptember 18, 2014 at 4:20 am in reply to: How do we get our business information in the header (opposite the logo?) #320846Hey!
Yes, use this snippet as a starting point:
.custom_info { line-height: 12px; font-size: 11px; top: 10px; }Cheers!
JosueSeptember 18, 2014 at 3:50 am in reply to: Enfold Menu does not look like the theme settings. #320843Hey!
Try using this code instead (replace all):
.av-main-nav > li > a { border: none!important; } .av-main-nav > li > a > .avia-menu-text{ position: relative; } .av-main-nav > li > a > .avia-menu-text:after { content: ""; position: absolute; right: -13px; border-right: 1px solid #e2e2e2; height: 100%; top: 0px; } .av-main-nav > li:last-child > a > .avia-menu-text { border: none!important; }Best regards,
JosueHey!
Your avia.js file seems to be outdated, try re-uploading that file or the whole /js file via FTP.
Regards,
JosueSeptember 18, 2014 at 3:31 am in reply to: Related Product display only 1 product but more tags #320837Hey!
I intended to do some debugging by editing the theme files but they are not writable from the Dashboard.
Best regards,
JosueYou are welcome @sky19er, glad to help.
Cheers!
JosueHey!
Pass me the URL of the banner you want to put there.
Regards,
JosueHey!
Try the following code in Quick CSS:
body{ font-size: 14px; } h1{ font-size: 28px; } h2{ font-size: 24px; } h3{ font-size: 20px; } h4{ font-size: 16px; }Adjust as needed.
Best regards,
JosueHola Martin!
Puedes crear un Custom Widget Area (Appearance > Widgets), y rellenarlo con Text Widgets, para luego embeberlo usando un Widget element (Content Elements).
Saludos,
JosueSeptember 18, 2014 at 12:46 am in reply to: Updated to WordPress 4.0 – Website crashed. WooCommerce Conflict #320815Hey!
You could discard that by enabling the default WP theme and seeing if the problem persists, although many people are using WC 2.2 and WP 4.0 without issues.
Cheers!
JosueHi!
It’s because of this code in Quick CSS:
.main_menu { left: 35%; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive .logo img { height: auto !important; top: 15px; } }Cheers!
JosueHey Michael!
Try one of these:
https://wordpress.org/plugins/wp-facebook-open-graph-protocol/
https://wordpress.org/plugins/wp-open-graph/Best regards,
JosueHi!
Please try contacting WooCommerce support regarding this request:
https://support.woothemes.com/hc/en-usCheers!
JosueSeptember 18, 2014 at 12:37 am in reply to: Related Product display only 1 product but more tags #320805Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Finlando!
You’d need to hire someone for this kind of work, look here:
https://codeable.io/
http://studio.envato.com/Cheers!
JosueHey!
Open /wp-content/themes/enfold/css/base.css and remove from line 184 to line 253:
#top form { margin-bottom: 20px; } #top fieldset { margin-bottom: 20px; } #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 { -webkit-appearance: none; border: 1px solid #e1e1e1; padding: 8px 6px; outline: none; font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #777; margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; border-radius: 0px; } #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); color: #555; } #top textarea { min-height: 60px; line-height:1.5em;} #top label{ display: block; font-weight: bold; font-size: 12px; } #top legend { display: block; font-weight: normal; font-size: 15px; } #top select { width: 220px; } #top input[type="checkbox"] { display: inline; } #top label span, #top legend span { font-weight: normal; font-size: 13px; color: #444; } #top textarea{width:100%;} #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/ #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;} #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;} #top #wrap_all .valid .input_checkbox_label{color:#9AA600;} #top #wrap_all .error .input_checkbox_label{color:#DF653E;}Regards,
JosueHey!
1. Try adding this code to the Quick CSS:
.toggle_content, .toggler { border: 0 !important; }2. Not sure how this would work if you remove the borders (1), can you create a mockup of what would you want to achieve?
Cheers!
JosueHi David!
Have you tried linking that slide to the actual video? is the video self-hosted or YT/Vimeo?
Cheers!
JosueHey!
Try putting this code in your child theme functions.php:
function avia_lang_setup() { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); }Regards,
JosueHi!
Have you checked it on another computer? here’s how it looks for me on Win 7.1 / IE11 – http://screencast.com/t/n2g55ovHt4H8
Cheers!
JosueHey @tbonix!
Please check your website now, i was able to set centered logo + centered menu.
Cheers!
JosueDe nada, un gusto :)
Saludos,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 17, 2014 at 11:49 pm in reply to: Partner/Logo Element breaks with more than 10 Images #320788Hi!
It works now with all plugins disabled, seems to be a plugin the culprit.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_meta { background: red; } #header_meta *{ color: white; }Adjust as needed.
Cheers!
JosueHi!
Have you tried passing iframe=true to the links?
Best regards,
JosueSeptember 17, 2014 at 10:03 pm in reply to: How change icons of social networks in the header #320757Hey!
You’d need to change the image, add this below and change accordingly:
li.social_bookmarks_facebook:hover{ background: url(HOVER IMAGE URL); }Best regards,
JosueSeptember 17, 2014 at 10:02 pm in reply to: Translate things like 'read more', 'comments' etc to Dutch #320755You are welcome Marc, glad to help :)
Regards,
Josue -
AuthorPosts
