Forum Replies Created

Viewing 30 posts - 48,631 through 48,660 (of 67,558 total)
  • Author
    Posts
  • in reply to: bring search to position #459933

    Hi!

    Thank you for using Enfold.

    You can add this in the Quick CSS field to adjust the position of the search list:

    .ajax_search_response {
      right: -100px;
    }

    Best regards,
    Ismael

    Hey!

    This used to work before but now the default layer slider shortcodes isn’t working even on our installation. I think what you need to is to purchase a the layer slider plugin to enable the shortcode back. You need to disable the default layer slider plugin: http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/

    Or add the layer slider using the advance layout builder on each page.

    Cheers!
    Ismael

    in reply to: Facing three Issues #459906

    Hey!

    1.) Use the icon shortcode inside the list element. Or do something like this: https://kriesi.at/support/topic/replace-bullets-with-icon-font/#post-429401

    2.) Please provide a screenshot. Use imgur or dropbox.

    3.) You can disable the search icon on Enfold > Header > Extra Elements panel. Disable the Append search icon to main menu option.

    Regards,
    Ismael

    in reply to: Modify Footer field COPyRIGHT #459900

    Hi!

    It is being covered by the cookie bar. Maybe, we can adjust the position the bottom position of the cookie bar:

    #cookie-law-info-bar {
      bottom: 53px !important;
    }

    UPDATE: Alright, I misunderstood the actual issue. Looks like the text “Admin” is not displaying. Please update the theme to version 3.2.

    Best regards,
    Ismael

    in reply to: WooCommerce Currency Switcher #459897

    Hi!

    The #header_main’s z-index should take care of that. Please test the code above. Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hi!

    What is the current version of the theme? I checked it but he modified the style.css file so I’m not sure what’s the exact version of the theme when the developer modified it.

    I checked the home page and I think most of the modifications are done in the header.php file or includes > helper-main-menu.php file. You need to look for donate-widget-in-page container, probably added in functions-enfold.php file. Other modifications are accomplished using css so you have to check the Quick CSS field or the css > custom.css file. Also, check the functions.php file for custom functions. You can transfer those functions in the child theme’s functions.php later.

    Regards,
    Ismael

    in reply to: Chrome bug #459886

    Hey!

    Alright. The site crashed when I checked it on my iPod. The images are not fully optimized. Check this image for example which is currently 400KB: http://nomadigo.com/wp-content/uploads/2015/06/backgrnd2.jpg

    I was able to decrease the file size down to 200KB using photoshop by resaving the image to jpg and decreasing the quality to 10. Please follow these guidelines:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    The home page is quite heavy. If possible, try to relocate other sections on the page to another page. For example, you can showcase 4 portfolio on the home page and then create a link that will take the users to the actual portfolio page where they can browse other portfolio items. You can do the same thing for the team section and the contact page.

    Cheers!
    Ismael

    in reply to: Portfolio item direct link (ajax) #459882

    Hi!

    I guess you need something like this: https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax/#post-430830

    You can change the javascript there with the code above. And use nth-child selector to choose which items to open, example, “div .isotope-item:nth-child(4) .grid-image” for the 4th item. The code is a bit cumbersome and can be improved so I suggest hiring a freelance developer to create new script for it. You can visit codeable: http://kriesi.at/contact/customization

    Regards,
    Ismael

    in reply to: Ajax portfolio layout #459879

    Hey v_alard!

    Thank you for using Enfold.

    1.) You can placed the ajax info in the Ajax Portfolio Preview Settings. The contents in the editor will show in the right column of the ajax preview.

    2.) You can modify the lightbox with css. Add it on the Quick CSS field. If you want to remove the file name, use this:

    .mfp-bottom-bar {
      display: none;
    }

    3.) It’s possible to select a predefined thumbnail. Set the Portfolio Grid Image Size to the second option then choose the thumbnail size that you want.

    Best regards,
    Ismael

    in reply to: MultilingualPress Pro und Enfold #459231

    Hi johannesenvato!

    Thank you for using Enfold.

    The theme is compatible with WPML currently. There’s no plan to implement any other multilingual plugin at the moment but you can request for the feature here: https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Ismael

    in reply to: enfold and crome #459229

    Hey!


    @noonanbobby
    : Do you mind if we take a look at the site with the issue? Make sure that the folder permission on your installation is correct. Refer to the suggestions above for a possible fix.

    Best regards,
    Ismael

    in reply to: theme update #459227

    Hey!

    OK. I will have to asked again, which changes or modifications specifically? Which files? Version 3.1.3 is not that old.

    Cheers!
    Ismael

    in reply to: Make excerpt clickable in portfolio #459226

    Hi!

    For clarification, you want to open the AJAX box when the excerpt is clicked. Is that correct? Maybe, this will work:

    function ava_trigger_isotope(){
    ?>
    <script>
      jQuery('#top .isotope-item').find('.grid-content').on('click', function() {
        jQuery(this).prev('.grid-image').trigger("click");
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_trigger_isotope');

    Best regards,
    Ismael

    Hey!

    Looks like a stuck shortcode or something. It’s OK now: http://myquickstartup.net/sssecurity/

    Cheers!
    Ismael

    in reply to: theme update #459212

    Hey alfaweb2!

    Thank you using Enfold.

    What “changes” or modifications specifically? You don’t need to override the function.php file but if you modify a template file, say header.php and the parent theme uses a header.php that is quite different than the one you use before you add the modification then you may need to override the file then do the changes again. This thing usually happens when you modify a template from a very old version of the theme. Code or scripts will change so there’s a chance that you need to use the new version of the file then redo the modifications.

    Cheers!
    Ismael

    in reply to: Portfolio Elements #459211

    Hi Vincent!

    Thank you for using Enfold.

    1.) Yes, this can be done using css or edit the portfolio grid element then set the Link Handling option to open a lighbox.

    2.) It’s possible to add a custom link for each portfolio items. Edit the portfolio item then look for the Overwrite Portfolio Link setting option. Set it to define custom link. Regarding the custom text, maybe you can add it as portfolio item excerpt? The portfolio grid can display the following elements of the portfolio item: featured image, title and excerpt.

    Regards,
    Ismael

    in reply to: Client Support Login #459210

    Hi kaylesimon!

    Thank you for using Enfold.

    We don’t handle purchase accounts here so please contact the Envato support regarding this matter. Thank you.

    Regards,
    Ismael

    in reply to: padding on main container #459208

    Hey kaylesimon!

    Thank you for using Enfold.

    The page requires a password. Set the layout to boxed layout then you will understand why the side padding is there. Did you check the layout on mobile view after you remove the padding?

    UPDATE: Ignore the “password” thing. Missed the password on the post.

    Best regards,
    Ismael

    in reply to: Category archive page: change layout to show excerpt #459206

    Hi!

    The documentation doesn’t say anything about the “archive.php”, if that’s what you mean by “archive”. You need to add the snippet in the functions.php file:

    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-big';
    return $layout;
    }

    If you want to change the category page to blog grid style, use 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 = 'blog-grid';
    return $layout;
    }

    If you want the blog style of the demo, use the first snippet.

    Best regards,
    Ismael

    in reply to: Scheduled Edits/Changes to a Post or Page #459205

    Hey!

    The theme does use post meta (_aviaLayoutBuilderCleanData) to save the content of the layout builder but the only way to know if it’s going to work is to test it yourself.

    Cheers!
    Ismael

    in reply to: Blog Single post images #459204

    Hi Justin!

    Thank you for using Enfold.

    Use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media panel then adjust the size of the entry_with_sidebar and entry_without_sidebar thumbnails. Regenerate or upload the images again after.

    Cheers!
    Ismael

    Hey!

    Unfortunately, that is not going to work, you need to update the whole theme to make it compatible with WordPress 4.2.2. I’m sorry but we can’t help you trace back the modifications made by the previous developer. Please contact him / her again.

    Cheers!
    Ismael

    in reply to: Change Enfold in Source Code #459201

    Hey Dave!

    Thank you for using Enfold.

    The theme options should stay intact if you rename the theme folder although you may find the menu items altered. After renaming the folder, reactivate the theme then set the theme locations again. Please create a backup or a restore point before doing so just in case.

    P.S: You may want to export the theme options on Import/Export panel. Note that this is going to work on the theme but I’m not sure whether this will affect third party plugins. You may want to ask the plugin authors regarding that matter.

    Cheers!
    Ismael

    in reply to: Limiting charterers of long titles #459196

    Hey!

    I checked the page but I think you removed the title.

    Regards,
    Ismael

    Hi!

    Try this in the Quick CSS field:

    #top #wrap_all .av_header_transparency .av-menu-button-colored > a .avia-menu-text {
      background-color: orange;
      border-color: orange;
    }

    This will change the button color on transparent header. If you scroll down, it will revert back to the default menu button color.

    Regards,
    Ismael

    in reply to: How to remove the "Portfolio" custom post type #459182

    Hey!

    It will be overwritten. If you want to do it in a child theme, use this:

    remove_action('init', 'portfolio_register');
    

    Cheers!
    Ismael

    in reply to: Mobile Menu transparent Background #459181

    Hi!

    What is the native screen resolution of your tablet? Did you add any codes to modify the position of the cart icon? Please update the theme to version 3.2. That should fix the issue.

    Regards,
    Ismael

    in reply to: menu hover current item color #459179

    Hi!

    Please use this to keep the “orange” color on active menu items:

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
      color: #db5000 !important;
    }

    Cheers!
    Ismael

    in reply to: Show 1 product on page #459175

    Hi!

    If you want to show a single product, you can use the Image element plus text blocks temporarily. Link it to the actual product manually. If you want to create an add to cart button, use the woocommerce shortcode ([add_to_cart_url id=”99″]) in a code or text block. http://docs.woothemes.com/document/woocommerce-shortcodes/

    You can do this until you decide to have to multiple products on the page.

    Regards,
    Ismael

    in reply to: Urgent! Responsives Webdesign #459171

    Hi!

    The zoom feature on mobile devices is disabled by default. If you want to enable it back, you need to modify header.php. Look for this code:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    ..replace it with:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
    

    Regards,
    Ismael

Viewing 30 posts - 48,631 through 48,660 (of 67,558 total)