Forum Replies Created

Viewing 30 posts - 58,261 through 58,290 (of 67,591 total)
  • Author
    Posts
  • in reply to: unable to add photos to page #276346

    Hey!

    Regretfully, we can only suggest free plugins that are available on the wordpress plugins directory. Maybe you can try to search for a plugin on codecanyon but you might need to hire a freelance developer to make if fully compatible with the theme.

    Cheers!
    Ismael

    in reply to: Color sections aren't displaying full-width #276345

    Hi!

    Thank you for the info.

    You don’t need to add the css modification for the color section, at least not until we find the actual issue. Is this still happening on many pages that you created? I mean the color section is still not fullwidth when you create a new page? If you have the time, please access the site’s database on phpMyadmin panel then look for the wp_postmeta table. Click Search then look for the post_id column, set the operator to = and the value to 559, click Go. 559 is the post id of the Color Section Test – all icon boxes are in color sections page. Please give us a screenshot of the result and the data inside the _aviaLayoutBuilderCleanData and _avia_builder_shortcode_tree meta_keys.

    Regards,
    Ismael

    in reply to: Contact form "loading" GIF #276343

    Hey Omer!

    Thank you for using the theme!

    On Enfold 2.8.1, the send button should show a color transition or animation while sending the form. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #276342

    Hi!

    @Giuseppe: Thanks again for the translation! I tried to download the zip file here http://www.giuseppebeghelli.it/portfolio/demo/Enfold-v-2.-8.-1-it_IT.zip/ but it’s not working. Mind uploading the file again? :)

    Cheers!
    Ismael

    in reply to: updates / edits are ignored #276341

    Hey!

    Thank you for the update.

    I don’t think that the audio shortcode is the cause of the problem since I added the same audio shortcode right below the text blocks and they’re still working fine. Maybe, the issue is intermittent. Let us know if you experience the problem again. If possible, please test it on another computer or browser.

    Cheers!
    Ismael

    in reply to: How to get Vertical Gallery for portfolio Items #276340

    Hey!

    Thank you for the update.

    I tested one of the images on my end and as you can see, it is showing the full image:

    I checked the test page but the thumbnail size of this image for example is still cropped: http://voyevoda.com/test/wordpress/wp-content/uploads/2014/06/spice-market-food-photography-4-700×575.jpg

    Please add this on the child theme’s functions.php then regenerate the thumbnails again:

    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config['imgSize']['gallery'] = array('width'=>9999, 'height'=>9999, 'crop'=>false );						// images for portfolio entries (2,3 column)
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( 'init', 'avia_change_image_size_array', 1);

    Add this on Quick CSS or custom.css:

    #top div .avia-gallery img {
    width: 100%;
    height: 100%;
    }

    Best regards,
    Ismael

    in reply to: Default layout for Blog posts? #276339

    Hey ANKirschner!

    Thank you for using the theme!

    Unfortunately, there is no option to automate the sidebar and header settings for blog posts only. You can add the widgets designated for Blog Posts on Appearance > Widgets > Sidebar Blog widget area. This widget area will only show for blog overview page and the posts.

    Regards,
    Ismael

    in reply to: Bug: Import Theme Settings File in v2.8.1 #276337

    Hi Dave!

    Thank you for the info.

    Maybe the enfold.css file is stuck and needs to be regenerated again by toggling any settings and saving the changes on the theme options. Make sure that the dynamic_avia inside the wp-content/uploads folder got the right file permission.

    Regards,
    Ismael

    in reply to: LayerSlider First Image is Black (Not Showing) #276336

    Hi!

    Thank you for using the access.

    I think the problem is the loading speed of the website. The images are not fully optimize like this one for example, http://www.centralmm.ca/wp-content/uploads/2013/05/CENTRAL-SLIDER-SHOP.png, size of the file is 600KB because the file format is PNG which is mainly use for images that needs transparent backgrounds. I tried to resave the file and change the file format to JPG, the file size reduced from 600 to 160KB which can make a huge difference on the loading speed of the website.

    Cheers!
    Ismael

    in reply to: Problem in tablet browser #276335

    Hi!

    Thank you for using the update.

    We’re still not sure why the effect is ruined on the stock browser for mobile device but since Kriesi said that it is disabled, I won’t argue with it. Try this on Quick CSS to disable the sticky header for firefox android device:

    .html_header_top.html_header_sticky.html_bottom_nav_header.avia-mozilla.avia-android #main {
        padding-top: 0;
    }
    
    .html_header_top.html_header_sticky.avia-mozilla.avia-android #header {
        position: relative;
    }

    Cheers!
    Ismael

    in reply to: iPad formatting issue #276332

    Hey!

    Alright. Looks like it’s been taken care of. Add this code:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_slide_out .logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }
    
    #advanced_menu_toggle {
    right: 0;
    top: 40%;
    }
    }

    Regards,
    Ismael

    in reply to: Gallery Edit Issues #276328

    Hi!

    Thank you for the update.

    I created a test page with the masonry gallery and I can still update or edit the gallery set when I edit the element. Just to test, I added a new full width masonry gallery on the link that you provided and it works fine. Check it here:

    http://www.stbarth.villas/wp-admin/post.php?post=3271&action=edit&message=6
    http://www.stbarth.villas/wp-admin/post.php?post=734&action=edit&message=1

    Please download the latest version 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: Wrong menu path in URL bar, related to parent page #276327

    Hi!

    I tried to change the slug of the Apps page to apps but it somehow break the child pages. You just need to change it back to 3-apps to turn it back. Did you install any redirect plugin? Please try to remove it then change the slug and flush the permalink settings again.

    Cheers!
    Ismael

    in reply to: Wrong menu path in URL bar, related to parent page #276326

    Hi steed!

    Have you tried praying to Justin Bieber? :D

    After you purge the trash, try to go Settings > Permalinks then click the “Save” button once to flush the permalinks. If that doesn’t work, try to delete the .htaccess file then flush the permalink settings again.Edit the page then look for the Permalink below the title. Another thing that you can do is to click on the Screen Options while editing the page then enable and change the slug settings.

    Regards,
    Ismael

    in reply to: Blog post feature image #276237

    Hi Omer!

    Thank you for the update.

    You can edit functions.php, find this code on line 117:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Change the width and height attribute then set the crop parameter to false to prevent wp from cropping the featured image:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>1500 'height'=>540, 'crop'=> false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails or upload it again.

    Cheers!
    Ismael

    in reply to: Separator/Whitespace problem #276235

    Hey!

    Glad we could help. If you have any questions, let us know. :)

    Best regards,
    Ismael

    Hi!

    Thank you for the update.

    We understand your hesitance about giving away the login credentials of the site but the issue that you’re having seems to be unique and we might need to debug it inside the site’s dashboard since we can’t recreate the issue on our installations. You can set the post as a private reply.

    Best regards,
    Ismael

    Hi!

    Let us know if it works. You can also try this:

    .html_header_top.html_logo_center.avia-msie .logo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo {
    position: relative;
    text-align: center;
    width: 100%;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo img {
    -webkit-transform: initial;
    display: inline-block;
    }
    

    Regards,
    Ismael

    in reply to: Problem with lightbox in woocommerce #276228

    Hi!

    Glad Dude fixed it. :)

    Are you referring to the title on the left of the breadcrumb? Please use this on Quick CSS:

    .single-product h1.main-title.entry-title {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Width of menu #276226

    Hey!

    Thank you for the update.

    Instead of specifying the width of the menu, you can increase the left and right padding of the menu items. Use this on Quick CSS or custom.css:

    .av-main-nav > li > a {
    padding: 0 29px;
    }
    
    .av-main-nav > li:last-child > a {
    padding: 0;
    }

    Regards,
    Ismael

    in reply to: Main menu, color background on one item #276225

    Hey!

    Thank you for the update.

    No, not the page id. The menu item id. If you use google chrome then inspect the menu item element, you’ll see that there are different menu item id.

    Regards,
    Ismael

    in reply to: Post Slider #276221

    Hi awilson3rd!

    Thank you for visiting the support forum!

    If you want to randomize the post slider query. Add this on functions.php:

    add_filter('avia_post_slide_query','avia_random_post_order', 10, 2);
    function avia_random_post_order($query, $params)
    {
    $query['orderby'] = 'rand';
    
    return $query;
    }

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    The image overlay effect’s top css inline style is set to 110px the first time you hover it, it should be 0px. We already reported the issue to Kriesi. Please wait for his response.

    Regards,
    Ismael

    in reply to: Image sizes and scaling #276214

    Hey AnnieCl!

    Thank you for using the theme!

    You can find all sorts of thumbnail size in the functions.php file. The theme automatically generate these thumbnails and use them accordingly — depends on the elements visible in a page or post. Please note that the Slideshow Image Size settings in the slider panel doesn’t actually influence the dimension of the sliders because the slider inherits the size of the container. It only enables you to choose the thumbnail size used in the slides.

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider
    
    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    	$avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );					// images for portfolio entries (2,3 column)
    	$avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            // big images for blog and page entries
    	$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );					// images for fullsize pages and fullsize slider
    }

    You can adjust the width and height attribute, and choose not to cut the images by setting the crop parameter to false.

    Best regards,
    Ismael

    in reply to: updates / edits are ignored #276213

    Hey!

    Thank you for the update.

    I want to check the test page that I created but you removed it. I remember updating it over and I changed the content of the text block without any issue. I restore it from trash then edited the text block again without any problem: http://mara-events.de/cms/wp-admin/post.php?post=86&action=edit

    You might be able to fix the audio code by removing the inline style attribute.

    Regards,
    Ismael

    in reply to: Add a Photo\Icons to the top Bar or Header #276211

    Hey bzblocksmith!

    Thank you for using the theme!

    You can use html tags on the Phone Number or small info text field. Go to Enfold > Extra Elements then enable the Header Phone Number/Extra Info option. Add the tag on the field, something like this:

    <img src="ICON GRAPHIC URI HERE">
    

    Cheers!
    Ismael

    in reply to: Blog Post Not Showing – Enfold 2.8 #276210

    Hey!

    This is a weird issue. We’re still not sure why the post is not showing. I tried to override the single.php and loop-index.php with the original code and it’s still not working. What is your current PHP version? Please ask your host. If possible, please go to wp-content/plugins folder then rename or remove all the plugin folders. Test the post again.

    Regards,
    Ismael

    in reply to: Change menu header #276204

    Hi!

    Thank you for using the theme!

    First of all, you’re using an old version of the theme, 2.6.2. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    You can re-arrange the menu items on Appearance > Menu panel. First, create a menu then set this menu as Enfold Main Menu on theme locations. Add this on functions.php if you want to redirect the logo to another page:

    add_filter('avf_logo_link', 'avf_redirect_logo_link');
    
    function avf_redirect_logo_link($link) {
    	$link = 'http://www.yourdomain.com';
    	return $link;
    }

    Change http://www.yourdomain.com value to something else.

    Regards,
    Ismael

    in reply to: tab load delay and accordion slideDown speed #276202

    Hi!

    Thank you for the info.

    You can manually select which js scripts to minify using the manual mode of the minify option. Please refer to this link for more info: http://uprankers.com/w3-total-cache-javascript-minification-troubleshooting/

    You should probably not include the shortcode.js file which holds the toggle script.

    Cheers!
    Ismael

    in reply to: iPad formatting issue #276200

    Hey!

    Alright. Please remove the left margins that you applied in your attempt to center align the logo and use this instead:

    @media only screen and (max-width: 768px) {
    strong.logo {
    float: none !important;
    }
    
    .responsive .logo a {
    margin: 0;
    padding: 0;
    float: none;
    }
    .responsive .logo img {
    margin: 0 auto;
    }
    }
    

    Regards,
    Ismael

Viewing 30 posts - 58,261 through 58,290 (of 67,591 total)