Viewing 30 results - 240,571 through 240,600 (of 244,178 total)
  • Author
    Search Results
  • #135214

    Glad you were able to figure it out. I had planned on testing it out with Enfold and Kriesi’s other themes since it seems to be a good alternative to some of the other widget control plugins.

    Regards,

    Devin

    bongoman
    Participant

    I’m wanting to insert an image as a layer into the layer slider but it seems I only have access to the full, original size image? I was hoping to access one of the many thumbnail sizes that Enfold & WordPress create…

    #134580

    A couple of guesses: you have *a lot* of active plugins which doesn’t necessarily mean you’ll have issues but that is a lot of different code all running at once. If you can cut down on some that may help.

    Try tweaking your WP Super Cache settings. While I’m not familiar with WPSC directly, I know when you start getting into performance plugins there is a lot of overlap and that overlap can cause issues. So if you have anything else doing minification or caching turn the others off.

    #135030

    In reply to: Enfold Styling issue

    Glad we could help :)

    Let us know if you have any other questions or issues.

    #134086

    solved (at last)

    For if it can be helpful to other guys..

    1) page with template “blank page”, no header, no footer, no sidebar

    2) add plugins “background manager” to set the background color of the page X color specifically

    3) put on page one colored-section and there all the elements we want.

    In color-section set the background color, X.

    4) enfold styling put in “alternate content” all colors as transparent (not define) minus the border color in which you have to put X.

    5) Modify the css for the elements with the colors you want.

    Et c’est fini: http://www.escalamas.com

    Best regards.

    Xavier.

    #27804
    Bruno
    Participant

    Hello Kriesi, thank you for your wonderful work. Please…

    1. I Purchased Enfold but for the moment I would not use the Blog and I would not receive comments, is it possible? What should I choose in the “And where do you want to display the Blog?” in the Theme Options?

    2. Please, how can I create a private area? Now, I use “Cooming Soon Page” (from link PRIVATE AREA), how can I add a button to return to the previous link, such as in the page “Blank Page”?

    Thank you very much

    Bruno

    #135068

    Thank you for your quick response. After following your instructions the new code did not overwrite the parent file. Is there anything else I need to do?

    *edit – I have also tried this one /wp-content/themes/enfold-child/includes/admin/register-backend-styles.php and that code didn’t override either. Not sure what I am doing wrong here

    #135045

    Hi Nick – just sent you an email with items you requested. Thanks – CC

    #27800
    figarofigaro
    Participant

    Hi,

    First of all, thanks a lot for this amazing theme. Your hard work gives me the chance to not work so hard and still have an amazing looking site with incredible functionality.

    I’ve been playing with the theme and learning some things while setting up my site. I have run into a problem with broken icon images when accessing my site through a subdomain.

    The subdomain seems to be set up correctly using the control panel with my Netfirms hosting account.

    When accessing the site via http://www.inmypocket.ca there is no issue with the icon images.

    You can see when accessing the site via ottawa.inmypocket.ca the icon images are broken.

    From my knowledge, this is probably being caused by relative or absolute links but I don’t know where to look for them.

    Please help me resolve this issue. Using the subdomain is an important part of my project.

    Thanks in advance for your help.

    Dave

    #133792

    I found the cause of the problem and it didn’t relate to the WordPress 3.6 or Enfold Theme 1.9.1. The problem was created because there was a mismatch in the Settings

    WordPress Address was set to: http://mydomain.com/wordpress

    Site Address was set to: http://www.mydomain.com

    I corrected the WordPress to http://www.mydomain.com/wordpress and the toolbar is now showing.

    #135383
    #27794
    hylandgraphics
    Participant

    How do I activate the search feature in the header of Enfold. I can seem to find that option? Thanks in advance!

    #130202

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #129843

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #131871

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #134314

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #27720
    gregdickson
    Participant

    I’ve been having issue today using the styling section in theme options. Whatever I changed it wouldn’t update.

    Permissions were correct

    Changed wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), $ver, 'screen' ); from 1 to $ver as suggested in this post https://kriesi.at/support/topic/how-to-remove-the-get-parameters-from-jscss-files-eg-enfoldcssver1

    Still nothing changed then I changed the number in the following code and the next set of changes started to display.

    {
    $avia_upload_dir = wp_upload_dir();

    $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
    wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
    wp_enqueue_style( 'avia-dynamic');
    }

    Not sure whats going on but it took me a age to sort it out so it may help others.

    Cheers

    Greg

    #134706

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #27791
    tglawe
    Participant

    By default Enfold 1.9.1 just shows full posts or a count of characters as excerpt on blog pages. But, I’d like to use the more tag from the editor to create excerpts.

    #134924

    Hi Devin,

    Thanks for the clue! I looked trough the JS console output in Chrome and found that the error

    Uncaught Error: Syntax error, unrecognized expression: #mobileMenu_menu-%d0%b3%d0%bb%d0%b0%d0%b2%d0%bd%d0%be%d0%b5

    Was related to the menu name in Cyrillic. I changed the name to ‘Main’ and it now works fine.

    I also wanted to say that this error prevented the menu on mobiles. That’s not too important for me but it also fixed now!

    I’m not sure if this is a theme or the localised WP issue but just in case you’re curious.

    Best regards,

    Max

    #135044

    Hi,

    Ohh, so its the actual form that the admin uses and not a form you created with the plugin.

    Ok. My email is usjahm (at) gmail (dot) com. Please include a link referencing this post along with the login credentials and url to the backend.

    Thanks,

    nick

    #27363
    marinoss
    Participant

    The WordPress toolbar isn’t showing while visiting my site after log-in as admin. It is showing on the admin panel but when I click on Visit Site from dashboard or manually visit my site it disappears on the site even though I’m still logged in as admin. I have already checked the option “Show Toolbar when viewing site” and deactivated the recent plugins. I noticed that after upgrading to WordPress 3.6 and Enfold Theme 1.9.1.

    #27780
    pmconsulting
    Participant

    I’ve followed the instructions at http://vimeo.com/channels/aviathemes/64996057

    I cannot get the Advanced Editor to appear for custom post types. I have tried by adding the CTP using WP-Types and by adding CPT manually as advised the WP-Types support here: …

    I’m using WP 3.6 and the latest versions of WP-Types and Enfold Theme.

    I’m using a child theme and have tried making the changes to meta.php, both in the parent and in the child theme folders – separately, of course.

    Still no Advanced Editor.

    Any Advice?

    Please advise

    #135309

    In reply to: Logo Alt & Title Text

    you’ll have to modify themes/enfold/framework/php/function-set-avia-frontend.php

    line 429 or 435.

    I tried to copy this file in the in the child theme (same directory structure) and didn’t work, so I modified it in the main theme folder.

    #131542

    I have all latest installations WP and Enfold.

    The same issue on iPhone4s fixed img at color section not show up.

    On android 3 diff browsers it’s ok,

    #135043

    Hi Nick – because this occurs in the admin (when the Gravity Forms is being created) you will need login credentials to view it. How can I get these to you privately? Thx C

    #131541

    Hi MarieAn,

    The first thing to try is updating your theme files. This will also allow you to update WordPress to 3.6 since the Enfold 1.9.1 update brought it up to date for the newest WordPress release.

    Regards,

    Devin

    #27743
    JTV Digital
    Participant

    Hi,

    I’m creating a child theme of “Enfold”. I almost finished, but I want to add some features to the pricing tables and I need to modify the “table.php” file on the directory “config-templatebuilder/avia-shortcodes/”.

    The problem is that when I add the modified version of the “table.php” file on the child theme folder, it doesn’t work. It ignores completely the child theme file.

    What can I do?

    Thanks

    #135200

    Hi,

    You are using an old version of the theme and need to update in order to correct that issue. Please login to themeforest.net using the account you purchased the theme with to download the latest update version. Please be aware that the update will overwrite *every theme file* , so if you modified any of the php files or added something to /css/custom.css then you will need to make a backup first.

    To correctly install the update you will need to unzip the update folder to your home computer to find a second zip folder located within the first. Unzip to a different folder on your desktop. You will need to use FTP to connect to your server so make sure you have the correct credentials which are differnt from WordPress. Ask your host.

    Procedure

    1) Logout from WordPress

    2) Login using FTP (filezilla is a good free ftp program to use -> https://filezilla-project.org/download.php )

    3) Using ftp upload the update so that every file gets overwritten in the /wp-content/themes/enfold/ folder.

    4) Log back into wordpress admin.

    Here is a good video that goes over these steps in greater detail from Devin ( https://vimeo.com/64927356 )

    Thanks,

    Nick

    #134533

    Hi,

    I´m using the newest WP and Enfold version. When I create a new page and select the Advanced Layout Editor the editbox disappears! On exisitng pages where I already used the ALE everything is fine. Only when I try to create a new page!

    Tested with Chrome V.28 and FF17.

Viewing 30 results - 240,571 through 240,600 (of 244,178 total)