-
Search Results
-
I have several blog posts that are linking just fine on mobile, but one is not and I can’t figure out why.
My post https://purple-gen.com/how-to-plan-a-website/ is linked from a Masonry Grid on my main blog page https://purple-gen.com/blog/ … it is also set up as a Custom Link in the main menu (as a button), and in my footer as a button under my logo, using the main Enfold link functionality to link to a post (where you just pick the post name).Everything works fine on a desktop computer, but not on my Android Google phone (others are having the problem on mobile too). But its just that one post.
The other posts on the main blog page link to each post just fine (they’re all in the same Masonry Grid). But when I select that ‘How to Plan a Website’ post from the main blog page, it just reloads the blog page, but with a slightly different heading that I have no idea where it’s coming from … (see how it says ‘More from the Blog’ when you click on that post?)
I’ve cleared my site cache and browser cache. Removed the old Masonry Grid from the main blog page and re-set it up. Checked my mobile settings, checked to be sure I don’t have a redirect set up and everything else I can think of. Nothing fixes the links on mobile, even though they are fine on a desktop.
I’m running Enfold theme 4.7.2 on a Child Theme.
Any ideas?
Topic: Blog layout
hi!
I would like to create a blog layout like this:
So boxed, fullwith image in the box on top (featured image?) and then below categrorry, titel, autur, date exerpt and read more button.
Can this be done? I think i can make it with Enfold by hand, but i down know how to use this for the blog page so that when i upload a new blog it is in the same layout.
tnx!
Topic: Video on Home page
Hi,
Really like your theme and interested in using this setup – https://kriesi.at/themes/enfold-consulting/ – as a starting point. Just one question before I buy, can I replace the main home page image with a video that has a play button and won’t auto-play? Would the video have to be the same size – width=”1732″ height=”1155″ – if so, how would that work for mobile?
Many thanks,
Ben.Dear all,
thanks for improving Enfold so much! But nowadays I got some strange bug:
Via template builder I implement the social share buttons in the end of posts, and everything is working fine except Pinterest.
When I click on the Pinterest button only a white overlay box will show up and nothing happens. Any other buttons work properly. Anybody got some idea? Here is the link to one of the sample posts: https://mobilista.eu/3433/wir-bauen-uns-einen-rollstuhlgerechten-wohnwagen/
Thanks in advance for any help!Hi,
Can you please assist this. I have updated the Enfold theme version from 3.5.4 to 4.7.2. When we moved to the current version, Some plugin lost their functionalities to the products page. I have listed that plugins below,
1. Woo Table Based Pricing
2. WooCommerce TM Extra Product OptionsThese are woocommerce supporting plugins. 1st plugin is used for Calculate price based on length X width table and width & 2nd plugin supports checkboxes, radio buttons, select boxes, textareas, input boxes, upload, date, range picker and color picker to the product variations.
I have explained it via the screenshot. Kindly check the below screenshot link,
– Single product page’s features are not working on the updated theme( for this option we are using this “WooCommerce TM Extra Product Options” plugin) -> https://ibb.co/Hdcq9vF
– But it’s working fine in old theme -> https://ibb.co/gyb5dsB
– Back end edit button is not working -> https://ibb.co/hf25HsJIf you have any suggestion for this issue, Kindly share with us.
Thanks in Advance!!
Topic: API Keys – Update
Hi there,
A couple of issues, hoping you can assist …
1. I have been doing a lot of updates to my website and as always before making any changes I check for available updates to the Enfold Theme and it states it is up-to-date however upon further investigation, it is not.
2. Since I am not super savvy in making changes to php files, can you let me know how I go about updating the Theme?
3. I would have never noticed, since it says it’s up-to-date, however my buttons AND icons are NOT showing up and upon reading several threads, it says to update the Theme, this is how I learned it is NOT. —- Why would I not be getting the normal notification of “Theme Update Available”?I have included my website and log-in details in the private content, below.
Thanks so much, really appreciate any assistance!We have a website with social media buttons on the header and footer. We’re having separate problems with each.
HEADER: We have a social media bar with Facebook, Twitter, LinkedIn, and an Email button. The links work fine, but only the Email icon is showing up. The boxes turn the correct colors when you hover over them, but there is no icon.
FOOTER: The footer was created as a page and then set in Enfold under the “Set page to appear as footer and socket” setting under the Theme Options. It appears and is visually correct, but the links don’t work correctly. The links are set on the page where the footer was built; each button has a specific link to go to, but when you click on them on the front end of the website, they go to the CONTACT US page we built separately.
Here’s a link to the site: http://animalcaretrustusa.flywheelsites.com/
Anybody have any ideas on how to remedy this?
Thank you
Google Analytics Issues with 4.7.2
- Google Scripts when added through function.php work just fine.
- Google Scripts when added through Enfold > Google Services tab does NOT work. I see almost zero traffic with it
.
Cookie Handling UI Issue
Another issue with 4.7.2 is that once deleted, I cannot add buttons on my Privacy Notification. In other words the + Button on the privacy notification does nothing.
(hosted on WPengine) alt="Add Additional Buttons" />Hi.
I have managed to get the result i wanted, but am quite confident the way i have hacked it together is not the best way.
I have also tried to take out parts of the code i don’t think i need but then it does not work.
I am wanting to style the portfolio spring menu and have used the info from the support forum, i have tried my best!
Using this code:
/* create portfolio sort items to look like a button menu */
I am not sure i need this first bit of code but when i remove it the boarder round the buttons disappears?? I know something is wrong with the code as I don’t need the font-size: 24px as it has no effect, but if i delete it then the boarder disappears as said.
#js_sort_items {
font-size: 24px;
}/* create each none active item as a button */
#js_sort_items a {
background-color: #ffffff;
padding: 12px 16px 10px;
border: 1px #00aa67 solid;
}/* create each active item as a highlighted button */
#js_sort_items .active_sort {
background-color: #4ba956
;
color: #ffffff!important;
padding: 12px 16px 10px;
text-decoration: none;
}/* add some space between the new button */
#js_sort_items a {
margin-right: 10px!important;
}/* remove the seperator */
.text-sep {
display: none!important;
}/* optional centre the buttons */
.avia-fullwidth-portfolio #js_sort_items {
text-align: center;
}/* Portfolio sort menu font size and weight*/
.av-masonry-sort a { font-size: 12px; }
#js_sort_items .inner_sort_button span, #js_sort_items .text-sep {
font-size: 18px; font-weight: 500;
}All the code is in the Quick.css
Finally I would also prefer to be able to use a class to style just one of the portfolio sort menus, rather than effect the whole site.
Doing it the way I have obviously effects the whole site, can you please advise on how to make it work by using a class, an example would be brilliant.
Hallo,
ich habe nun die Datenschutz-Fenster eingerichtet und speziell dieses MODAL POP-UP Fenster eingerichtet, welches bei Click auf einen Button “Einstellungen” öffnen soll.
Leider bekomme ich bei Click auf den Button folgende Fehlermeldung:
We need a lightbox to show the modal popup. Please enable the built in lightbox in Theme Options Tab or include your own modal window plugin.\n\nYou need to connect this plugin in JavaScript with callback wrapper functions – see avia_cookie_consent_modal_callback in file enfold\js\avia-snippet-cookieconsent.jsDie Lightbox-Funktion ist in den Enfold-Optionen eingeschaltet.
Was könnte sonst noch das Problem sein?
Hier der Link zu Website
Vielen Dank
David
hi guys,
On the mockup:
I have hid the regular menu and used a full width submenu on each page as I want just the menu to be sticky. This is working nicely, I figured out the css and settings. However I’m failing miserably at writing css for the mobile version to act in the same manner and pulling out my hair (not really)…
On the mobile version view the menu icon appears as a white button on the orange menu bar and I need it just be white and have no border.
Also I need to hide the main menu here as well it is coming in as a second menu icon and I need just the full width submenu menu bar to be sticky on the mobile version as well. Crap, I also just noticed a gap between the menu and the content on the mobile version.
Oy! What are your suggestions? See screen grab for clarification here:
https://nycartdirector.com/swimworld/wp-content/uploads/2020/01/menu.jpg
Thanks so much, you guys are the best. Soon will be up to ten licenses and it’s because of the support and that I find just about anything is possible with Enfold.
Tony

