Forum Replies Created
-
AuthorPosts
-
Hi,
Only in the pop up window information displayed incorrectly.
in the cart is all right …
The site is in 4 languages and uses qTranslateAny suggestions?
Any solution?
The problem is solved!
This code removes the 768 size …function paulund_remove_default_image_sizes( $sizes) {
unset( $sizes[‘medium_large’]);
return $sizes;
}
add_filter(‘intermediate_image_sizes_advanced’,’paulund_remove_default_image_sizes’);—— ! ! ! ——-
In Settings -> Media -> set to 0
in functions.php make correction ;) Except 36×36 thumbnails :D
in enfold/config-woocommerce/config.php make correction
… and voilà !
Now I’m looking for 768×513 size … Where this code is made … :(
in FUNCTIONS.PHP:
$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’=>845, ‘height’=>684 ); // 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’=>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 sliderIf I have a site for wedding photography … and put 30 galleries with 300 pictures each … I’ll have 180,000 files
This is the limit of my hosting plan :DWhat is the solution?
Thanks.
I solved the problem after updating the theme to version 4.1.2
But …
There is a new problem :(
The mobile menu shows only one column of the mega menu.
Only “Women’s Clother”.
“Home Accessories” and “One of a kind” do not appear :(
They are COLUMN and if are empty, then do not appear :(There is another small problem with the buttons.
When the mouse is on the button, the text becomes transparent. It’s the same color as “Main Content background color” … maybe…Because once I set a transparent background, the captions of the buttons when the mouse is on top disappear ….
Is there any solution to the problem?
On the Contact Us page I have 3 Contact forms :)
The last two shows normally all the fields.
The first contact form still does not display the Name, E-mail, Subject …
But I’ve put Custom CSS …
:)Did not work :(
But the idea with Custom CSS is good :)Thanks for the great support!
Hello,
Oh, I understand where the problem is!
In your forum I saw that to hide these fields at Mailchimp Subscribe I wrote in quick CSS this:
# Element_avia_1_1, # element_avia_2_1, # element_avia_3_1 {
Display: none;
}Which Crashes FIRST contact form …
Now to fix the problem … it ruins my hide of footer fields …
No complete happiness :(
OK :)
Menu: CONTACT US
In the section “Your recommendations” are missing the fields:
Name, E-Mail, Subject
:)Thank you :)
I apologize …
I think can solve the problem myself :)Thanks for the fast answer.
I am writing on this topic because my case is the same.
I already use qTranslate and want to continue using it.
Now made a change to the function.php file and see the debug information.
After switch to Default Editor, paste code in each language tab…
But before I make a post, I have to go back to ALB… Because the page does not appear correctly.
And this option does not work.
Should I open a new thread?Hi,
This solution does not work in my case :(
I inserted this code after correct line… in Default Editor text & codes changes… but after Publish… nothing :(
The content is the first language of qTranslate! Do not changes!Any suggestions?
-
AuthorPosts