Viewing 30 results - 6,121 through 6,150 (of 7,495 total)
  • Author
    Search Results
  • #328094

    Topic: SEO Query

    in forum Enfold
    Gstar72
    Participant

    Hi Guys,

    Can you help?. I am using your Enfold Theme, with WP 4.0 and Yoast SEO plugin.

    I have my Title in <H2> tags and meta data for the page, it should read as follows in Google, when you try a search for ‘naturaloutlook’:

    Gary Flooks – Digital Communications Manager
    http://www.naturaloutlook.com
    I deliver on elevating digital brand presence through: creative branding; business and marketing strategies.

    Instead, the Google search brings up the last text entry which happens to be a testimonial? (as below):

    Gary Flooks – Digital Communications Manager
    http://www.naturaloutlook.com/
    Thien HuynhSenior Editor, 24hrs.ca. Toronto, Canadawww.24hrs.ca – 24hrs.ca. © Naturaloutlook, 2014. Home · Work · Services · Profile · Connect. Scroll to top.

    Am I doing something wrong?, or does Google not pick up <H2 tags> when inside a colour section or even a slider?. I don’t understand why Google is picking up on the last line of text for my search results?.

    Any help would be much appreciated.

    Gary

    • This topic was modified 11 years, 5 months ago by Gstar72.
    #328016
    fichtenelch
    Participant

    By default, Enfold uses a sans serif font for the search bar within the menu section on top of every page. Both the “Search”-text as well as the user’s input are both rendered in Helvetica or Arial. Since the rest of my page uses the “OpenSans” Google font, I wanted to use this font for the search bar, too. I tried a few things in my child theme’s style.css but none of it worked so far. For example, I’ve overwritten the #top input[type=”text”]-element from the base.css and added the “OpenSans” font-family, however it didn’t change anything. Could you please give me a hint on how to change the search bar font? Thanks in advance.

    #327825

    That’s possibly it, but it seems that the way Google is stating this scenario, it isn’t about posts to a blog, or similar, but to the main page of the site — which is why I think the code needs to go somewhere in the Enfold configuration. The goal is for a client who uses Google and searches for my company, and I have those Adwords registered to my account, then a map and description of my business comes up on the right of the Google search page.

    This is why I think it needs to be inserted in the Enfold configuration so that the code is presented through the main (home) page of my website.

    “For reference here is the text Google gave me for this process:
    By adding a short line of code to http://www.therapyhelpcenter.com/, you can make your Google+ page eligible to show up on the right hand side of the Google search page for relevant queries and make your Google+ page more discoverable. Learn more
    Ask your site’s webmaster to add the following line of code to your site’s homepage:
    Google+
    You can also email these instructions to your webmaster”

    NOTE: I’ve tried several methods to show the code I’m talking about, but even when quoted the one line of Google + code I mean is changed by this forum software to a blue “Google+” link. I hope this doesn’t cause a problem with resolving this issue for you.

    • This reply was modified 11 years, 5 months ago by davevi.
    #327497

    Hi,
    i had deactivated all plugins. problem is still there.

    Syntax error, unrecognized expression: a[rel=]

    even if i activate the original enfold theme. we had build a child theme for update reasons.

    something is searching for a[rel] tags an didnt find. hope you can help.

    regards.

    #327454

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-search { display: none; }

    and please re-configure header options – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Cheers!
    Yigit

    Go to your functions.php file in the enfold theme files and then search for:

    
    wp_enqueue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 2, true );

    `
    Change the 2 to a 22.

    The broken avia.js is still getting cached so when the server loads everything up its loading enfold/js/avia.js?ver=2 which is the broken file. Changing the version to 22 will break the cache and fix it immediately for you.

    • This reply was modified 11 years, 5 months ago by Devin.
    #327073
    Soapmarine
    Participant

    Dear support,

    I’m aware that my question is not part of standard support but more general question.

    I’m using WordPress SEO by Yoast plugin on my sites, and I used it on Enfold to create XML sitemap and the result points to the 404 page.
    When I did the search on the Yoast support about this topic, I found this: http://kb.yoast.com/article/77-my-sitemap-index-is-giving-a-404-error-what-should-i-do so, Yoast explains that “First of all, let us be clear that this is not due to our plugin, but due to poorly coded themes and/or other plugins.”

    Ok, I suppose that your awesome theme is well-coded but is there any advice that you can give me what could cause this and how can I improve it within your theme? Thank you, guys!
    Alfiya

    #327030

    Hey!

    Thank you for the update. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    1.) Set the Autorotation active? to “Yes”.

    2.) Please give us a sample page with the video.

    3.) Which title? Can you please provide a screenshot?

    4.) You can edit footer widgets on Appearance > Widgets. Look for the Footer – Columns widget area.

    Regards,
    Ismael

    #326919

    This is what our developer said for your reference

    “It appears that there is some issue with your Enfold template to work under https:// it appears that the URLs that it is trying access are http ones. I tried several things to setup it including search and replace all the URL occurrences to go through https:// , using force HTTPS plugin and .htaccess directives that will force any application URL to go via HTTPs but to no avail.

    I would recommend you to contact the template developers to have a look at what might be the reason for this issue as the setup cannot be completed due to this fact and update us as soon as you have more information so that we can setup your applications.”

    #326794

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .main_menu, #header_main_alternate, .responsive #header .main_menu ul { display: block; }
    li#menu-item-search { display: block!important; }
    .av-main-nav > li { display: none; }}

    Cheers!
    Yigit

    #326457

    Hi RedRobin!

    Can you post the link to your search result page where we can see an example?
    You can use SearchWP ( http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) or Relevanssi ( http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) instead of standard search to have more control over search results

    Cheers!
    Yigit

    #326098

    In reply to: Social Sharing Buttons

    Hi GOWD!

    Thank you for using Enfold.

    You can use this on functions.php if you want sharing section on pages:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	return $content;
    }
    

    Edit this one, remove the hover part:

    #top #wrap_all .av-social-link-rss:hover	   	 a{color:#fff; background-color:#ffa133; }
    #top #wrap_all .av-social-link-facebook:hover  a{color:#fff; background-color:#37589b; }
    #top #wrap_all .av-social-link-twitter:hover   a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .av-social-link-mail:hover      a{color:#fff; background-color:#9fae37; }
    #top #wrap_all .av-social-link-dribbble:hover  a{color:#fff; background-color:#e44885; }
    #top #wrap_all .av-social-link-linkedin:hover  a{color:#fff; background-color:#419cca; }
    #top #wrap_all .av-social-link-search:hover    a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-gplus:hover     a{color:#fff; background-color:#de5a49; }
    #top #wrap_all .av-social-link-behance:hover   a{color:#fff; background-color:#008cfa; }
    #top #wrap_all .av-social-link-flickr:hover    a{color:#fff; background-color:#ff0086; }
    #top #wrap_all .av-social-link-forrst:hover    a{color:#fff; background-color:#234317; }
    #top #wrap_all .av-social-link-myspace:hover   a{color:#fff; background-color:#000000; }
    #top #wrap_all .av-social-link-tumblr:hover    a{color:#fff; background-color:#345574; }
    #top #wrap_all .av-social-link-vimeo:hover     a{color:#fff; background-color:#31baff; }
    #top #wrap_all .av-social-link-youtube:hover   a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top #wrap_all .av-social-link-skype:hover 	   a{color:#fff; background-color:#12a5f4; }
    #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
    #top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-soundcloud:hover  a{color:#fff; background-color:#F76700; }
    #top #wrap_all .av-social-link-xing:hover 	     a{color:#fff; background-color:#006567; }
    #top #wrap_all .av-social-link-vk:hover 	   	 a{color:#fff; background-color:#597BA5; }
    #top #wrap_all .av-social-link-reddit:hover 	 a{color:#fff; background-color:#FF4500; }

    Cheers!
    Ismael

    #326067

    Hi Peter,

    Is Kriesi working on an update to fix the Yoast plugin issues other than telling us to increase the memory to 128M? Because increasing the memory doesn’t fix anything Yoast related issues that have surfaced with the latest Enfold update. Their latest updates 1.6 &1.6.1 changed and added quite a few things. I won’t be surprised if the random permalink change has to do with the new wpseo_json_ld_search_output or wpseo_json_ld_search_url additions on the last 2 updates. Have you guys checked these among others?

    Thank you,
    George

    #325993

    The same thing is happening to me. I was trying to replace the default footer text but couldn’t find it in the widget area. After researching I my understanding is to just create a text widget and drag it to FOOTER – COLUMN 1. and so forth. That did replace “interesting links” but it sits lower than the default
    http://www.jodiecharlop.com/
    I am new to enfold so I may have missed some documentation on all this
    Thanks
    Claudia

    #325818
    afarahani
    Participant

    Hi, I have been working on my website (franchiseelites.com) for months. However, indexing process with google is taking so long. Now, some dumb people started to copy and paste our content into his website and it seems google recognizes his content much quicker than ours. His website is on top of google search results with our content.

    Anyone of you guys have any idea?

    hpham45
    Participant

    Can’t search anymore from the menu bar. Search field is completely gone.

    http://virtuusa.com

    Running Enfold 2.9.2 and WordPress 4.0

    #325342

    I’ve got the same problems with the Yoast plugin after updated the theme to 2.9.2. Permalinks are changed out of nowhere and Google hasn’t updated pages changed since the update to 2.9.2. Since updating Enfold to 2.9.2 my site has fallen from page 1 to page 4 in the search results. Had to revert Yoast to 1.5.5 to temporarily (hopefully) solve the issues.
    Please update Enfold to fix the Yoast issues.

    #324865
    wipple
    Participant

    Hi everybody,

    Working on a project, I have been asked to displace the woocommercevariations and add to cart” block.
    I should have a first block containing an image, a second one containing variations (choices) and add to cart, and then a third block containing my product description ect…
    I made a (wonderful and I guess incomprehensible) drawing to show you what I need :
    http://hpics.li/21806ce

    I made research on that, and tried to edit woocommerce templates.
    I tried to edit “single-product.php“, moving <php?> blocks inside (depending on the order I want the blocks to appear on my page), placing this file on my /wp-content/themes/enfold-child/woocommerce/template, but the presumed changes don’t appear…

    Then I realised that Enfold already contain a “config-woocommerce” folder, with a config.php file.
    I guess I have to make my changes in this file, that visibly overwrite the “original” woocommerce templates, but I can’t find what I want in it, I’m a begginer with PHP !
    I have been searching for an entire day, et I’m asking myself if I’m not doing something wrong..? I’m not even sure to completely understand how these php templates work…

    Any ideas for me ?
    Thanks !

    p.s : excuse my bad english, I’m french !
    Here are some informations that could be usefull :
    – WordPress : 4.0
    – Enfold parent : 2.9.2
    Woocommerce : 2.2.4
    – Hosting : 1&1.fr

    • This topic was modified 11 years, 6 months ago by wipple.
    #324528

    Hey XLMMarketing!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .search .widget_categories, .search .widget_archive {
    display: none !important;
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #323724

    Hey H!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.ajax_search_excerpt {
    display: none;
    }

    Regards,
    Yigit

    #323689
    bosbach
    Participant

    Hallo,

    i have played arround for some time now. But how can i remove
    search box, recent entries, …
    <section id=”search-2″ class=”widget clearfix widget_search”>
    <section id=”recent-posts-2″ class=”widget clearfix widget_recent_entries”>
    <section id=”recent-comments-2″ class=”widget clearfix widget_recent_comments”>
    <section id=”archives-2″ class=”widget clearfix widget_archive”>
    <section id=”categories-2″ class=”widget clearfix widget_categories”>
    <section id=”meta-2″ class=”widget clearfix widget_meta”>

    from the sideabar?
    I have tried the options in “enfold theme options” -> “sidebar layout” and created also my own widget. But i dont have success.

    #323491

    Topic: 2.9.2 Update Issues

    in forum Enfold
    kevv33
    Participant

    Hi,

    I have two sites using the Enfold theme (both bought separately) and I’m having the hardest time updating the sites with the latest version of Enfold. I have searched the forum for answers and have tried everything I can find. I’ve followed the directions from this link using FileZilla http://kriesi.at/documentation/enfold/updating-your-theme-files/ and it still does not show the update on WordPress. Can someone please help?

    #323467

    Hi!

    The advance layout builder and wp bakery visual composer have a lot in common, unfortunately, they won’t work well together because of script conflicts. You can use the Video element if you want o embed videos. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Best regards,
    Ismael

    #323439

    Hey!

    Thank you for the screenshot.

    Edit the page then insert the Color Section element. Edit the section and apply the background image. Set the options as you like and don’t forget the Section Minimum Height setting. You can add the content inside the Color Section. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Best regards,
    Ismael

    #323219

    wooow
    sorry about that. i thought i was already updated to the latest enfold version, since, when i search for theme updates in wordpress, it doesnt show me that there are any new theme updates…cheers
    ill update to the latest theme version asap

    #323095
    ultramixer
    Participant

    Hey there,

    does anone know how to create reusable layout/design blocks? I can save “vorlagen” in the enhanced layout editor, but I cannot edit these things they are like stamps not templates. Maybe there is a plugin that supports creating templated layout/design blocks?

    kind regards
    Matthias

    PS.: what kind of forum is this, I cannot search with the enfold subtopic.

    #323068

    Topic: Hardcoded text

    in forum Enfold
    jfufspv
    Participant

    Hello,

    how can I translate the hardcoded strings of the Enfold Template?
    I tried using the Codestyling plugin but I can’t seem to find my pt_PT file in the list of languages (that’s the only language I’m using in my wordpress 4.0).

    Some of the strings I’m trying to translate are the following:
    you are here
    search
    home
    archive
    categories
    Blog – Latest News

    Best regards,

    [Nuno Martins]

    • This topic was modified 11 years, 6 months ago by jfufspv.

    Hi!

    Thank you for using Enfold.

    I’m sorry but we didn’t get any inquiries about this plugin before. You can try searching the forum but I don’t think you will find any. I’m really sorry but we can’t provide support for third party plugins as stated on our support policy. Your best bet is to contact the plugin author specially when you’re using the premium version of the plugin.

    Regards,
    Ismael

    #322701
    sevenseventyseven
    Participant

    Hello Enfold Support,

    This is my first time trying a site with Enfold. The last 4 or 5 sites I worked on using a rival theme, but I decided it was time to try something different and see how another theme would compare, and so far I am very happy. There are some features in Enfold that work way better, quicker and simpler, but some features that I would love to see adopted in enfold… however that’s not the point of this post. I will put requests into the ‘future features thread’.

    Anyway, the point of my query – Logo resizing for iPad mini (and I presume all tablets).
    I finally have the header looking the way I would like it, to suit this clients logo.
    This is with transparent header (of 90px high), and resizing down to an altered logo, and changing to a solid colour.
    I find the space given for logo a bit limiting, (for this particular logo), but found the resizing and ability to change logo very useful.
    (I understand this resizing is done by javascript, and the amount of shrinking could be changed by editing the js?)

    Anyway, after a few hours searching forum, and tweaking things to get it to way I wanted it to look (using custom header height of 180px to suit ‘transparent logo), I was happy with how it looked on pc, mac book pro with firefox, safari & chrome, and on iPhone.

    But… I just checked on iPad Mini (original). The solid header background comes in as it should… BUT…. the logo ‘shrink’ does not occur, the header stays at the fixed 180px height… which looks absolutely terrible.

    Here are screenshots from the ipad:
    https://www.dropbox.com/s/bjfva4v2096izaq/photo%201.PNG?dl=0
    This is when page loads, logo looks fine, and transparent header works well.

    https://www.dropbox.com/s/2ywefbv935p079z/photo%202.PNG?dl=0
    This is once I scroll down the page a bit. The ‘alternate logo’ appears, BUT stays at it’s original uploaded size of 180px high.

    So, my question:
    1. Is there any way or css fix to resize the logo and header for ipad (or similar resolution tablets) once user scrolls down the page?
    2.

    Many thanks for any help you can give me,
    best regards
    O.

    #322603
    borkent
    Participant

    Hi All,

    Does anybody know how to increase the amount of related products with enfold?

    I have tried the woocommerce function but without success, I dont want to edit the core files so updates will stay easy and safe.

    /**
     * WooCommerce Extra Feature
     * --------------------------
     *
     * Change number of related products on product page
     * Set your own value for 'posts_per_page'
     *
     */ 
    function woo_related_products_limit() {
      global $product;
    	
    	$args['posts_per_page'] = 99;
    	return $args;
    }
    add_filter( 'woocommerce_output_related_products_args', 'jk_related_products_args' );
      function jk_related_products_args( $args ) {
     
    	$args['posts_per_page'] = 99; // 99 related products
    	$args['columns'] = 4; // arranged in 4 columns
    	return $args;
    }

    Searched this forum but all requests seem to be to either increase column count or disable/hide related products.

    A working childtheme function would be awesome!

    thx,
    Thomas

Viewing 30 results - 6,121 through 6,150 (of 7,495 total)