Forum Replies Created

Viewing 30 posts - 13,891 through 13,920 (of 14,834 total)
  • Author
    Posts
  • in reply to: Edit pages template and page speed #354393

    Hey Gal763!

    Are you trying to change the layouts in the archives? If so then there is an option for that in Dashboard > Enfold > Blog Layout. You can also change the sidebar layout for archives in Dashboard > Enfold > Sidebar Settings.

    As for the site loading slow the best way to optimize is to use a caching plugin such as W3 Total Cache. Just make sure not to minify the CSS or JS as it can cause errors.

    Best regards,
    Elliott

    in reply to: Enfold bug with ACF+google maps field #354390

    Hey Mariusz!

    Try this out, https://kriesi.at/support/topic/google-maps-element-javascript-conflict-with-maps-marker-pro-plugin/. Also be sure to deactivate all other plugins while testing.

    If that’s not working then send us a WordPress login so we can take a closer look. Make sure to set your reply as private.

    Best regards,
    Elliott

    in reply to: Custom post type breadcrumbs #354388

    Hey pixallus!

    Are you trying to get the custom post type category to display in the breadcrumbs? If so then try this out, https://kriesi.at/support/topic/breadcrumbs-with-custom-post_types/.

    Cheers!
    Elliott

    in reply to: Transparent Header Not Working #354386

    Hi JPOsteen!

    Not sure what it could be off the top of my head. Try deactivating all plugins to see if it goes away. If your still having problems then send us a link and we’ll take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    in reply to: Theme elements not working after migrate #354383

    Hey!

    They still display fine on my end. Did you try clearing your browser cache? Also try viewing in a different web browser to see if the problem happens there as well.

    Go ahead and take a screenshot of what your seeing so we can get a better idea.

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: LayerSlider WP bug #354380

    Hey!

    Try deleting the layer and create a new one and then type your text into the HTML / Audio / Video tab. If it’s still happening then try typing the text out in a different program such as notepad and then copy / paste it into the HTML / Audio / Video tab.

    Cheers!
    Elliott

    in reply to: comments and timestamp not appearing in Blog Posts #354376

    Hi!

    It looks like you have this in your style.css file which is hiding it on your homepage.

    #home .slide-meta {
        display: none;
    }

    To move it above the title then open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and move lines 375 – 388.

    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, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    	$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    	$output .= "</div>";
    }
    

    To line 369 so they display above this.

    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= '<header class="entry-content-header">';
    $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
    $output .= '</header>';
    

    Regards,
    Elliott

    in reply to: Update tp 3.0 several issues #354370

    Hi jmorillo!

    1. Try adding this to your custom CSS.

    .av_secondary_right .sub_menu {
        float: none;
    }

    2. Try increasing your header height in Dashboard > Enfold > Header.

    3. You can change the font sizes in Dashboard > Enfold > General Styling.

    4. Can you send us a link to where this is happening?

    5. Same as above and it would be great if you could take a screenshot highlighting these problems so we can get a better idea.

    6. I moved your portfolio grid into a 1/1 column so it does not break the sidebar.

    Cheers!
    Elliott

    in reply to: Posts – You may also like…how do I turn this off? #354357

    Hi Micheal0424!

    Those are the related entries. You can turn them off in Dashboard > Enfold > Blog Layout.

    Cheers!
    Elliott

    in reply to: WPML #354355

    Hi Paul!

    Yes, it will be added automatically once you have setup WPML. Let us know if you have any other questions.

    Cheers!
    Elliott

    in reply to: Full Slider Caption Font Size #354352

    Hi slui!

    Try adding this to your custom CSS.

    .avia-caption-content p { font-size: 20px !important; }
    

    Cheers!
    Elliott

    in reply to: Image Hotspot on Enfold Demo page #354349

    Hey vegaspro!

    You would just need to set the header for your page to transparent and the content will automatically move to the top.

    Regards,
    Elliott

    in reply to: Function to dequeue the new event-mod.css file #354348

    Hey itchybrain!

    Try adding this to the bottom of your functions.php file.

     function avia_events_register_assets() {  }
    

    Regards,
    Elliott

    in reply to: Change colors of icon in icon box #354341

    Hi!

    You can use this CSS to increase the size.

    .iconbox_icon { font-size: 40px !important; }
    

    Send us a link and we’ll take a look. You can mark your reply as private if you wish.

    Best regards,
    Elliott

    in reply to: Hotspots in Layerslider height problem #354340

    Hey!

    It looks like you have a coming soon page setup now. Send us a WordPress login and set your reply as private so we can take a look at your settings.

    Cheers!
    Elliott

    in reply to: Labels in support response #354338

    Hey frescova!

    When a user with moderator role replies it should leave a class called “moderator” which you can style like so.

    .moderator div.bbp-reply-content { background: url("URL to image") top right !important; }
    

    Regards,
    Elliott

    in reply to: Line in drop down menu #354333

    Hi Richard!

    Try adding this to your custom CSS.

    .sub-menu { border-top: 0px !important; }
    

    Best regards,
    Elliott

    in reply to: Menu vertical position #354331

    Hi Richard!

    Try adding this to your custom CSS.

    .main_menu { top: 30px; }
    

    Regards,
    Elliott

    in reply to: Display issue with SOLD OUT plugin #354330

    Hi!

    Hmm, I remember editing it a few minutes after I posted so perhaps you viewed it before my edit.

    Let us know if you have any other questions.

    Best regards,
    Elliott

    in reply to: Problems/conflicts caused by Update 3.0 #354328

    Hi ghodson!

    I see what you mean. Let’s try deactivating all plugins to see if that goes away. Is it just those pages where it is happening on? I tried creating a new page and it did not seem to happen there.

    Also try activating just the parent theme to see if it’s a problem in your child theme.

    The parallax seems to be displaying fine on my end.

    Best regards,
    Elliott

    in reply to: Custom Video MP4 Webm OGV not loading in layer slider #354325

    Hi!

    I think it’s more of a LayerSlider problem than the theme. I’m not sure if LayerSlider is designed to work like that. Your video is playing fine but the transitions are acting weird. If you click on the preview inside the slider editing section you’ll notice it’s doing the same thing as on the frontend.

    What I would do is add a video to each slide. Or you can try contacting the LayerSlider support, http://support.kreaturamedia.com/faq/, to see if it supports multiple videos in a slide.

    Cheers!
    Elliott

    in reply to: Footer text and link #354321

    Hi SLHetcie!

    Add this to the field.

    <a href = "insert URL here">Some text</a> [nolink]
    

    Or if you just want to remove it then add this.

    [nolink]
    

    Regards,
    Elliott

    in reply to: Top Main Menu Width Ipad 1 #354319

    Hi!

    Add this to your custom CSS.

    #header #header_main_alternate .container {
        padding: 0px !important;
    }

    Cheers!
    Elliott

    in reply to: featured image in single post with fixed hight #354317

    Hey larsframars!

    Yes, if you force it with CSS then it will look weird. What you will want to do is crop a certain part of the image to display. When editing your post click on the featured image and there should be an “edit image” link. Click on that and drag a selection out of your image to crop.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: media library images not showing on page #354312

    Hey!

    This isn’t a theme issue it sounds like. It would be best to ask this on the WordPress support forums, https://wordpress.org/support/, because you will get the same problem when using the default theme.

    What steps did you do for the migrate? Did you just change your domain or did you switch hosting providers? Do the images have correct permissions?

    Go ahead and read this, http://codex.wordpress.org/Moving_WordPress. The images may be pointing to your old domain so you might need to do a search and replace in your database to update the URLs.

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    in reply to: Theme Install – Failed Open – Functions . php #354309

    Hey!

    I uploaded a fresh copy and the errors went away.

    Cheers!
    Elliott

    Hi!

    Try this.

    #avia-menu > li > a {
        font-family: “Alef” !important;
    }
    .avia-testimonial-content, .avia-testimonial-content p { font-family: “Alef” !important; }
    

    Best regards,
    Elliott

    in reply to: Can I create my own predefined color schemes? #354307

    Hey Wilko!

    After you create your color scheme you can export your theme options in Dashboard > Enfold > Import / Export or you can create a copy of this file, /wp-content/uploads/dynamic_avia/enfold.css, to save the styling.

    Best regards,
    Elliott

    in reply to: Change colors of icon in icon box #354072

    Hi!

    Sorry, try adding this to your custom CSS.

    .iconbox_icon { background: transparent !important; }
    

    If you need to do it on certain elements then try this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, to add a custom class to each element.

    Best regards,
    Elliott

    in reply to: Custom Font with Adobe Typekit #354067

    Hey lexul!

    If it’s not a google font then you will need to use custom CSS to style your elements. Go ahead and send us a link to your page and let us know which elements your wanting to change and we’ll give you the CSS code to use.

    Cheers!
    Elliott

Viewing 30 posts - 13,891 through 13,920 (of 14,834 total)