Forum Replies Created
-
AuthorPosts
-
Hey gianmarizzi!
Can you please give us a link to the website?
1.) Make sure that you specify a Layers Container width on LayerSlider WP > Global Settings.
2.) We need to see the website.
3.) Try adding this on your custom.css or Quick CSS:
html { min-width: 930px; }Regards,
IsmaelHey!
I’m not sure why the code I provided doesn’t work but it is the same with Yigit’s. Anyway, you can add this to adjust the menu when the screen is less than 768px in width:
@media only screen and (max-width: 768px) { .main_menu ul:first-child > li > a { padding: 0 5px !important; font-size: 10px; } }Regards,
IsmaelHey!
You can insert the Horizontal Rule element on top and at the bottom of the icon boxes to create a border like effect.
Cheers!
IsmaelHey jmaguirrei!
Edit js > avia.js, find this code on line 54:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Replace it with:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});This will disable the lightbox. Remove browser cache then reload the page.
Regards,
IsmaelHey hankin!
You can change the portfolio slug on Enfold > General Settings > Portfolio: Enter a page slug that should be used for your portfolio single items.
Best regards,
IsmaelHi RevolutionGroup!
Please add this on your custom.css or Quick CSS:
.main_menu ul:first-child > li > a { padding: 0 8px !important; }Best regards,
IsmaelHey!
The demo uses images with 1600x470px dimension on the Layer Slider. Are you setting this images as the background?
Cheers!
IsmaelHey Angiec13!
Please remove the css modification that you added. Use this instead:
#top .main_menu .menu li:hover { background: red; }Regards,
IsmaelHey!
That is not possible at the moment. You can hire a freelance developer to modify the theme for you.
Best regards,
IsmaelHey webop_germany!
You can edit the menus on Appearance > Menus. Can you please give us more info about what you’re trying to do?
Best regards,
IsmaelHi!
Please do the instruction above.
Please use the Template Builder then insert the Text Area/ Callout / Quotes element, select the Callout for Text Styling.Cheers!
IsmaelHey!
Please give us a link to the website. Did you install any plugins? Please deactivate them then test it again on another browser.
Cheers!
IsmaelHey markbener!
You can change the icon size using this:
.iconbox_top .iconbox_icon { font-size: 24px; line-height: 24px; }The color can be change with this:
.main_color.iconbox_top .iconbox_icon { color: red; }Cheers!
IsmaelHey!
Yes, that is the plugin. You need to experiment with the LayerSlider to achieve different effects. Watch this video: http://www.youtube.com/watch?v=ZY9SxVyugx4
Best regards,
IsmaelHi David!
Your header background is already transparent. Please add this on your custom.css or Quick CSS to move the content upwards:
#main { margin-top: -80px; }Cheers!
IsmaelHi!
I’m not sure why it is happening on your end but I created a test page: http://test.persuadedbase.com/?page_id=2317
The tabs seem to work flawlessly. I don’t get an “undefined” error when I change the title and the content. What OS are you testing this with?
Cheers!
IsmaelHey TheProductionHouseEvents!
You can add this on your custom.css or Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { .main_menu ul:first-child > li > a { padding: 0 10px !important; font-size: 12px; } }The menu is not visible on your page so I have to guess. Please try it.
Cheers!
IsmaelHi!
Please add this on your custom.css or Quick CSS:
#main { margin-top: -1px; }Adjust the negative top margin if necessary.
Best regards,
IsmaelHi jaroljmek!
You can edit config-templatebuilder > avia-shortcode > masonry_entries.php, find this code on line 397:
$output .= "<a href='{$url}' class='{$class_string}'>";Replace it with:
$output .= "<a href='".$attachment[0]."' class='{$class_string} lightbox'>";Remove browser cache then reload the page.
Cheers!
IsmaelDecember 10, 2013 at 5:10 am in reply to: Flyout Menu – Responsive Screen Sizes (including iPad Portrait) #198404Hi Ben!
Please edit js > avia.js, find this code on line 89:
switchWidth = 767;Replace it with a higher screen width:
switchWidth = 886;Remove browser cache then reload the page a few times.
Cheers!
IsmaelHey!
Thank you so much for the kinds words. We really appreciate it. :)
Best regards,
IsmaelDecember 10, 2013 at 4:57 am in reply to: Child Pages showing in Sidebar (No option to remove) / Positioning Issue #198400Hey!
Can you please post a mockup or screenshot of what you’re trying to do?
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 then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”.
You can add something like this on your custom.css or Quick CSS:
.avia_textblock.awesome-textblock p { background: blue; }Best regards,
IsmaelHey intothenorth!
I’m sorry but I don’t understand the problem. What elements did you add on the columns? If I am not mistaken, you need to manually create a Read More link then point it to the page that you want.
<a href="LINK TO THE PAGE HERE">Read more</a>Best regards,
IsmaelHi!
I can see the issue but I have no idea why the “HOGLADEN” image/slider size is different from other portfolio items. Have you tried recreating the item from scratch? Upload the images again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey!
If you have an access on your .htaccess file, please add this code to increase upload file size limit:
php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300Or ask your host. Add this on php.ini file:
upload_max_filesize = 64M post_max_size = 64M max_execution_time = 300Best regards,
IsmaelHi jenknee!
1.) You’re using a very old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP: http://vimeo.com/channels/aviathemes/67209750
2.) You really have a lot of plugins installed and they are potentially slowing the website. Please deactivate all unnecessary plugins. You can use minify plugin like http://wordpress.org/plugins/bwp-minify/ to improve the site speed.
Best regards,
IsmaelHi!
I already provided the solution for 2 and 3. Please refer to the post above.
1.) What type of header style do you have?
Cheers!
IsmaelHi!
The LayerSlider shortcode is disabled. You can enable it, add this on functions.php:
add_theme_support( 'deactivate_layerslider' );This will disable the LayerSlider plugin included in the theme. Buy the LayerSlider plugin then install it as a standalone plugin. You’ll be able to use the shortcode then.
Regards,
IsmaelHi!
Please watch these video to learn more about the theme: http://vimeo.com/channels/aviathemes
@BiallaC: Use the Color Section then upload a background image. Insert column layouts inside with the Icon boxes etc.@hershelebram: Do you have the Enfold theme or the Incarnation theme? Please use the Template Builder then insert the Text Area/ Callout / Quotes element, select the Callout for Text Styling.
Cheers!
Ismael -
AuthorPosts
