Forum Replies Created

Viewing 30 posts - 39,361 through 39,390 (of 62,113 total)
  • Author
    Posts
  • in reply to: Contact Form Button Color #578471

    Hey!

    Please add this:

    .main_color input[type='submit'] {
        font-size: 20px;
    }

    Best regards,
    Ismael

    in reply to: Set Language: Spanish #578470

    Hey!

    Most of the language files are partially complete so you have to do a few translations yourself. Please install the loco translate plugin to translate the strings: https://wordpress.org/plugins/loco-translate/

    Cheers!
    Ismael

    Hi!

    We duplicated the first section then added a new one. It doesn’t remove any content. http://www.pepperband.dk/

    Regards,
    Ismael

    in reply to: Full Screen Slider – responsive on mobile #578466

    Hi!

    The background size property of the slides are set to “cover” in order to keep the images’ aspect ratio: http://www.w3schools.com/cssref/css3_pr_background-size.asp

    Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area

    You can set it to “contain” but it will distort the images.

    Cheers!
    Ismael

    in reply to: Demo import does nothing #578363

    Hi!

    Yes, you can find the demo files in the includes > admin > demo_files folder.

    Cheers!
    Ismael

    in reply to: Fullwidth Sub Menu Customization #578362

    Hey!

    Please post the url to the website so that we can inspect it. :)

    Regards,
    Ismael

    in reply to: Advanced Layerslider Issue #578361

    Hey!

    Please use this:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        text-align: center;
    }
    
    .responsive .logo img {
        display: inline-block;
        top: 15px;
    }
    }

    Cheers!
    Ismael

    in reply to: help with custom menu hover bar #578357

    Hey peanuttario!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    ul#menu2 li {
        display: inline;
    }

    Cheers!
    Ismael

    in reply to: Blog Thumbnails and Portfolio Grid #578356

    Hey!

    The first code should not affect the images so not sure why that happened. Could you please post the login details here? We would like to do a little test.

    Regards,
    Ismael

    in reply to: Portfolio Grid / add excerpt under Title #578348

    Hi hajzr!

    Thank you for using Enfold.

    1.) Edit the portfolio item then add the post summary in the Excerpt field. If you can’t find the field, look for the Screen Options then enable it.

    2.) You can adjust the css top position of the hover title:

    .grid-image:before {
        content: attr(title);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        opacity: 0;
        font-weight: 200;
        font-size: 24px;
        color: #ffffff !important;
        top: 45%;
    }

    Best regards,
    Ismael

    in reply to: add subtitles to Masonry entries #578344

    Hi!

    Thank you for using the info. We relocated the avia_masonry class in the helper-masonry.php file. You might want to edit that file instead of the masonry_entries.php file.

    Best regards,
    Ismael

    in reply to: Social Icons/ Button in the right of this header #578334

    Hey!

    Please replace the css code with this:

    #header .widget {
        right: 140px;
        padding-top: 0;
        position: absolute;
        top: 60px;
        transform: translate(-50%);
        z-index: 999;
    }

    Best regards,
    Ismael

    in reply to: Custom Post Type Search Page #578328

    Hey acscreativenew!

    Thank you for using Enfold.

    Please use the following plugin then integrate it with the theme’s ajax search:

    https://wordpress.org/plugins/relevanssi/

    Ajax search integration:

    http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    In the plugin options, you can include or exclude post types.

    Best regards,
    Ismael

    in reply to: Blog not showing pagination items #578325

    Hey!

    Great! Glad to hear! :)

    Best regards,
    Ismael

    in reply to: Single post template with post slider and social share #578322

    Hey!

    Great! Glad you figured it out. :)

    Cheers!
    Ismael

    Hey!

    On mobile view, you can replace the slider with an actual video element. Set the layer slider to not display on mobile then follow the instructions on the following link: https://kriesi.at/support/topic/full-screen-slider-not-responsive/#post-562361

    Best regards,
    Ismael

    in reply to: Blog slider #578317

    Hey!

    Please use this instead:

    .active-parent-item .current-menu-item .avia-menu-text {
        color: red;
    }

    Or this:

    #top #wrap_all .av-main-nav .active-parent-item .current-menu-item a {
        background: green;
    }
    
    #top #wrap_all .av-main-nav .active-parent-item .current-menu-item .avia-menu-text {
        color: white;
    }

    Cheers!
    Ismael

    in reply to: Masonry and blog questions #578312

    Hey worldfuturecouncil!

    Thank you for using Enfold.

    1.1) Disable the masonry animation with this:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    1.2) Check my answer on 1.3. You might be able to prevent this by using the actual builder instead of using the shortcode.

    2.) Check my answer on 1.3 again. :)

    1.3) You won’t lose the sidebar if you place the masonry element inside a 1/1 column element.

    If possible, please create a single thread for each inquiry. You will get a faster response that way. :)

    Best regards,
    Ismael

    Hey!

    Thank you for the .htaccess, I was able to access the wp-admin url but the login credentials you provided on your first post are not working. Please check. Regarding the issue at hand, please try to go the Settings > Permalinks panel and click the “Save” button once to flush the .htaccess file or the permalink settings.

    Regards,
    Ismael

    in reply to: Date and read more link on portfolio item #578310

    Hey Peter!

    Thank you for using Enfold.

    Please add this in the functions.php file:

    add_filter('avf_portfolio_extra', 'avf_portfolio_extra_mod', 10, 2);
    function avf_portfolio_extra_mod($output, $entry) {
    	$output = '<div class="portfolio-new-meta">';
    	$output .= '<div class="portfolio-read-more-link"><a href="'.get_permalink($entry->ID).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    	$output .= "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
     	$output .= '</div>';
    	return $output;
    }
    

    Add the style of the “portfolio-new-meta” container in the Quick CSS field.

    Best regards,
    Ismael

    in reply to: Remove gap and fix mobile image issue #578309

    Hey!

    Please edit the posts then use the more tag in specifying the excerpt: https://en.support.wordpress.com/more-tag/

    Regards,
    Ismael

    in reply to: Contact formular – email adress error #578308

    Hi!

    I’m trying to login to the site but the wp-admin url is not working, the page is not found. What is the admin url? Please try this plugin: https://wordpress.org/plugins/wp-mail-smtp/

    Cheers!
    Ismael

    in reply to: Old version of Enfold #578304

    Hey CastleProd!

    Thank you for using Enfold but we can’t provide an older version of the theme. It’s very important to have the latest version of the theme which contains minor fix and keep it compatible with the latest version of WP. I’m sorry but you have to update the theme to the latest version and fix the issues that may arise. We’ll try to provide assistance if you need any. Please create a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Ismael

    in reply to: Side navigation blocks #578301

    Hi!

    Could you please provide a link to the website? Note that if a post contains multiple categories, it will display other items with the same category. In order to have more control with the post navigation, limit the category of the posts to one.

    Regards,
    Ismael

    in reply to: Instagram Widget Not Recognizing Column and Photos settings #578298

    Hi!

    1.) The instagram api can sometimes provide images with a different size and proportion but it’s barely noticeable. You can try this inside one your css media queries:

    .av-instagram-item, .av-instagram-item img, .av-instagram-item a {
        min-height: 132px;
    }

    2.) Please try this:

    .widget-easy-twitter-feed-widget-container .row {
        margin-bottom: 0;
    }

    Best regards,
    Ismael

    Hi!

    I’m sorry to interrupt the discussion but your new inquiry is quite far from the original topic. We kindly ask your to open a new thread to keep the thread relevant to the original subject. Thank you for your understanding. We’ll close this thread for now.

    Best regards,
    Ismael

    in reply to: Moving meta on top of title in the blog. #578289

    Hi stateofart!

    Thank you for using Enfold.

    Looks like you managed to move the category on top of the title. Is that right?

    Site is looking awesome. :)

    Regards,
    Ismael

    in reply to: index, noindex #578286

    Hi!

    Please try to adjust the code:

    add_filter('avf_set_follow','avia_set_nofollow');
    function avia_set_nofollow(){
    return "";
    }

    This will disable the theme’s meta tag.

    Best regards,
    Ismael

    in reply to: Open Sans in font weight 300 #578284

    Hi!

    Supported font weights for open sans are 400 and 600 but you can add this filter in your child theme’s functions.php file:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic';
    $fonts['Noto Serif'] = 'Noto+Serif:400,400italic,700,700italic';
    $fonts['Open Sans New'] = 'Open+Sans:200,300,400,600,800';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Google fonts']['Source Sans Pro'] = 'Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic';
    $fonts['Google fonts']['Noto Serif'] = 'Noto+Serif:400,400italic,700,700italic';
    $fonts['Google fonts']['Open Sans New'] = 'Open+Sans:200,300,400,600,800';
    return $fonts;
    }

    We added new weight for the open sans plus two other google fonts. Please select the Open Sans New in the General Styling > Fonts pane.

    Regards,
    Ismael

    in reply to: Fullwidth Easy Slider not working in IE9 #578277

    Hi!

    We are very sorry for the inconvenience that this may have caused you but extended support on deprecated browsers is not something we or any theme developers can consistently maintain. New developments on the web is so fast that old browsers such as IE 9 or lower can’t keep up.

    However, I got an IE8 on my machine and the easy slider on my installation is working there. I did not get a chance to check your site because I got this error:

    Your access to this site has been limited

    Regards,
    Ismael

Viewing 30 posts - 39,361 through 39,390 (of 62,113 total)