Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #530487

    The ‘shop now’ button on my homepage is not showing on my website when viewed through my iphone – any ideas?

    #530775

    Hey keifygeorge!

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

    @media only screen and (max-width: 480px) {
    .slideshow_caption h2.avia-caption-title {
        font-size: 14px!important;
    }}

    Regards,
    Yigit

    #531472

    I have added the code but it doesn’t seem to make a difference

    #531758

    Hey!

    Create another slider specifically for mobile because the current slider is so small when viewed on mobile device. Try to add another full screen slider then toggle the display using css media queries. Example here: https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/

    Regards,
    Ismael

    #544148

    From what I understand I need to do the following

    ” First Add this line of PHP to your functions.php file so that the custom class field is enabled:”

    add_theme_support(‘avia_template_builder_custom_css’);

    However I don’t know where to find the functions.php file – does anyone know where I can find it?

    #544197

    Hey!

    Functions.php file, is inside your Enfold Folder.
    Best option would be although to make the child theme and then work on it.

    http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Basilis

    #544541

    I am creating the child theme and have created a folder ‘enfold child theme’. I have then copied the functions.php and style.css files from my enfold download and added them to the folder. I am now intending to edit those files as per the instructional video. Please would you let me know if I am correct in what I have done so far?

    Thanks

    #545970

    Anybody?

    #546251

    Hi,

    The simplest way would be for you to download a child theme here and then upload it: http://kriesi.at/documentation/enfold/downloads/

    Thanks,
    Rikard

    #547512

    Please help – I uplodaed the child theme and activated it – my site is completely screwed up – can I go back to original theme?

    #547513

    website address is below

    #547520

    Ok I have rectified that by switching back to enfold theme and not child theme.

    #547521

    Where can I find Add Shortcode/Builder Element?

    #547751

    Hi,

    Glad you got your site back, not sure what you mean by Add Shortcode/Builder Element though? What are you looking to do?

    Thanks,
    Rikard

    #862694

    Hi I am just now getting back to trying to setup a child theme so that I can do the following;

    Create another slider specifically for mobile because the current slider is so small when viewed on mobile device. Try to add another full screen slider then toggle the display using css media queries. Example here: https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/

    If I download the pre-built enfold child theme will I lose any changes I have already made to my parent theme?

    I have included my login details below

    #863181

    Hi,

    You won’t lose any changes if you export/import your settings from the parent theme to the child, could you try that out please?

    Best regards,
    Rikard

    #865036

    I activated the child theme and imported the settings from the parent theme. Some of the settings seem to be imported but others not. For example on the menu in my parent theme the back ground is black but when I imported it to the child theme the background of the menu was white. Also the text throughout the child theme was green compared to black in the parent theme.

    Do I need to manually record all settings in my parent theme and manually adjust any settings that do not auto update as part of the parent theme settings import?

    I have reverted back to the parent theme now.

    Thanks,

    Keith

    #865808

    Hi Keith,

    Did you save the settings before checking? Can you try again?

    Best regards,
    Victoria

    #866910

    Hi, I am not sure which settings you are asking if I saved?

    Here is my current site westcoasthammocks.com.au/superjumbo
    I have attached some images of the site when I switch to the child theme.

    https://photos.app.goo.gl/X7nptfGsaw57aJSj2
    https://photos.app.goo.gl/xl2eMh98OIaFEpPr1

    #867132

    Hi,
    Ensure that the WordPress folder and files have the right permissions – https://codex.wordpress.org/Changing_File_Permissions
    then export your theme settings, activate your child theme and re-import the parent theme settings.
    Also try to increase the memory allocated to PHP – https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    If this doesn’t help try Try disabling your plugins, export your theme settings, activate your child theme and re-import the parent theme settings.

    Best regards,
    Mike

    #891434

    Thanks Mike

    Ensuring WordPress folder and files have the right permissions and increasing memory allocated to PHP are outside my skill level.

    I can try disabling plugins tonight when the site is less busy.

    When I use chrome dev tools it shows the ‘Shop Now’ button as being visible on mobile device. As you can see here

    https://photos.app.goo.gl/zwCnJoX7q51a2Vox2

    But when I use my actual mobile it is not visible as per this image.

    https://photos.app.goo.gl/ZaX3Q3zgDGTIX5to1

    • This reply was modified 6 years, 4 months ago by keifygeorge.
    #892197

    Hi keifygeorge,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .avia-fullwidth-slider.avia-builder-el-0 {
        min-height: 200px;
      }
      .js_active   .avia-fullwidth-slider.avia-builder-el-0  .avia-slideshow li:first-child,
       .avia-slide-wrap, .avia-slide-wrap img, .avia-slideshow-inner {
        min-height: 200px;
      }
      .avia-slide-wrap img {
        min-width: 130%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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