Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Enfold Slider showing full-height images? #115132

    Got it, now it’s working like I would like. Thanks for your help.

    in reply to: Remove Underline on Hyperlinks #115565

    An easy answer is to use the quick-CSS option and do the following:

    a {
    color: blue; /* non-hover color */
    }
    a:visited {
    color: yellow; /* visited link color */
    }
    a:hover {
    text-decoration: none;
    color: red; /* hover color */
    }

    You can set these colors via the theme settings, but to get rid of underlines, you only need the following:

    a:hover {
    text-decoration: none;
    }

    in reply to: Enfold Feature Requests #114558

    Wide featured images in blog posts that are scaled to the entire available width, rather than pushed to the left of the text.

    in reply to: Enfold Slider showing full-height images? #115130

    I’m not sure I understand you. Are you saying that the slider images are thumbnails, not full-sized images?

    Just to be clear, I’m talking about the Enfold Slider that can be used in the page template builder. If you visit http://lenscraft.com you will see this slider on the front page.

    in reply to: Random errors … #114393

    That fixed things, thanks!

    in reply to: Random errors … #114391

    The Jetpack CSS plugin has lots of very useful features. It supports SASS CSS, and it will automatically switch CSS as you switch themes. It does syntax highlighting, and also code formatting.

    It seems like you should be compatible with Jetpack, since it’s from the WordPress team.

    in reply to: Random errors … #114389

    More information… this seems to be a conflict between Enfold and the Jetpack ‘Custom CSS’ feature. The end result is now that I can’t edit custom CSS… changes are not saved.

    in reply to: Random errors … #114388

    I updated to the latest from ThemeForest (Enfold 1.2) and the errors haven’t gone away:

    Warning: simplexml_load_file() [function.simplexml-load-file]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

    Warning: simplexml_load_file(http://kriesi.at/themes/wp-content/uploads/avia_xml/Enfold-Updates.xml) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

    Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity “http://kriesi.at/themes/wp-content/uploads/avia_xml/Enfold-Updates.xml” in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

    in reply to: Random errors … #114386

    Sorry about the duplicate post. I had forgotten that I posted this.

    Is there any easy way for me to see all of my posts?

    in reply to: Errors in Enfold Admin pages #115127

    Here is another error I just got, on the update page for the w3 cache plugin:

    Warning: simplexml_load_file() [function.simplexml-load-file]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

    Warning: simplexml_load_file(http://kriesi.at/themes/wp-content/uploads/avia_xml/Enfold-Updates.xml) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /nfs/c07/h04/mnt/106557/domains/lenscraft.com/html/wp-content/themes/enfold/framework/php/class-update-notifier.php on line 62

Viewing 10 posts - 1 through 10 (of 10 total)