Forum Replies Created
-
AuthorPosts
-
Hey elinwood!
Thank you for using the theme!
Please edit the link tags inside the text block, add a css selector like “arenacore-services” for example. Replace all the instances of this code:
<a href="?page_id=2998" class="alignnonewith this:
<a href="?page_id=2998" class="alignnone arenacore-services"Add this on Quick CSS or custom.css:
.arenacore-services { width: 25%; float: left; }I hope that helps.
Best regards,
IsmaelHey!
Thank you for using the theme!
I’m sorry but I’m not sure why the images are gone. I just saved the theme options again and the css styling has been fixed. When I inspect the logo, the image source do not exist. Please re-upload the logo. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Did you you modify the child theme’s style.css file?
Regards,
IsmaelHey!
Sorry about that. My bad! Yes, I can see the issue. However, we’re not certain of the issue at hand. Please try to deactivate all plugins, see the issue if fix. I’ll ask Dude to check this.
Best regards,
IsmaelHi!
Thank you for the update.
If you want the google analytics on the head section, please use this on functions.php:
add_action('wp_head','ava_google_analytics'); function ava_google_analytics() { $output = "GOOGLE ANALYTICS CODE HERE"; echo $output; }Remove the google analytics code on the theme options.
Regards,
IsmaelHey!
Thank you for the update.
Do you mind if we take a look at the actual page with the image? We would like to check it.
Regards,
IsmaelApril 19, 2014 at 6:05 am in reply to: Contact Form Button Disappear after click and no success message #253428Hi libbyseery!
Thank you for visiting the support forum!
You’re using a very old version of the theme 2.4.1 and some of the functionality might not be compatible with your current wordpress installation. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHey!
Thank you for the update.
I’m not sure if I’m following correctly but if I am not mistaken the button on the ajax portfolio item is having the issue? Please post the login details here, set it as a private reply. We would like to check it. Thanks.
Regards,
IsmaelHey!
Thank you for the update.
I’m not sure what they mean by “external connection setup” scripts but as far as I know, it doesn’t exist within the theme. Let’s wait for Dude and Kriesi to respond. They can explain this better. You should probably look for another hosts, it does fix the issue with Lucas.
Cheers!
IsmaelApril 19, 2014 at 5:21 am in reply to: Problems with responsive slider and text with resizing #253423Hey highlightAxel!
Thank you for using the theme!
The slider on the demo is not using the layer slider. It is the Easy Slider or the Full width Slider. You can find the elements on the Advance Layout Builder under Media panel. I hope that helps.
Best regards,
IsmaelHey!
Thank you for the update.
Strange because the code suggested above works on our end. Did you assign a top menu on your installation? I mean the additional menu on top of the main menu. If you don’t mind, please post the link of the test site here. We would like to inspect it.
Regards,
IsmaelHey Reto!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to create a gap between the containers:
#footer, #socket { margin-top: 100px; }This needs polishing but it is a start.
Regards,
IsmaelHey!
Glad it is working now.
Please wait for the 2.7 update which will fix the custom icon fonts. (see https://kriesi.at/support/topic/custom-icons-in-iconboxes/)
Cheers!
IsmaelHi!
Thank you for the update.
The issue, I think, is because the theme is still using the old enfold.css file on wp-content/uploads/dynamic_avia folder and once you updated even a single theme option, it automatically regenerate the enfold_child.css file. Glad it is working on your end now. If you have any questions, let us know.
Regards,
IsmaelHey basmati!
Thank you for using the theme!
You can add something like this on functions.php:
add_action('ava_after_main_menu', 'ava_search_form_after_main_menu'); function ava_search_form_after_main_menu() { get_search_form(); }This will add the search form on top the header but you still need to reposition it with css. Add this on Quick CSS to remove the default search icon:
#top #menu-item-search { display: none; }I hope that helps. Please visit Werkpress for further customization.
Regards,
IsmaelHey!
Thank you for the link.
We activated the “Start slideshow” on the Slider Settings > Slideshow and it should work now. :)
http://timeout4touringinc.abconsulting.co/
Cheers!
IsmaelHey!
It is ok to remove that file. You can download it again in case. Glad it is working now. :)
Regards,
IsmaelHey fixedopsinsight!
Thank you for using the theme!
Pleasea add this on Quick CSS or custom.css:
#mc_embed_signup input.button { visibility: visible; }Best regards,
IsmaelApril 18, 2014 at 12:13 pm in reply to: How to make the featured image in the blog view clickable #253124Hi bakbek!
Thank you for using the theme!
The featured images on the blog overview page should be clickable and link to the actual posts by default. What type of blog style do you have? If you don’t mind, we would like to see the actual blog page.
Cheers!
IsmaelApril 18, 2014 at 12:10 pm in reply to: Want to add the same effect of .grid-image onload also to the .grid-content #253122Hi morgantar!
Thank you for using the theme!
You can edit js > avia.js, find this code on line 1113:
imgParent = container.find('.grid-image')Replace it with:
imgParent = container.find('.grid-image, .grid-content')Add this on Quick CSS or custom.css:
.grid-content { opacity: 0; }I hope that helps!
Cheers!
IsmaelHey!
Thank you for the update.
Unfortunately, they are not the same. If you want to apply the masonry element on archive pages, you’ll need to hire a freelance developer or visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelHi!
Thank you for using the theme!
Make sure that you added the italic version the font when you insert the google font filter on function.php:
add_filter('avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Fanwood Text'] = 'Fanwood Text:400,400italic'; return $fonts; } add_filter('avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Fanwood Text'] = 'Fanwood Text:400,400italic'; return $fonts; }I hope that helps.
Cheers!
IsmaelHi Jonathan!
Thank you for using the theme.
Instead of using the ava_after_main_menu hook use the avia_meta_header action hook. You can use this on functions.php
add_action('avia_meta_header', 'avia_add_forms_on_header'); function avia_add_forms_on_header() { echo '<li class="avia-form-header">DO SOMETHING HERE</li>'; }I added the list tag to align the new element correctly.
Regards,
IsmaelHi Victor!
Thank you for using the theme!
I’m sorry but this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. You can find the blog grid code on config-templatebuilder > avia-shortcodes > postslider.php. Find this code on line 374. This is the post date, comment count container. Maybe you can use custom fields to replace the output.
if($show_meta && !empty($excerpt)) { $output .= "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false)); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $output .= "</div>"; }I hope that helps.
Regards,
IsmaelHey Ben!
Thank you for using the theme!
1.) Where are you adding the position absolute? What selectors? Please post a screenshot of the issue so that we can understand it better.
2.) Glad you figure this one out.
3.) Please add this on Quick CSS or custom.css:
.avia-section.av-minimum-height .container { display: block; }You might need to re-align some of the elements. Nice website. :)
Cheers!
IsmaelHi Quant2112!
Thank you for using the theme.
Do you have a cache plugin like W3 Total Cache? Please deactivate the plugin then try to add css modifications on Quick CSS again. If you don’t mind, we would like to check the actual website. Thanks!
Best regards,
IsmaelHey!
Thank you for the update.
Please use this for the portfolio preview title:
.main_color .grid-entry-title { color: red; font-size: 20px; font-weight: bold; }Cheers!
IsmaelHi!
Thank you for using the theme.
This should work if you set up the child pages correctly. If you don’t mind, we would like to check the actual website. We’ll give you a proper solution once we have taken a look at your installation. Thanks!
Best regards,
IsmaelHi!
Thank you for the update.
If you don’t mind, we would like to see the actual slider at work. We need to inspect it. Maybe, this is just an issue of how you set up the layer slider.
Best regards,
IsmaelHi AndyWoods!
Thank you for using the theme!
First thing you need to do is to create a page then set the Layout and Activate Header transparency. Switch to Advance Layout Builder then insert the Fullscreen Slider, look for the “Display a scroll down arrow” option if you want the arrow. I’m not sure what you mean by “white to 4 colour”. There is no such thing on the demo as far as I know. If you don’t mind, please post a screenshot.
If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.
Best regards,
Ismael -
AuthorPosts
