-
Search Results
-
Dear team! I see in Google search some websites have photos on left next to description link. Can be possible with Enfold to make it and how photos make appears next to the link to the page? I assume it featured photo because all photos in search don’t have a watermark.
Thank you, owner Galainthekitchen.comHi,
how can I add text in the breadcrumbs please in that way:
Currently the breadcrumbs of the category & tag archive pages look like this:
You are here: Home / Blog / XYZIt should be:
You are here: Home / Blog / Category: XYZ
XYZ is a category name; I would like to add “Category: ” before it, and at a tag archive “Tag: ”
I searched in the class-breadcrumb.php in line 338 at
/* Get the path to the term archive.And added “Category” and “Tag” like this:
/* Get the path to the term archive. Use this to determine if a page is present with it. */ if ( is_category() ) // $path = get_option( 'category_base' ); $path = 'Category ' . get_option( 'category_base' ); elseif ( is_tag() ) // $path = get_option( 'tag_base' ); $path = 'Tag ' . get_option( 'tag_base' ); else { if ( $taxonomy->rewrite['with_front'] && $wp_rewrite->front ) $path = trailingslashit( $wp_rewrite->front ); $path .= $taxonomy->rewrite['slug']; }But this has simply no effect, but I am not sure, if this is the right place and the right way of adding it, because my PHP is really bad.
My site is not online yet, but I use simply the normal Avia Breadcrumbs, no YOAST breadcrumbs!Thanks for helping me out.
Topic: Search form not as dropdown?
Hi.
I am currently building a website in the Enfold theme, and the searchform is just a magnifying glass which comes out as a dropdown.
I would like the drop down version to be visible all the time instead of just a magnifying glass.Also i would like to move it up next to the shopping cart, but how do i do this? :)
Topic: Formatting forms in footer
I’m trying to use this widget: https://wordpress.org/plugins/custom-sidebars/
On the widgets screen, they have an option to select location for the widget. Clicking on that comes up with an Enfold-related error:
Uncaught TypeError: settings.data.search is not a function
at HTMLDocument.<anonymous> (avia_google_maps_widget.js?ver=1.0.0:27)
at HTMLDocument.dispatch (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:3)
at HTMLDocument.r.handle (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:3)
at Object.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:3)
at Object.a.event.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:9)
at y (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:4)
at XMLHttpRequest.c (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:4)I found a support topic that says to add in:
typeof settings.data.search != 'undefined' &&
https://wordpress.org/support/topic/widget-stuck-on-load-after-when-selecting-location/I see that framework/js/conditional_load/avia_google_maps_widget.js has:
typeof(settings.data) !== 'undefined'So that should actually be:
typeof(settings.data.search) !== 'undefined'That allows this widget to load, though the widgets page does now say:
avia_google_maps_widget.js?ver=1.0.0:27 Uncaught TypeError: Cannot read property ‘search’ of undefined
at HTMLDocument.<anonymous> (avia_google_maps_widget.js?ver=1.0.0:27)
at HTMLDocument.dispatch (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:3)
at HTMLDocument.r.handle (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:3)
at Object.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:3)
at Object.a.event.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:9)
at y (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:4)
at XMLHttpRequest.c (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,underscore,shortcode,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbon&load[]=e,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.1:4)Can Enfold be updated to correct settings.data to settings.data.search so that this plugin can work correctly?
Thanks!
I love my enfold theme on my website truebluelifeinsurance.com.
I’d like to get a link from one of your blog posts or as a testimonial.
This helps my site with search rankings.I also intend on recommending your wordpress themes for the readers of my upcoming book. The Salesman Who Doesn’t Sell. https://goo.gl/7rH9To
I believe I can send traffic and buying customers to you.
You can also include on your homepage under What Customers Say
“I have tried hundreds of WordPress themes and Enfold is by far the best. It is the easiest theme to work with and customize. Switching to Enfold has increased my business by at least 20%. If you are looking for a premium WordPress theme, look no further.”
Brian Greenberg, CEO and Founder True Blue Life InsuranceTopic: Not Responsive on Mobile
Hello.
I have a couple of questions:
1) My site is not responsive on mobile. I searched the forum and found many topics and fixes for sites that are not responsive on mobiles but nothing to help me with how my site is showing up.
Here is a screenshot
https://drive.google.com/open?id=1C9_p06PRVyJ1bLtOO0NMCXIeA9Hv6pWl2) My version is missing several options
a) In “Theme Options” I am missing “Lock Advanced Layout Builder” and “Automated Schema.org HTML Markup”I have not done a side-by-side comparison of all variables but maybe there is a version difference or something. I have the most updated version of both Enfold Child and Enfold 4.2.
I’ve read quite a few articles and some of the answers no longer appear relevant. One suggested that I click enable search at the end of the menu.
I really like the way this one works with a popup and I’d like it go be a product search in WooCommerce. Is that possible?
The icon appears but doesn’t seem to work, although I do have JS errors so perhaps that is the reasonTopic: Header and Footer
Hi guys
1. I would like to get my header as this (please see uploaded screenshot in private content header image). I do not need a logo just the menu on the left and the social icons and search image larger on the right.
If you look at my demo site (http://www.sjidesign.com/hitek/) you will see that the enfold logo is displayed with a black divider line and the social icons are dropping below
2. On my footer I would like as footer screenshot below if possible. ie the headings with a blue and grey underline and each li with a full width border between each one.
Many thanks in advance for your help.
Dan
Topic: Mobile menu Hover color
Ahoy,
I have been searching the enfold support database for the mobile menu highlight color to no avail. I have tried several shortcodes but none seem to work. Any idea on how to change the hover color on the mobile menu background item?
I am having problems with the Enfold theme flout menu not displaying most of the items in the menu. I have checked all the setting but do not see anywhere that I can address this.
These are my settings:
Menu Icon Submenu items – Always display submenu items
Menu Icon Style – Default
Menu Overlay Style – Sidebar Flyout Menu (Minimal)
Menu Items for Desktop – Display as text
Menu Items for mobile – Activate for Smartphones and Tablets (browser width below 990px)
Separator between menu items – No separator
Append search icon to main menuCurrently the website is being built on server in sub-folder.
PLEASE HELP as we are getting ready to launch this new website.THANKS!!!!
Topic: more licenses
I have bought 1 license for enfold 2018. If i want to use it on multiple sites and i have searched on your site for a plan. I cannot find it.
Maybe you can help me.
Hi
I am working on a staging site -updating a copy of a site from Propulsion to Enfold.
I uploaded demo styles and content for the “Freelancer” Demo.
The burger menu is alway on even on desktop for that demo.
I want to put it back to normal so that the burger menu replaces the normal menu only on small screens
I can’t figure out how to do this.
When I go to Theme Options > Main Menu there is no “Menu Items for mobile” option
I found the following snippet active when inspecting the element but nor sure how to change it.
Thanks very much
David.js_active.html_burger_menu #avia-menu .av-burger-menu-main, .html_burger_menu #top #avia-menu .menu-item-search-dropdown { display: none; }Topic: Enfold – Purchase options?
Hi folks
I’m interested in acquiring the Enfold theme, but, I do a web search andf find this site –
https://wordpress.adventurediplomacy.org/product/enfold-responsive-multipurpose-theme – offering what apperas to be your product for $21.95.
Is this legitimate? Is this your product?
Thanks…GeorgeHi,
I’ve set preferred domain in WordPress and Google Search Console for our site to https://aranya.se, however it seems like Enfold is changing this in inbound links (or I’ve missed some other setting, please help).
Eg: When I go to site https://aranya.se/tjanster/ it loads correctly. When I click the link in header meny Tjänster – Konsult it should just jump to #konsult within the same page (https://aranya.se/tjanster/#konsult), but instead it jumps to http://aranya.se/tjanster/#konsult which then forces to https://www.aranya.se/tjanster/#konsult.
Why does this happen?
Topic: Conflicts with Yoast
The hosting provider of one of my sites that also does the SEO is claiming to have a conflict with Yoast and the theme. When you search for roatanbayisland.com in google the meta description says “No information is available for this page.” In the backend yoast shows different content that is not showing up.
When clicking “learn why” under the google result, it says the robots.txt file could be blocking the bot, but the hoster says it’s not this.
They say:
“I had the same issue with a theme I use so I am assuming it’s something similar. The source was something called Open Graph. I had to did for an option to turn off in the theme settings. There is also settings in the advanced settings for Yoast to override theme settings for the meta tags but in my case it didn’t fix the issue. If you reach out to them ask if they have anything built into the theme for open graph or where to turn off the theme meta tags. ”
Let me know if there is anything of this sort you guys know of, if you know there is no conflict then I will push it back on them since I have never had anyone else running yoast on enfold have issues. Thanks!
Topic: dynamic_avia 777 permissions
I would appreciate a response to this specific issue. I have searched the forums and your solution is to tell users to change the permissions from 777 to 755, however, you never address why you have it set to 777 or when it will be fixed. Having and end user change the permissions is not solving the problem and I would like to be advised when you will be addressing this issue directly.
We use and really like your Enfold theme – it is the best WordPress them I have every used. However, the dynamic_avia permissions of 777 is extremely problematic and a real cause for concern about the seriousness that you company has in regard to security. Any web host that takes security seriously will disable that immediately. There is NO reason for any WordPress directory to have 777 permissions. 775 is like leaving you car in the city unlocked – 777 is analogous to leaving it unlocked with the keys in it – leaving your website wide open to malicious attack.
To leave these directories at 777 and have subsequent updates overwrite the 755 to 777 is an egregious security issue. Please advise when this will be fixed. I am extremely puzzled and troubled by why this has yet to be addressed by your company.
I would appreciate your attention to this very important issue.
