-
Search Results
-
Topic: Insecure content
I recently upgraded and now my page is insecure
WhyNoPadlock shows this:
Mixed Content – Errors
Soft Failure An image with an insecure url of “http://www.cyberwonka.com/wp-content/themes/enfold/config-woocommerce/images/star.png” was loaded on line: 414 of https://www.cyberwonka.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Soft Failure An image with an insecure url of “http://www.cyberwonka.com/wp-content/themes/enfold/config-woocommerce/images/loading-light.gif” was loaded on line: 414 of https://www.cyberwonka.com/.
This URL will need to be updated to use a secure URL for your padlock to return.—
These are two theme related files. I don’t know all of the places they are referenced so I’m not sure where all I need to change their paths to https. I ran Better Search and Replace with no luck.
Thanks
Topic: Spelling
https://kriesi.at/support/topic/ading-a-pdf-document-to-enfold-page-for-publisher/
The word adding is misspelled in your header and it may make it difficult for searches.
Hi,
Im using WPSearch with Enfold. Its working out great are it seems Kriesi supports this plugin and lets us interage it into enfold.
I am having a issue however.
Im trying to create a supplemental search using their template but I want it to display the default endfold search results template. Do you guys think you could integrate their supplemental search into your search template.
I have tried a couple different way with no real luck. You can see the template they supply here
Think we can get a search template to utilize that code but display just like the standard enfold search?
I have created a map using Mapbox Studio. Great. But when I place the map html in an Enfold Code block, I think the Mapbox css and the Enfold theme css are conflicting. First, the word “search” in the search bar is way too far to the left and conflicts with the magnifying glass in the field. I think what is happening is that the code is calling a style sheet that lives at a Mapbox link and calls the “text/css” stylesheet. Unfortunately I cannot edit it.
I did find that after I published the test page, I was able to look at the published code (Safari > developer tools) and discovered this batch of code is controlling the search bar area. Question, where can I place this in the “ORIGINAL CODE” below so that it “over rides” the “text/css” style? Or is there a place in Enfold that is conflicting with this? If so, what would there be a “Quick Css” code block to resolve this?
God I hope this makes sense. Thank you!
_______________________________________
Code I found in “developer mode” in Safari
_______________________________________}
.mapboxgl-ctrl-geocoder input[type=’text’] {
font-size: 12px;
width: 100%;
border: 0;
background-color: transparent;
height: 40px;
margin: 0;
color: rgba(0, 0, 0, .5);
padding: 10px 10px 10px 40px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}________________________________________________________________
ORIGINAL CODE
________________________________________________________________<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Add a geocoder</title> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" /> <script src="https://api.mapbox.com/mapbox-gl-js/v1.10.0/mapbox-gl.js"></script> <link href="https://api.mapbox.com/mapbox-gl-js/v1.10.0/mapbox-gl.css" rel="stylesheet" /> <style> body { margin: 0; padding: 0; } #map { position: relative; top: 0; bottom: 0; width: 100%; height: 800px } </style> </head> <body> <script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.min.js"></script> <link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.css" type="text/css" /> <!-- Promise polyfill script required to use Mapbox GL Geocoder in IE 11 --> <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script> <div id="map"></div> <script> mapboxgl.accessToken = 'pk.eyJ1IjoiamxiZW50b24zIiwiYSI6ImNrNDk5ZHJueTAyeXgza3FsdGVzMDlhazMifQ.gc96rKCrNLrnYma9uxxOEg'; var map = new mapboxgl.Map({ container: 'map', style: 'mapbox://styles/jlbenton3/ck9fnaxcp2cyi1io5j0r32ndp', center: [-82.114, 34.91], zoom: 9.93 }); map.addControl( new MapboxGeocoder({ accessToken: mapboxgl.accessToken, mapboxgl: mapboxgl }) ); // Add zoom and rotation controls to the map. map.addControl(new mapboxgl.NavigationControl()); </script> </body> </html>Hi,
I have added a search box in the main menu of my site. I followed these two threads to get this to work: https://kriesi.at/support/topic/search-box-and-image-next-to-header-menu/ , and, https://kriesi.at/support/topic/adding-search-bar-to-header-cant-find-enfoldincludes-folder/#post-476685
But as I use a megamenu, the dropdown in the menu has now moved to the left of the screen, so it is not visible in its entirety. How do I get it back to align in the center of the screen?
Best regards,
SusanneHi there,
You have an article linking to a dead post on Yoast’s website at https://kriesi.at/support/topic/google-maps-in-enfold-einbinden-keine-anzeige/. It was a guide to setting up Google Search Console and connecting it to the Yoast plugin, but it was from before Google rolled out the new interface and Yoast probably just deleted it since it was outdated.
I shot a video walkthrough of the same topic and put it up on our site at https://sagapixel.com/seo/search-console-wordpress/. If you would consider taking a look at it and swapping out the dead link for the video I did, I’m sure it would make a great replacement for someone wishing to learn how to set up a GSC for a new website.
I appreciate your time and if you do decide to replace the broken link with one to our post, thanks!
Frank Olivo Sagapixel
Connect with me on LinkedinTopic: Upload Child theme
Hi Guys,
I have a problem to install the child theme since the last update.
It didn´t work to upload directly from wordpress so i tried it via filezilla, but
it seems that the installed parent theme will not be recognized.
When i have a look at the appearance -> themes there is following error message:
The following themes are installed but incomplete.
The parent theme is missing. Please install the “enfold” parent theme.After searching a few hours i couldn´t find any solution for it..
Would be so glad if you could help me with this :)Thanks in advance!
Hello,
I wonder, that Enfold didn’t adjust size of heading for mobile. I searched in the forum and found some screenshots, where in register Styling of Special Heading are the Option for Font Size and Icons for Desktop, Tablet and Mobile.For Example this:
https://postimg.cc/rKssJ5pSBut in my in my Settings of Special Heading, there isn’t this option for Font Size:
https://www.screencast.com/t/PGHlYeP9ioL9
https://www.screencast.com/t/QpDvQMnxO6IZ
I have installed actual Enfold 4.7.4. What’s the reason for this difference?thanks
ClaudiaHi support,
I’m using ajax search for woocommerce on our website which gives the user different search results. One of them, the product result, shows the product in a preview layer next to the results list. Below the product image users can choose a quantity and put the product into their cart right out of this dialog.I assume there is a JavaScript function that converts standard quantity input to quantity in Enfold style with “plus” and “minus”, is that correct? How can we add those plus/minus buttons on the quantity field when we call woocommerce_quantity_input() in AJAX because Enfold doesn’t add it automatically?
Here’s the website, the search field ist directy below the top slider. Please try POLAR as search term and hover the results below the “PRODUKTE”. The single product view with quantity input opens on the right side:
Thank you very much in advance!
Since we updated wordpress on version 5.4 and enfold on 4.7.4 the DE_formal dors nor work e.g. in breadcrumbs or on 404-pages.
Thus it only appeared on several sites we built with enfold we guess, that the reason has to be search in enfold and not in wordpress.Thank you for your answer.
StephanI will try to explain as best as i can.
I have a site that works fine on a subdomain *tmp.homeofetheria.com but when i moved it to main domain i have the following issues with the products:
If i am viewing a list of products and press any product to add to cart, it will be added and the cart will start showing on the right side of the page. If i click on details of a product and then try to add to cart it will not go into cart and the page will refresh to the specific product.
adding a product from a list of products will go to cart, but when i go to cart i cannot update a different quantity of a product (will always remain 1). I asked webhost if I have server object caching such as Memcached or Litespeed and still waiting for an answer. I can provide access so you would check it out but there’s not much i can do myself
Also something trivial .. after i translated enfold to greek, how do i use it? Searched forums etc they mostly talk about wordpress language and not enfold in frontend
Thank you for your time
Hello
Is there a way we can exclude some pages from the search we use through the search element in Enfold ? or the menu bar search engine ?Forexample, we have a page called “Thank You” page .. this is a page we redirect some users to after they submit a form.
When someone searches for “courses” on our website, he gets the Thank You page as a result as well ! and this is absurd .. especially that the word “courses” is not included in the main title of the thank you pageAny idea how to fix this issue >
Thank you
Hi,
As you can see, since the last update of Enfold, there is an error in structured data for posts. (The issues is present when Enfold Schema.org data structured is activated).
For example : https://search.google.com/structured-data/testing-tool?hl=fr#url=https%3A%2F%2Fwww.gamehobbit.com%2Fmeilleur-jeu-ps4-2016%2F
Dis you see this issue on other blog that is using Enfold ?
Best regards.
Hello Enfold Support!
I have searched through the forum and I have read the documentation about the Privacy and Cookies tab within Enfold. However, there is one thing I can’t find anywhere. Under <Advanced Options>, what exactly is the option <Use as a simple message bar without cookie logic>? I have tried it and nothing changes, compared to <Display Message bar and use cookie logic>. It’s exactly the same message bar that I see in both cases? What should be different when I choose <Use as a simple message bar without cookie logic>? What is the difference?
Maybe it’s possible to give me an example of a website with the <use as a simple message bar without cookie logic> enabled?
Every time I tried to discover the difference I have cleared the cache and I deleted all history and cookies from my browser.
Hope you can clarify?
Thanks.
LennardHi guys!
I am an old user of your theme and as always let me just say keep up the good work.
I have 3 questions regarding new project:
1.)
When will you include “Research gate” social icon as part of theme? Its 6 years old well known portal.
I have now added icon over this steps:But now when I hover-over with mouse at the top, the name says “icon_name”. Which part is needed to correct for this to work? I have tried everything in the code specified on the URL above.
2.)
On frontpage there are “partner logos”. You can see them at bottom.
As you can see there are different sizes. How to allign them in the center of box? Like to have line go in the middle of them if you know what I mean.3.)
At the start there is cookie consent form. But button “read more” is not working. You can see there is link but click doesnt work.I have provided URL in private content.
Thank you and best regards!
Marc

