Forum Replies Created

Viewing 30 posts - 48,091 through 48,120 (of 67,566 total)
  • Author
    Posts
  • in reply to: css does not work anymore #473633

    Hi!

    Alright. We edited the widget for you. Please use this in the Quick CSS field to change the position of the widget:

    .location-widget {
      position: absolute;
      top: 0;
      right: 160px;
    }

    Cheers!
    Ismael

    in reply to: set text block to size 60 #473628

    Hi!

    You need to do it in the Quick CSS field. In your screenshot, you place a -200px left padding, not margin.

    Regards,
    Ismael

    in reply to: Full width submenu as new menu location #473627

    Hi!

    Replace the code with this:

    add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); // edit default title
    function avf_title_args_mod($args,$id)
    {
    	ob_start();
    	echo '<div id="sub_menu1" class="av-submenu-container main_color container_wrap sidebar_right" style="z-index: 301; top: auto; position: absolute;"><div class="container av-menu-mobile-disabled">';
    	wp_nav_menu( array('menu' => 'test submenu', 'menu_class' => 'av-subnav-menu av-submenu-pos-center'));
    	echo '</div></div>';
    	
    	$menu = ob_get_clean();
    
    	$args['html'] = "{$menu}<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}></div></div>";
        return $args;   
    }

    Regards,
    Ismael

    in reply to: LayerSlider Dynamic Content from Posts #473618

    Hi!

    I checked the home page but there is no layer slider there. Where did you add the layer slider?

    Best regards,
    Ismael

    in reply to: Scroll Down in Color Section does not work on mobile. #473615

    Hey!

    I checked the site on an iPod Touch, Chrome and the color section arrows are working. Which browser did you use?

    Cheers!
    Ismael

    in reply to: LayerSlider Dynamic Content from Posts #473610

    Hey!

    Did you build the post using the advance layout builder? If you did, unfortunately, all dynamic post shortcodes are not going to work.

    Best regards,
    Ismael

    in reply to: Enfold Theme #473605

    Hi!

    What do you mean by ” FaceBook pages”? Do you want to use a facebook share or likebox plugin?

    Regards,
    Ismael

    in reply to: social counter. in the extract of post. #473604

    Hi!

    This is the best social sharing plugin that I’ve used so far. You need to have an account in order to use it. The account is free: http://www.addthis.com/

    Regards,
    Ismael

    in reply to: blog adaptions #473601

    Hey!

    Did you try the suggestion above? https://kriesi.at/support/topic/blog-adaptions/#post-471371

    Best regards,
    Ismael

    in reply to: Events Countdown Widget Bug #473300

    Hey!

    I updated the code in the pastebin, please try it. http://pastebin.com/kg7KDvPH

    I tried to edit the file via FTP but it doesn’t seem to be working. Do you have any kind of cache plugin installed? Are you sure this is the correct directory?

    Best regards,
    Ismael

    in reply to: Facebook comments box #473281

    Hi!

    I want to check the page but this link isn’t loading: http://californiaintercambio.com.br/this-is-a-nice-post/

    Cheers!
    Ismael

    in reply to: Display Excerpt & Changing blog post to a new template #473280

    Hey!

    Yes, unfortunately, you have to update it manually. FYI, the file that is being used when you use the ALB for post or for pages is the template-builder.php file. You can modify that file to add the post meta info automatically but that’s something we can’t provide here. You can contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: Menu Item Bug #473272

    Hey!

    I tried to login to the site but I got an error:

    Error 406 – Not Acceptable

    Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner.

    EDITED: Glad you fixed it! :)

    Regards,
    Ismael

    Hey!

    This format (.tiff) is not supported by all browsers that’s why it’s not officially supported by WordPress. You have to convert the files to jpeg before uploading them to WordPress. You can find the image format browser stats here: https://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support

    Cheers!
    Ismael

    in reply to: Cannot upload media #473262

    Hey!


    @ElizabethB
    : I tried to upload an image in the media library and it works fine. After that, I created a test page then added the image. You can check it here:

    http://work.elizabethbrooks.net/wp-admin/post.php?post=1741&action=edit
    http://work.elizabethbrooks.net/test-page/

    For everyone else here, please create a new thread. We’ll tackle the issue in your own thread.

    Cheers!
    Ismael

    Hi!

    Alright. The post type name is “gallery-items”, not “galleries”. Is that correct? What happens when you replace “galleries” with “gallery-items”?

    /* to display advanced portfolio setting for gallery CPT */
    add_filter('avf_builder_boxes','enable_boxes_on_posts');
    function enable_boxes_on_posts($boxes) {
    	$boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', 'page', 'post', 'gallery-items'), 'context'=>'normal', 'expandable'=>true );
    	$boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'post', 'gallery-items'), 'context'=>'side', 'priority'=>'low');
    	$boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio'), 'context'=>'normal', 'priority'=>'high' );
    		return $boxes;
    }
    

    Cheers!
    Ismael

    in reply to: Odd code showing up in WP dashboard #473238

    Hi!

    The auto update from the envato api is having some issues at the moment and hopefully will be fixed in the next few days. For now, try to remove the API data in the Theme Updates panel then reset the page. https://kriesi.at/support/topic/very-slow-admin-back-end/#post-469317

    Cheers!
    Ismael

    in reply to: Freshness Column in Forums index Page #473231

    Hey emin!

    Thank you for using Enfold.

    You can enable that using css but it will break the layout of the forum table. Refer to this link: https://kriesi.at/support/topic/bbpress-is-not-showing-as-it-should/#post-432102

    Cheers!
    Ismael

    in reply to: Google Maps and CSS Animations Not Working #473226

    Hey!

    Looks like you modified the footer.php and header.php file in the child theme folder. Please try to deactivate those files temporarily. You can do this by renaming the files. Test the page again.

    Best regards,
    Ismael

    in reply to: CSS not loading over HTTPS on Chrome #473217

    Hey!

    Did you create a backup of the .htaccess file before editing it? Please ask your hosting provider to restore the site from a backup.

    I checked the site and html markup of the section is quite different from usual. Did you add any html tags inside a text or code block? Please check if they are closed properly. If you add this in the Quick CSS field, you’ll see the invisible sections:

    .js_active .av-minimum-height .container {
      opacity: 1 !important;
    }

    Cheers!
    Ismael

    in reply to: LayerSlider in Responsive #473208

    Hey audiotech520!

    Thank you for using Enfold.

    Is this happening when you disable the 3D effect? It seems to only happen on smaller screens.

    Best regards,
    Ismael

    in reply to: Header Problem after Update #473197

    Hi!

    Please remove the separator or whitespace element that you added to create the gap then add this in the Quick CSS field:

    .html_header_transparency #main {
      padding-top: 260px !important;
    }

    Best regards,
    Ismael

    Hey aovivo!

    Thank you for using Enfold.

    Do you want to remove it? Add this in the Quick CSS field:

    .woocommerce_de_versandkosten {
      display: none;
    }

    Cheers!
    Ismael

    in reply to: Error in home page with fullscreen revolution slider #473187

    Hi urdaniz!

    Thank you for using Enfold.

    The slider is working fine when I checked the page. I think we can hide the notices. Add this in the wp-config.php file:

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    Regards,
    Ismael

    in reply to: Slider have responsive problem #473178

    Hi!

    You can set the background size to 100% but it will distort the image a bit.

    .avia-fullscreen-slider .avia-slideshow>ul>li {
      background-size: 100% 100%;
      background-position: center center;
    }

    The background size property is set to cover by default to keep the aspect ratio of the image.

    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

    Best regards,
    Ismael

    in reply to: Editing error404 in child themes #473177

    Hey!

    Add a folder called “includes” in the child theme folder then copy the error404.php file inside. It will not be overwritten when you update the theme.

    Cheers!
    Ismael

    in reply to: Display Excerpt & Changing blog post to a new template #473173

    Hi!

    You have to add the post meta info manually, either by using a code block or a text block. This is the html markup of the post meta info:

    <span class="post-meta-infos"><time class="date-container minor-meta updated" itemprop="datePublished" datetime="2015-03-10T03:44:37+00:00">March 10, 2015</time><span class="text-sep text-sep-date">/</span><span class="comment-container minor-meta"><a href="http://localhost/kriesi/enfold/blog/link-post/#respond" class="comments-link">0 Comments</a></span><span class="text-sep text-sep-comment">/</span><span class="blog-categories minor-meta">in <a href="http://localhost/kriesi/enfold/blog/category/air/" rel="tag">Air</a>, <a href="http://localhost/kriesi/enfold/blog/category/earth/" rel="tag">Earth</a>, <a href="http://localhost/kriesi/enfold/blog/category/fire/" rel="tag">Fire</a> </span><span class="text-sep text-sep-cat">/</span><span class="blog-author minor-meta">by <span class="entry-author-link" itemprop="name"><span class="vcard author"><span class="fn"><a href="http://localhost/kriesi/enfold/blog/author/admin/" title="Posts by admin" rel="author">admin</a></span></span></span></span></span>
    

    Best regards,
    Ismael

    in reply to: CSS Conflict with aMember and Enfold Theme #472306

    Hi ACNLatitudes!

    Thank you for using Enfold.

    I checked the pages and the input fields are 100% in width. Did you figure this out?

    Regards,
    Ismael

    in reply to: Problem with Related Post Thumbnails #472301

    Hey ACNLatitudes!

    Thank you for using Enfold.

    The related section image is set to 180x180px by default. You can increase or decrease the thumbnail size if you want. The actual container size is 60x60px. Use this plugin to resize the “square” thumbnail size in the Settings > Media panel. Don’t forget to regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/

    Anyway, the related section looks fine when I checked it:

    Best regards,
    Ismael

    Hi cguiguet!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #header_meta .sub_menu>.avia_wpml_language_switch>li {
      display: block;
      padding: 5px 2px;
      float: left;
    }
    
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
      height: 64px;
    }}

    Cheers!
    Ismael

Viewing 30 posts - 48,091 through 48,120 (of 67,566 total)