Viewing 30 results - 3,241 through 3,270 (of 7,495 total)
  • Author
    Search Results
  • #899397
    Gala
    Participant

    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.com

    • This topic was modified 8 years, 2 months ago by Gala.
    #899220
    BeeCee
    Participant

    Hi,

    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 / XYZ

    It 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.

    #899135
    Dedagroup
    Participant

    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? :)

    #899121
    datadirt
    Participant

    Dear Enfold team,

    a couple of months ago I asked about integrating eForms with Enfold. @Ismael sent me CSS code which works great for content, sidebars etc.

    Today I tried integrating a form into a footer widget and realized that the code (which references #top id) is not working for the footer. I tried replacing #top with #footer, but that didn’t do the trick. It’s basicalle just the margins/paddings that are way too large, but I can’t get rid of them.

    Please take a look at the form in the middle column of my footer here:
    https://datenschmutz.net/silvester2018-alles-gute/

    This is the original code I got from Ismael:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        border-color: transparent;
        background-color: transparent;
        color: #808080;
        border-bottom: 1px solid #9e9e9e;
        margin-left: 3em;
        width: 92%;
        width: calc(100% - 3em);
    }
    
    #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus {
        box-shadow: none;
        color: #555;
    }

    Any ideas how I can make it work in the footer?

    thanks, Ritchie

    #897846
    Prizem
    Participant

    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!

    Brian Greenberg
    Guest

    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 Insurance

    #897554
    Anonymous

    Hi Mike,

    I get these wihin Google Search Console, eg::
    /wp-content/themes/enfold/framework/avia_framework.php
    /wp-content/themes/enfold/framework/php/class-tgm-plugin-activation.php
    Best regards,

    Leo

    #897121
    PhatJ
    Participant

    Hi
    Need some help please (Yigit preferably)

    I have lost my icons and i have oriental symbols appearing. I have reuploaded Enfold and i have turned off any optimisations i made but they still do not show properly. What appreciate it if someone could fix it for me or let me know how to do it.

    Thanks in advance

    PhatJ

    #896979
    cfcre
    Participant

    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_p06PRVyJ1bLtOO0NMCXIeA9Hv6pWl

    2) 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.

    #896749

    Hi,
    Thank you for the feedback, If I understand correctly then, the only difference was the sidebar. I just created a new post as you suggested and it looks exactly like yours. Please see the link in the Private Content area.
    I did a little more research and found your default setting at Enfold Theme Options > Sidebar Settings > Sidebar on Single Post Entries was a “right sidebar” since you don’t like that I changed it for you.
    Please login with the user and password you gave us and try a new post.
    I’m happy to address your other issues, but I’m hoping to get this aspect resolved as a solution.

    Best regards,
    Mike

    #896264

    Hey Pixel_Production,

    There is a topic for that here
    https://kriesi.at/support/topic/enfold-removing-the-search-magnifying-glass-and-adding-in-the-search-field/

    Thank you

    Best regards,
    Basilis

    #896219
    purejewels
    Participant

    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 reason

    • This topic was modified 8 years, 2 months ago by purejewels.
    #896169

    Self-hosted mp4-videos dont show up or dont work properly in some browsers anymore since the update. Before the update to enfold 4.2, everything was fine.
    I realized, that on all browsers, direkt youtube-videos work perfectly. I tried all posted suggestions and hints, nothing worked for all browsers.
    That’s a pretty serious bug and i somehow now regret, to work with enfold, because something just normal should not happen. Hours and hours of researching for just nothing. Why the heck hasn’t this checked properly before the update release? By the way, if i embed the selfhosted mp4 videos without the avia-editor, everything works fine as expected. h

    hope you guys will find a solutions for this ASAP!

    #896155

    Topic: Header and Footer

    in forum Enfold
    sjidesign
    Participant

    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

    by the way – you can find those hooks on enfold – search for do_action in the enfold folder.
    on your helper-main-menu.php there are 6 do_actions to find ( one is for header left right position only)

    avia_meta_header
    ava_main_header
    ava_main_header_sidebar
    ava_before_bottom_main_menu
    ava_inside_main_menu
    ava_after_main_menu

    sometimes they got comments before the do_action like f.e.: Hook that can be used for plugins and theme extensions
    you see the code – the add_action concerns to the do_action rules in the code. So you can insert code here like it does with the header widget

    #895963

    Hi,
    Please try using a Child Theme so the customizations you make will not be overwritten by an update. For the Remove or fix Ajax search functionality solution that is in this thread, it called for editing the avia.js.
    To add the avia.js to your child theme, Create a js folder then place a avia.js file inside. Add this on the child theme’s functions.php:

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 ); 

    Please feel free to request – or vote if already requested – adding a settings selector in the next update on Enfold feature request form.

    Best regards,
    Mike

    #895871
    mcraig77
    Participant

    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?

    #895802

    In reply to: HTPPS?

    switching to https is not a specific Enfold thing. It is allways the same like on any other wordpress installation.
    i do allway install before changing anything the plugin search & replace

    After that i change the urls in dashboard – settings – : wordpress url and website url to https.
    After that you has to login again. Than goto search and replace under tools ( you can do that by mysql but this way is much easier.)
    Important: just do it – First Tab is for saving the DB by crating a sql file –
    second tab is for search and replace action

    search for : http://your.domain
    replace by: https://your.domain

    ! Make a proof if your writing is correct at all
    activate all tables ( i do not make a test – i made the mark at write direct to DB.
    thats all
    Attention: do not only search http and replace it by https (all links including the links to external scripts (google api etc) are affected than.

    • This reply was modified 8 years, 2 months ago by Guenni007.
    #895787
    HoffmanLisa
    Participant

    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 menu

    Currently the website is being built on server in sub-folder.
    PLEASE HELP as we are getting ready to launch this new website.

    THANKS!!!!

    #895723
    Hans Bastiaan
    Guest

    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.

    ashlandwebsites
    Participant

    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;
    }
    #894845

    In reply to: Search-Icon

    Hallo,

    Please go to Enfold theme options > Main Menu and uncheck “Append search icon to main menu” :)

    Regards,
    Yigit

    #894685
    George Stone
    Guest

    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…George

    #894665
    Theqie
    Participant

    Hi,

    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?

    #894571

    Topic: Conflicts with Yoast

    in forum Enfold
    Overhaulics
    Participant

    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!

    #894508

    In reply to: Center the menu

    Hey Sandra,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
      float: left;
    }
    nav.main_menu {
        margin-left: 45%;
        transform: translateX(-30%);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894356

    Hi Rikard
    Not quite correct – the Lazy Load script will load 1.2mb of 2.5mb page (on load and according to Pingdom) so in a mobile scenario it makes the render appear quicker. Although ultimately the page will be rendered it will only be on scroll – which is the whole point. A mobile user, on 3G shouldn’t need to load all 2.5mb if they don’t need it and certainly not all at the point of connection.

    I want Lazy Load to take advantage of the zero byte placeholder principle (as HTTP/2 favours parallel loading) so it makes sense to make the initial page load as small as possible. This is about perceived load and TTFB (Time To First Byte). Go check Google Lighthouse to learn more.

    Lazy Load does this on my biggest page and I need it to work for those reasons.

    It’s very disappointing (again) that a really good plugin can’t function properly with Enfold. (I fought with you guys for 2 years to get Yoast to crawl images properly for the sitemap function (which you eventually did).

    I wish Kreisi would prioritize the changes in User Experience and the move towards a mobile-first index. As we move forward in the way search is evolving it’s these kind of small adjustments that can make massive differences to the rank, and performance, of a business website. It is a selling point. We need this more than we need animations and scrolling banners and sliders.

    You can close the thread if you want because I’m not going to get anywhere am I?
    Thanks for your time
    Ed

    • This reply was modified 8 years, 2 months ago by Swarez.
    #894183
    AlpineWeb
    Participant

    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.

    #893943

    Go to Enfold theme options -> Main Menu -> General and uncheck “Append search icon to main menu”

    John

    #893641

    In reply to: avia search tooltip

    Hey Mariken,

    Thank you for using Enfold.

    There are 2 search or magnifying glass icon in the header. How did you add them?

    Best regards,
    Ismael

Viewing 30 results - 3,241 through 3,270 (of 7,495 total)