Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Theme and qTranslate-x issue #860469

    Hi,
    Only in the pop up window information displayed incorrectly.
    in the cart is all right …
    The site is in 4 languages and uses qTranslate

    in reply to: Theme and qTranslate-x issue #859742

    Any suggestions?

    in reply to: Errors in Google Search Console – Structured Data #859741

    Any solution?

    in reply to: Too many variations of media files #845537

    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à !

    in reply to: Too many variations of media files #845535

    Now I’m looking for 768×513 size … Where this code is made … :(

    in reply to: Too many variations of media files #845499

    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 slider

    If 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 :D

    What is the solution?

    in reply to: Transparent mobile menu… #842385

    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…

    in reply to: Transparent mobile menu… #841779

    Because once I set a transparent background, the captions of the buttons when the mouse is on top disappear ….

    in reply to: Transparent mobile menu… #841778

    Is there any solution to the problem?

    in reply to: Several contact forms #833668

    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 …
    :)

    in reply to: Several contact forms #833662

    Did not work :(
    But the idea with Custom CSS is good :)

    in reply to: Several contact forms #833653

    Thanks for the great support!

    in reply to: Several contact forms #833644

    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 :(

    in reply to: Several contact forms #833428

    OK :)

    in reply to: Several contact forms #833126

    Menu: CONTACT US
    In the section “Your recommendations” are missing the fields:
    Name, E-Mail, Subject
    :)

    in reply to: Image in main menu? #828692

    Thank you :)

    in reply to: Tranlating my site #820116

    I apologize …
    I think can solve the problem myself :)

    in reply to: Tranlating my site #820104

    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?

    in reply to: Tranlating my site #820092

    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?

Viewing 19 posts - 1 through 19 (of 19 total)