Forum Replies Created
-
AuthorPosts
-
Hello!
@set_carsten: Thanks for the tip.
@denye: You can do @set_carsten’s suggestion then you need to manually upload the images again if you don’t want to regenerate them.Best regards,
IsmaelHello wesdacar!
I think this is a bit complicated. You need to hire a freelance developer to modify the theme for you or look for a plugin.
I’m not sure if this will help but you can try this plugin: http://wordpress.org/plugins/lightbox-pop/
Best regards,
IsmaelHello!
@mmi: Thank you so much for your contribution. This will help a lot of users. :)
Cheers!
IsmaelSeptember 22, 2013 at 8:29 am in reply to: any way to change the default height of images in the mobile? #164748Hey cpUSA!
What slider you’re currently using? A link to your website will help.
Regards,
IsmaelHey cpUSA!
Can you give us a link to your website? I’ll Kriesi and Devin to check this out.
Best regards,
IsmaelHello!
You can add this on your custom.css or Quick CSS:
.textwidget { color: #545354; }
Regards,
IsmaelHey mmi!
You can add something like this on your custom.css or Quick CSS:
.post-title.entry-title { color: blue; }
Regards,
IsmaelHi blueunderground!
Edit the page then edit the Portfolio Grid element. Look for “Post Number”, set it to 36 or more.
Best regards,
IsmaelHello Compustar82!
Please give us a link to your website. We need to inspect it to give you a proper solution.
Regards,
IsmaelSeptember 22, 2013 at 8:09 am in reply to: Dummy Data Wont import – Says import fine without a problem but nothing changes #164736Hi lostbox!
Have you tried disabling all plugins like Jetpack, WP Importer etc? Please give us a link to your website.
Cheers!
IsmaelHello earthyblue!
Go to Enfold > Theme Options > Logo. Upload your temporary logo. :)
Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes
Regards,
IsmaelHi!
What line are talking about here? The footer menu should be hidden on the mobile view.
Regards,
IsmaelHi Imburr!
You can choose 3 columns on Enfold > Footer then add this on your custom.css or Quick CSS:
#footer .flex_column.av_one_third:nth-child(1) { width: 20%; } #footer .flex_column.av_one_third:nth-child(2) { width: 45%; } #footer .flex_column.av_one_third:nth-child(3) { width: 20%; }
Regards,
IsmaelHi faterra!
What font are you trying to use? If it is a google font, you can edit functions.php and find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Alef'] = 'Alef'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Alef'] = 'Alef'; return $fonts; }
Replace “Alef” with the google font you’re trying to use.
Best regards,
IsmaelHello!
Just add this on your custom.css or Quick CSS:
#menu-item-search { display: none; }
Regards,
IsmaelHello!
Please try this:
.avia-fullscreen-slider .avia-slideshow>ul>li { min-height: 100% !important; height: auto\9; }
Cheers!
IsmaelHello!
Inspect the “Home” menu using Google Chrome’s Inspect element then look for the unique menu id. It will look something like this:
<li id=”menu-item-755″ class=”menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent active-parent-item dropdown_ul_available”>
Menu ID is #menu-item-755.
You can add something like this on your custom.css or Quick CSS:
#menu-item-755 > a { text-indent: -9999px; background: url('ICON IMAGE URL HERE') no-repeat top center; width: 30px; height: 30px; }
Width and height will depend on the icon image size.
Cheers!
IsmaelHi jdrakeproductions!
I visited the site but the image is not blinking on rollover. What browser are you using? :)
Cheers!
IsmaelHey,
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 Button element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-button”.
You can add something like this on your custom.css or Quick CSS to change the button text color:
.main_color .awesome-button .avia_iconbox_title { color: red; }
Regards,
IsmaelSeptember 21, 2013 at 1:21 am in reply to: Floating Widget (using q2w3 widget) is not working in Chrome #164317Hi!
I tested your site and when I make the above changes the “Request Quote” button doesn’t disappear when you scroll down. Please try this:
.avia_textblock, .avia-icon-list, .avia-button, .avia-testimonial, .iconbox, .avia_message_box, .avia-team-member, .widget, .post, .team-img-container img, .team-social, .iconlist_icon, .fallback-post-type-icon, .fullsize .related_posts, .grid-image, .avia-caption-content, .avia-caption-title, .entry-content-wrapper { -webkit-perspective: 1000; -webkit-backface-visibility: visible !important; }
Cheers!
IsmaelHi!
Please add this on your custom.css or Quick CSS:
div .logo { position: absolute; z-index: 9999; }
Best regards,
IsmaelHello!
Please add this on your custom.css or quick CSS:
.avia-menu-fx { bottom: 19px; } .main_menu ul { position: relative; top: 20px; } .main_menu .menu ul { margin-top: -21px; }
Regards,
IsmaelHello zerozendesign!
Please add this on your custom.css or Quick CSS:
.avia-content-slider .avia-slideshow-arrows.avia-slideshow-controls { display: none; }
Cheers!
IsmaelHello!
The slow loading speed might be because of the plugins installed. You have a total of 34 plugins which is real lot for a WordPress site. Can you minimize them or remove those you don’t really use? You can also use caching plugins like WP Super Cache or W3 Total Cache to improve page loading speed.
Regards,
Ismael-
This reply was modified 11 years, 9 months ago by
Ismael.
Hello yutakaemura!
You can create a child theme to preserve your modifications on the theme. :)
Cheers!
IsmaelHello!
Please js > avia.js, find this code:
if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/2; header.addClass('header-scrolled'); }
Replace it with:
if(st < el_height/1.5) { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/1.5; header.addClass('header-scrolled'); }
This will make the header larger when you scroll down decreasing the graininess of the logo.
Regards,
IsmaelSeptember 20, 2013 at 10:48 pm in reply to: Floating Widget (using q2w3 widget) is not working in Chrome #164253Hi!
Please add this:
.avia-button { -webkit-backface-visibility: visible; }
Best regards,
Ismael -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts