Forum Replies Created

Viewing 30 posts - 61,711 through 61,740 (of 66,027 total)
  • Author
    Posts
  • in reply to: Using 'Parallax' style Menu with Pages #187608

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

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

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

    in reply to: Blog small preview image, large featured image #187601

    Hi reisp!

    Go to Enfold > General Settings > Single Post Style > select the “Single post with big preview image”.

    Regards,
    Ismael

    in reply to: Header in different colors and portfolio image size #187555

    Hey!

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

    in reply to: Layout builder – White space? #187554

    Hi Mattias!

    The image link is missing. Please post it again.

    Best regards,
    Ismael

    in reply to: Search in Responsive Design? #187551

    Hi!

    No, you don’t. Please use the one above. Remove browser cache then reload the page.

    Regards,
    Ismael

    Hey!

    You didn’t add the website url or link. Please post it here.

    Cheers!
    Ismael

    in reply to: Search in Responsive Design? #187290

    Hey!

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

    in reply to: Google map and contact page #187274

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

    in reply to: Auto updating issue #187270

    Hey!

    Glad it is fixed. :)

    Cheers!
    Ismael

    in reply to: Enfold update Version 2.4.2 #187269

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

    in reply to: [layerslider] shortocode disabled #187266

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

    Hey!

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

    in reply to: Icon colours #187259

    Hi!

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

    in reply to: menu not showing on ipad + shortcodes #187253

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

    Hi!

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

    in reply to: Blog Post Sidebar Issue #187250

    Hey 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

    in reply to: Toggle Categories – not responsive #187249

    Hey!

    Please add this on your custom.css or Quick CSS:

    .taglist .tag-seperator, .main_color .taglist a {
    display: block;
    float: left;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Layout Builder & Sidebar #187241

    Hey joeberlin!

    Yes, it is possible. Just create a page then switch to Advance Layout Builder. Look for Layout > Sidebar > select a right or left sidebar. You can also use select “No Sidebar” then insert a 2/3 and 1/3 columns. Insert the Widget Area element on the 1/3 column and the content on the 2/3 column.

    Cheers!
    Ismael

    in reply to: Colour section text margin #187239

    Hi Glyphism!

    Can you please post a screenshot? If you insert a Text Block inside a Color Section, you can use this to adjust the top margin:

    .avia-section .avia_textblock {
    margin-top: 50px;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Circular Team Member Image #187237

    Hey tlow87!

    Add this on your custom.css or Quick CSS:

    .avia-team-member .team-social {
    border-radius: 150px;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Categories trouble #187235

    Hi!

    You need to use the <!– more –> tag or click “Screen Options” then enable then enable the Excerpt meta box. You need to specify the excerpt for archive or category pages.

    Cheers!
    Ismael

    in reply to: Enfold: Shortcode for contact form does not have captcha #187228

    Hey!

    You can use the Text Widget on Appearance > Widgets. Insert the Enfold Contact Form shortcode:

    [av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='active']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
    [/av_contact]

    Cheers!
    Ismael

    in reply to: Display Blog Posts includes excluded categories. #187226

    Hi solray!

    Do you have multiple categories on a single post? It will still show the post with the Recipe category if it has another category that is not excluded. Please give us a link to the website.

    Regards,
    Ismael

    in reply to: search bar in mobile #187224

    Hi!

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

    in reply to: Font color in icon list #187223

    Hey Magnus_Norrman!

    You can add this on your custom.css or Quick CSS:

    .main_color .iconlist_content {
    color: red;
    }

    You can change the title using this:

    .avia-icon-list .iconlist_title {
    color: blue;
    }

    Cheers!
    Ismael

    in reply to: comments in tab #187087

    Hey!

    That is not possible or it will require a bit of a customization. You can use this plugin to insert php codes on the post editor. http://wordpress.org/plugins/insert-php/

    You can then use the tab shortcode to insert the comment template code:

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
    [av_tab title='Tab 1' icon_select='no' icon='ue800' font='entypo-fontello']
    [insert_php] //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');[/insert_php]
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='']
    Tab Content goes here
    [/av_tab]
    [/av_tab_container]

    It will require a lot of customization. Please hire a freelance developer.

    Best regards,
    Ismael

    in reply to: Author profil picture in single post #187082

    Hey hitokiri_kun!

    You can edit includes > loop-index.php, find this code:

    echo "<div class='entry-content-wrapper clearfix {$post_format}-content'>";
                echo '<header class="entry-content-header">';
    					
                    echo $title;

    Below, add this code:

    	
    				$gravatar = "";
                    $link = get_post_format_link($post_format);
                    if($post_format == 'standard')
                    {
                        $gravatar = get_avatar( get_the_author_meta('email'), '75', "blank" );
                        $link = get_author_posts_url($post->post_author);
                    }
    
                    $blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>";
    				
    				echo $blog_meta_output;

    After that, add this on your custom.css or Quick CSS:

    .single .rounded-container {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    float: right;
    }

    You can use gravatar for author images.

    Regards,
    Ismael

    in reply to: Enfold: Shortcode for contact form does not have captcha #187081

    Hi LollyGreen!

    You forget the link. If you don’t want a sidebar on your frontpage, edit the page then look for Layout > Sidebar > select “No Sidebar”.

    Best regards,
    Ismael

Viewing 30 posts - 61,711 through 61,740 (of 66,027 total)