Viewing 30 results - 7,021 through 7,050 (of 7,471 total)
  • Author
    Search Results
  • #186433

    Hi!

    Please update your theme to Enfold 2.4.1. You’re using 1.8.4 at the moment and we need to make sure that you’re using the latest version of the theme before we start to search for bugs, etc.

    Best regards,
    Peter

    #186327
    abortolotti
    Participant

    Hi,
    I just installed Enfold on a new domain, downloaded the Dummy Data, then created 9 pages and erased all the others from the Dummy Data.
    If I search on Google for barcelonasitgesterrace.com I get all the pages listed (68!) and not just the 9 pages that are currently there. Besides, and that’s the most important thing, the meta description doesn’t appear.
    If you do a search on Goolge, you’ll see what I mean.
    How do I get Google to show for example the Homepage with its appropriate meta description, which I already created with Yoast SEO?
    Do I have to re create a xml sitemap and send it over to Google? I guess Yoast did that upon installation and before I erased the Dummy Data, which may explain why I get the wrong search results?

    Thanks!

    Antonio

    #186150
    mar10nlund
    Participant

    Hi guys

    A) This might be number one stupid question but how do I control my H1, H2, H3 etc and body with my Enfold theme? I’ve been searching for answers with no luck.

    E.g. I don’t want Enfold to bold my headers on this page http://isokvik.dk.linux31.unoeuro-server.com/?page_id=761

    B) On the same website I would like to experiment with having a border around the site and to regulate the site padding. How do I do that? A bit like what I’ve done on this site http://fintessdoktoren.dk/.

    C) I would also like to experiment with making shadow of the whole page on the backbround image. Any advice heres?

    Thanks

    Martin

    #186135

    Hey basilicon!

    Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and search “Expand the image”

    Cheers!
    Yigit

    Laurence
    Participant

    Hi

    I am using the portfolio items as a product portfolio for a manufacturing company that has about 500 products. Each product portfolio has 4-6 photos about 600×400 px in size.

    Is there a limit to the amount of portfolio items I can create?
    After creating them, are they searchable?
    Can I categorize them and use the categories as a menu items?

    Thank you for your answer in advance.

    Laurence

    #185585

    Hi Gekko101!

    In your WordPress theme directory please go to wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php file and search for “Archive for category:” it should be on 838th line. You can remove it there

    Regards,
    Yigit

    #185493

    Hi!

    Open functions-enfold.php:

    Search for this lines (341-343):

            $entries['prev'] = get_previous_post($same_category);
            $entries['next'] = get_next_post($same_category);

    Replace them by this:

            $entries['prev'] = get_next_post($same_category);
            $entries['next'] = get_previous_post($same_category);

    Best regards,
    Josue

    #185374

    Hi Nora!

    Since when are you using Enfold?

    It could take some time until the new title gets indexed.

    Regards,
    Josue

    #185368

    Hi basilicon!

    What version of Enfold are you using?

    I think that behavior is already here /includes/loop-search.php (line 95):

    $excerpt = strip_shortcodes( get_the_content() );

    Cheers!
    Josue

    #185299
    norasp
    Participant

    Hi there!

    When search my site on google it appears but it doesn’t have a title. If you make the search binocle lab on google you’ll know what I mean.

    The title appears under the name (“Untitled Document”).

    I’ve downloaded YOAST wordpress SEO but it doesn’t seem to work. I have checked the Header.php and changed this: <?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?>
    for this
    <title><?php wp_title(''); ?></title>

    I’ve also located the source code of the website and the <title></title> appears as Binoclelab (not Untitled Document).

    I DON’T KNOW WHAT ELSE TO DO. This is my second enfold website and the first one didn’t have this problem.

    I would appreciate any help provided!

    Greetings and thanks,

    Nors

    • This topic was modified 12 years, 2 months ago by norasp.

    Hi!

    2) Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and search for

    allow_resize:true,allow_expand:true

    and change it to

    allow_resize:false,allow_expand:true

    Cheers!
    Yigit

    #185276
    StuWeTueHo
    Participant

    Hello,

    I am in final stages of completing our website and must say, that this theme and the theme support is awesome. I never regretted spending my money on enfold theme. But there is still one last thing I need to find out.

    I really need the ability to handle shortcodes in post sliders / grid layouts (within the excerpt). Each excerpt should e.g. start with an icon, but the excerpt just outputs the shortcode term for the icon. I tried the advanced excerpt plugin, which helps me display shortcodes inside the excerpts of blog elements, but is no help with any grid element.

    I did some research, but couldn´t find a solution. The topic that came closest to my question was this https://kriesi.at/support/topic/dropcap-2-and-post-sliders/ – but the provided code didn´t work for me.

    I appriciate any help. Thanks!

    #185201

    Hi absmith55!

    You can undo changes you have done and add following code to Quick CSS in Enfold theme options to remove search icon from main menu

    #top .menu-item-search-dropdown > a { display: none; }

    Regards,
    Yigit

    #185200
    oskarpalmenfelt
    Participant

    Hi

    I’ve been searching the forum and trying different settings in the Enfold-theme options and menu options, but I can’t figure out how to remove the entire menu with logo and all.

    http://www.intouchprogram.se

    Menu includes home home Portfolio blog etc

    Best regards, Oskar

    #184966
    absmith55
    Participant

    I believe I have found a bug. When I tried to remove the search icon from the main menu it caused an error on the site. When I uncheck “Append search icon to main menu” in the Enfold settings and save, then go to my site, the images, sliders, galleries don’t load. I think this is because javascript isn’t loading.

    I checked the developer toolbar and I’m getting this error:

    Uncaught TypeError: Cannot read property ‘left’ of undefined avia.js?ver=1:232
    adjust_menu_width avia.js?ver=1:232
    avia_resize_menu avia.js?ver=1:359
    (anonymous function) avia.js?ver=1:15
    c jquery.js?ver=1.10.2:3
    p.fireWith jquery.js?ver=1.10.2:3
    x.extend.ready jquery.js?ver=1.10.2:3
    q jquery.js?ver=1.10.2:3

    Please help ASAP. Thanks!

    Hi Josue,
    Sorry for the delay i was off for a vacation.Good to hear that, how should the logo be changed i mean in what way.?I am not so familiar with the seo things, but after some researching i found the ranking will take time to retrieve its previous position once it is lost due to change in the structure(while migrating to a new theme). If possible please can you guide me on specific things i need to change and the exact directions for that.
    Thanks :)

    #184484

    Hey IcosMediaKunden!

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

    #top #menu-item-search.menu-item-search-dropdown>a:after { content: 'Suche'; }

    Regards,
    Yigit

    #184430

    Hi!

    You can do it yourself if you want, add this at the very end of this file.

    $("#avia-menu").append($("#avia-menu > .menu-item-language").detach());

    Cheers!
    Josue

    #184201

    In reply to: Search results layout

    Hi ksakkos!

    No, right now the search results page does not support a special layout for portfolio entries. You can request this feature here: https://kriesi.at/support/topic/enfold-feature-requests/page/13/ and if more user request this feature we might look into it.

    Best regards,
    Peter

    #184162

    In reply to: Translation issue

    Hi!

    Please try to use Codestyling instead: http://wordpress.org/plugins/codestyling-localization/
    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Peter

    #183982
    bencwitt
    Participant

    First of all I would like to say that this is an amazing theme. I have used Avada & uDesign on some of my other sites, but the Enfold theme is truly amazing. I anticipate switching all my websites over to this theme in the very near future. You folks have done an amazing job on this theme, keep up the good work.

    When I was searching for a new theme I came across Enfold and Inovado and thankfully came to the decision in choosing Enfold. My only complaint so far (and granted this is me being picky as this theme is far superior) is that I preferred Inovado “Call to Action” design over Enfolds Promo Boxes. I thought the design gave it a certain dynamic that made it truly stand out on the page like a call-to-action button should.

    I am a novice at CSS so I tried figuring out a way to style the promo boxes to give it that extra “WOW” factor, but I am having a very difficult time doing it. Would it be possible to assist me or point me in the right direction on how I could add some style (border, h2, p) to your promo boxes so that they have a similar appearance to that of Inovado’s “Call Out” feature? Inovado Call Out Feature

    #183590

    Hi CivilC!

    1.) You can use the Enfold Advertising Area or just plain HTML code using the Text Widget.

    2.) You need to hire a freelance developer to add that kind of search filter.

    Regards,
    Ismael

    #183523

    Actually – found a hack for this. I added the following to the end of the functions-enfold.php file:

    update_option(‘image_default_link_type’,’none’);

    This sets the default option to None when inserting media – I dislike making changes to the settings file as they get wiped out when the theme is updated. I had to make another hack like this to move the Search icon to the Utility Menu – would be an awesome add if the media default could be in the theme settings.

    Thanks again!
    Doug

    Hi!

    No, not at the moment. It will inherit the setting for Blog style set in the Enfold general settings.

    Best regards,
    Devin

    #183354
    CivilC
    Participant

    I was just wondering how best to replicate the following examples on my enfold site

    Firstly I want to install an customized side banner where I can sell advertising to my clients see this site on right side, is this a plugin or how should I best go about building this?
    http://onefabday.com/

    I also wanted some advice to see if you knew what this site is using or how this is best constructed using Enfold, see the search facility on the left of the page
    http://onefabday.com/wedding_venues/

    Many thanks in advance.

    Paul

    #183304

    In reply to: Search Function

    #182988

    Topic: gallery rollover bug

    in forum Enfold
    yes2themes
    Participant

    Having an issue with a rollover on gallery thumbs. Rollover chews up the large image directly above….
    Too complicated to explain so a shot a quick video of it. Any help would be appreciated.
    You can view it here. http://screencast-o-matic.com/u/VtgF/Enfold_Gallery_Rollover_Bug

    Searched forum support for: gallery rollover, gallery rollover bug , rollover bug, gallery bug, portfolio gallery rollover bug

    WP Dev Url – http://dev100.us/balloons/

    Theme Name: Enfold
    Theme version: Version: 2.1

    Active Plugins:
    Advanced Custom Fields
    Advanced Custom Fields: Gallery Field
    Advanced Custom Fields: Options Page
    Advanced Custom Fields: Repeater Field
    BackupBuddy
    Black Studio TinyMCE Widget
    Duplicate Post
    Media Categories
    Pinterest RSS Widget
    Post Types Order
    TablePress
    WordPress SEO

    #182891
    dmaca
    Participant

    Hello guys,

    I noticed to many request for ‘browserconfig.xml’ recently.

    Brief research showed that it is caused by Windows 8 / 8.1 visitors. Their system sends request for such file… in order to use it for windows fancy tile desktop.

    Is it possible to include into the theme such ‘browserconfig.xml’ generator… so they could enjoy bookmarking Kriesi-themed sites???

    Kind Regards,
    Denis

    #182886

    Hey!

    Great, glad it worked :)

    Best regards,
    Peter

    #182880

    Hi Dude,

    Couldnt thank you earlier!

    I followed your advice.. and it works just fine!

    Thank you, thank you very much!!!

    Regards,
    Denis

Viewing 30 results - 7,021 through 7,050 (of 7,471 total)