Forum Replies Created

Viewing 30 posts - 62,521 through 62,550 (of 64,820 total)
  • Author
    Posts
  • in reply to: Additional custom 'No sidebar" layouts #136153

    Hey,

    Yes, that is possible. You can adjust the width of full width post using this:

    #top .fullsize .template-blog .post .entry-content {
    max-width: 950px;
    }

    Adjust the width value. If you want to target specific post, just view the source then look for the body class.

    #top.postid-1 .fullsize .template-blog .post .entry-content {
    max-width: 950px !important;
    }

    Regards,

    Ismael

    in reply to: Change Language #136134

    Hi,

    You can use this plugin:

    http://wordpress.org/plugins/codestyling-localization/

    You can also manually change them.

    Read more” and “in” category and “by” author

    Edit includes > loop-index.php, find this codes:

    $current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>') : get_the_excerpt();
    $current_post['content'] = $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> &rarr;</span></a></div>' :

    and this:

    if(!empty($cats))
    {
    echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
    echo $cats;
    echo '</span><span class="text-sep">/</span>';
    }

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    the_author_posts_link();
    echo '</span>';

    The text “you are here” can be found on framework > php > class-breadcrumb.php

    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';

    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',

    Regards,

    Ismael

    in reply to: shortcode in excerpt #136105

    Hey,

    The shortcode renders properly on the blog excerpt. In this screenshot, I added the button element shortcode and it the button show properly.

    Regards,

    Ismael

    in reply to: Portfolio quickly stops working #135830

    Hi,

    Please upgrade to Enfold 2.0 available on your themeforest account and deactivate the plugins, see if it fixes the issue.

    Regards,

    Ismael

    in reply to: Render issues in current version of IE #136130

    Hey,

    Please add this on your custom.css or Quick CSS

    .moonray-form-p2c10469f18 {
    display: block !important;
    position: relative;
    min-height: 348px;
    }

    Regards,

    Ismael

    in reply to: One Column Product Slider? #136127

    Hey,

    You can use the Easy Slider.

    Regards,

    Ismael

    Hey,

    Kriesi may be willing to share the theme to the plugin’s author. We just don’t have the authority for that. Let me tag Kriesi.

    Regards,

    Ismael

    Hey,

    @American Patriot: Thanks for the tip.

    @headbentde: You can do the instructions above.

    .image-overlay {
    position: absolute;
    background: black;
    z-index: 500;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    }

    Regards,

    Ismael

    in reply to: Small Click Area #136112

    Hey,

    Can you give us a link to the page?

    Regards,

    Ismael

    in reply to: Latest update #136031

    Hey,

    @zerozendesig: Thanks for the tip.

    Regards,

    Ismael

    in reply to: Turn off Author & Category under posts #136109

    Hey,

    You can use this on your custom.css or Quick CSS to hide the header and breadcrumb:

    .single-ai1ec_event #header, .single-ai1ec_event .stretch_full.container_wrap.alternate_color.dark_bg_color.title_container {
    display: none;
    }

    single-ai1ec_event .fixed_header.social_header #main {
    padding-top: 0;
    }

    Regards,

    Ismael

    in reply to: modify heading and body fonts with commercial fonts #135996

    Hi,

    This plugin will help.

    http://wordpress.org/plugins/font-uploader/

    You can use the Quick CSS to add the font-family property on the elements you want to change.

    Regards,

    Ismael

    in reply to: Blog Grid view option without picture / featured image? #136106

    Hey,

    You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests

    You can hide the image using this on your Quick CSS:

    .avia-content-slider-inner .slide-image {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Google "Montserrat" – how can I add it? #136102

    Hey,

    Edit functions.php, find this code:

    global $avia_config;

    Below, add this:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Montserrat'] = 'Montserrat';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Montserrat'] = 'Montserrat';
    return $fonts;
    }

    It is now available on the Heading and Body font dropdown.

    Regards,

    Ismael

    in reply to: No Layout Builder Showing #134920

    Hi,

    Enfold 2.0 and WordPress 3.6 works perfectly fine together now. The jQuery issue has been fixed on the 1.9.1 update. We’re not really sure what is causing the Layout Builder to not work on your end. I guess it has something to do with the hosting environment. We can’t provide you with the old version of the theme. Have you tried working with the Enfold theme on another host or your local server using WAMP OR XAMP? I’ll tag Kriesi.

    Regards,

    Ismael

    in reply to: How to change font sizes of menu, content, title, etc,etc #136089

    Hey,

    You can change font size using CSS:

    .main_menu ul:first-child > li > a {
    font-size: 15px;
    color: red;
    }

    Menu color:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Active menu color:

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: blue;
    }

    Please give a specific list of items you want to change, we’ll help you with it.

    Regards,

    Ismael

    in reply to: Remove link to portfolio from ajax preview #136084

    Hey,

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

    .grid-entry .grid-entry-title a {
    pointer-events: none;
    }

    Remove browser cache the reload the page.

    Regards,

    Ismael

    in reply to: Easy Slider width & height Scaling when it shouldn't #136082

    Hi,

    The Slideshow Image Size is not the size of the slider rather the image that is going to be use on the Easy Slider. The Easy Slider will inherit the size of the container. If you have a full width page, the Easy Slider will go full width following the size of the container. I suggest you use a bigger image to avoid blurriness.

    Regards,

    Ismael

    in reply to: Issue with Enfold and chat #135864

    Hey,

    You’re site is on Maintenance Mode.

    Regards,

    Ismael

    in reply to: Header/Nav/footer #135867

    Hey,

    Please delete the css code I above and use this instead:

    .menu-main-menu-container ul li {
    display: none;
    }

    #menu-item-search {
    display: block !important;
    }

    For the social icons, you can use this:

    #header_main .social_bookmarks {
    position: fixed;
    left: 50px;
    top: 20%;
    }

    Regards,

    Ismael

    in reply to: Team Member Social Link Redirection #136079

    Hey,

    It should be http://www.tmv.uoftmsa.com.

    Regards,

    Ismael

    in reply to: Problem with post-meta-infos / Version 2.0 #136076

    Hey,

    The picture doesn’t load properly.

    Regards,

    Ismael

    in reply to: Enfold Blog Template in the Attributes is missing! #136075

    Hey,

    Please create a page then go to Enfold > Theme Options. Select a page for the Frontpage then select your Blog page under “And where do you want to display the Blog?”. This page will automatically be created as your Blog page. You can also use the Advance Layout Editor, go to Content element tab then insert the Blog Posts element..

    Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Google Translate:

    Bitte eine Seite erstellen, dann gehen Sie zu> Theme Options entfalten. Wählen Sie eine Seite für die Frontpage wählen Sie dann Ihre Blog-Seite unter “Und wo willst du das Blog angezeigt werden?”. Diese Seite wird automatisch als Ihre Blog-Seite erstellt werden. Sie können auch die Advance-Layout-Editor, gehen Sie zu Content-Element legen Sie dann die Registerkarte Blogeinträge Element.

    Regards,

    Ismael

    in reply to: Edit the contact form #136064

    Hi,

    Please contact the author plugin for that. We are not familiar with the plugin.

    Regards,

    Ismael

    in reply to: Adding layout builder to custom post types #136052

    Hi,

    It is working fine on our end. Are you sure you followed the video correctly then added the correct post type?

    Also, don’t forget to click Screen Options then enable Avia Layout Builder on post panel.

    Regards,

    Ismael

    in reply to: Logo appears blury #136051

    Hi,

    This is what it looks on my end.

    It doesn’t look blurry.

    Regards,

    Ismael

    in reply to: Debug builder #136047

    Hey,

    Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this one:

    //set builder mode to debug<br />
    add_action('avia_builder_mode', "builder_set_debug");<br />
    function builder_set_debug()<br />
    {<br />
    return "debug";<br />
    }

    You will see the actual shortcode below the Builder. You can now copy it to another page. To execute PHP code, try this plugin.

    Regards,
    Ismael

    • This reply was modified 10 years, 11 months ago by Josue.
    in reply to: Blog Posts #136032

    Hi,

    First, select a blog format on Enfold > General Settings > Blog Style > select “Single Author, big preview pic”. The layout will be use by posts. Next, create a page then insert the Blog Posts element and select “Multi Author Blog”.

    Regards,

    Ismael

    in reply to: Social life #136074
    in reply to: ShareThis on Latest 1.9.1 Enfold #134478

    Hey,

    You can use this:

    .bbpress .st_facebook_vcount
    .bbpress .st_twitter_vcount
    .bbpress .st_email_vcount
    .bbpress .st_sharethis_vcount {
    display: none
    }

    Regards,

    Ismael

Viewing 30 posts - 62,521 through 62,550 (of 64,820 total)