Forum Replies Created

Viewing 30 posts - 48,721 through 48,750 (of 67,539 total)
  • Author
    Posts
  • in reply to: Permalinks structure #457137

    Hey mindSCOPE Staffing Software!

    Thank you for using Enfold.

    You can use this plugin to manually edit the post url: https://wordpress.org/plugins/custom-permalinks/

    Activate the plugin, edit a post then set the Permalink.

    Regards,
    Ismael

    Hey dburton77!

    Thank you for using Enfold.

    Actually, that is the default behavior of the grid layout on screen width lesser than 768px. If you want, we can set the grid to a single column:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
      clear: both;
      margin-left: 0;
      width: 100% !important;
    }}

    Best regards,
    Ismael

    in reply to: Featured image width #457126

    Hey!

    Thank you for using Enfold.

    Add this in the Quick CSS field to adjust the width of the featured image:

    .small-preview img, .big-preview img {
      width: 100%;
    }

    Regards,
    Ismael

    in reply to: Enfold Responsive Mobile Menu Height #457125

    Hi ramirezo!

    Thank you for using Enfold.

    I checked your site and it loads the first time but when I resized the browser to check the mobile header then refresh the page the preload gets stucked. You have a very old version of WordPress which is not compatible with Enfold 3.2. Please upgrade WordPress to 4.2.2.

    Best regards,
    Ismael

    in reply to: Darstellungsfehler Firefox (Fullwidth Slider) #457123

    Hi Coco!

    Thank you for using Enfold.

    The text or caption box in the slider looks the same on Chrome and Firefox when I checked it. Can you please provide a screenshot of the issue? Use imgur or dropbox.

    Regards,
    Ismael

    in reply to: Move transposh widget in header area #457119

    Hey!

    Add this in the Quick CSS field:

    .html_header_top.html_bottom_nav_header #header_main {
      z-index: 1000;
    }

    Cheers!
    Ismael

    in reply to: Adjust size of small preview pic not working #457114

    Hi!

    Did you change the size of the square thumbnail in the simple image size plugin? The default is 180x180px, in your installation, looks like it is using the original thumbnail size. You can set the width and height to 100% but it will distort some of the images:

    .small-preview img, .big-preview img {
      width: 100%;
      height: 100%;
    }

    Cheers!
    Ismael

    in reply to: How to Adjust Title / Excerpt / Read more on Post Slider #457100

    Hi Vicken!

    Thank you for using Enfold.

    What do you mean by “hover over it”? Please provide a screenshot of what you’re trying to do. Use imgur or dropbox for the screenshot. If you want to modify the post slider element, you can find the template on config-templatebuilder > avia-shortcodes > postslider.php file.

    Cheers!
    Ismael

    in reply to: Partner/Logo Element Alignment #457097

    Hey inspirationguelph!

    Thank you for using Enfold.

    Please give us a link to the page with the logo partner element. We want to check it. Try to add this to the Quick CSS field:

    #top .avia-logo-element-container img {
    margin: 0;
    }

    Best regards,
    Ismael

    in reply to: Limit no of reviews or pagination #457077

    Hi!

    1.) The code will only limit the number of items but it will not render a pagination in the reviews tab. You can’t add a pagination there, technically you can but it’s not included by default. You need to modify the reviews tab template but that is not something we can provide here. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Using a plugin is another factor, the snippet above might not work. Please contact the plugin author regarding that. I’m sure they can give you snippets or direct you to the correct files in order to limit the review items.

    2.) Use this in the Quick CSS field to remove the related products inside the tab:

    #jp-relatedposts {
      display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Tables do not scroll on mobile #457075

    Hey!

    Alright. Is this the correct website? http://netinfoweb.net/strovolos/archiki-selida/dimotiko-simvoulio/meli-simvouliou/

    The site is currently on maintenance mode. Please give us a temporary login details so that we can see the actual page. Remove the dot on the selector:

    table {
    overflow: scroll;
    }

    Best regards,
    Ismael

    in reply to: Shop Page #457074

    Hey!

    Oops.. My bad! The first code should go to the functions.php file. You need to adjust the url:

    /**
     * Changes the redirect URL for the Return To Shop button in the cart.
     *
     * @return string
     */
    function wc_empty_cart_redirect_url() {
    	return 'http://www.manyhearts.co.uk';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );
    

    The second code should go to the Quick CSS field. Please try it without the first code.

    Regards,
    Ismael

    in reply to: Add onclick event in button shortcode #457071

    Hey!

    Honestly, I haven’t tried monitoring a WordPress installation server before so I’m not familiar on server activities and/or any server related troubleshooting procedure. Anyway, what is that page specifically? Please give us a temporary login details so that we can check it. It’s kinda weird that the ajax script is being executed even when you’re not editing or using the dashboard.

    I’m not sure if this is going to help but it can help speed up the dashboard, and maybe, with enough luck fix the issue at hand. Add this at the very bottom of wp-config.php file:

    define('CONCATENATE_SCRIPTS', false );
    

    Best regards,
    Ismael

    in reply to: Masonry Gallery WPML URL Support #457065

    Hi!

    Alright. I can see the issue now. Please edit the en version of the page then toggle the masonry gallery options, specifically the Image Link settings. Test the page again. If it doesn’t work, please post the login details here so that we can check it.

    Best regards,
    Ismael

    in reply to: Menu Footer #457062

    Hi!

    I’m sorry about that. We already have this code, right?

    @media only screen and (max-width: 767px) {
    #footer .flex_column:nth-child(3), #footer .flex_column:nth-child(4) {
      width: 48% !important;
      float: left;
    }}

    This line is the media query:

    @media only screen and (max-width: 767px) {
    
    }

    Inside that media query, we can add css declarations that is going to be applied on a limited scope ( on our example, screen with maximum width of 767px ). The final snippet should look like this:

    @media only screen and (max-width: 767px) {
    #footer .flex_column:nth-child(3), #footer .flex_column:nth-child(4) {
      width: 48% !important;
      float: left;
    }
    
    .footer_color {
      background: #222222 url(//newinceptions.com/wp-content/uploads/2015/05/Footer-Background2.png) center bottom no-repeat scroll;
      background-size: cover;
    }
    }

    Add it the child theme’s style.css file or the Enfold > General Styling > Quick CSS field.

    Cheers!
    Ismael

    in reply to: Urgent : Sidebar i braking just on single page #457059

    Hi!

    Yes, you mentioned that but, in rare cases, theme files tend to get corrupted from extraction especially when you update the files automatically in the Theme Updates panel. We can’t reproduce the issue on our end so it’s either a third party plugin or your own modification in the theme that is causing the issue. Or a corrupted / incomplete file from the update. If possible, please do the very first suggestion:

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    This time, do it via FTP: http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/

    Best regards,
    Ismael

    in reply to: Juicebox Error: Config XML file not found. #457056

    Hi!

    Not sure what you mean by that but if you do a little test by adding this in the functions.php:

    add_action('wp_head', function() {
      $url = plugins_url();
      echo $url;
    });

    ..check any page on the site, you’ll see the plugins directory text at the very top of the site. The plugins’ url is set to default. The theme doesn’t manipulate the plugins directory.

    Best regards,
    Ismael

    in reply to: On Portfolio – No Expand image symbol #457046

    Hi!

    Alright. Please provide the login details here, we will check it. Or you can re-create the home page by using the newly created page with the portfolio grid. Note that you can save the home page template by clicking the Template button on the top right corner of the layout builder.

    Cheers!
    Ismael

    Hi!

    If the code above didn’t work, use this:

    add_action('after_setup_theme','avia_remove_debug', 10);
    function avia_remove_debug(){
    	remove_action('wp_head','avia_debugging_info', 1000);
    	remove_action('admin_print_scripts','avia_debugging_info', 1000);
    }

    Regards,
    Ismael

    Hey!

    Please try this:

    add_action('init','avia_remove_debug');
    function avia_remove_debug(){
    	remove_action('wp_head','avia_debugging_info',1500);
    	remove_action('admin_print_scripts','avia_debugging_info',1500);
    }

    If it doesn’t work in the plugin, try to add it directly in the functions.php file.

    Regards,
    Ismael

    in reply to: Tables do not scroll on mobile #456515

    Hi!

    Looks like you added the tables manually. Try to add this to the Quick CSS field to make it scrollable:

    .togglecontainer table {
      overflow: scroll;
    }

    Cheers!
    Ismael

    in reply to: Shop Page #456514

    Hi!

    1-2.) You don’t have to set the front page as shop page. Add this in the Quick CSS field functions.php file to change the link of the return to shop button:

    /**
     * Changes the redirect URL for the Return To Shop button in the cart.
     *
     * @return string
     */
    function wc_empty_cart_redirect_url() {
    	return 'http://yourdomain.com/your-page/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    3.) Can you please provide a screenshot of the “warning” issue? Use imgur or dropbox. If you want to change the notification box, use this in the Quick CSS field:

    #top div.woocommerce-message {
      border-color: red;
      background-color: black;
      color: white;
    }

    Regards,
    Ismael

    in reply to: Masonry Gallery – same number of images per row #456504

    Hi!

    Alright. Just add this in the Quick CSS field to adjust the default width of the masonry items:

    .av-masonry-entry {
      width: 16.66%;
    }

    Cheers!
    Ismael

    in reply to: Urgent : Sidebar i braking just on single page #456500

    Hey!

    Yes, the theme options is working now. The masonry element seems to be the one causing the issue. Did you modify anything on the theme files? Please try to remove the config-templatebuilder > avia-shortcodes > masonry_entries.php file then replace it with a new copy.

    Regards,
    Ismael

    in reply to: next/prev arrows for products #456493

    Hi sigifinsrl!

    Thank you for using Enfold.

    Try to replace the code with this:

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
      if(is_singular('product')) {
        $settings['taxonomy'] = 'product_cat';
      }
    	$settings['same_category'] = true;
    	return $settings;
    }

    Best regards,
    Ismael

    in reply to: Add onclick event in button shortcode #456491

    Hey!

    Looks like this is a common issue with GoDaddy. I found a lot of inquiries regarding the issue but found no conclusive solution for it:

    https://wordpress.org/support/topic/err_empty_response
    https://wordpress.org/support/topic/error-code-err_empty_response-1
    https://wordpress.org/support/topic/err_empty_response?replies=18
    https://wordpress.org/support/topic/someone-please-help-err_empty_response

    You can see the Godaddy signature all over the place. Have you tried to contact your hosting provider?

    Best regards,
    Ismael

    in reply to: Previous Theme to Download #456488

    Hey Brian!

    Thank you for using Enfold.

    We can provide an older version of the theme but please be aware that this version is not going to work properly on latest versions of WordPress. You may need to use WP version 4.0 or lower. You can download the theme here: http://bit.ly/1MDKUY4

    Regards,
    Ismael

    in reply to: Issue vwith page #456477

    Hi!

    Alright. Please check the layer slider, see if there is anything you can find that can break the layout of the site. I placed the columns inside a color section and it seems ok now: http://www.teamchat.com/zh/%E9%A6%96%E9%A1%B5/

    Regards,
    Ismael

    Hi!

    Please remove the image element with the “guarantee” badge. Add this to the functions.php file:

    add_action( 'ava_after_main_container', function() {
      echo '<img class="avia_image guarantee-image" src="http://neu.shk-schaefer.de/wp-content/uploads/2012/11/Button.png" alt="" title="Button" itemprop="contentURL">';
    });

    Use this in the Quick CSS field to adjust the position of the image:

    .guarantee-image {
      position: absolute;
      z-index: 10000;
      top: 20%;
      left: 10px;
      width: 150px;
      height: auto;  
    }

    Cheers!
    Ismael

    in reply to: Enfold Woocommerce questions #456472

    Hi Sam!

    Thank you for using Enfold.

    The website isn’t loading when I visit the page. Please check.

    1.) Add this in the Quick CSS to remove the title and breadcrumb container on the shop page:

    .woocommerce .title_container {
      display: none;
    }

    2.) You can download the german language files here: https://github.com/woothemes/woocommerce-language-packs/blob/master/packages/de_DE.zip

    Place the language files in the wp-content > plugins > woocommerce > i18n > languages folder. Note that language files are not complete, if there are missing translations, you have to translate it manually.

    Best regards,
    Ismael

Viewing 30 posts - 48,721 through 48,750 (of 67,539 total)