Viewing 30 results - 10,471 through 10,500 (of 11,179 total)
  • Author
    Search Results
  • #204870

    Topic: SEO

    in forum Enfold
    Imburr
    Participant

    Alright, I am developing a site for Virginia SEO, at https://www.virginiaseo.org

    I have been whittling away at content issues and such, and have finally got the site down to something that I would call optimized. I discovered a major issue over Christmas, and just discovered another major issue as well, which I will share:

    When you install WooCommerce into the theme, and you enable header bars with the title and breadcrumb, every product page has two H1 tags on it. This is a big no-no SEO wise as I am sure you know.

    This is what I did:

    Line 28 in archive-product.php in WooCommerce
    <h1 class=”page-title”><?php woocommerce_page_title(); ?></h1>

    Left This heading alone, since the product title is what I would like to be my H1

    Change line 274 in themes\enfold\functions-enfold.php

    ‘heading’ => ‘p’ //headings are set based on this article: http://yoast.com/blog-headings-structure/

    I changed this to P from H1, and then applied some re-sizing to it. the downside is that this change I made was site wide, so I had to go through all of my pages and manually add a H1 tag to the page.

    ————————

    My second issue I just discovered. I use Yoast SEO of course, and I have enabled the option to:

    Sitewide meta settings
    Noindex subpages of archives
    If you want to prevent /page/2/ and further of any archive to show up in the search results, enable this.

    And if you go to my pages, you will see the meta robots. But I plugged my site into Google webmaster tools, and look at what I am seeing:
    http://cl.ly/image/3F2S0o150f2b

    It seems Google is crawling the sort links and other links as well.

    Also while we are on the topic, I use a SEO tool called Raven SEO. They do a crawl of the site as well. I discovered that the TOP search button (The one in the shape of a magnifying glass) which is enabled in Enfold options was getting crawled as well. The result was 1000 failed listings of crawling pages such as site.com/product/s?=

    I solved this by disabling the header search feature.

    But all of these items are check marks against the site in my opinion- Google finding tons of 404 errors because it is trying to crawl a crazy sort link on the page is not right. I am going to go about blocking some of this stuff now with robots.txt… which is against my better judgement, I do not like to use robots.txt except in extreme circumstances.

    Thanks,

    Chris

    #204820

    Hey SAdesignsUnltd!

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

    a.pp_close { top: -663px; }

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

    Cheers!
    Yigit

    #204740

    In reply to: update info

    Hi pc37075!

    Here you go:

    2013 December 19 - Version 2.4.4
    Files that changed:
    - style.css - new version number
    - file 404.php fixed a small bug in 
    - folder config-woocommerce: fixed a lightbox issue
    - file functions-enfold.php: small improvement to the ajax search button
    - file includes/admin/register-admin-options.php - removed portfolio slug options from Enfold Admin Area
    - file includes/admin/register-portfolio.php - moved portfolio slug setting to Settings->Permalinks
    - file includes/loop-portfolio-single.php && template-builder.php - small improvements
    

    Regards,
    Devin

    #204714

    Hey David!

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

    .course a.button:hover { color: white!important; }
    .main_color input[type='submit']:hover { background-color: #3b9de5!important; border-color: #3b9de5; }

    Best regards,
    Yigit

    #204690
    zerozendesign
    Participant

    Top of the New Year to you guys,

    I figured this question would be fitting here seeing as though there have been a couple others mentioning Sensei integration.

    If you take a look at http://codelessme.com/pt/course/functional-assessment-treatment-scapular-dysfunction/ and hover over the buy course button, it turns it blue. I am trying to apply the same button effect found on the other buttons throughout the site (see sidebar), But cannot locate the hover snippet to make this edit.

    A nudge in the right direction would be greatly appreciated.

    Thanks guys.

    #204452

    Hi!

    You can import the parent theme settings since Enfold 2.3. Go to the theme option panel and search for the “Import Parent Theme Settings” button: http://www.clipular.com/c/4506589276930048.png?k=VaOCyRhRMpV98mYOD3Pb468z6rA

    Best regards,
    Peter

    #204376

    Hey!

    You can remove the breadcrumb using this on Enfold > Styling > Quick CSS:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    To change the button to circle, first, you need to add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Buttons then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-button”.

    You can add something like this on your custom.css or Quick CSS:

    .awesome-button .avia-button {
    border-radius: 40px;
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 0;
    position: relative;
    font-weight: normal;
    text-align: center;
    width: 40px;
    min-width: 40px !important;
    }

    Regards,
    Ismael

    #204245

    Hi!

    We removed the option from the theme options page and added it to the WordPress settings page (Settings > Permalinks). You can change the slug on the permalinks settings page and then hit the “Save” button to flush the rewrite rules.

    Best regards,
    Peter

    #204144
    Monsoon
    Participant

    I wanted to try something and change the background of the search popup and tried to change its css attribute in the Custom.css…did not pick it. I tried in Layout, did not pick it. So I tried in the dashboard custom css section and that worked.

    I think the site dynamic css that is written in the uploads folder may be writing on top of the css in those other files. This means that you are kind of limited to the css colors you set in the theme’s tabs. In my testing I was trying to use:

    #top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select {
    	border-color:#cccccc;
    	background-color: #ffffff;
    	color:#000;
    }

    because I had set the top backgrund to be dark the background for the search was dark as well.

    So I would like to know if there is a way to make the custom.css be the last css parsed so that the declarations in it are not overwriten by the custom one. The problem with relying on the custom css field is that anybody can destroy the site by erasing that section by mistake in pressing the wrong button (it happened, just like the import custom pages can screw up a website is an admin presses the wrong button) I always remove the admin section for importing dummy content because I don t trust other admins to not make a mistake but with the css one its more of a problem as there is no going back if you reset the styles.

    Anyway, which css is the last one to be picked up and could the next version fix the order and pick custom last please :)

    Thanks

    #204035

    In reply to: Buttons in Enfold

    Hi!

    Den Button Code findet ihr in /wp-content/themes/enfold/css/shortcodes.css – sucht am Besten nach

    
    /*button element*/
    

    und gleich darunter findet ihr den gesamten Styling Code (Farben, margins, paddings, etc.)

    Cheers!
    Peter

    #204018

    Hi Yigit,
    I was trying to add a single read more button on the blog post, like that.
    Is possibile?

    Regards

    http://www.thomasgraziani.it/Button_enfold.jpg

    #203957

    In reply to: Buttons in Enfold

    Thanks Yigit !

    But what I need is a list of (css?) settings, how the orange-splash mid-size button is defined/created, to give them to someone else, so he can build them outside of WordPress !

    Thanks
    Tom

    #203915

    In reply to: Buttons in Enfold

    Hi ideenstart!

    You can select buttons color in buttons settings http://i.imgur.com/pZWjkzy.jpg
    and change its size by adding following code to Quick CSS in Enfold theme options under Styling tab and adjusting it as needed

    .avia-button.avia-size-medium { min-width: 130px; }

    Best regards,
    Yigit

    Hey!

    Yes, it looks fine. I just checked your website and it is working fine as well. If it is not on your end, you can try flushing browser cache and refresh your page.

    Regards,
    Yigit

    Thanks! just so I’m sure I have it right – below is exactly what I have – is this correct?

    .ls-fullwidth .ls-playvideo {
    width: 70px;
    height: 70px;
    margin-left: -25px;
    margin-top: -25px;
    background-position: -290px -140px !important;
    }
    .ls-fullwidth .ls-playvideo {
    width: 70px!important;
    height: 70px!important;
    }
    .ls-fullwidth .ls-playvideo:hover { opacity: 0.5; }

    Hi!

    You can add following code to decrease the opacity on hover

    .ls-fullwidth .ls-playvideo:hover { opacity: 0.5; }

    Regards,
    Yigit

    Yes! that makes the whole enlarged button visible, but now the “hover” effect doesn’t work (ie, the button doesn’t change highlight).

    Hi!

    Yeah sorry my bad. Code is currently not being applied, you should add !important to force it and then it should work fine

    .ls-fullwidth .ls-playvideo {
    width: 70px!important;
    height: 70px!important;
    }

    Best regards,
    Yigit

    I think I already have that – this below is exactly what I have:
    .ls-fullwidth .ls-playvideo {
    width: 70px;
    height: 70px;
    margin-left: -25px;
    margin-top: -25px;
    background-position: -290px -140px !important;
    }

    Hi!

    Please add following code to Quick CSS as well

    .ls-fullwidth .ls-playvideo {
    width: 70px;
    height: 70px; }

    Best regards,
    Yigit

    Hi-
    It’s different – but still not correct – please see:
    http://stg.ciphercloud.com/

    #203873
    chriswagemakers
    Participant

    If I add a product to my cart in this view (http://kriesi.at/themes/enfold/shop/) you will see a beautiful add to cart animation.
    I was wondering if it is possible to create the same animation when you add a product to your cart at the productpage (i.e. http://kriesi.at/themes/enfold/product/kenwood-kmix-two-slice-toaster/)

    Is there a way to set this animation on the product add to cart button as well?

    Kind Regards
    Chris

    Hey!

    Try with this code instead:

    .ls-fullwidth .ls-playvideo {
    	width: 70px;
    	height: 70px;
    	margin-left: -25px;
    	margin-top: -25px;
    	background-position: -290px -140px !important;
    }
    

    Cheers! 
    Josue

    Hello-

    I’ve tried this and the larger “play” button is getting cropped – please see the 2nd and 3rd sliders on:
    http://stg.ciphercloud.com/

    #203794

    Hi anderandreani!

    No, this is impossible. The single portfolio entry slug ALWAYS used (since Enfold v1.0) a static slug (i.e. /portfolio-item/ ) and it was (and still is) not possible to use a category based slug instead. You can change the “portfolio-item” text on the Settings > Permalinks page (change the text in the option field and hit the “Save” button) but you can’t use the category (or any other dynamic slug rule) for the portfolio entries.

    Cheers!
    Peter

    #203760
    123456
    Participant

    I believe the full screen sliders on Enfold have such unbelievable visual impact and I love theme. However, I am questioning whether users are intuitive enough to know to continue to scroll down to view content hidden below the fold.

    As developers, do you find this to be true or are most users now accustomed to assuming there is more to be seen below the fold?

    And in regard to that, do you have any suggestions on what may be a good solution to investigate? Perhaps I should look at adding a scroll down to next section button like you might see on some one-page scrolling websites?

    (Not sure if this is the appropriate place to post – as this is more customization based than support required. Admin(s) please feel free to remove topic if necessary.)

    TIA

    #203756
    This reply has been marked as private.
    #203731

    Hey foking!

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

    .avia_cart_buttons { opacity: 1; }
    #top .main_color .avia_cart_buttons .button { color: red; }
    .header_color .cart_dropdown_link { background-color: blue; }
    .header_color .cart_dropdown_first .cart_dropdown_link { color: yellow; }

    This will keep the opacity fixed at 1, change color of add to cart and show detail buttons and change the color and background color of basket on the header

    Cheers!
    Yigit

    #203691

    Hi karbonato!

    Please update your theme to the latest version (2.4.4). Then go to Settings > Permalinks and change the portfolio slug rules if necessary and hit the “Save” button. Does this procedure fix the issue?

    Regards,
    Peter

    #203682

    Hi Peter!

    Ich arbeite mit einem Child Theme und ersetze immer den kompletten Enfold Ordner !
    Und ich habe bereits 2.4.4 online !

    Im Child Theme Ordner ist zwar auch eine functions.php, aber komplett leer:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */

    Fällt Dir spontan noch was ein ??? :-)

    LG
    Tom

Viewing 30 results - 10,471 through 10,500 (of 11,179 total)