-
AuthorPosts
-
November 5, 2015 at 3:37 am #530487
The ‘shop now’ button on my homepage is not showing on my website when viewed through my iphone – any ideas?
November 5, 2015 at 2:15 pm #530775Hey 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,
YigitNovember 6, 2015 at 3:44 pm #531472I have added the code but it doesn’t seem to make a difference
November 7, 2015 at 7:38 am #531758Hey!
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,
IsmaelNovember 29, 2015 at 3:02 pm #544148From 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?
November 29, 2015 at 8:13 pm #544197Hey!
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!
BasilisNovember 30, 2015 at 3:43 pm #544541I 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
December 2, 2015 at 5:07 pm #545970Anybody?
December 3, 2015 at 6:28 am #546251Hi,
The simplest way would be for you to download a child theme here and then upload it: http://kriesi.at/documentation/enfold/downloads/
Thanks,
RikardDecember 6, 2015 at 1:32 am #547512Please help – I uplodaed the child theme and activated it – my site is completely screwed up – can I go back to original theme?
December 6, 2015 at 1:32 am #547513website address is below
December 6, 2015 at 2:44 am #547520Ok I have rectified that by switching back to enfold theme and not child theme.
December 6, 2015 at 2:45 am #547521Where can I find Add Shortcode/Builder Element?
December 7, 2015 at 4:58 am #547751Hi,
Glad you got your site back, not sure what you mean by Add Shortcode/Builder Element though? What are you looking to do?
Thanks,
RikardOctober 11, 2017 at 1:27 am #862694Hi 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
October 12, 2017 at 6:38 am #863181Hi,
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,
RikardOctober 17, 2017 at 12:24 am #865036I 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
October 18, 2017 at 4:49 pm #865808Hi Keith,
Did you save the settings before checking? Can you try again?
Best regards,
VictoriaOctober 21, 2017 at 2:15 am #866910Hi, 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/xl2eMh98OIaFEpPr1October 22, 2017 at 12:12 am #867132Hi,
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,
MikeDecember 22, 2017 at 12:32 am #891434Thanks 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, 12 months ago by keifygeorge.
December 27, 2017 at 7:25 pm #892197Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.