Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #548260

    hi guys , can you check out my site http://www.fruitmasters.gr , the easy slider and the separators look bad , and is there a way i can make my photos look smaller ?

    #548261

    responsive i mean on the iPhone 6s it looks bad …

    #548746

    Hey!

    Can you post a screenshot/mockup of what would you want to achieve in mobile?

    Best regards,
    Josue

    #548812

    you can have a look at the site the slider looks very small and the pictures very large so i guess i will have to edit all the pictures , or if there is a short code css solution http://www.fruitmasters.gr

    https://www.dropbox.com/s/wvyqcretxhymewz/File%2008-12-15%2015%2040%2018.png?dl=0

    #549511

    Hey!

    It’s because of the image’s aspect ratio, try using a more square-like image (instead of a rectangle).

    Regards,
    Josue

    #550185

    Hey!

    Jack, let me know if you need any support or explanation in Greece, would like to assist you further.

    Cheers!
    Basilis

    #614764

    hello guys ,

    after wordpress update my site looks bad http://www.fruitmasters.gr

    i need to update the theme , how can i do that without creating a child theme ?

    please help !!!!!

    #614766

    Hey!

    It seems like you have updated the theme correctly. Only thing i noticed is that your memory limit is low.
    Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    You can contact your service provider and they can do it for you.

    Cheers!
    Yigit

    #614769

    i see 2 enfolds themes in my active themes , and i just updated one of them and i guess its ok

    #614796

    Hey!

    If both of themes are parent themes (not a child theme), please remove older version from your installation.

    Regards,
    Yigit

    #624638

    hi guys , so if i upload the child theme , activate it and import settings from my parent theme , all i have to do is just update my parent theme through ftp ?

    #624688

    Hi,

    Correct, also i’d suggest using this plugin to create the child theme as it has an option to move the widgets, menus, etc to the child theme:
    https://wordpress.org/plugins/child-theme-configurator

    Best regards,
    Josue

    #624711

    thanks , if i update directly from the automatic update in the enfold settings will i have any problems ? dont want to loos anything …

    #624724

    If you haven’t touched the theme files directly you have nothing to worry about, theme settings are stored in the database.

    Best regards,
    Josue

    #689030

    hi guys , i want to add 2 more logos on the header of my site , but i want only the main logo to show on responsive , is there a walk through or a thread i can veiw ?

    #689161

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add widget area to your header and place your logos inside it and then add following code to Quick CSS in Enfold theme options under General Styling tab to hide them on mobile

    @media only screen and (max-width: 767px) {
    #header .widget { display: none !important; }}

    Best regards,
    Yigit

    #804542

    hi Vasilis , how do i edit h3.av-masonry-entry-title.entry-title font ? i am looking for calibri

    #804591

    Hey!


    @iakovos1
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h3.av-masonry-entry-title.entry-title { font-family: "Calibri"!important; }

    Best regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.