Hi there,
Did you refresh my API? I am still unable to actually do the update. (In my latest message I was simply saying that for some reason it stopped giving me the option to click on update, not that it let me do the update).
I had talked directly with my server/host and they said nothing about there being restrictions on their servers to do auto-updates. He simply recommended that you refresh the API since sometimes APIs are attached to certain server IPs, and because my website has now switched IPs that’s where the issue may lie.
Thanks!!
Hi,
I have a layerslider at the top of my home page which is breaking the page. It’s only happened since updating to Enfold 3.8.5 and WP 4.7.2.
The layerslider interface is saying
You have version 5.6.8. The latest version is 6.0.5.
Is there a fix available?
Thanks
Phil
Silly me! I must have been really tired on the 3rd build. I just kept adding hotspots and forgot to place some of them. Thanks so much!
Also, I just figured out why some of the hotspots weren’t working – since the page uses a transparent header all of the ones along the top were being overridden by the header area, so I just made my image with more sky to move them down a bit and now it all works prefectly :)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
#top .social_bookmarks li a, .header_color .sub_menu>ul>li>a, #header_meta * {
color: orange !important;
}}
Best regards,
Yigit
-
This reply was modified 9 years ago by
Yigit.
Good morning . . . I hate to dredge this thread back up, but I was assigned to some other projects and am only now getting back to this one. I am not having any luck with any of the advice given above.
I’ve tried adding the specified code to the “Theme Functions (functions.php)” file via the editor module as Andy suggested, with no resulting change in the responsiveness of the text box, so I removed the code from there.
I also tried adding it to the “functions-enfold.php” file via the editor module,again with no resulting change in the responsiveness of the text box. So I removed it from there, also.
The font size in the text box is set to default, as Ismael suggests above, also with no change.
Responsive design IS turned on in the Enfold preferences.
As near as I can tell, none of the text boxes on my site are responsive, but it’s the main box at the top left of my home page that is causing the most problems. Our CEO wants a solution to this problem and I am at wit’s end! I need a solution that doesn’t involve tons of coding experience because I don’t have that. I need to implement responsive sized text boxes across my whole site so that the layout will look the same at different resolutions, whether large desktop screen or laptop resolution.
The link to the relevant page is in the private section. I can supply login page link, username, and password if needed.
Thank you so much for ANY help I can get on this! :-)
Dave
I had an original thread that was eventually closed and ignored with no solution https://kriesi.at/support/topic/mobile-menu-not-consistent-from-page-to-page/#post-735437
Additionally, I tried to install the WPTouch plug-in, and most of my mobile pages showed only source code. Is this theme impossible of being mobile-compatible? I really need an answer to this. Thank you.
Hello!
I have been trying to post articles with Enfold, but am experiencing some issues which are stopping my work.
Everything went fine with the first post. When I tried to publish the second one, something strange happened. Iniitially it was published in the comments of the first one, so I went ahead, canceled it from the comments and tried to re-post it. At this point, although it is set as ‘published’ the post does not show in the article list on the main blog page (so it’s kind of invisbile anyway), but only at the end of the first post (that one that it’s visible) within the ‘related articles’ suggestions.
I have already checked:
-the article list is set to show up to 5 articles, so everything’s ok with that
– the categories are the same as the other post, so no problem with that either
– the article it’s actually published (not saved as draft or things like that)
This is a bit urgent as I need to move forward with my publishing schedule
Thanks in advance
-
This topic was modified 9 years ago by
NicoleVA.
Thanks Yigit, at the top of the Functions.php page or at the bottom?
Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.responsive #top #header_meta .social_bookmarks li a {
color: #888888;
}
Best regards,
Yigit
Hi!
Please try using a plugin such as this one – https://wordpress.org/plugins/autoptimize/
Regards,
Yigit
Hey Yigit,… how about a moderator checking out the help topics I posted the past couple days… no support for difficult questions?
Hi there
We are using a full screen slider on the top of our site. I would like to change the H2 built in tag to a H1. Is this possible?
For example:
<h2 style=”font-size:40px; ” class=”avia-caption-title” itemprop=”name”>Slider heading here</h2>
Thanks
Hi
After enabling Sidebar on Smartphones in Sidebar Settings is it possible to have the sidebar show at the top, before the products.
I am building a shop where the customer selects their Tractor model first. They then need to select a parts type from the sidebar. They will not see it if they have to scroll through all the products first.
Thanks
Rob
Hi there,
I’m trying to edit the background colour of the masonry blog (where the excerpts sits). At the moment its a very light grey which doesn’t stand our from the background, I want it to be #ffffff
I also want to change the colour of the date as it’s currently in white and therefore invisible. I would like to change that to the #636466 (same as the title colour)
Is it also possible to add a search bar at the top of the blogs?
I would also like to see the categories appear in the same size as the date at the bottom.
How would I go about changing the font of the title as well?
Is any of this possible?
I am basically trying to replicate this: http://www.vuelio.com/uk/resources/?clid=main_nav
Many thanks,
Mariela
-
This topic was modified 9 years ago by
Memberoo.
Thanks… the gradient does not display correctly in Explorer 11 (no maroon). Looks fine in Chrome.
I got this code from a previous Kreisi post on the same topic.
I’m not really trying to do a gradient…the goal is a solid color … is there is an easier, more compatible code for solid color?
I’m working on http://firstimpressionsdentalassisting.com/program/
In the “Open House” section on the desktop version it looks correct, however on the mobile version I see the words “Winter Session” above every Default Row entry. As I look at the table, I see that the text is nowhere on the page or in the table. What can I do?
Desktop:
https://www.dropbox.com/s/57hfdnaa8b864gn/Screen%20Shot%202017-01-30%20at%208.14.52%20PM.png?dl=0
Mobile:
https://www.dropbox.com/s/xmlm105zevh8wx9/IMG_4845.PNG?dl=0
Hi,
It seems like you added your button into your content. Please add following code to Functions.php file in Appearance > Editor instead
add_action('avia_before_footer_columns','avia_footer_top_column');
function avia_footer_top_column(){
dynamic_sidebar( 'footertop' );
}
Then go to Appearance > Widgets and create a new widget area called “footertop” and then place your button shortcode inside it.
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Best regards,
Yigit
Hi Andy,
-Works, but is there a way to get the height to adjust automaically, because if the header is 3 rows long, it pushes the date behind the picture.
-Is there also a way to get the header on top of the picture?
Also…
-how can I change the font-size of the header
-don’t show the date
Regards,
Steven.
Fantastic thats what I wanted perfect thanks Rikard.
You can now close my threads on this topic.
Rikard
Thank you. We did come up with a solution.
I think a great add-on feature to Enfold would be to copy the exact programming for the footer and make it available as the header feature too.
There is a tab for Footer, you can choose how many columns you want (a drop down with 1,2,3,4) — if you could duplicate this in the HEADER tab that would be a great addition.
The header is a very important part of a website – it is right at the top!!
Please consider this – can you put in a feature request???
Thanks,
Chris
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .main_color .wc-bookings-date-picker .ui-datepicker-header {
border-color: orange;
background-color: orange;
color: #ffffff;
}
To change header colors. For dates, it seems like you added following custom CSS code
.main_color .wc-bookings-date-picker .ui-datepicker td.bookable a {
background-color: #c05f5f !important;
color: #ffffff !important;
border-color: #e1e1e1;
}
Please adjust it as needed
Best regards,
Yigit
Hi,
Great, glad you found the problem. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
so try something like this inside Quick CSS field:
figcaption.av-inner-masonry-content.site-background {
top: -22px;
height: 94px;
}
and adjust as needed.
Best regards,
Andy
Hi,
It seems like your hotspots are placed on top of each other. Please see the screencast below.
I have not made any changes on your site. Let us know if changing the positions of hotspots do not help :)
Best regards,
Yigit
Hey Peter,
verwende diesen Code im Quick CSS Feld:
#top .no_margin.av_one_third{
border: 3px solid black;
}
Gruß,
Andy
Thanks but all that does it allow the changes to reflect on tablet in landscape view. The content is still showing (on tablet) all the way at the top of the page over the header with zero padding.
See screenshot..
http://40f.cae.myftpupload.com/wp-content/uploads/2017/02/IMG_0040.png
Hi Rikard, you can close this ticket.
Very quick question (off topic, but I’d like to avoid starting a new one): is there an easy way to extract the Avia code from an Enfold site? I’m particularly interested in the coming-soon page you have here: http://kriesi.at/themes/enfold-coming-soon/
I did see someone post the code for a coming-soon page, but it was a different one. I have the debut mode enabled on my site, so it’s easy for me to paste in the avia build stuff. Can you post the code for the current coming-soon one?