Forum Replies Created

Viewing 30 posts - 58,861 through 58,890 (of 67,163 total)
  • Author
    Posts
  • in reply to: Wdth plus margin/padding problem #253466

    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="alignnone
    

    with 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,
    Ismael

    in reply to: Theme or WordPress broken links to all my images #253465

    Hey!

    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,
    Ismael

    in reply to: Layout problem with layout builder and layer slider #253432

    Hey!

    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,
    Ismael

    in reply to: Analytics code placed outside #253430

    Hi!

    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,
    Ismael

    in reply to: W3 Total Cache kills lightbox #253429

    Hey!

    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,
    Ismael

    Hi 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,
    Ismael

    in reply to: Button Text Problem #253427

    Hey!

    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,
    Ismael

    in reply to: Extremely slow backend #253426

    Hey!

    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!
    Ismael

    in reply to: Problems with responsive slider and text with resizing #253423

    Hey 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,
    Ismael

    in reply to: Adding a form and text to the right of social icons #253422

    Hey!

    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,
    Ismael

    in reply to: space between body, footer and socket ? #253417

    Hey 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,
    Ismael

    in reply to: upgrade theme from 2.0 to 2.6 #253416

    Hey!

    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!
    Ismael

    in reply to: Child theme does not respect styles #253413

    Hi!

    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,
    Ismael

    in reply to: retina.js use in child theme template path #253411

    Hi!

    Glad you figured it out. Thanks for sharing!

    Cheers!
    Ismael

    in reply to: use search inside the main nav? #253410

    Hey 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,
    Ismael

    in reply to: Pixel size for small header slider #253407

    Hey!

    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!
    Ismael

    in reply to: Wie installiere ich ein Enfold Child Theme? #253405

    Hey!

    It is ok to remove that file. You can download it again in case. Glad it is working now. :)

    Regards,
    Ismael

    in reply to: Adding Mail Chimp code to page #253404

    Hey 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,
    Ismael

    in reply to: How to make the featured image in the blog view clickable #253124

    Hi 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!
    Ismael

    Hi 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!
    Ismael

    in reply to: Archive for Category — Display as Masonry #253118

    Hey!

    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!
    Ismael

    in reply to: Add Google Font #253117

    Hi!

    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!
    Ismael

    in reply to: Adding a form and text to the right of social icons #253115

    Hi 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,
    Ismael

    in reply to: Subtitles in excerpt, blog grid #253113

    Hi 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,
    Ismael

    in reply to: image position and resolution issues #253106

    Hey 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!
    Ismael

    in reply to: Quick CSS funktioniert nicht. #253098

    Hi 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,
    Ismael

    in reply to: Style the excerpts in portfolio #253097

    Hey!

    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!
    Ismael

    in reply to: Selected Header Link States #253095

    Hi!

    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,
    Ismael

    in reply to: Pixel size for small header slider #253093

    Hi!

    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,
    Ismael

    in reply to: Transparent header – Settings #253092

    Hi 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

Viewing 30 posts - 58,861 through 58,890 (of 67,163 total)