Forum Replies Created

Viewing 30 posts - 45,151 through 45,180 (of 66,152 total)
  • Author
    Posts
  • in reply to: Custom button and widget #514966

    Hey!

    Where did you get the code? I tested it on a code block and it works:

    <script type="text/javascript">
    document.write('<script type="text/javascript" src="http://widget.dimmi.com.au/Button.js?id=918&referrerUrl=' + encodeURIComponent(window.location) + '\"></' + 'script>');
    </script>
    Widget: <script type="text/javascript">
    document.createElement('h9′);
    (function () {
    var dim = document.createElement('script'); dim.type = 'text/javascript';
    dim.src = 'http://widget.dimmi.com.au/Widget.js?id=918&referrerUrl=' + encodeURIComponent(window.location);
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(dim, s);
    })();
    </script>
    <link type="text/css" rel="stylesheet" href="http://widget.dimmi.com.au/content/embed.css" media="all">
    <div id="dimmi-widget-918″ class="dimmi-widget">
    <div>
    <h9>Le Bukhara</h9>
    <span>Bookings by <a href="http://www.dimmi.com.au/about-dimmi/why-book-with-us" target="_blank">Dimmi</a></span>
    </div>
    </div>

    Screenshot:

    Cheers!
    Ismael

    in reply to: Can't update pages #514962

    Hey!

    I’m sorry but you have a very old version of the theme, 2.4.1, which is not compatible with the latest version of WP. Please update the theme to the latest version, 3.3.2. You might find a few changes in the site so you have to reconfigure a few options or create a few pages from scratch. Please update the theme regularly.

    Cheers!
    Ismael

    Hey!

    We restored a revision of the menu page. Please be careful with html codes if you added some recently, make sure that you close them properly because they tend to break the layout of the builder. You can check it here: http://cafevincinq.com/menu/

    Which of the images are missing? I added one image in the gallery and it seems fine. 21 images, intact.

    Best regards,
    Ismael

    Hey!

    Thank you for the update. We set the Enfold > Header > Mobile Menu > Header Mobile Menu activation to the second option. The menu will switch to mobile menu on tablets or browser width below 990px. If it’s not enough, use this:

    @media only screen and (max-width: 1100px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
        padding: 0 7px !important;
        font-size: 11px !important;
    }
    }

    Adjust the values if necessary.

    Regards,
    Ismael

    in reply to: Portfolio page CSS changes #514932

    Hi!

    Please add this or combine with the previous css code:

    .grid-content {
        width: 100%;
    }
    
    .grid-image .image-overlay-inside {
        display: none !important;
    }

    This will set the width to 100% then remove the arrow.

    Best regards,
    Ismael

    in reply to: Column content with 100% available height #514931

    Hi!

    Please edit the first column in the row then look for the “Equal Height Columns”. Set it to the second option (Equal Height).

    Cheers!
    Ismael

    in reply to: Blog Categories #514930

    Hey!

    Do you have the ftp details? You have to remove the code on functions-enfold.php file. All the codes we suggested should go in the functions.php file. Yes, you should replace the final code with the latest code we provided. The final code should look something like this:

    add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == ‘archive’) $layout = ‘single-small';
    return $layout;
    }
    
    add_filter(‘avia_layout_filter’, ‘avia_change_post_layout’, 10, 2);
    function avia_change_post_layout($layout, $post_id){
    if(is_tax(‘portfolio_entries’) || is_tag()) {
    $layout[‘current’] = $layout[“fullsize”];
    $layout[‘current’][‘main’] = “fullsize”;
    }

    Cheers!
    Ismael

    Hi!

    Sorry for the delay. Please refrain from bumping the thread because it will push it back to the end of the queue. :)

    1.) Did you set the Background Attachment to parallax? If yes, then there’s a script in the theme which calculates the width and height of the parallax container base on the dimension of the actual section container. It is actually larger than the section so it’s possible that you will not see parts of the images. The parallax container needs to be larger than the section container in order to create the parallax effect.

    2.) Glad you managed to fix the navigation with the filter.

    3.) Use this retina-specific css media query in the Quick CSS field:

    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx) { 
      
      /* Retina-specific stuff here */
        .responsive #top #wrap_all .av-flex-cells .no_margin {
        width: 100%;
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
        }
    }

    Best regards,
    Ismael

    in reply to: question for mobile view #514922

    Hi!

    Thank you for the update.

    2.) Replace the code with this:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        width: 32% !important;
        clear: none !important;
        float: left !important;
    }
    }

    3.) Please place it in the Caption Text field then add this in the Quick CSS field:

    #team1 {
        position: absolute;
        top: 0;
    }

    Or just add another color section on top of the “team” section. Use the Section ID field to add the id. Set it to display none or set the minimum height and height to 0px.

    Best regards,
    Ismael

    Hi!

    Please add this in the Quick CSS field:

    .av-share-box ul li a {
        position: relative;
    }
    
    .av-share-box ul li a:hover > .avia_hidden_link_text {
        display: block !important;
        transition: all 0.2s ease-in-out;
    }
    
    #top .avia_hidden_link_text {
        position: absolute;
        top: -55px;
        width: 100px;
        background-color: #ffffff;
        padding: 5px 10px;
        font-size: 11px;
        left: -30px;
        color: #5c441a;
    }
    
    .av-social-sharing-box {
        z-index: 9000;
        position: relative;
    }
    
    #top .avia_hidden_link_text:before {
        content: '';
        height: 10px;
        width: 10px;
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 1px;
        border-style: solid;
        visibility: hidden\9;
        border-color: #ffffff;
        background-color: #ffffff;
    }

    Cheers!
    Ismael

    in reply to: Galery #514915

    Hi!

    Please add this in the Quick CSS field:

    .avia_transform .avia-gallery-thumb img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Move Related Products problem #514913

    Hey!

    We can fix that via CSS. Use this in the Quick CSS field:

    .related .products .product {
        margin: 0 1% 1% 0;
        width: 24.6%;
    }

    Adjust if necessary.

    Cheers!
    Ismael

    in reply to: Previous and Next Post Popout Links at Edges of Window #514909

    Hey!

    Please add this in the functions.php file:

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings) {
         $settings['same_category'] = true;
         return $settings;
    }

    Cheers!
    Ismael

    in reply to: Mansonry Gallery doesnt work right… #514905

    Hey!

    It’s actually normal to see a gap between the items because the images are being loaded in random order. If you see a gap between items, it means that the image inside the masonry item between those items isn’t loaded yet. There are tons of images inside the page so it will take some time to load. We added a small script in the functions.php to trigger the resize event after every 2 seconds forcing the masonry items to reposition correctly. Please remove browser cache then hard refresh the page.

    Cheers!
    Ismael

    in reply to: How to apend additional icon font #514902

    Hi!

    I’m sorry but I’m not talking about the ZIP folder.

    EDIT: Add a unique name for each icon set in the field beside the red “Download webfont” button. (http://fontello.com/)

    Please check this screenshot:

    Regards,
    Ismael

    in reply to: mobile pages cut at the side #514899

    Hi!

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

    Forbidden
    
    You don't have permission to access /wp-login.php?redirect_to=http%3A%2F%2Fwww.7ictg.com%2Fwp-admin%2F&reauth=1 on this server.
    

    What is the login url?

    Best regards,
    Ismael

    in reply to: Set up separate navigation in gallery area #514896

    Hey!

    Thank you for the screenshot. Edit the “footer” color section, then add a unique id in the Section Field, use “custom-section” for example. Add this in the Quick CSS field:

    #custom-section {
        border-top: 5px solid red !important;
    }

    Cheers!
    Ismael

    in reply to: Blog Categories #514894

    Hey!

    Did you add the code as a separate function? It will give you an error because the function already exist. I modified it a bit because you requested to make it work for tag archive pages. You have to put it in place of the existing function.

    To fix the error override the functions.php via FTP. Edit the functions.php file, NOT the functions-enfold.php file.

    Regards,
    Ismael

    in reply to: Highlighted Anchors in the Sidebar menü? #514892

    Hi!

    Why do you have two navigations there? The first set is working. Did you use a plugin to build the second set of menu items?

    Best regards,
    Ismael

    in reply to: facebook share problem #514891

    Hi!

    That is the actual shortcode in the advance layout builder. I enabled it because the page looks broken when I deactivated the plugin. Don’t worry about it. If you want to disable it, edit functions.php then remove this line:

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

    Regarding the “fb image” issue, where did you add this image (http://www.wiwaldi.at/wp-content/uploads/2015/07/portraits_alphacoffee.jpg) before? Did you add it as part of the page? It seems stuck and there are a lot of people recently with the same issue. Please refer to these links for a possible fix:

    http://www.wpbeginner.com/wp-tutorials/how-to-fix-facebook-incorrect-thumbnail-issue-in-wordpress/
    http://webgilde.com/en/wordpress-seo-facebook-image-open-graph/

    Cheers!
    Ismael

    in reply to: Center Non Cropped Thumbnail in Shop Catalog Grid #514276

    Hey!

    I’m not sure what you mean by that, It is standard for WP to regenerate the images into smaller thumbnails and use those thumbnails on specific elements (i.e product grid, portfolio etc) on the page. If you’re looking to modify the template, please contact codeable for that: http://kriesi.at/contact/customization

    Or you can try this:

    function ava_image_sizes() { 
    add_image_size('shop_catalog', 9999, 9999, array('center', 'top'));
    add_image_size('shop_thumbnail', 9999, 9999, array('center', 'top'));
    add_image_size('shop_single', 9999, 9999, array('center', 'top'));
    }
    add_action( 'after_setup_theme', 'ava_image_sizes', 11 );

    Since the max width and height is set to 9999, it will retain the actual size of the product image. Regenerate the thumbnails. You might need to adjust the product columns via css.

    Cheers!
    Ismael

    in reply to: Child theme #514274

    Hey!

    Did you remove the previous modifications after adding the code? It doesn’t affect the footer on my installation.

    Best regards,
    Ismael

    Hi!

    We’re very sorry if you’re experiencing this issue. I tried to add some html codes in the page but I don’t experience any “hangs” or “lags”, the special headings are still inside the page as well. What are the html codes that you are trying to use? Make sure that you close the tags properly.

    http://firstmarksolutions.com/wp-admin/post.php?post=1205&action=edit

    Cheers!
    Ismael

    in reply to: 4.3 update – odd behavior since? #514265

    Hi!


    @killyman
    : Please create a new thread. Post the login details and the url to the page with the issue.

    Best regards,
    Ismael

    Hi!

    It’s actually possible to use the ALB (Advance Layout Builder) for posts and you can save a certain layout as template. Look for the “Template” button on the top right corner of the ALB.

    Where would I insert any custom HTML and CSS so that it appears above each post (and above the sidebar) and at the bottom of every blog post automatically?

    You need to modify the single.php file located in the Appearance > Editor panel.

    Best regards,
    Ismael

    in reply to: How to apend additional icon font #514259

    Hi!

    Are you sure? I uploaded the same set of fonts but with a different font name and the first set was not overwritten. Please post the login details here. We’ll test the icon upload manager.

    Regards,
    Ismael

    in reply to: show number of posts wrapped by '' NSFW #514257

    Hey!

    Not sure why it’s not working on your end. Please try to contact a developer here: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    Hey!

    With this bug, the shortcode for the Post title, post date, # of comments, Category and author would be very very helpful. It is not only for the text displayed but there are links to the comments, category & author.

    I don’t think it is a bug because that is how we intended the ALB to work for posts. This is to enable users to create custom posts from scratch. Anyway, if you want to add the post meta infos as shortcode, you can create a new element. Refer to this link:
    https://kriesi.at/support/topic/post-meta-information-not-appearing-on-single-post-in-restaurant-theme-in-enfold/#post-508189

    For the post title, please use the Speacial Heading element.

    Cheers!
    Ismael

    in reply to: Image links in submenu #514249

    Hi!

    You can enclosed the image in a link tag. Something like this:

    <a href="LINK HERE"><img src="URL HERE"></a>
    

    Best regards,
    Ismael

    in reply to: Add link to 'out of stock' text in shop #514244

    Hi!

    Please add this in the functions.php file:

    /**
     * Change In Stock / Out of Stock Text
     */
    add_filter( 'woocommerce_stock_html', 'woocommerce_stock_html_mod', 10, 1);
    function woocommerce_stock_html_mod($availability_html) {
    
    	global $product;
    
    	// Change Out of Stock Text
    	if ( $product->stock_status == 'outofstock' ) {
    		$availability_html = "Sorry, sold out! <a href='mailto: (Email address hidden if logged out) '>Email us</a> for availability";
    	}
    
    	return $availability_html;
    }

    EDIT: We modified the code a bit.

    Regards,
    Ismael

Viewing 30 posts - 45,151 through 45,180 (of 66,152 total)