Forum Replies Created
-
AuthorPosts
-
Hi indigokj!
I don’t see the issue on my end. What browser and OS are you testing this with?
I see that the other item “My Distributor” has a misaligned mega menu. Please add this on your custom.css or Quick CSS:
.avia_mega_div.avia_mega2.six.units { left: 0 !important; }
Regards,
IsmaelOctober 26, 2013 at 4:20 am in reply to: How to change color of enfold tabs and alternate header text #180929Hi!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Text Block or Toggle then scroll below. Add a unique css selector on “Custom Css Class” field.
Can you please post a screenshot of what you’re trying to do?
Regards,
IsmaelHey!
The link is working but it takes a while. Let’s wait for other support team to check this. I added the second slide’s url to the first slide with the child holding a bird and it works. The link I used is http://www.waterlandfilm.nl/portfolio-item/rundskop/. I checked it on IE and Chrome. Please add this on your custom.css or Quick CSS to change the mouse cursor.
.ls-layer { cursor: pointer; }
As you can see here, the link is being added to the slide or image.
Cheers!
IsmaelOctober 26, 2013 at 2:16 am in reply to: Submit button – use the enfold instead of the form button #180905Hey!
I thought you’re trying to change the contact form’s submit button?
Best regards,
IsmaelHi Boston182!
Please use the “Small Nonfixed Header”. Add this on your custom.css or Quick CSS:
#header { position: fixed; }
Edit css > layout.css, find this code:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }
Decrease the height and the line-height:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:50px; line-height: 50px; }
Remove browser cache then reload the page.
Best regards,
IsmaelHi ijcreative!
Edit the page then look for Layout > Header Settings > select “Don’t display header”. This will remove the title container.
You can use the shortcode wand on the post or page editor to produce the Contact Form shortcode then go to Appearance > Widgets panel. Add a Text widget then insert the Contact Form shortcode. It looks something like this:
[av_contact email='email here' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha=''] [av_contact_field label='Name' type='text' options='' check='is_empty' width=''] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width=''] [av_contact_field label='Subject' type='text' options='' check='is_empty' width=''] [av_contact_field label='Message' type='textarea' options='' check='is_empty' width=''] [/av_contact]
Best regards,
IsmaelHi jt!
Those elements rely on jQuery or javascript. Actually, the whole theme needs the javascript enabled to render it properly. Why would you disable it?
Cheers!
IsmaelHey!
Please add this on your custom.css or Quick CSS:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { font-family: 'Droid Sans' !important; }
Regards,
IsmaelHi bivvo!
That is why we don’t recommend using the Advance Layout Builder for posts. Please hire a freelance developer to modify the template builder for post.
Cheers!
IsmaelHey SonicCube!
The audio player is working on Firefox 24.0 Windows 7. This is the screenshot:
You can use these plugins if you want:
http://wordpress.org/plugins/wp-audio-player/
http://wordpress.org/plugins/html5-jquery-audio-player/
Regards,
IsmaelHi crevlon!
Edit the layer then go to Attribute panel. Add an ID for the chain image, something like “chain-image”. Use Media Query to move the chain’s position on different screen sizes:
@media only screen and (min-width: 1300px) { #chain-image { left: 1300px !important; } }
Cheers!
IsmaelHi iateme!
Can you please post a screenshot? Did you recently update to WordPress 3.6? Please download the latest version of Enfold then update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356
Regards,
IsmaelHey iateme!
Please use this plugin: http://wordpress.org/plugins/jquery-updater/
Download the Enfold 2.4 on your themeforest account. Update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356
Regards,
IsmaelHey mastcharter!
You can add this on your custom.css or Quick CSS:
.single .big-preview.single-big { display: none; }
Best regards,
IsmaelHi saundra!
If you want to make the font larger please use this on your custom.css or Quick CSS:
body, body p { font-size: 15px; }
You can select fonts on Enfold > Styling > Heading fonts and Body fonts.
Regards,
IsmaelHi!
Can you please post a screenshot of the border? I can see no border on Color Sections when I check the site here: http://responsinator.com/?url=http%3A%2F%2Foptizign.com%2Fpackages
Regards,
IsmaelHey!
You can use imgur, dropbox, mediafire etc to post a screenshot. Are you talking about the main menu? Please post a screenshot like Yigit said.
Best regards,
IsmaelOctober 26, 2013 at 1:09 am in reply to: Buttons from Layout Builder not Going to Right Location #180875Hi tstirl!
Have you tried recreating the button from scratch? Please post the login details here so that we can check. Set it as a private reply.
Cheers!
IsmaelHey h_raizman!
Can you please post a screenshot? Have you tried using the Fullwidth Masonry element?
Regards,
IsmaelHi jeschatz2000!
Please edit the very last slide then click “Select Transitions”. Toggle the 2D and 3D transition toggler twice to deselect all transitions then choose the one you want. Close using the red x button then save changes.
Best regards,
IsmaelHi!
What is the code? Can you please post it here? Pages that are not using the Advance Layout Builder will use the page.php file.
Cheers!
IsmaelOctober 26, 2013 at 12:41 am in reply to: Megamenu deleted – I can't access to Appearence > Menu #180868Hey!
Can you please remove browser cache or use another browser? I was able to access the Spanish Menu panel.
http://victoriaeducation.org/wp-admin/nav-menus.php?action=edit&menu=0&lang=es&admin_bar=1
Cheers!
IsmaelOctober 26, 2013 at 12:30 am in reply to: Height of the images of the inner page slider portfolio #180863Hey!
Edit functions.php, find this code:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400); // images for portfolio entries (2,3 column)
Replace it with:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 , 'crop' => false ); // images for portfolio entries (2,3 column)
Regenerate the thumbnails using this plugins: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelHey picnmix!
You have a lot of plugins installed. Do you have any widget addons like Widget Logic? Please try to deactivate some plugins then reload the page. Can you please post the login details here? Set it as a private reply.
Regards,
IsmaelOctober 26, 2013 at 12:19 am in reply to: Different layout for portfolio tag archive and blog archive #180860Hi!
Did you add this bit of code on includes > admin > register-widget-area.php?
foreach ($sidebars_to_show as $sidebar) { register_sidebar(array( 'name' => 'Archive Pages', 'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); } foreach ($sidebars_to_show as $sidebar) { register_sidebar(array( 'name' => 'Tag Pages', 'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); }
You should have the Tag Pages and Archive Pages widget area.
Cheers!
IsmaelHey!
That is why we are not recommending to add the Advance Layout Editor on the post. Please hire a freelance developer to modify the Post Advance Builder for you.
Cheers!
IsmaelOctober 26, 2013 at 12:05 am in reply to: Submit button – use the enfold instead of the form button #180856Hey!
Please use this:
.main_color input[type='submit'] { background-color: #c05f5f; color: #ffffff; border-color: #a03d3d; border-radius: 3px; background-image: url("../images/layout/bg-button.png"); background-repeat: repeat-x; background-position: 0 0; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-style: solid; border-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 600; text-align: center; max-width: 100%; } .avia_ajax_form .button { margin: 0; padding: 16px 50px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 12px; } input[type="submit"], #submit, .button { padding: 9px 22px; cursor: pointer; border: none; -webkit-appearance: none; }
Adjust the values if you want.
Cheers!
Ismael -
AuthorPosts