Forum Replies Created
-
AuthorPosts
-
Victoria,
Thank you for your suggestion however I´m afraid that it didn´t work and the drop down menu is still the same. Any other suggestions?
Thank you!
Rikard,
I worked out how to do it. I added the following code directly into the popup builder css section which did the trick:
@media only screen and (max-width: 767px) { .sgpb-popup-builder-content-popupId {
display: none;
}
}
@media only screen and (max-width: 767px) { .sgpb-content-popupId {
display: none;
}
}
@media only screen and (max-width: 767px) { .sgpb-popup-overlay-popupId {
display: none;
}
}Thanks for your help
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Guenni007.
You are a legend!!!! I did exactly as you said and found the option to choose “use wp classic editor” instead of the “block editor” in the settings section and the screen has now returned to how it used to look and it now allows me to drag and drop the elements again!!! I don´t know why it changed from this as this is what it was always like before. I guess with the update it happened on its own!!
Thank you so much for amazing service and great help!!
Best regards!!!!
Guenni007,
Thank you for your help. The problem I´ve got it that when I drag either an existing element within the body of the page or a new element down from the top that the page doesn´t move down (or up) to allow me to move the element that I´ve chosen. I understand what you mean with regards to some elements cannot be placed in certain places but that isn´t my problem. It is the fact that the page physically doesn´t move to allow me to drop the element where I would like it like it used to do.
This used to work fine but now for whatever reason has stopped working. It is obviously critical that this works otherwise page construction is impossible.
Many thanks again for your help and I look forward to hearing from you again soon.
Best regards
September 19, 2019 at 1:15 pm in reply to: WordPress sends message about technical problem with Enfold #1139898Yigit,
Thanks for your quick reply! I had the child theme activated before and yet every time you guys update the theme my page still goes awol and I have to put bits back together again! I was under the impression that by having the child theme installed that this wouldn’t happen?
Many thanks again Yigit!!
Best regards
September 19, 2019 at 9:43 am in reply to: WordPress sends message about technical problem with Enfold #1139821Yigit,
You Sir are a legend!!!! Thank you ever so much! The site is now back up and running perfectly! The new theme updates look great! You guys do an amazing job!!!
Two last questions:
1. You have kindly installed the parent theme and activated the child theme which is perfect and I thank you for. I just wanted to check whether the child theme that is active is the child theme that I created previously or if it is a new one that you have created for me?2. Will having this child theme activated prevent the changes that you make to the parent theme from affecting the site? I´ve been having problems with the site each time the parent theme was updated so I´m not sure that the child theme was correctly installed previously?
Many many thanks again Yigit and very best regards
- This reply was modified 5 years, 2 months ago by Levante Golf.
September 17, 2019 at 6:51 am in reply to: WordPress sends message about technical problem with Enfold #1139012This reply has been marked as private.September 16, 2019 at 9:58 am in reply to: WordPress sends message about technical problem with Enfold #1138734This reply has been marked as private.August 23, 2019 at 2:34 pm in reply to: WordPress sends message about technical problem with Enfold #1130376This reply has been marked as private.August 22, 2019 at 9:58 am in reply to: WordPress sends message about technical problem with Enfold #1129916Hi there,
I´m having the same problem as above. I´ve managed to log-in in recovery mode and found the following error messages:
“The active theme is broken. Reverting to the default theme.”Then as I scroll to the bottom of the themes page I find the following message:
Broken Themes
The following themes are installed but incomplete.Name Description
enfold Stylesheet is missing. DeleteI´ve not deleted the stylesheet or changed anything since the last wordpress update. Could you please advise as to what I need to do to get the site back up and running please?
Many many thanks!!!
Mike,
That´s brilliant thank you so much for your quick and effective response!!
Best regards
February 7, 2019 at 4:27 pm in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1064177This reply has been marked as private.February 7, 2019 at 10:50 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1063999Mike,
Thank you for your reply. I´ve checked the file and it is indeed the installable wordpress file only but it isn´t working. I´ve uploaded the zip file to dropbox as you requested and added the link below.
Many thanks again for your help!!
February 6, 2019 at 4:48 pm in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1063699Hi. I´ve just tried the following:
“You can simply go to Appearance > Themes > Add New > Upload Theme and upload enfold.zip file of Enfold 4.5 and theme will be overwritten.”
but have received the error:
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Please help!!!!!
Thank you!!
Hi,
I solved it by removing the code block, giving the colour section a section ID “prices” and then adding the following css code:
div#prices {height: 20px; min-height: 0px;}
Thanks
Mike,
Perfect thanks that has worked great!
Thanks so much again!!!
Mike,
Great thanks that has helped but there are still white spaces between the 3 columns that I can´t seem to reduce further. Any further ideas?
Many thanks
Nikko,
That´s brilliant and exactly what I needed. All working perfectly now!!
Thanks so much again for your awesome work!!
Nikko,
They are already inside a colour section. How would I adjust Victoria’s code to apply it only to these columns and colour section?
Many thanks
Victoria,
Sorry I have now found that this part of the code:
#top .flex_column_table {
display: block;
table-layout: none;is causing problems on another page that I have so it would appear that this part of the code isn´t only being applied to the columns with css class “custom-break-point”. Is there a way of only applying this part of the code to columns with this css class?
Many thanks again for your great support
Victoria,
Thanks that worked a treat!
Best regards
This reply has been marked as private.Hi,
Does anyone have any info on this please?
Many thanks
Hi guys,
I´ve found this code which has worked but I need to know how to apply it just to the columns with a specific css class or just to a specific colour section and not to every column on the site:
@media only screen and (max-width: 1400px){
.responsive #top #wrap_all .av-break-at-tablet-flextable, .responsive .av-layout-grid-container.av-break-at-tablet {
display: block;
}.responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
margin: 0;
margin-bottom: 20px;
width: 100%;
display: block;
}
}Many thanks and best regards
Vinay,
It´s ok I´ve worked out how to do it now. The code I needed was as follows:
.fullwidthpropage .avia-slideshow li img {
margin-top: -20%;
position: relative;}Many thanks for your help!!!
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts