Forum Replies Created
-
AuthorPosts
-
Hey PeterPan2!
It should appear on all pages once you click the “Add to cart” button. It loads a little while on pages with sliders.
Cheers!
IsmaelNovember 13, 2013 at 4:47 am in reply to: remove image default styling for hard coded linked images #187617Hey!
You can add this on your custom.css or Quick CSS to remove the image overlay:
.image-overlay.overlay-type-extern { display: none !important; }
Remove browser cache then reload the page.
Cheers!
IsmaelHi TheodoraPhotography!
Can you please post a screenshot of what you’re trying to do? A link to your website will help. Maybe, you can try this on your custom.css or Quick CSS:
#main, .html_stretched #wrap_all { background-color: transparent; } .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content { background-color: transparent; color: #666666; } .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: transparent; color: #666666; }
Cheers!
IsmaelHi Brad!
Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 410:
//get all categories that are actually listed on the page $categories = get_categories(array( 'taxonomy' => $params['taxonomy'], 'hide_empty'=> 0 ));
Replace it with:
//get all categories that are actually listed on the page $categories = get_categories(array( 'taxonomy' => $params['taxonomy'], 'hide_empty'=> 0, 'orderby' => 'name', 'order' => 'DESC' ));
Remove browser cache then reload the page. Refer to this link for more order parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Cheers!
IsmaelNovember 13, 2013 at 4:39 am in reply to: How to easily copy styles from one language to another? #187614Hi!
Change the settings on the Theme Styling then edit http://**removed**/wp-content/uploads/dynamic_avia/enfold.css. Copy everything, place it on your custom.css which is located in http://**removed**/wp-content/themes/enfold/css/ folder. You need to do this every time you change something on Enfold > Styling settings.
Cheers!
Ismael-
This reply was modified 11 years, 11 months ago by
Yigit. Reason: Removed links upon request
Hey RDCSI!
You can use the “Overwrite Portfolio Link setting”. Switch it to “Define custom link”. You need to add the post or page url manually.
Cheers!
IsmaelHi Mario!
Please increase the wordpress php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHi heufti65!
Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:
[av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25'] Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message! [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25'] [/av_promobox]
Note that you can’t use the Default Editor and the Advance Layout Builder simultaneously.
Best regards,
IsmaelNovember 13, 2013 at 4:27 am in reply to: Move the Page title and Breadcrumb under Revolution / Layer slider. #187610Hey Helgi!
No, that is not possible. It will break the responsiveness of the theme. Can you please give us a link to the website?
Cheers!
IsmaelHey erantdo!
What are you trying to do? What is the position of your icon? Is it top or left?
Regards,
IsmaelHi tlow87!
That is not possible. What you can do is to control the visibility of the menus on a certain page. You can use this plugin: http://wordpress.org/plugins/menu-items-visibility-control/
Cheers!
IsmaelNovember 13, 2013 at 4:14 am in reply to: A Specific Alternate Content Area is not following the Color Scheme #187604Hey jmikhail!
You can use the following on your Quick CSS:
Icon List Text:
.alternate_color .iconlist_content { color: red; }
Icon List Title:
.alternate_color .iconlist_title { color: blue; }
Text Block H2:
.alternate_color h2 { color: red; }
Remove browser cache then reload the page. Please give us a link to your website.
Cheers!
IsmaelNovember 13, 2013 at 4:10 am in reply to: Photo Galleries not loading… thumbnails are greyed out ENFOLD #187603Hey Eleina_Shinn!
Please edit js > shortcodes.js, find this code on line 887:
var image = $(this); setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
Replace it with:
var image = $(this); setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 10));
Remove browser cache then reload the page a few times. You can use WT3 Total Cache and Better WordPress Minify to enhance the page loading speed.
Cheers!
IsmaelHi reisp!
Go to Enfold > General Settings > Single Post Style > select the “Single post with big preview image”.
Regards,
IsmaelNovember 12, 2013 at 11:58 pm in reply to: Header in different colors and portfolio image size #187555Hey!
Can you please post a link to the website? Do you have a fixed or a non-fixed header? Please check on Enfold > Header > Header Type.
Cheers!
IsmaelHi!
No, you don’t. Please use the one above. Remove browser cache then reload the page.
Regards,
IsmaelNovember 12, 2013 at 3:21 pm in reply to: My theme isn’t response in widget area, I can’t import dummy data, etc. #187292Hey!
What type of header do you have? Please adjust the top margin.
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul, .responsive #header .main_menu ul { display: block !important; position: absolute; background: none; top: -20px; right: 0; } .responsive #header .main_menu ul li { display: none; } .responsive #header .main_menu ul li:last-child { display: block !important; } }
Remove browser cache then reload the page.
Regards,
IsmaelHey ganjou!
Go to Appearance > Widgets. Create a Enfold Custom Widget Area then insert the Enfold Google Maps Widget. Edit a page then insert the Widget Area element then select the custom widget area that you created.
Cheers!
IsmaelHey torstenw!
Yes, there are lots of changes on the Enfold theme since 1.8.1. You might need to recreate some elements like the iconbox, iconlist etc. Please try to duplicate your website and do a dummy update. Check for errors and changes.
Regards,
IsmaelHi cxThemes!
You can install the Layer Slider as a standalone plugin. The shortcode will work then. Edit functions.php, find this code:
if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
Replace it with:
//if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
This will disable the default LayerSlider from the theme. You can now install the plugin separately.
Regards,
IsmaelNovember 12, 2013 at 2:57 pm in reply to: css changed my header color where all the menus are in to white. i dont know #187263Hey!
Looks like you managed to change the main menu font color and size. You can use this for the phone number:
.social_header .phone-info.with_nav span { color: orange; font-size: 20px; }
Regards,
IsmaelHi!
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 Icon Box then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-iconbox”.
You can add something like this on your custom.css or Quick CSS:
.iconbox.awesome-iconbox .iconbox_icon { background-color: #f15b28 !important; }
Regards,
IsmaelHey genkidesign!
Can you please give us a link to your website? Please add this on your custom.css or Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .responsive #header .main_menu ul { display: block !important; } }
Best regards,
IsmaelNovember 12, 2013 at 2:43 pm in reply to: adding social icons like the Kriesi site with a small non-fixed header #187252Hi!
You can edit header.php, find this code on line 183:
/* * Hook that can be used for plugins and theme extensions */ do_action('ava_after_main_menu');
Above it, add this code:
echo avia_social_media_icons($social_args);
Go to Enfold > Styling > Quick CSS then add this code:
#header_main .social_bookmarks { position: absolute; top: 20%; }
Cheers!
IsmaelHey AllisonsImages!
Did you add any plugins before the issue? Please give us a link to the page so that we can inspect it.
Regards,
Ismael -
This reply was modified 11 years, 11 months ago by
-
AuthorPosts