Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for the update.
1.) The css should be:
.header_color .container .main_menu { display: none; }2.) – – – – – – –
3.) Add this on Quick CSS or custom.css:
.sidebar_left.sidebar { text-align: left; } .sidebar_left.sidebar div section div ul li { padding-left: 10px !important; }Regarding the gradient, please post a screenshot of how you want it to look like.
Cheers!
IsmaelHey!
Glad it works. If you still have questions, let us know. :)
Best regards,
IsmaelHey mindfulwe!
Thank you for visiting the support forum!
It’s not even showing on desktop. Where did you get the facebook code and how did you add it on the footer columns?
Best regards,
IsmaelHi!
Thank you for the update.
We’re very sorry about this. Edit the functions.php file that you have downloaded then delete this line of code:
function add_custom_script(){Now, upload it on the child theme folder. This should probably fix the original issue.
Cheers!
IsmaelJune 22, 2014 at 4:47 am in reply to: error: Warning: session_start() [function.session-start]: #282071Hi scottbeveridge!
Thank you for using the theme!
Where did you get the portfolio-original.php file? I would try checking with your hosting provider on this particular issue as it sounds like something related to your setup is causing this. You can disable the theme session but it might break the breadcrumb function. Add this on functions.php:
add_theme_support('avia_no_session_support');Regards,
IsmaelJune 22, 2014 at 4:43 am in reply to: Slider: Looking for option to slowly zoom in / out on main images #282070Hey Boulanger!
Thank you for the update.
Try to use the layer slider. Create a layer then go to the Transition panel. Play around with the Scale property then increase the duration in order to replicate the zoom effect.
Regards,
IsmaelHi ejet!
Thank you for using the theme!
Do you mind if we take a look at the actual page?
Best regards,
IsmaelHey!
Thank you for the update.
I’m not seeing the errors Dude describe on his earlier post. Did you fix it ?
Regarding the logo, please go to Enfold > Header Layout > Mobile Menu. Look for the Header Mobile Menu activation setting then choose the second option to force the mobile menu to show on screens lesser than 990px. Add this on Quick CSS or custom.css to resize the logo and prevent the menu overlap.
@media only screen and (max-width: 1140px) { .logo a img { max-height: 80px !important; } }Please post the actual page with column issues.
Regards,
IsmaelHi Karic!
Thank you for visiting the support forum!
I checked the Pages panel and the dummy data are there. Did you successfully import the dummy data?
Cheers!
IsmaelJune 21, 2014 at 10:28 am in reply to: code inserted in slider caption field, slide order changing #281954Hi!
Thank you for the access.
What is the actual page where this is happening? I tried to check the Work and other portfolio pages but there are no Fullwidth Easy Slider there. The Easy Slider seems to be working as expected.
Cheers!
IsmaelHey JustinGreis!
Thank you for using the theme!
We would like to check the website but there’s a random error. [an error occurred while processing this directive]
Anyway, I checked it on iPod touch which almost has the same screen specification with iPhone but I don’t see the blurry text. Please provide a screenshot of the issue. Another thing that you can try is to close all apps then test the page again.
Best regards,
IsmaelHi!
Thank you for the update.
I’m not sure if the image overlay function can work properly on mobile devices since the hover feature works differently and somehow slow downs the click event. That’s why Kriesi disabled it for mobile devices. You might need to investigate this particular issue on your own or hire a freelance developer to modify the overlay function. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelHey!
Thank you for the update.
I still can’t reproduce the issue on my end. I did as your described, using the zoom function of the browsers and the masonry looks fine. My screen resolution is 1900×1000. These are the screenshots from IE and Firefox. Users barely use the zoom function so I don’t think you have to worry about this.

Best regards,
IsmaelHi!
Thank you for the update.
The gallery is using the 150x150px thumbnail size for the gallery thumbnails now. They are align perfectly. Please remove browser cache then reload the page a few times. http://alter-ego.it/wp/basso/
Best regards,
IsmaelHey!
Thank you for the update.
There are 403 errors which means that you need to check the folder or file permissions of your installation. Contact your hosting provider. The font color of the related product should change using the suggested code above. Please try this:
#top #wrap_all .related.products h2, #top #wrap_all .upsells.products h2 { color: red !important; }Cheers!
IsmaelHey!
Thank you for the access.
I’m very sorry, I accidentally edited the child theme’s functions.php. There is an unclosed function/statement there. Please create a backup of the child theme’s functions.php, remove it then get a fresh functions.php file and re-upload it on the child theme folder via FTP.
Regards,
IsmaelHi!
Thank you for the update.
If you want to increase the size of the logo, go to Enfold > Header Layout > Header layout. Look for the Header Size setting and select the custom pixel value option. Increase the height to 67px. This will also adjust the size of the logo. Add this on Quick CSS to remove the bottom border of the header_main container:
#header_main { border-bottom: 0; } #header_main_alternate { display: none; }Regards,
IsmaelHi!
Thank you for the info.
Our suggestion above should increase the thumbnail size. Please try this:
.av-magazine-thumbnail img, .av-magazine-thumbnail { width: 80px !important; }Remove browser cache then reload the page a few times.
Regards,
IsmaelJune 21, 2014 at 8:46 am in reply to: Changing Portfolio Grid Image Display size and padding (ENFOLD THEME) #281920Hey!
Thank you for the info.
Maybe a padding between the grid entries will suffice. Add this on Quick CSS or custom.css:
div#grid_id_all_sort div { padding: 5px; }Regards,
IsmaelHi!
Please let us know if it works. We added a conditional statement on $size variable that will assign a different thumbnail size, square in this case, on the slider. As Dude described, you can use different thumbnail size. If you want to know where these thumbnails are coming from, check functions.php, find this codes:
$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 sliderCheers!
IsmaelHey!
Thank you for the update.
Please add the footer menu again. If possible, please post the login details here. We would like to inspect it.
Best regards,
IsmaelHey Gary!
Thank you for the info.
From what version did you update the theme? The latest version includes the latest patch of the layer slider plugin. You might need to edit the layer sliders again.
Cheers!
IsmaelJune 19, 2014 at 5:00 am in reply to: Deactivate Avia Framework on a page, when using Visual Composer #280967Hi!
Thank you for using the theme!
Yes, deactivating the advance layout builder on the page will remove all the shortcodes. We haven’t tested the visual composer plugin with the Advance Layout Builder. You may experience incompatibility issues when you install the plugin. Regretfully, we don’t provide support for third party plugin such as VC. Please contact the plugin author.
Cheers!
IsmaelJune 19, 2014 at 4:55 am in reply to: changing page template mail area box down – assistance needed #280966Hey maednurm!
Thank you for using the theme!
You can add this on Quick CSS or custom.css:
.boxed#top { margin-top: 20px; }Best regards,
IsmaelHey!
Alright. Please try this css snippet:
.avia-msie-8 div.av_promobox div h3 a img, .avia-msie div.av_promobox div h3 a img { max-height: 155px !important; height: 155px !important; max-width: 240px !important; width: 240px !important; }Remove browser cache then reload the page a few times.
Cheers!
IsmaelJune 19, 2014 at 4:35 am in reply to: Deeplinks to Layer Slider Slides don't work. Safari escapes hashtag #280956Hey PixxAgentur!
Thank you for using the theme!
Do you have any redirect scripts or plugins? Please disable them then test the anchor links again on safari.
Regards,
IsmaelHi!
I’m sorry but the 5.2 version is still not available right now. We’ll immediately include the update once the layer slider author release the stable 5.2 patch of the plugin.
Cheers!
IsmaelHey!
Thank you for the update.
Can you please post the website url here again? I can’t see it on the posts when I reviewed the thread. The solution about decreasing the opacity tells us that on asus stock browser, the header_bg container covers the logo and the menu. Is that correct?
Cheers!
IsmaelHi blankonblank!
Thank you for the link.
It keeps on resizing because the images’ width and height are set to auto. They are adapting to the size of the mobile screen. The wider image looks smaller because it needs to decrease in height in order to keep its proportion. You can add this on Quick CSS or custom.css to define a custom width when viewing on iPhone size screens:
@media only screen and (max-width: 767px) { .avia-slideshow.image_no_stretch li img { width: 50%; height: auto; } }Cheers!
IsmaelHi!
Thank you for the info.
Please do not change the settings on the Media panel. Edit the page with the gallery and portfolio. On the page with the gallery, edit the Gallery element then look for Gallery Preview Image Size. Select the thumbnail size manually. On the portfolio page, edit the Portfolio Grid element then look for the Portfolio Grid Image Size, choose the second option. Manually select the thumbnail size on Select custom image size setting.
Cheers!
Ismael -
AuthorPosts
